summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused print_info_box($savemsg)Phil Davis2017-01-041-4/+0
| | | | | | | | These are files that make no use of $savemsg. May as well remove the print_info_box($savemsg) to avoid future confusion for maintainers wondering why it is there. (cherry picked from commit 24a4f2ef15a09740a1c13850f85dc345f08cd653)
* Added support for CloudFlares Proxy.CarlGill2017-01-041-0/+29
| | | | | | | | | | | | | | | | | | | | | | Included a checkbox to enable and disable this feature when CloudeFlare type is selected. Included proxied variable in the update script as well. Defaults to false, as the is the current functionality Added help text Updated Last tested date Hope this helps other people. I use both dynDNS and the Proxy service. And by default without this feature, the proxy gets disabled. This is a huge problem, as I have all traffic blocked except for CloudFlare. And because I have certain other security features enabled, when the Proxy goes disabled, The Site goes down hard to end users. With this feature, I can ensure the proxy stays enabled. (cherry picked from commit e10d25b4c3109347a43a729f8c098138272fe1e7)
* Backport Cloudflare and Gratis plus passwords in base64 DynDNS changesPhil Davis2016-12-061-3/+7
| | | | | | Note: corresponding change to upgrade_config.inc to come in master to correctly implement the upgrade_155_to_156 code, that is master only and will become upgrade_158_to_159
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Allow wildcard for hostname with Namecheap DDNS. Ticket #6260Chris Buechler2016-06-301-2/+2
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellanous Textual Corrections - Add missing dots, normalize caseNewEraCracker2016-05-161-2/+2
| | | | (cherry picked from commit cb6c20a997eeb77b3529e157cd512fabb4ff69f0)
* Services - PunctuationNOYB2016-04-211-2/+2
| | | | | | Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
* Fix Namecheap DynDNS host parsing for @, fixes #6122jim-p2016-04-131-2/+2
|
* Merge pull request #2817 from ↵Stephen Beaver2016-04-041-16/+16
| | | | | | NOYB/Services_/_Dynamic_DNS_-_Remove_Personalizations (cherry picked from commit a6108e4983a8d9a75d5c607fff6538604df369a7)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+3
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-1/+1
|
* Isolate the check for @label in the end of hostname only for noip and noip-freeRenato Botelho2016-02-041-5/+8
|
* Merge pull request #2574 from tiagobar/masterRenato Botelho2016-02-041-0/+7
|\
| * Dynamic DNS URL for NO-IP needs to be updated.Tiago Barrionuevo2016-01-301-0/+7
| |
* | 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