summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Captive portal: fix idle times in details popupplumbeo2017-08-231-2/+2
| | | | Explicitly cast $idle_time to integer.
* Remove unused parametersRenato Botelho2017-07-251-3/+3
|
* Fixed typo in $POST/$_POSTSteve Beaver2017-02-221-1/+1
|
* GET/POST conversionsSteve Beaver2017-02-141-15/+12
|
* Breadcrumb linksPhil Davis2017-01-101-0/+3
|
* 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.
* Merge pull request #3300 from plumbeo/disconnect-allRenato Botelho2016-12-271-14/+25
|\
| * Captive portal: add button to disconnect all usersplumbeo2016-12-241-14/+25
| | | | | | | | Add a function to disconnect all logged in users and a button to call it in the captive portal status page.
* | Captive portal: add popup with session details to the active sessions list ↵plumbeo2016-12-271-10/+60
| | | | | | | | in the status page
* | Captive portal: hide empty MAC column in status pageplumbeo2016-12-261-7/+19
|/ | | | When MAC filtering is disabled the client MAC address isn't recorded and the relative column is empty. In this case, hide it.
* Captive Portal: convert active sessions table to a sortable tableplumbeo2016-12-201-69/+26
| | | | Convert the active sessions table in the captive portal status page to a sortable table and remove the old sorting code. The conversion fixes both sorting by ip address and by last activity time.
* Fix up validation and encoding on Captive Portal status pages. Fixes #7019jim-p2016-12-171-4/+9
|
* Captive portal: use "Admin Reset" as termination cause when disconnecting a ↵plumbeo2016-11-291-1/+1
| | | | | | user from admin UI When a user is disconnected by the administrator using the pfSense captive portal status page or widget set the value of the Acct-Terminate-Cause in the RADIUS accounting stop packet to "Admin Reset" (6) as per RFC 2866.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* 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-1/+1
|
* Status - Remove PersonalizationsNOYB2016-04-021-1/+1
| | | | Remove "you" personalizations.
* Fix online user counts for CP/Vouchers. Fixes #5978jim-p2016-03-111-1/+1
|
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-091-2/+8
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-6/+5
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Only display tab name in the breadcrumb if vouchers are enabled. Do not ↵k-paulius2016-02-141-5/+8
| | | | display zone name in the panel title because it is already displayed in the breadcrumb.
* Fix when "No Captive Portal zones" message is displayed and do not display ↵k-paulius2016-02-141-11/+4
| | | | it inside the panel.
* Code style fix.k-paulius2016-02-141-1/+1
|
* Code style fix.k-paulius2016-02-141-1/+1
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-1/+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
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-131-1/+5
| | | | Portal pages.
* Fix typo in button class for CP statusjim-p2016-02-041-1/+1
|
* Internationalization of various status*.phpPhil Davis2016-01-271-1/+1
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-1/+1
|
* 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
* Code style status*Phil Davis2015-12-151-4/+8
|
* 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.
* Fixes #5529Stephen Beaver2015-11-241-13/+24
|
* 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-2/+2
| | | | | | - 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-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-2/+3
|
* Fixed # 5232Stephen Beaver2015-10-021-29/+56
|
* fix textChris Buechler2015-10-011-2/+2
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-123/+118
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+260
OpenPOWER on IntegriCloud