summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix interface list usageErmal Luçi2009-07-071-4/+5
| | | | WARN: Please ask before introducing old code on what have changed!
* Nuke trailing newlineScott Ullrich2009-07-031-1/+1
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-310/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-31/+2
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Add support for the NanoBSD platformScott Ullrich2009-06-271-2/+2
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-1/+0
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-0/+1
|
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-16/+309
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* fix orderChris Buechler2009-04-051-2/+2
|
* Since they're listed by name, order alphabetically.Chris Buechler2009-04-051-31/+31
|
* Fix dump_clog to handle fifolog and clog timestamps and entries.jim-p2009-04-011-17/+23
|
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-311-0/+15
| | | | * Use clear_log_file() instead of duplicated logic
OpenPOWER on IntegriCloud