Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | |||||
* | Review license / copyright on all files (1st round) | Renato Botelho | 2016-07-14 | 1 | -42/+44 |
| | |||||
* | Merge pull request #3018 from phil-davis/usersettings | Chris Buechler | 2016-06-30 | 1 | -8/+16 |
|\ | |||||
| * | Feature #6388 custom GUI preference settings per user | Phil Davis | 2016-06-23 | 1 | -8/+16 |
| | | |||||
* | | Always use require_once | Phil Davis | 2016-06-27 | 1 | -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 Personalizations | NOYB | 2016-04-09 | 1 | -2/+2 |
| | | | | Remove "you" personalizations. | ||||
* | Update file_exists check to full path as done in other files | NewEraCracker | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390 | NewEraCracker | 2016-03-17 | 1 | -3/+3 |
| | |||||
* | remove extra slash | Jared Dillard | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | point css files to the new location | Jared Dillard | 2016-03-16 | 1 | -3/+3 |
| | |||||
* | HTML Compliance - Login Form | NOYB | 2016-03-05 | 1 | -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-p | 2016-02-19 | 1 | -0/+6 |
| | | | | Help privilege. Fixes #5909 | ||||
* | Fix hardcoded pfSense on login page | Phil Davis | 2016-02-18 | 1 | -1/+1 |
| | | | I guess this hard-coded mention of pfSense should use the value from $g ? | ||||
* | Internationalize etc inc a-i files | Phil Davis | 2016-02-17 | 1 | -6/+6 |
| | |||||
* | autocapitalize off is deprecated, use none instead. Ticket #5776 | Chris Buechler | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | fix Bug #5776 | heper | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -3/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | fix #5563 | heper | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | Code style and white space in etc | Phil Davis | 2015-12-10 | 1 | -2/+2 |
| | |||||
* | pull in correct stylesheet on login page | Jared Dillard | 2015-12-02 | 1 | -2/+18 |
| | |||||
* | fix missing " | Chris Buechler | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Type up SCRIPT tags | Colin Fleming | 2015-11-29 | 1 | -2/+8 |
| | |||||
* | Copyright and license cleanup | Renato Botelho | 2015-11-09 | 1 | -2/+0 |
| | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces | ||||
* | Remove a leftover from merge | Renato Botelho | 2015-10-22 | 1 | -1/+0 |
| | |||||
* | Completed #5333 | Stephen Beaver | 2015-10-22 | 1 | -36/+55 |
| | |||||
* | Integrate bootstrap etc/inc with master | Phil Davis | 2015-08-30 | 1 | -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 bootstrap | Renato Botelho | 2015-08-26 | 1 | -135/+85 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+335 |