summaryrefslogtreecommitdiffstats
path: root/usr/local/www/headjs.php
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Rmoeve register_long_arrays from php.ini and from php code the use of ↵Ermal2013-12-201-1/+1
| | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
* Update HTML in "include" filesColin Fleming2013-02-061-5/+5
| | | | | | | | | | | | | | | 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. Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and update TABLE tags with "summary". Updated the SCRIPT and STYLE with proper CDATA sections. Updated LINK with the correct types.
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-031-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
* Converting headjs javascript code from prototype to jQueryVinicius Coque2012-01-151-35/+35
|
* 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