summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
Commit message (Collapse)AuthorAgeFilesLines
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-2/+2
| | | | files to UTF-8
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-4/+4
| | | | #2565
* Allow queues to be deleted, it fixes #3037Renato Botelho2013-06-141-12/+12
|
* Tidy up "firewall_shaper.php" XHTMLColin Fleming2013-04-031-8/+8
| | | | | Remove P tag and class from shaper message Swap the DIV and TABLE tags around, TABLE cannot contain a DIV statment
* Tidy up "shaper" and "firewall shaper" XHTMLColin Fleming2013-03-231-2/+2
| | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script
* Tidy up "traffic shaper" XHTMLColin Fleming2013-03-221-21/+21
| | | | | | | | | Close INPUT, BR and P tags Update PHP Shorthand tag Spelling mistake Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD statement manually Deprecate the ampersand in the ANCHOR tag
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-22/+23
| | | | unless the user is allowed to do that.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* Use the new daemon for status->queues until a proper chart javascript ↵Ermal2011-10-011-0/+1
| | | | library is availble
* <script/> tags are put in the function build_javascript no need to put them ↵Ermal2011-04-041-4/+1
| | | | here. Prevents errors reported at:http://forum.pfsense.org/index.php/topic,34139.0.html
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-5/+5
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-5/+5
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Remove priority from HFSC it is a null config option. Center most of the ↵Ermal2010-07-211-5/+5
| | | | | | | | text in the center of a <td> and add some space between objects.
* | Checked gettext() implementation on firewall_shaper.phpCarlos Eduardo Ramos2010-07-151-3/+3
| |
* | Corrections gettext implementation on firewall_shaper.phpCarlos Eduardo Ramos2010-07-081-1/+1
| |
* | Fixing gettext() calls on firewall_shaper.phpVinicius Coque2010-07-021-1/+1
| |
* | Fixing gettext calls on firewall_shaper.phpVinicius Coque2010-07-021-3/+3
| |
* | Implemment gettext()Jeann2010-06-281-13/+13
|/
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Fix displaying the Enable/Disable checkbox. Previously after a save button ↵Ermal2010-05-041-16/+0
| | | | click it will show the old saved value.
* Include rrd.inc for enable_rrd_graphing.Ermal Luçi2009-11-241-0/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Be more strict on shaper checking and what is written to config. Clean up ↵Ermal Luçi2009-11-031-1/+1
| | | | whitespace while here.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-5/+9
| | | | include 2009 on files that I have asserted (C) on
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-271-2/+2
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-8/+8
| | | | | | - 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-8/+2
| | | | | | | | | | | 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.
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-1/+2
|
* Change frontend part to show friendly interface names on shaper.Ermal Luçi2008-11-161-0/+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
* Rename for not confusing people!Ermal Luçi2008-07-161-1/+1
|
* Reread the config after the new settings are saved.Ermal Luçi2008-07-161-4/+4
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-161-1/+2
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Make FAIRQ visible in the GUI.Ermal Luçi2008-04-211-0/+3
|
* Show enable when adding new root queue.Ermal Luçi2008-03-301-1/+1
|
* When adding a queue build the neccesary javascriptErmal Luçi2008-03-271-0/+2
|
* * Unbreak By Queues view (it even allows full interface cloning now)Ermal Luçi2008-03-271-2/+2
| | | | | * Allow queues to be created safely * Fix a typo on tab links for the traffic shaper tabs
* Remove rrd files every time the wizard changes(for now).Ermal Luçi2008-03-191-0/+3
|
* Rename the tab to just "Wizards", and modify all pages to send to the new ↵Ermal Luçi2008-03-171-1/+1
| | | | page when selecting the shaper wizards tab.
* Make the killing of pfctl work.Ermal Luçi2008-02-281-0/+1
|
* Insert the ability to kill pfctl if we come from the Queue->Status pageErmal Luçi2008-02-281-0/+4
|
* Typo fixes and some bug fixing mostly at the frontend part.Ermal Luçi2008-02-271-6/+5
|
* Root queues do not have a meaning for default as normal queues do.Ermal Luçi2008-02-261-1/+2
|
* * Fix some bugs when deleteing queuesErmal Luçi2008-02-211-39/+29
| | | | | * Remove Manuel from firewall_shaper.php copyright this has nothing to do with him * Apply fixes to show the actions taken on queues directly(you needed a refresh to display those), though we pay some penalty for this now
* Add page title.Scott Ullrich2008-02-201-0/+2
|
* Do not allow a user to add or remove childs on a default queue.Ermal Luçi2008-02-181-8/+20
| | | | Better prevent them from doing this than dealing with other situarions.
* * Unbreak creation of new queuesErmal Luçi2008-02-181-1/+1
| | | | * Fix input validation for bandwidth
* Use buttons for queue action instead of images.Ermal Luçi2008-01-221-13/+4
|
OpenPOWER on IntegriCloud