summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Required fields for Captive PortalPhil Davis2017-01-301-2/+2
| | | | (cherry picked from commit c06865be6de6b164d06ee9bb1768dfe6829d783c)
* Standardize privilege name capitalizationPhil Davis2017-01-021-2/+2
| | | | | | | | While looking at some privilege stuff, I noticed that various capitlization looked inconsistent down the list. This makes the list look more consistent. (cherry picked from commit 48157a04dde7b3a56776417cdc7b5e457a660733)
* Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-201-1/+1
|
* 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
|
* Always use require_oncePhil Davis2016-06-271-4/+4
| | | | | | | | | 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().
* Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278Renato Botelho2016-05-121-0/+2
|
* Merge pull request #2813 from ↵Stephen Beaver2016-04-041-1/+1
| | | | | | NOYB/Services_/_Captive_Portal_-_Remove_Personalizations (cherry picked from commit cbe2d30f3b69f35ee2a174e931209a49cee594c6)
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + ↵k-paulius2016-02-141-1/+1
| | | | it is obvious what it is
* Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.k-paulius2016-02-131-3/+3
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalization services_captiveportal codePhil Davis2016-01-261-1/+1
|
* Code style services captive portalPhil Davis2015-12-161-2/+3
|
* 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
* 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.
* Captive Portal code reviewPhil Davis2015-11-081-2/+5
| | | | | Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-31/+50
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-77/+80
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+244
OpenPOWER on IntegriCloud