summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3610 from stilez/patch-57Steve Beaver2017-03-201-3/+14
|\
| * review point fixedstilez2017-03-171-5/+10
| |
| * Textual change as requestedstilez2017-03-161-2/+2
| |
| * v4 or v6stilez2017-03-051-1/+1
| |
| * incorrect escape \stilez2017-03-051-1/+1
| |
| * Clearer narrative for domain override edit pagestilez2017-03-051-2/+8
| |
* | Add reason to write_config() calldoktornotor2017-03-071-1/+1
|/
* GET/POST conversionsSteve Beaver2017-02-141-8/+2
|
* setHelp strings for services*Phil Davis2017-02-081-2/+2
|
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Input boxes with setPattern validation should not contain escape characters ↵PiBa-NL2016-09-021-1/+1
| | | | as they are already properly considered 'lists of characters' even when not escaped.
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-45/+44
|
* 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().
* Revert "adding privileges and separating DNS Resolver overrides from general ↵Chris Buechler2016-06-231-19/+2
| | | | | | settings" This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.
* Merge pull request #2891 from gottaloveit/dns-overrides-privsStephen Beaver2016-06-221-2/+19
|\
| * adding privileges and separating DNS Resolver overrides from general settingsJoe2016-04-201-2/+19
| |
* | Allow port specification for Unbound domain overrides. Also fix display of ↵Chris Buechler2016-04-261-1/+5
| | | | | | | | input errors. Ticket #6091
* | Fix text.Chris Buechler2016-04-261-1/+1
|/
* Services / DNS Resolver - Remove PersonalizationsNOYB2016-03-301-1/+1
| | | | Remove "you" personalizations.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent.
* Code style servicesPhil Davis2015-12-171-1/+2
|
* 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
* 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-4/+4
| | | | | | - 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/+2
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-28/+55
|
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | Correct field descriptionChris Buechler2015-08-311-2/+2
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-62/+43
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+183
OpenPOWER on IntegriCloud