summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
Commit message (Collapse)AuthorAgeFilesLines
* GET/POST conversionSteve Beaver2017-02-141-13/+11
|
* setHelp format for services_captiveportalPhil Davis2017-02-081-2/+2
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Standardize privilege name capitalizationPhil Davis2016-12-311-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.
* Captive portal: convert tables to sortable tablesplumbeo2016-12-211-13/+5
| | | | Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too.
* Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-201-1/+1
|
* Merge pull request #3131 from PiBa-NL/20160906-generic-xmlrpc_clientRenato Botelho2016-09-131-49/+12
|\
| * XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) ↵PiBa-NL2016-09-131-1/+2
| | | | | | | | function instead.
| * XMLRPC, xmlrpc_client simplify construction parameters where possible + cleanupPiBa-NL2016-09-081-1/+1
| |
| * XMLRPC, generic xmlrpc_client implementation + bugfixes in voucher syncPiBa-NL2016-09-061-49/+11
| |
* | Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|/
* Ticket #3734: Pass username on all xmlrpc callsRenato Botelho2016-08-181-1/+1
|
* Ticket #3734: Convert remaining xmlrpc_client.inc consumers to use XML_RPC2Renato Botelho2016-08-161-46/+52
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* 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/+1
|
* Fix input validation check. Ticket #6231Chris Buechler2016-04-261-1/+1
|
* Services / Captive Portal - Remove PersonalizationsNOYB2016-03-301-1/+1
| | | | Remove "you" personalizations.
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-091-1/+1
|
* Fix voucher regenerate button action.jim-p2016-03-091-5/+5
|
* Add Actions column headingPhil Davis2016-03-081-1/+1
| | | | to other places where it was missing, for UI consistency.
* 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
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Add colon before zone name to make it more readable.k-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Merge pull request #2542 from phil-davis/gt12Stephen Beaver2016-01-261-5/+5
|\
| * Internationalization services_captiveportal codePhil Davis2016-01-261-5/+5
| |
* | Typo gettetxPhil Davis2016-01-261-1/+1
|/
* add call gettext function in the services menubruno2016-01-251-10/+10
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-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/+4
| | | | where required.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style services captive portalPhil Davis2015-12-161-14/+19
|
* 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 Captive Portal breadcrumbsPhil Davis2015-12-071-2/+2
| | | | | and services_captiveportal_zones_edit is actually code that can only add a zone, so it might as well say so.
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+3
|
* 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.
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-2/+2
| | | | (autoload now makes the classes case sensitive)
* 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-4/+4
| | | | | Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons update to new design:wqStephen Beaver2015-11-041-3/+6
|
OpenPOWER on IntegriCloud