summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www services captive portalPhil Davis2015-05-241-84/+107
|
* 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
|
* Correct even other areas of CP using pfSense_ipfw_getTablestats function.Ermal LUÇI2014-12-241-1/+1
|
* Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() ↵Renato Botelho2014-11-131-4/+7
| | | | 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
|
* Bring the code of captiveportal up to speed with its module counterpart ↵Ermal2014-06-121-3/+3
| | | | requirments
* remove text not relevant to Allowed IP page. Ticket #3594Chris Buechler2014-05-141-18/+2
|
* Tidy up "services_captiveportal_ip.php" XHTMLColin Fleming2014-04-031-18/+18
| | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Move NOWARP to class Close INPUT
* xhtml Complianceayvis2014-03-141-1/+1
| | | 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
* Use same tab name on all pagesRenato Botelho2013-09-121-1/+1
|
* Change 'Pass-through MAC' tab name to reflect current realityRenato Botelho2013-09-121-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Tidy up spelling mistakes.Colin Fleming2013-05-121-2/+2
|
* Fix problems with overlapping 'allowed IP subnets' in CPbcyrill2013-02-021-9/+6
|
* Do not include prefix in IP addressbcyrill2013-01-271-5/+7
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-2/+1
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Various fixes to removal of pipesErmal2012-12-191-2/+4
|
* Cleanup the pipes as well when removing or operating on tables for ↵Ermal2012-12-171-2/+8
| | | | hostnames/ips/mac
* There is no more table 5,6,7,8,9,10Ermal2012-12-171-6/+0
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-21/+33
| | | | different properties on different interfaces.
* Misc fixupsScott Ullrich2011-01-251-1/+1
|
* Prevent drop down menu creationScott Ullrich2011-01-251-1/+1
|
* Adding tab for allowed hostnamesScott Ullrich2011-01-251-0/+1
|
* gettext fixesRenato Botelho2010-08-121-2/+2
|
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-6/+26
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * fix several cosmetic issues. add an icon type for the "both" direction, fix ↵Chris Buechler2010-07-281-6/+20
| | | | | | | | icons for other directions
| * Add a subnet option to allowed ip addresses on CP.Ermal2010-07-221-0/+6
| |
* | Corrections gettext implementation on services_captiveportal_ip.phpCarlos Eduardo Ramos2010-07-211-1/+1
| |
* | Implement gettext() calls on services_captiveportal_ip.phpCarlos Eduardo Ramos2010-07-131-18/+19
|/
* Remove auth logs tab, since it is handled by the log link above.jim-p2010-06-021-1/+0
|
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Revert "add a status tab to the CP screens as well", this is just a tad too longChris Buechler2010-05-281-1/+0
| | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.
* add a status tab to the CP screens as wellChris Buechler2010-05-281-0/+1
|
* add auth logs tab to CP screensChris Buechler2010-05-281-0/+1
|
* Ticket #566. Reimplement the allowed ips keeping previous funcitonality and ↵Ermal2010-05-031-2/+10
| | | | improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped.
* add double click to editChris Buechler2010-05-011-1/+1
|
* Remove all code for directions it is not needed any more on passthrough ip's.Ermal2010-04-221-6/+0
|
* Add a new option which allows the admin user to configure CP so that it ↵Ermal2010-04-201-2/+3
| | | | automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.
* Include commonly used .inc files such as filter.inc, shaper.inc, etcScott Ullrich2009-11-241-1/+4
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Use ipfw tables for allowed ips. This reduces the number of rules needed for ↵Ermal Luçi2009-08-131-19/+6
| | | | them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-0/+1
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-1/+0
| | | | been modified to include an account expiration option to support this service.
OpenPOWER on IntegriCloud