summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Change Namecheap dyndns to use split hostname and domain name fields. ↵jim-p2016-02-011-4/+38
| | | | | | Upgrade existing entries automatically. Implements #4366 Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
* Fixed saving password when the ols password needs to be retainedStephen Beaver2015-12-281-0/+2
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-1/+3
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-1/+5
| | | | where required.
* Merge pull request #2252 from phil-davis/r013Stephen Beaver2015-12-161-7/+12
|\
| * Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-7/+12
| |
* | services_dyndns_edit requestif key namePhil Davis2015-12-161-1/+1
|/ | | This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0
* Whitesapce changeStephen Beaver2015-12-161-2/+2
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize Dynamic DNS breadcrumbsPhil Davis2015-12-071-1/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-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-2/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5275Stephen Beaver2015-10-071-0/+5
|
* Fixed #5274Stephen Beaver2015-10-071-28/+54
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-17/+0
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-1/+2
|
* fix services_dyndns_edit.php text and formattingChris Buechler2015-09-151-6/+6
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-284/+269
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+485
OpenPOWER on IntegriCloud