summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode cert/ca descr in system_advanced_admin.phpjim-p2015-07-011-1/+1
|
* Encoding in system_advanced_admin.phpjim-p2015-06-161-1/+1
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system aPhil Davis2015-05-301-72/+114
|
* Remove BEAST protection option since default cipher is now good and works ↵Renato Botelho2015-03-111-37/+0
| | | | with hifn cards
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Reboot not required for password protect console menuPhil Davis2014-12-231-2/+0
| | | On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.
* Merge pull request #1348 from phil-davis/patch-4Chris Buechler2014-12-021-0/+17
|\
| * Option for browser tab text orderPhil Davis2014-11-251-0/+17
| | | | | | | | Easy thing to do - add an option for the user to select if they want the host name or page name text to display first in the browser tab. Forum: https://forum.pfsense.org/index.php?topic=84528.0
* | Validate as integers, not just numeric, to prevent possible breakage.Chris Buechler2014-11-281-2/+2
|/
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* Merge pull request #1237 from N0YB/XHTML_Compliance_System_MenuRenato Botelho2014-07-181-2/+6
|\
| * oops, that wasn't supposed to be removed.N0YB2014-06-211-0/+1
| |
| * Use count($array) where applicable, instead of a $rowIndex increment.N0YB2014-06-211-5/+3
| |
| * XHTML Compliance - System MenuN0YB2014-06-161-1/+6
| | | | | | | | Enforce select option
| * XHTML Compliance - System MenuN0YB2014-06-161-1/+1
| | | | | | | | | | | | | | | | Advanced - Admin Access Tab Advanced - Firewall / NAT Tab Cert Manager - Certificate Revocation Tab User Manager - Users Tab User Manager - Groups Tab
* | Stop calling auto_login() here since it's already called inside ↵Renato Botelho2014-07-011-5/+2
| | | | | | | | setup_serial_port()
* | Set default serial speed to 115200 for 2.2, fixes #3715Renato Botelho2014-06-261-6/+6
| |
* | Change the option for webconfig login autocomplete from opt-in to opt-out, ↵Renato Botelho2014-06-181-8/+8
|/ | | | also bump config version and write a function to keep the current status on upgrades
* Reconfigure Unbound for Rebind admin checksWarren Baker2014-04-281-2/+5
|
* xhtml Complianceayvis2014-03-141-19/+19
| | | replaced <br>, <br/> and </br> with <br />
* Add a knob to let the user select which console (video or serial) is ↵jim-p2014-02-141-0/+18
| | | | preferred in cases where there are multiple consoles present. Also provide a way to force this preference.
* Add a mechanism by which the serial port can be forced on always regardless ↵jim-p2014-02-141-2/+2
| | | | of the config setting. (useful for nano+vga setups)
* Update system_advanced_admin.phpN0YB2013-08-051-1/+1
| | | | fix typo s/Communcations/Communications/
* Disable the BEAST protection by default because the GUI *will* break if you ↵jim-p2013-07-181-0/+37
| | | | use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.
* 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
|
OpenPOWER on IntegriCloud