summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-105/+142
|
* Improve validation and encoding of the zone for Captive Portal Statusjim-p2015-03-051-14/+19
|
* 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
|
* Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() ↵Renato Botelho2014-11-131-6/+9
| | | | and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* fix captive portal status page displayChris Buechler2014-11-051-1/+1
|
* fix up textChris Buechler2014-11-051-1/+1
|
* Update status_captiveportal.phpGertjan2014-06-231-1/+6
| | | Don't ask to select a zone if there is only ONE.
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Update status_captiveportal.phpColin Fleming2014-05-171-1/+1
| | | Add missing closing TD tag
* Tidy up "status_captiveportal" XHTMLColin Fleming2014-05-161-6/+8
| | | | | | | | | | | | Add SUMMARY to TABLES Remove PHP ECHO that isn't in a PHP statement Update HTML Boolean operator Add COLSPAN to fill the width of the table Move NOWRAP to CLASS statement Close INPUT and IMG tags and add ALT to IMG Add BODY between HEAD.INC and FBEGIN.INC Remove TYPE from TEXTAREA, invalid in XHTML Add closing BODY and closing HTML tags
* Fix broken HTML elements and unescaped entitiesMichael Newton2014-05-131-5/+6
|
* xhtml Complianceayvis2014-03-141-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+2
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-231-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Remove this particular form tag that doesn't appear to serve any purpose on ↵jim-p2013-08-201-2/+0
| | | | this page, and breaks the drop-down zone selector. Fixes #3153
* Add the MAC manufacturer code to the CP status pagejim-p2013-08-061-1/+13
|
* Fix CP status sorting to properly respect the zone.jim-p2013-06-281-6/+6
|
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-171-7/+7
| | | | | | | It breaks customizations, it's not a good time for such big change. This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing changes made to d896f86751bae79625197da6c80d709fdf185448.
* while we're here, send named termination causesMichael Newton2013-02-141-1/+1
|
* use associative array for captive portal to prevent confusion, messiness, ↵Michael Newton2013-02-141-6/+6
| | | | and abuse
* Add page to allow manual vouchers expirationLuigi Capriotti2013-01-141-0/+1
|
* Fix: last activity on CP statusbcyrill2012-12-291-8/+3
|
* Convert the CP db to sqlite rather than a text file. Some more optimizations ↵Ermal2012-12-181-15/+6
| | | | might be needed and probably vouchers db might need conversion as well.
* (line endings UNIX format..)PiBa-NL2012-09-161-1/+0
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Fix quoting - can't use ' if we want to expand a variable inside the string.jim-p2012-05-151-1/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-43/+82
| | | | different properties on different interfaces.
* Show the CP User count in the page title, as on 1.2.3.jim-p2011-08-081-13/+13
|
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-041-3/+4
| | | | | | | * Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance. * Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier. All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
* Use correct lock.Ermal2010-12-221-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-7/+7
|
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to ↵Ermal2010-11-031-3/+3
| | | | 127.0.0.1 it should not be accessible otherwise.
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Add quotes back that were incorrectly removed when implementing gettext and ↵Erik Fonnesbeck2010-08-101-1/+1
| | | | add php tags around gettext where needed.
* Merge remote branch 'mainline/master'Renato Botelho2010-08-091-1/+1
|\ | | | | | | | | | | | | Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
| * add tooltip. cvstrac 1640Chris Buechler2010-08-071-1/+1
| |
* | Implement gettext() calls on status_captiveportal.phpCarlos Eduardo Ramos2010-07-201-6/+6
|/
* Include commonly used .inc files such as filter.inc, shaper.inc, etcScott Ullrich2009-11-241-0/+4
|
* call first tab "Active Users", and make it consistentChris Buechler2009-11-151-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Add missing Location:Scott Ullrich2009-09-111-1/+1
|
* Redirect back to cp page after disconnection of userScott Ullrich2009-09-111-4/+7
|
* Lock around read callScott Ullrich2009-09-111-3/+6
|
* Modify sortable.js to work on tabcont as opposed to sortable class. This ↵Scott Ullrich2009-08-201-1/+1
| | | | has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
* * Convert captive portal rules to use tables. This reduces the number of ↵Ermal Luçi2009-08-141-1/+1
| | | | | | | | | | rules ALOT. * Make the peruserbw setting use tables also by taking advantage of the tablearg option. * Convert statistics to use the new improvements of ipfw tables merged previously. * Make the limit of users allowed around 25000 instead of 9999 of before. NOTE: The only thing remaining for full optimization on ipfw(4) side is converting passthrumac and layer2 secure rules to tables aswell.
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-5/+31
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
OpenPOWER on IntegriCloud