summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a note to the Gateway Groups page reminding users that they must be used ↵jim-p2010-09-231-0/+7
| | | | in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot.
* Whitespace fixes.Ermal2010-09-161-3/+2
|
* Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
|
* Add status links to gateway/route pages.jim-p2010-06-021-0/+2
|
* Move the settings of down/latency/loss to per gateway. This allows more fine ↵Ermal2010-05-071-1/+0
| | | | grained control on gateways.
* Merge remote branch 'mainline/master'Vinicius Coque2010-05-031-0/+4
|\ | | | | | | | | | | | | Conflicts: usr/local/www/system_gateway_groups.php usr/local/www/system_gateway_groups_edit.php usr/local/www/system_gateways_edit.php
| * Unset the gateway from the rules before removing it from the array.Ermal2010-04-301-1/+1
| |
| * Add gateways validation code before deleteing. This prevents footshooting ↵Ermal2010-04-301-0/+4
| | | | | | | | especially with Gateway Groups.
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-301-0/+2
|\ \ | |/
| * Reload gateway groups when changing them.Ermal2010-04-291-0/+2
| |
* | Fix gettext issuesRenato Botelho2010-04-291-2/+1
| |
* | Reviewing gettext()Carlos Eduardo Ramos2010-04-281-2/+2
| |
* | Implementing gettext()Vinicius Coque2010-04-271-14/+14
|/
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+4
| | | | | | - 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
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-131-0/+1
| | | | | | | settings from the config. * Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
* Show interfaces in uppercaseScott Ullrich2008-11-251-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Add gateway groups edit page.Seth Mos2008-06-181-4/+12
|
* Add gateway groups overview pageSeth Mos2008-06-171-0/+169
OpenPOWER on IntegriCloud