summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-2/+9
| | | | before updating
* Experimental: Fixed #5693Stephen Beaver2015-12-281-6/+16
| | | | Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style System AdvancedPhil Davis2015-12-151-3/+5
|
* Merge pull request #2164 from ecovillage/ADD_SMTP_TEST_NOTERenato Botelho2015-12-071-1/+1
|\
| * Improve helpfulness of smtp-test buttons help-text.Felix Wolfsteller2015-12-061-1/+1
| |
* | Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|/
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-9/+8
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5296Stephen Beaver2015-10-121-0/+7
|
* Fixed #5100Stephen Beaver2015-09-041-5/+5
| | | | | Corrected input names (test_snmp => test-snmp. SAme for growl. Made buttons prettier
* Added autocomplete = off to smtpusernameStephen Beaver2015-09-041-18/+4
|
* Test for #5087Stephen Beaver2015-09-041-4/+20
| | | | Attempt to prevent browser autofil on email username
* Fixed #5087Stephen Beaver2015-09-031-1/+1
| | | | My fault. Dropped the 's' in smtp :(
* Fixed #5087Stephen Beaver2015-09-031-34/+62
| | | | Programmer had changed the input names such that they no longer matched the config system nasmes (again)
* Fixed 5086Stephen Beaver2015-09-031-0/+4
| | | | Now has its own section
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5025Stephen Beaver2015-08-271-21/+21
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-244/+172
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+413
OpenPOWER on IntegriCloud