summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize the session_id/logout_id in captive portal.Chris Buechler2015-12-021-1/+3
|
* Ticket #4131 before formatting the mac extract the needed statistics from belowErmal LUÇI2015-05-011-1/+1
|
* Voucher messages using wrong config field nameGertjan2015-03-261-3/+3
| | | | | | | | | | | | https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273 $config['voucher'][$cpzone]['msgnoaccess'] and $config['voucher'][$cpzone]['msgexpired'] do not exist. These should be $config['voucher'][$cpzone]['descrmsgnoaccess'] and $config['voucher'][$cpzone]['descrmsgexpired']
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* SpellingPhil Davis2014-09-281-1/+1
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-11/+11
| | | | files to UTF-8
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Do not register the _ENV superglobal since its not required and probably not ↵Ermal2013-12-201-1/+1
| | | | very useful in a [F]CGI world and its limit is restricted nowdays in pfSense.
* Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-231-1/+1
|
* Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-211-1/+3
| | | | invoke ipfw for applying rules and other configuration options.
* Remove redundant copies of getNasIP(), it should fix #3234Renato Botelho2013-09-282-54/+4
|
* Remove unecessary blockedmacs db and read it directly from configRenato Botelho2013-09-141-4/+1
|
* Redirect blocked macs to desired URL or show an error messageRenato Botelho2013-09-121-0/+10
|
* Add Zone to the messages logged on syslog from CP to easy troubleshootingErmal2013-08-011-2/+2
|
* Merge pull request #556 from tuyan/c8b07434e3a1c9ae905c2e6cbef6f8fb25e3db00Ermal Luçi2013-04-111-2/+3
|\ | | | | Fix calculation of accounting gigawords.
| * Fixed PHP_INT_MAX not being 2^32 for accounting gigawords.Tuyan Ozipek2013-04-111-2/+3
| |
* | Implement privilege for allowing login through CPRenato Botelho2013-02-071-0/+4
| | | | | | | | | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* | Use unset to free resources now that php does not use exit on CPErmal2013-01-292-0/+2
| |
* | allow empty CP password to be sent to RADIUS serverMichael Newton2013-01-291-1/+1
| |
* | Merge #237 manually whitout the GUI option for specifying interim interval. ↵Ermal2013-01-242-3/+2
| | | | | | | | It will read now this attribute if present in a reply and use it. Fixes #1492
* | Make sure this is in global scopeErmal2013-01-231-0/+2
| |
* | Validate the cpzone parameter passed that it actually is a valid zoneErmal2013-01-211-0/+6
| |
* | Revert "There should be always a zone given from lighty to us so try to get ↵Ermal2013-01-211-4/+1
| | | | | | | | | | | | that first" This reverts commit 497d0b192f8e065ec3b4d1d94764b51c924a89b8.
* | There should be always a zone given from lighty to us so try to get that firstErmal2013-01-211-1/+4
| |
* | Update to masterbcyrill2013-01-161-23/+5
|\ \
| * | Add portal_hostname_from_client_ip functionbcyrill2013-01-151-26/+8
| | |
* | | Update usr/local/captiveportal/index.phpbcyrill2013-01-151-123/+121
|/ /
* | Remove redundant code fragmentbcyrill2013-01-151-1/+0
| |
* | Get back to trim() and strip / from left/right but when redirecting properly ↵Ermal2013-01-041-3/+3
| | | | | | | | create the redirurl var
* | Use rtrim to avoid issuesErmal2013-01-031-2/+2
| |
* | Add square brackets around IPv6 addressesbcyrill2012-12-171-3/+7
| |
* | only trim the / if it is alonebcyrill2012-12-151-1/+2
| |
* | only trim the / at the end of the redirurlbcyrill2012-12-151-1/+1
| |
* | always use the shortcut cpcfg variablebcyrill2012-12-151-10/+10
| |
* | Correctly retrieve the mac addressErmal2012-12-141-2/+4
| |
* | Do not exit from php rather return to not have to refork again from the managerErmal2012-12-131-7/+7
| |
* | Switch all the actions(pipe create/table modify/get mac address) during fast ↵Ermal2012-12-131-1/+1
|/ | | | path of CP to pfSense modules ones.
* Simplify logicErmal2012-11-281-7/+8
|
* Only try to get mac if the its requiredErmal2012-11-281-1/+2
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* Revert "Make mac_format aware of multiple Captiveportal instances"Ermal2012-06-112-5/+5
| | | | This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.
* Make mac_format aware of multiple Captiveportal instancesbcyrill2012-06-092-5/+5
|
* Ensure there is a '.' between hostname and domain. Partially fixes #2454Warren Baker2012-05-251-6/+6
|
* fix vouchersChris Buechler2012-05-061-1/+1
|
* implement #2407: create config option for captive portal listening portDarren Embry2012-05-031-3/+6
|
* correct hostname variable, and use FQDNChris Buechler2012-05-011-1/+1
|
* possible fix for Bug #2311: Wrong redirection URL (from http -> https) ↵Darren Embry2012-03-291-1/+1
| | | | missing colon char
OpenPOWER on IntegriCloud