summaryrefslogtreecommitdiffstats
path: root/usr/local/www/headjs.php
Commit message (Collapse)AuthorAgeFilesLines
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-041-0/+3
| | | | 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. Manual cherry-pick of 4111fcf5307829b19b95fbb499addddff46264af
* Enforce session establishment.Ermal2011-03-041-1/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+4
| | | | include 2009 on files that I have asserted (C) on
* fix typoBill Marquette2009-03-141-1/+1
|
* Cleanup some of the authentication code. Fix the problem where you mustMatthew Grooms2008-09-031-28/+0
| | | | | | | 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 allow admins to create bookmarks to specific pfsense webui pages.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-1/+33
| | | | | | | | 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
* Strip / out.Scott Ullrich2007-12-021-3/+3
|
* Remove annoying shake on error.Scott Ullrich2007-11-191-2/+0
|
* * Turn off debugging.Scott Ullrich2007-11-191-3/+2
| | | | * Show Loading in error space but show it without being red.
* * Correctly report invalid passwordScott Ullrich2007-11-181-1/+1
| | | | | * Correctly report invalid username * Correctly report 401 errors
* Correctly show 401 errors.Scott Ullrich2007-11-181-3/+10
|
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-131-0/+156
start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
OpenPOWER on IntegriCloud