summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns.php
Commit message (Collapse)AuthorAgeFilesLines
* Backport Cloudflare and Gratis plus passwords in base64 DynDNS changesPhil Davis2016-12-061-2/+3
| | | | | | 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
|
* Backport Check IP ServicesPhil Davis2016-07-201-0/+1
| | | | Original pull request to master was #3037
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* 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().
* Merge pull request #2817 from ↵Stephen Beaver2016-04-041-1/+1
| | | | | | NOYB/Services_/_Dynamic_DNS_-_Remove_Personalizations (cherry picked from commit a6108e4983a8d9a75d5c607fff6538604df369a7)
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-3/+3
|
* Change Namecheap dyndns to use split hostname and domain name fields. ↵jim-p2016-02-011-4/+14
| | | | | | 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.
* Consistent headings for Dynamic DNSPhil Davis2016-01-141-1/+1
| | | | | | | | Other place like "Open VPN Clients" have the "Clients" capitalized - do it here. Dynamic DNS has column heading "Interface" - make RFC2136 the same. Dynamic DNS (and most other places) have a column heading "Actions" - make it the same for RFC2136.
* Fixed #5566Stephen Beaver2016-01-131-34/+39
|
* Tidy up "services_dyndns.php"Colin Fleming2015-12-171-3/+3
| | | | | | | | | | | | | | | | | services_dyndns.php - remove duplicate double quotes - tidy up tabs/spaces services_rfc2136.php - remove duplicate double quotes - tidy up tabs/spaces dyn_dns_status.widget.php - change echo to print - change FONT tag to SPAN tags and use correct class - remove DIV and change table to correct format - add THEAD and TBODY - remove CLASS statement from table cells and add to the table row
* Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-7/+9
|
* 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-2/+2
|
* 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.
* remove inline stylesJared Dillard2015-11-201-7/+7
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-3/+3
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons converted to new deisgnStephen Beaver2015-11-041-9/+12
| | | | 'X' button suppressed in info text box
* Revised button style on firewall_aliases.php as a model for all other ↵Stephen Beaver2015-11-041-30/+56
| | | | table-based pages
* convert services_dyndns to faheper2015-11-041-4/+25
| | | | | i've also added a act=toggle. please check to see if there aren't any huge mistakes in it. (seems to work)
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-135/+99
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+229
OpenPOWER on IntegriCloud