summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up System:Advanced:Admin XHTMLColin Fleming2013-03-071-37/+37
| | | | | | | Added proper CDATA sections to scripts Updated HTML boolean operators Close BR tagas Close INPUT tags
* Moved beep option to notifications pageYehuda Katz2012-02-281-15/+0
|
* Change case of "NOTE" for consistency with other pages and fix a misspelling.Erik Fonnesbeck2012-02-231-2/+2
|
* No need for extra function and touching of file, just set the value and use ↵Warren Baker2012-02-231-5/+2
| | | | grep from XML to determine to beep or not
* Option to disable startup/shutdown soundsYehuda Katz2012-02-221-0/+18
|
* Fix ssh key note to refer to DSA not just RSA since both work.jim-p2012-01-131-1/+1
|
* Allow the serial speed adjustment to work for nanobsd as well.jim-p2011-10-311-3/+3
|
* Add field to the GUI to select the serial console speed (May work as-is, ↵jim-p2011-10-311-2/+21
| | | | needs more testing/feedback)
* Fix the redirect URL for IPv6 addresses Ticket #1583smos2011-08-211-1/+14
|
* makes correct use of printf and gettextVinicius Coque2011-07-181-1/+1
| | | | removes variables names and replace it with '%s'
* Consistency of NOTE vs Note as through the rest of the webGUI.Warren Baker2011-06-281-1/+1
|
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-171-0/+19
|
* Make autocomplete on the login form optional.jim-p2011-05-121-1/+19
|
* clarify textChris Buechler2011-03-311-1/+1
|
* Add the toggle to disable successful login messages, show actual help text ↵smos2011-03-021-1/+18
| | | | for redirect item
* fix DNS rebinding descrChris Buechler2011-01-181-4/+4
|
* Fix serial port note text.jim-p2011-01-141-1/+1
|
* make rebrand friendlyChris Buechler2010-12-291-1/+1
|
* Open link in new tab/windowScott Ullrich2010-11-131-1/+1
|
* Note that this textbox controls HTTP_REFERER hostname checks as wellScott Ullrich2010-11-101-1/+1
|
* * Adding function get_configured_ip_addresses() which returns all interfaces ↵Scott Ullrich2010-11-101-1/+19
| | | | | | | | | and their configured IP address * Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks * Add and enforce HTTP_REFERER check if checkbox is not checked. This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-1/+1
| | | | protection and standardize field names. Ticket #320.
* Bring gitsync to the new check_reload_status behaviour.Ermal2010-09-221-1/+1
|
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-1/+1
|
* CA/CERT Movejim-p2010-09-011-1/+1
|
* Restart dnsmasq on change in case of dns rebinding changes -Scott Ullrich2010-08-301-0/+2
|
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-301-2/+0
| | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-301-0/+2
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
| |
* | gettext fixesRenato Botelho2010-08-121-1/+1
|/
* Fixing gettext calls on system_advanced_admin.phpCarlos Eduardo Ramos2010-08-101-3/+3
|
* fix disable HTTP redirectChris Buechler2010-07-121-4/+4
|
* Add a text box where someone can enter in alternate hostnames for the system ↵jim-p2010-07-061-0/+24
| | | | to bypass the DNS rebind checks.
* Delete an accidentally duplicated line.jim-p2010-07-061-1/+0
|
* Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-061-0/+19
|
* Fix this test, properly test if a variable is set. Fixes #691jim-p2010-06-291-1/+1
|
* Forward back to system_advanced_admin.php and not system.phpjim-p2010-06-291-1/+1
|
* Pass correct argument to killbyname and correctly check for sshdkeyonly ↵Ermal2010-06-231-1/+1
| | | | toggle. Ticket #691
* Use killbyname() instead of mwexec/killall directly.jim-p2010-06-181-1/+1
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-2/+2
|
* Add to the System->Advanced an option to disable the redirect from port 80 ↵Ermal2010-05-241-0/+21
| | | | when on https.
* gettext fixesRenato Botelho2010-04-301-7/+7
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-5/+5
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-3/+3
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-11/+11
|
* Reviewing gettext()Vinicius Coque2010-04-271-10/+9
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-3/+3
|
* Implement gettext()Carlos Eduardo Ramos2010-04-261-38/+39
|
* Do not spread checking for value accross code. Do it in the function that is ↵Ermal Luçi2010-03-081-3/+3
| | | | supposed to do it.
OpenPOWER on IntegriCloud