Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a note to the Gateway Groups page reminding users that they must be used ↵ | jim-p | 2010-09-23 | 1 | -0/+7 |
| | | | | in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot. | ||||
* | Whitespace fixes. | Ermal | 2010-09-16 | 1 | -3/+2 |
| | |||||
* | Correct my email address, adjust copyright to 2010 | smos | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Add status links to gateway/route pages. | jim-p | 2010-06-02 | 1 | -0/+2 |
| | |||||
* | Move the settings of down/latency/loss to per gateway. This allows more fine ↵ | Ermal | 2010-05-07 | 1 | -1/+0 |
| | | | | grained control on gateways. | ||||
* | Merge remote branch 'mainline/master' | Vinicius Coque | 2010-05-03 | 1 | -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. | Ermal | 2010-04-30 | 1 | -1/+1 |
| | | |||||
| * | Add gateways validation code before deleteing. This prevents footshooting ↵ | Ermal | 2010-04-30 | 1 | -0/+4 |
| | | | | | | | | especially with Gateway Groups. | ||||
* | | Merge remote branch 'mainline/master' | Renato Botelho | 2010-04-30 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Reload gateway groups when changing them. | Ermal | 2010-04-29 | 1 | -0/+2 |
| | | |||||
* | | Fix gettext issues | Renato Botelho | 2010-04-29 | 1 | -2/+1 |
| | | |||||
* | | Reviewing gettext() | Carlos Eduardo Ramos | 2010-04-28 | 1 | -2/+2 |
| | | |||||
* | | Implementing gettext() | Vinicius Coque | 2010-04-27 | 1 | -14/+14 |
|/ | |||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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çi | 2009-05-08 | 1 | -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 Mos | 2009-03-13 | 1 | -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 uppercase | Scott Ullrich | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 Mos | 2008-06-18 | 1 | -4/+12 |
| | |||||
* | Add gateway groups overview page | Seth Mos | 2008-06-17 | 1 | -0/+169 |