summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the checks during step4 and step5 actually work.Ermal2011-08-094-8/+8
|
* Show the CP User count in the page title, as on 1.2.3.jim-p2011-08-081-13/+13
|
* Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits ↵jim-p2011-08-061-3/+0
| | | | these days.
* Remove GUI code to enable fast routing. The backend code was removed back in ↵jim-p2011-08-051-25/+0
| | | | December in 4f76b144b0885b9a407db026723bb61f568effc3
* Work around the fact that get_configured_interface_list re-parses the config ↵jim-p2011-08-031-11/+14
| | | | and kills the reference made before it, which was making it impossible to delete a pppoe instance.
* Correctly check the values for VoIP on multi_lan traffic shaper wizard. ↵Ermal2011-08-021-38/+36
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
* Correct the link to index.php so it always works correctly.Ermal2011-08-021-1/+1
|
* If no pppoe service name is configured, send a null service name. Seems to ↵jim-p2011-08-021-1/+1
| | | | help clients especially when reconnecting.
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-024-4/+4
| | | | of asterisk in the global defniition.
* Correct battlenet data to not be overriden. Reported-by: ↵Ermal2011-08-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* fix textChris Buechler2011-07-291-3/+3
|
* Add an override for default interval to send icmpErmal2011-07-281-2/+12
|
* Clarify notes for pptp "Server address"jim-p2011-07-281-3/+7
|
* Fix status page of gateways to show gateways with monitoring disabled as up.Ermal2011-07-281-0/+3
|
* Add a new option to allow disabling of gateway monitoring. This gateways ↵Ermal2011-07-281-2/+16
| | | | will always be reported as up.
* Move the textarea displaying packet capture outside of the form tag, or else ↵jim-p2011-07-281-1/+3
| | | | a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.
* Fix whitespace formattingjim-p2011-07-281-165/+161
|
* Fix display of ssh port on anti-lockout rule display in GUI.jim-p2011-07-281-4/+2
|
* Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-284-8/+8
| | | | same priority numbers for two different queues.
* Adding hookScott Ullrich2011-07-271-0/+2
|
* Add hooksScott Ullrich2011-07-271-0/+4
|
* Relax PPTP password restrictions, just prevent starting with a !, and limit ↵jim-p2011-07-271-3/+3
| | | | to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
* Shift OpenVPN require, it was causing CRLs to not save changes properly.jim-p2011-07-271-2/+1
|
* Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs ↵jim-p2011-07-271-1/+1
| | | | when deleted from the GUI.
* Rework OpenVPN status, show status for shared key servers.jim-p2011-07-272-11/+106
|
* Resolves #1703. Correct array key value.Ermal2011-07-251-2/+2
|
* Adding hook for first trScott Ullrich2011-07-231-0/+3
|
* Fix copy and pastoScott Ullrich2011-07-232-2/+2
|
* Load chosen but do not use it (for pkgs)Scott Ullrich2011-07-231-0/+2
|
* Move hook code up a bitScott Ullrich2011-07-231-1/+1
|
* Adding hooks that will be used for filtering pluginsScott Ullrich2011-07-231-0/+4
|
* Move hook code up a few linesScott Ullrich2011-07-231-2/+2
|
* Add hook for overriding interfacesScott Ullrich2011-07-231-0/+2
|
* Adding chosen but do not actually use it beyond loadingScott Ullrich2011-07-2311-1/+3124
|
* Add hook for bottom icon rowScott Ullrich2011-07-231-0/+3
|
* Add hook and fix style for anti lockoutScott Ullrich2011-07-231-3/+7
|
* Add missing ;Scott Ullrich2011-07-231-1/+1
|
* Adding pre_id_tablerow hookScott Ullrich2011-07-231-0/+1
|
* Revert "fix text"Chris Buechler2011-07-231-1/+1
| | | | This reverts commit c27ca36eb3fb3a5c5c1ca7feb9567bd6d23a16dc.
* fix textChris Buechler2011-07-231-1/+1
|
* Adding apply hooksScott Ullrich2011-07-222-0/+4
|
* make the tab character limit 92, leaves plenty of room and prevents some ↵Chris Buechler2011-07-221-1/+1
| | | | custom builds from unnecessarily turning tabs into a drop down
* Bump to 1.7Scott Ullrich2011-07-221-1130/+2337
|
* Remove whitespace at the start of firewall_aliases.php - it was causing ↵jim-p2011-07-221-1/+1
| | | | errors in the GUI.
* Clear \r from these files to be readbleErmal2011-07-222-549/+549
|
* Ticket #749. Make the rules of the traffic shaper wizard select the wan side ↵Ermal2011-07-224-245/+291
| | | | of the interfaces to not make the intra-lan traffic classifible in this way.
* Resolves #1703. Correctly delete a interface group members when the group is ↵Ermal2011-07-221-1/+1
| | | | deleted.
* Correctly restart the SSL lighty instance when running.Ermal2011-07-221-0/+2
|
* Remove 'maxproc' since its unused in the code and correctly use maxprocperip ↵Ermal2011-07-221-8/+1
| | | | to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html
* Bug#1688. DHCP server subnet input validation needs to check config.xml, not ↵Evgeny Yurchenko2011-07-191-2/+2
| | | | ifconfig.
OpenPOWER on IntegriCloud