Project

General

Profile

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

# Date Author Comment
ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

aa205c3b 12/20/2013 10:08 PM Ermal LUÇI

Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility

52593da5 02/06/2013 07:27 PM Colin Fleming

Update HTML in "include" files

Udated the DOCTYPE to make it W3C standard/compliant.

Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from
"fbegin.inc" and place them in "head.inc" (where they belong), this may
also help the Widescreen package to work....

4111fcf5 01/03/2013 10:50 PM Ermal LUÇI

Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions

ea0d4171 01/15/2012 02:51 PM Vinícius Coque

Converting headjs javascript code from prototype to jQuery

fd4151a9 03/04/2011 10:05 PM Ermal LUÇI

Enforce session establishment.

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

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

52860a44 03/14/2009 11:54 PM Bill Marquette

fix typo

d97ab688 09/03/2008 08:33 PM Matthew Grooms

Cleanup some of the authentication code. Fix the problem where you must
navigate away from the initial page twice to get somewhere. Remove some
of the cruft that was no longer used. Don't unconditionally redirect a
user to their homepage if another url was specified pre-login. This will...

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

0ab7198a 12/02/2007 04:33 AM Scott Ullrich

Strip / out.

0433a8ff 11/19/2007 01:20 AM Scott Ullrich

Remove annoying shake on error.

859e12ed 11/19/2007 12:15 AM Scott Ullrich
  • Turn off debugging.
  • Show Loading in error space but show it without being red.
be23be5a 11/18/2007 11:35 PM Scott Ullrich
  • Correctly report invalid password
  • Correctly report invalid username
  • Correctly report 401 errors
950f0f9e 11/18/2007 11:25 PM Scott Ullrich

Correctly show 401 errors.

fab7ff44 04/13/2007 03:26 AM Bill Marquette

Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly
There's still some CSS/HTML fixes needed but the code seems to work