summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Restore the captive portal feature to view the captive portal page directly ↵jim-p2017-06-141-3/+10
| | | | from the portal web server. Add this as an additional button so both methods are possible. Fixes #7646
* Fix links to CP MAC management page so they include the zone name. Fixes #7591jim-p2017-05-221-2/+2
|
* Select "No Authentication" for a portal zone by default, since it is the ↵jim-p2017-05-221-2/+4
| | | | default behavior, but the GUI requires a value to be set. Fixes #7591
* Only cache CP RADIUS Auth credentials when reauthentication is enabled. ↵jim-p2017-05-081-1/+3
| | | | Fixes #7528
* GET/POST conversionSteve Beaver2017-02-141-15/+14
|
* setHelp format for services_captiveportalPhil Davis2017-02-081-21/+21
|
* Remove \n from gettext stringsRenato Botelho2017-02-031-8/+8
|
* Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-2/+2
|
* Remove unneeded sprintf from setHelp callsSteve Beaver2017-02-021-2/+2
|
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-1/+1
|
* Merge pull request #3441 from phil-davis/required-fields7Renato Botelho2017-01-251-6/+6
|\
| * Required fields for Captive PortalPhil Davis2017-01-251-6/+6
| |
* | Merge pull request #3440 from phil-davis/patch-2Renato Botelho2017-01-251-2/+6
|\ \
| * | Captive Portal auth method is requiredPhil Davis2017-01-251-2/+6
| |/ | | | | | | When creating a new Captive Portal Zone the user can fail to select any of the Authorization Method radio buttons. No default radio button is selected - that is probably good, as the user has to think and click to decide which authorization method they will use. But the form validation should check that some valid value is POSTed when the CP is enabled.
* | CP HTTPS Forwards setHelp formatPhil Davis2017-01-251-1/+1
|/ | | Add full stop and spacing between sentences.
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Remove unused print_info_box($savemsg)Phil Davis2017-01-041-4/+0
| | | | | | These are files that make no use of $savemsg. May as well remove the print_info_box($savemsg) to avoid future confusion for maintainers wondering why it is there.
* 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.
* Update services_captiveportal.phpnoledge2016-12-111-1/+1
| | | fixes https://redmine.pfsense.org/issues/6391
* Captive portal: add option to include idle time in total session timeplumbeo2016-12-031-0/+11
| | | | Add an option to choose whether the time spent idle by a user disconnected for exceeding the idle timeout must be included in the total session time sent to the RADIUS server or not.
* Do not attempt to remove interfaces from CP zone, ↵Renato Botelho2016-10-311-13/+1
| | | | captiveportal_configure_zone() will take care of it
* Fix #6872 CP bandwidth 0 is no validPhil Davis2016-10-241-1/+1
| | | The front-end validation prevents zero from being entered. "Leave empty" is the way to specify no limit.
* 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
|
* Fix typojim-p2016-06-201-1/+1
|
* Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278Renato Botelho2016-05-121-0/+1
|
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-111-1/+1
|
* Adding missing spaces between punctuationNewEraCracker2016-05-101-1/+1
|
* Hide freelogins_resettimeout on disableStephen Beaver2016-05-021-0/+1
|
* Fixed #6920 - Missing input elementStephen Beaver2016-04-291-0/+8
|
* Apply "Editor" Phil's suggestions.NOYB2016-03-311-1/+1
|
* Services / Captive Portal - Remove PersonalizationsNOYB2016-03-301-10/+10
| | | | Remove "you" personalizations.
* The zone parameter needs to be in this html example for CP.jim-p2016-03-211-0/+1
|
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-9/+9
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-9/+9
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Fix CP portal page controls (view, download, reset) for consistency. Ticket ↵jim-p2016-03-091-36/+51
| | | | #5965
* Use correct variable. Ticket #5946Chris Buechler2016-03-021-1/+1
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-2/+2
|\
| * 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
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-141-1/+1
| |
* | No need to state that it is a warningk-paulius2016-02-141-1/+1
|/
* 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
|
* Fix NAS IP listing in captive portal. semi-related to Ticket #5656Chris Buechler2016-02-061-0/+1
|
* Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.jim-p2016-01-281-3/+11
| | | | It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.
* Fixed #5824Stephen Beaver2016-01-271-3/+6
|
* add call gettext function in the services menubruno2016-01-251-1/+1
|
* Fixed #5789Stephen Beaver2016-01-211-2/+2
|
OpenPOWER on IntegriCloud