summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
Commit message (Collapse)AuthorAgeFilesLines
* Additional encoding for system_advanced_misc.phpjim-p2015-06-161-7/+7
|
* add input validation for proxy URL, port, user.Chris Buechler2015-06-141-0/+12
| | | | | Conflicts: usr/local/www/system_advanced_misc.php
* Make the host uuid opt-outErmal LUÇI2015-06-111-0/+18
|
* Code style system aPhil Davis2015-05-301-110/+140
|
* Make the Power Mode selection boxes line upPhil Davis2015-03-031-23/+35
| | | by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
* Standardise power mode selection boxesPhil Davis2015-03-031-1/+1
| | | | I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line. Maybe make them all on their own line, like this?
* Set srctrack separate from this test or the value won't save unless the ↵jim-p2015-02-121-0/+3
| | | | sticky box status also changed.
* fix input validation, = is OK hereChris Buechler2015-01-291-2/+2
|
* 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
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* fix up text on sys_adv_miscChris Buechler2014-10-101-15/+14
|
* Add powerd normal mode flag (-n)Steven Selph2014-10-051-0/+13
|
* Provide a toggle for apinger debug messages to be logged to syslog. To help ↵Ermal2014-09-241-0/+23
| | | | with roubleshooting issues
* Move the IPsec settings from System > Advanced, Misc tab to "Advanced ↵jim-p2014-04-251-122/+2
| | | | Settings" tab under VPN > IPsec.
* Tidy up package signature textPhil Davis2014-04-121-4/+4
| | | Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"... and I reworded the explanatory text a bit also.
* Add curly brackets here to improve readabilityRenato Botelho2014-04-101-2/+2
|
* unset doesn't like @ to silent it, just check if it's set before unsetRenato Botelho2014-04-101-1/+2
|
* Restore old logic and add a @ at unset to silent when it is not set as ↵Renato Botelho2014-04-081-3/+3
| | | | suggested by Ermal
* Merge pull request #1068 from FCI/patch-1Renato Botelho2014-04-081-3/+3
|\
| * Update system_advanced_misc.phpNick Daniels2014-04-051-1/+1
| |
| * Added check line 175: Needed to fix error in GUINick Daniels2014-04-051-1/+2
| | | | | | Added check to see if $config['ipsec']["ipsec_{$lkey}"] is set before executing unnecessary unset, was causing issues when trying to enable/disable ("Do NOT check packages signature")
* | Check if the ipsec section exists before doing operations on it.Ermal2014-04-071-5/+7
|/
* Fix variable name, it's not necessary to check since it is always set at ↵Renato Botelho2014-04-041-4/+2
| | | | ipsec.inc
* Tidy up "system_advanced_misc.php" XHTMLColin Fleming2014-04-031-2/+2
| | | | | Tidy up HTML Boolean operator Remove redundant closing slash and chevron
* syntax errorayvis2014-03-211-1/+3
|
* xhtml Complianceayvis2014-03-141-19/+19
| | | replaced <br>, <br/> and </br> with <br />
* Push log changes for IPSec and fix generation of strongswan.conf and ↵Ermal2014-02-251-21/+32
| | | | ipsec.secrets to be properly considered
* Fixup pkg_nochecksig optionjim-p2014-02-101-3/+3
|
* Add support for signed PBI, help ticket #3365:Renato Botelho2014-02-071-0/+18
| | | | | | - Add an option to allow user to accept unsigned packages - The only missing part is public key, that needs to be added to /var/db/pbi/keys/pfSense.ssl
* Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-191-0/+20
|
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-031-3/+2
| | | | Clarify the text describing the option while here.
* Fixes #3100. Fix spell and spaces issuesRenato Botelho2013-07-221-2/+2
|
* Add an option to force IPsec to reload on failover, which is needed in some ↵jim-p2013-06-181-0/+18
| | | | cases for IPsec to fail from one interface to another. Ticket #2896
* Tidy up "system_advanced_misc.php" XHTMLColin Fleming2013-04-031-4/+4
| | | | Tidy up HTML boolean operators
* Move tmp/var init to just after mount of /cf so that the sizing works ↵jim-p2013-03-121-5/+5
| | | | properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
* Do not route do default gw when rule gw is downRenato Botelho2013-03-121-0/+16
| | | | | | | | - Add a new advanced misc option to change the behaviour - When it is set and rule has its own gateway, that is down, just disable the rule instead of routing it to default gw Fixes #2858
* Fix indent and whitespacesRenato Botelho2013-03-121-62/+62
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-111-0/+103
| | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
* Tidy up System:Advanced:Misc XHTMLColin Fleming2013-03-071-30/+31
| | | | | | | Close BR tags Close INPUT tags Update CDATA secions in script tags Update HTML boolean operators
* System: Advanced: Miscellaneous: PowerDN0YB2013-02-081-11/+23
| | | | Add the on battery mode option settings.
* Fix typojim-p2012-07-061-1/+1
|
* Add an option to System > Advanced, misc tab to enable loading thermal ↵jim-p2012-07-061-0/+37
| | | | modules (amdtemp, coretemp)
* Fix some Crypto Acceleration text typosPhil Davis2012-06-131-2/+2
|
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-18/+30
|
* Added mode selection options for PowerD.Cristian Feldman2012-04-101-6/+24
|
* Ticket #2157. Add missing call to relayd_configure()Pierre POMES2012-02-141-0/+2
|
* If the sticky option is changed, restart relayd. Fixes #2157jim-p2012-02-021-5/+14
|
OpenPOWER on IntegriCloud