summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/authgui.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-42/+44
|
* Merge pull request #3018 from phil-davis/usersettingsChris Buechler2016-06-301-8/+16
|\
| * Feature #6388 custom GUI preference settings per userPhil Davis2016-06-231-8/+16
| |
* | Always use require_oncePhil Davis2016-06-271-1/+1
|/ | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-091-2/+2
| | | | Remove "you" personalizations.
* Update file_exists check to full path as done in other filesNewEraCracker2016-03-171-1/+1
|
* Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390NewEraCracker2016-03-171-3/+3
|
* remove extra slashJared Dillard2016-03-161-1/+1
|
* point css files to the new locationJared Dillard2016-03-161-3/+3
|
* HTML Compliance - Login FormNOYB2016-03-051-1/+1
| | | | | | | | | | | | | | Error: Duplicate attribute class. <div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div> Consolidate multiple class attributes. Error: Attribute autocorrect not allowed on element input at this point. <input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false> Non standard IOs Safari, Android Chrome attribute. Error: Attribute autocapitalize not allowed on element input at this point. <input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false> Non standard IOs Safari, Android Chrome attribute.
* Fix Dashboard privilege edge case and show full Help menu to users with the ↵jim-p2016-02-191-0/+6
| | | | Help privilege. Fixes #5909
* Fix hardcoded pfSense on login pagePhil Davis2016-02-181-1/+1
| | | I guess this hard-coded mention of pfSense should use the value from $g ?
* Internationalize etc inc a-i filesPhil Davis2016-02-171-6/+6
|
* autocapitalize off is deprecated, use none instead. Ticket #5776Chris Buechler2016-01-181-1/+1
|
* fix Bug #5776heper2016-01-171-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* fix #5563heper2015-12-101-0/+2
|
* Code style and white space in etcPhil Davis2015-12-101-2/+2
|
* pull in correct stylesheet on login pageJared Dillard2015-12-021-2/+18
|
* fix missing "Chris Buechler2015-12-011-1/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+8
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Remove a leftover from mergeRenato Botelho2015-10-221-1/+0
|
* Completed #5333Stephen Beaver2015-10-221-36/+55
|
* Integrate bootstrap etc/inc with masterPhil Davis2015-08-301-1/+1
| | | | | | This applies the little changes in etc/inc master to the bootstrap branch so that etc/inc in bootstrap will now just have the real differences that are due to real bootstrap changes.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-135/+85
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+335
OpenPOWER on IntegriCloud