Project

General

Profile

Download (7.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5705c60a 02/17/2013 02:34 PM Renato Botelho

Revert "Merge pull request #417 from miken32/cp-database-fix"

It breaks customizations, it's not a good time for such big change.

This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing
changes made to d896f86751bae79625197da6c80d709fdf185448.

00109fef 02/15/2013 06:01 AM Michael Newton

while we're here, send named termination causes

91ca7e9f 02/15/2013 05:14 AM Michael Newton

use associative array for captive portal to prevent confusion, messiness, and abuse

477c58ce 01/14/2013 10:24 AM Luigi Capriotti

Add page to allow manual vouchers expiration

339688b2 12/28/2012 11:48 PM Cyrill B

Fix: last activity on CP status

26ee5aaf 12/18/2012 09:20 AM Ermal LUÇI

Convert the CP db to sqlite rather than a text file. Some more optimizations might be needed and probably vouchers db might need conversion as well.

f06f7cc0 09/16/2012 10:17 AM Pi Ba

(line endings UNIX format..)
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

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

29c2c1db 05/15/2012 03:11 PM Jim Pingle

Fix quoting - can't use ' if we want to expand a variable inside the string.

b4792bf8 09/07/2011 01:04 PM Ermal LUÇI

Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces.

b48b79c2 08/08/2011 01:37 PM Jim Pingle

Show the CP User count in the page title, as on 1.2.3.

006802ab 03/04/2011 08:15 PM Ermal LUÇI
  • Prevent concurrent logins on CP to not be recorded on the DB.
  • 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....
95b71980 12/22/2010 08:33 PM Ermal LUÇI

Use correct lock.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

9cb94dd4 11/03/2010 01:25 PM Ermal LUÇI

Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1 it should not be accessible otherwise.

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

c53220ef 08/10/2010 10:54 PM Erik Fonnesbeck

Add quotes back that were incorrectly removed when implementing gettext and add php tags around gettext where needed.

c3ff89b4 08/09/2010 12:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/status_captiveportal.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_wireless.php

6c534785 08/08/2010 12:52 AM Chris Buechler

add tooltip. cvstrac 1640

e19e4cfb 07/21/2010 12:25 AM Carlos Eduardo Ramos

Implement gettext() calls on status_captiveportal.php

7ab2b688 11/25/2009 12:38 AM Scott Ullrich

Include commonly used .inc files such as filter.inc, shaper.inc, etc

7540905c 11/15/2009 06:28 AM Chris Buechler

call first tab "Active Users", and make it consistent

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

3ea73062 09/12/2009 01:42 AM Scott Ullrich

Add missing Location:

d402b77f 09/12/2009 01:41 AM Scott Ullrich

Redirect back to cp page after disconnection of user

b3890d78 09/12/2009 01:30 AM Scott Ullrich

Lock around read call

ff9d6728 08/20/2009 07:33 PM Scott Ullrich

Modify sortable.js to work on tabcont as opposed to sortable class. This 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

f9f71ad3 08/14/2009 05:13 PM Ermal Luçi
  • Convert captive portal rules to use tables. This reduces the number of 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....
336e3c1c 06/13/2009 05:24 PM Charlie

Port voucher login ability on CaptivePortal from M0n0Wall.

Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.

93ed7659 05/25/2009 11:47 AM Ermal Luçi

Handle the case when no user has logged in. Reported by: http://forum.pfsense.org/index.php/topic,16382.0.html

4fa2be6d 05/22/2009 05:02 PM Ermal Luçi

Check for blank lines and ignore them.

caec9484 05/22/2009 04:29 PM Ermal Luçi

A better fix to empty lines.

32822c6e 05/22/2009 03:49 PM Ermal Luçi

Propperly check for empty slots. Fix by forum user: itsmorefun!

d853e5db 05/13/2009 06:01 PM Ermal Luçi

Speedup noticably CP status page. Previously during load it would not show anything and this commit fixes it.

f80a6148 05/09/2009 04:16 AM Ermal Luçi

The other half of CP locks conversion to new locking functions.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

6341c556 02/20/2008 05:48 PM Scott Ullrich

remove {$concurrent}, it breaks user manager.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

644905e8 08/08/2007 04:30 PM Scott Ullrich

Sync w/ HEAD

9412dc37 07/26/2007 06:05 PM Scott Ullrich

Backport username display feature in captive portal. Really not sure why it wasn't included in RELENG_* versions.

555d3758 04/03/2006 09:05 PM Scott Ullrich

MFC
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty

5fd0b016 03/19/2006 10:22 PM Scott Ullrich

Add sortable table header support

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

af32f939 10/18/2005 03:53 PM Scott Ullrich

MFC 6960
Cleanup hardcoded meta refreshes

93641ef8 10/07/2005 10:00 PM Scott Ullrich

Show the current amount of authenticated captive portal users in the Status: Captive Portal line such as:

Status: Captive Portal (250)

Used at KCD extensively to see how many students are authenticated.

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

516fd635 07/17/2005 08:54 PM Scott Ullrich

Refresh Captive Portal status every 60 seconds

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision