summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Wrong source of syntax error. Revert "fix syntax error in ipfw command to ↵Chris Buechler2015-12-171-1/+1
| | | | | | disable on inactive interfaces" This reverts commit 6310eaa2c75424da6a322a956bbf228b36222918.
* fix syntax error in ipfw command to disable on inactive interfacesChris Buechler2015-12-171-1/+1
|
* Bug #4551 - consistent usage of Forwarder/Resolver across the WebGUIdoktornotor2015-07-191-1/+1
| | | | Clarify that this applies to DNS Resolver as well.
* Encode cert/ca descr in services_captiveportal.phpjim-p2015-07-011-1/+1
|
* Be more careful with encoding on pages that use single quotes around HTML ↵jim-p2015-06-161-1/+1
| | | | attributes
* When RADIUS auth is selected, radius protocol and server ip/host are ↵Renato Botelho2015-02-241-0/+7
| | | | mandatory. Fixes #4384
* fix up textChris Buechler2015-02-061-1/+1
|
* Fix inherent issues with isset and empty values set as true by our parser. ↵Ermal LUÇI2015-01-121-2/+8
| | | | This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Add missing $ as spotted by Kill Bill, ticket #4132Renato Botelho2014-12-221-2/+2
|
* Fix string, we want to print variable name here and not its value. Fixes #4132Renato Botelho2014-12-221-2/+2
|
* Use correct port for viewing portal page contents. Ticket #4125Chris Buechler2014-12-191-2/+2
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up misc. XHTMLColin Fleming2014-06-231-3/+3
| | | | | | | | | | | | | | | | | | | "diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
* Add nohttpsforwards option to captive portalderelict-pf2014-04-191-1/+11
|
* Tidy up "services_captiveportal.php" XHTMLColin Fleming2014-04-031-77/+82
| | | | | | | | | | | | Add "closehead" variable, move script into HEAD and close head manually Add CDATA sections to SCRIPT Add SUMMARY to tables Update HTML Boolean Operators Close INPUT Remove duplicate closing TR Add opening TR Add closing TD Change "_new" to "_blank" in anchor tag
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-2/+2
|\ | | | | replaced uppercase html tags with lowercase
| * replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* | Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfwErmal2014-03-241-1/+1
| |
* | Correct even here the change from name to zoneidErmal2014-03-241-1/+1
|/
* xhtml Complianceayvis2014-03-141-65/+65
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-1/+1
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Add an option to restore default logout/error/portal custom pages on Captive ↵Renato Botelho2013-12-131-0/+27
| | | | Portal. Fixes #3362
* Remove a left testing codeRenato Botelho2013-12-031-1/+0
|
* Fix #3339. Add a way to download CP portal, error and logout html pagesRenato Botelho2013-12-021-1/+42
|
* Start from 2 here as wellErmal2013-11-251-1/+1
|
* Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-211-4/+10
| | | | invoke ipfw for applying rules and other configuration options.
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Add a redirect url option to blocked macsRenato Botelho2013-09-121-0/+10
|
* Change 'Pass-through MAC' tab name to reflect current realityRenato Botelho2013-09-121-3/+3
|
* Add checks to make sure CP hard timeout is less or equal DHCP server default ↵Renato Botelho2013-03-221-2/+18
| | | | lease time. It fixes #2899
* Remove unimplemented optionErmal2013-02-201-13/+0
|
* Remove interfaces that have been unselected from CP config properlyErmal2013-02-131-1/+11
|
* add input validation for NAS-IdentifierMichael Newton2013-02-121-2/+5
|
* properly separate accounting options from general RADIUS optionsMichael Newton2013-02-111-53/+45
| | | | cleanup whitespace
* allow entry of custom NAS IDMichael Newton2013-02-111-4/+10
|
* Implement privilege for allowing login through CPRenato Botelho2013-02-071-5/+16
| | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* Indent and whitespaces changesRenato Botelho2013-02-071-20/+20
|
* checkbox to allow reversing of RADIUS accounting byte countsMichael Newton2013-02-011-2/+11
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-3/+3
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Remove IPFW_FILTER flag since it gets not used anymoreErmal2012-12-131-16/+0
|
* Separate backend keywords from GUI language display in captive portalPhil Davis2012-09-241-5/+5
| | | When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Update masterbcyrill2012-07-061-1/+1
|
* Fix Captive Portal SSLbcyrill2012-07-061-1/+4
|
* Implement certificate chain in Captive Portalbcyrill2012-07-031-55/+21
|
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-46/+75
|
* fix a couple booboosDarren Embry2012-06-141-6/+6
| | | | | - fbegin.inc needs to be included after <body> - s/require/require_once/ fixes 'cannot redeclare function' error
* Update masterbcyrill2012-06-091-9/+9
|
OpenPOWER on IntegriCloud