summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Ticket #1703 - fix image tagsBill Marquette2008-05-171-2/+2
| | | | MFC: for 1.2.1
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-2/+16
| | | | This to make it easier on large configurations.
* correct the html structure, and show errors properlyScott Dale2007-04-261-0/+3
| | | | MFC: asap
* Reload allowed ip addresses upon saving. We do not need to control a reboot ↵Scott Ullrich2007-02-251-3/+3
| | | | scenario here.
* MFC 14070Scott Ullrich2006-08-311-12/+11
| | | | fix: removed redundant Apply Changes button
* not the file manager tabs, don't highlightScott Ullrich2006-01-041-1/+1
|
* Sync w/ m0n0wall 1.21Scott Ullrich2006-01-041-12/+11
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-3/+3
|
* Remove "Extra" Apply buttonScott Ullrich2005-10-111-1/+1
|
* Remove double <br/> ... It was not the correct fix. The correct fix was ↵Scott Ullrich2005-09-161-2/+0
| | | | the Title
* Output page titleScott Ullrich2005-09-161-0/+1
| | | | Ticket #511
* Update image locationsScott Ullrich2005-09-151-7/+7
|
* Themeify image locationsScott Ullrich2005-09-151-7/+7
|
* <br/> twice before tables. no funny pun, sorry.Scott Ullrich2005-09-151-0/+2
|
* Convert back to our tab systemScott Ullrich2005-09-141-7/+9
|
* Add back pfSense header.Scott Ullrich2005-09-131-0/+5
|
* Sync with m0n0wall 1.2b10:Scott Ullrich2005-09-131-54/+30
| | | | | | | | TODO: * Add back sexy curved tabs, etc * Change image locations to themes * Add back pfSense header information and set page titles
* updating files to use theme imagesErik Kristensen2005-07-211-7/+7
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Fix bottom roundsBill Marquette2005-07-041-8/+4
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-1/+0
|
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-0/+8
| | | | | * Curve tabs * Cleanup
* Round out those corners, baby!Scott Ullrich2005-07-021-13/+12
|
* <form> cleanupBill Marquette2005-04-161-2/+0
|
* white on red for descriptionBill Marquette2005-04-121-3/+3
| | | | doubleclick to edit
* icon placementBill Marquette2005-04-041-3/+15
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Use form post methodScott Ullrich2005-03-221-1/+1
|
* Import m0n0wall 1.2b7's captive portal code *WITH* user manager.Scott Ullrich2005-03-201-0/+1
| | | | And the crowd goes wild.
* * Restore pfSense custom portal pageScott Ullrich2005-03-141-10/+21
| | | | * Add back pre 1.2b6 headers in each file
* Restore 1.2b6's captive portal.Scott Ullrich2005-03-141-22/+10
|
* Allowed IP addresses -> User ManagerScott Ullrich2005-03-141-1/+1
|
* Add user manager tab.Scott Ullrich2005-03-141-0/+1
|
* Add back header after Pascals syncScott Ullrich2005-03-141-10/+21
|
* Sync with Pascal's latest versinScott Ullrich2005-03-131-14/+3
|
* Synchornize with m0n0wall 1.2b3. These files have not really beenScott Ullrich2004-12-051-11/+11
| | | | | modified too much so a straight copy works. 9 files remain to be patched by hand.
* Convert description font color to whiteScott Ullrich2004-11-191-11/+11
|
* Initial revisionScott Ullrich2004-11-071-0/+152
OpenPOWER on IntegriCloud