summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Only show the you can monitor the filter reload process for filter related ↵Scott Ullrich2011-02-271-2/+9
| | | | changes
* Break on 'You can also monitor the reload progress' instead of letting it ↵Scott Ullrich2011-02-151-1/+1
| | | | wrap into a newline.
* Misc fixupsScott Ullrich2011-01-251-3/+8
|
* Adding switch to prevent dropdown menu creation.Scott Ullrich2011-01-251-7/+4
|
* Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-011-1/+2
|
* Add nocsrf flagScott Ullrich2010-11-141-3/+5
|
* Unbreak AJAXScott Ullrich2010-11-121-0/+3
|
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-101-26/+0
|
* Fix filter_rules_sort's compare function to know about floating rules so it ↵Erik Fonnesbeck2010-11-101-8/+11
| | | | won't change their order.
* Ensure csrf magic is loadedScott Ullrich2010-11-091-0/+1
|
* Ticket #568. Do not show the save/cancel buttons on the edit page of ↵Ermal2010-09-011-0/+42
| | | | firewall rules if that are advanced options set.
* use / as relative since items might be living in a subdirectory off of / ↵Scott Ullrich2010-08-211-1/+1
| | | | such as pfCenter/
* Remove \r from this file usually crated when edited by Windows editors ↵Ermal2010-08-201-1059/+1058
| | | | because it makes it unreadble in unix editors.
* add func discrobiscool2010-08-051-0/+8
|
* new tab menurobiscool2010-08-051-1067/+1050
|
* WAN and LAN don't need to be specially added to $specialnets, since the code ↵Erik Fonnesbeck2010-08-011-2/+2
| | | | after can add them anyway.
* Fix display of optX addresses in rule lists.Erik Fonnesbeck2010-08-011-5/+2
|
* No need to use # in color code, it's already set with thisScott Ullrich2010-07-141-3/+3
|
* Allow overriding the Nifty corners background colorScott Ullrich2010-07-141-4/+8
|
* Add undo button for drag and drop reorderingScott Ullrich2010-07-121-0/+64
|
* Nuke trailing c/rScott Ullrich2010-07-111-1/+1
|
* Add a Close button option for notices that have appeared as long as the save ↵Scott Ullrich2010-07-111-3/+7
| | | | button has not been set
* Unbreak niftyScott Ullrich2010-07-111-1/+1
|
* Rename to already existing name=infoboxnpScott Ullrich2010-07-111-1/+1
|
* Add a id of redboxtable to the table so that ajax can interact with this box.Scott Ullrich2010-07-111-2/+2
|
* Add 0x10 diffserv option. ↵Scott Ullrich2010-05-071-0/+1
| | | | http://forum.pfsense.org/index.php/topic,24954.0.html
* Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-14/+17
|
* Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-211-0/+3
| | | | and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
* Add iPad supportScott Ullrich2010-04-031-1/+1
|
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-021-0/+3
|
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-2/+2
| | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-11/+0
| | | | config.xml. This reverts to previous behaviour.
* Ticket #341. Fix setting of default gw. Generate config after saving the ↵Ermal Luçi2010-02-081-1/+1
| | | | changes as done on other places on pfsense code.
* Make the "Currently viewing" drop down work in all browsers, not just Firefox.Chris Buechler2010-01-071-2/+7
| | | | Ticket #109
* Add ignorefirmwarelock variable that can be used by some ajax callersScott Ullrich2010-01-021-6/+9
|
* Add forgotten curly.Ermal Luçi2009-12-221-1/+1
|
* * Fix alias handling around the repo.Ermal Luçi2009-12-221-9/+5
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* add teredo-protocol to port definitionsMartin2009-12-081-0/+1
|
* _REQUEST has data, too. Don't just check _POST only.sullrich2009-12-051-1/+1
|
* Fix ' in alias description. Confirmed working fix for ticket #143jim-p2009-11-291-1/+2
|
* Seperate diffserv box into a <select> dropdown. Hide item behind advanced ↵sullrich2009-11-281-0/+16
| | | | button. Move down one section near other advanced items. Resolves #60
* Fix hostname in page title. thanks to sullrich@ for pointerChris Buechler2009-11-171-3/+3
|
* Put the FQDN back into the page title. Many people have numerous firewalls ↵Chris Buechler2009-11-161-4/+4
| | | | up across tabs, and it's impossible to differentiate without this, which we've had for many years.
* fix typoChris Buechler2009-11-081-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * In config_install validate the file that will be installed not the already ↵Ermal Luçi2009-08-241-2/+2
| | | | | | | | present config! * Convert most hardcoded /tmp to the global variable * Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it. * Fix various things in restore/backup code.
* Move functions to pfsense-utils.inc since they can be called from either ↵Scott Ullrich2009-08-231-44/+0
| | | | console or gui side
* Move download_file_with_progress bar back to shared are where it belongs. ↵Scott Ullrich2009-08-231-64/+1
| | | | These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
* Remove debugging echosErmal Luçi2009-07-071-5/+2
|
* Fix some typos.Ermal Luçi2009-07-071-2/+5
|
OpenPOWER on IntegriCloud