This is 2020. Issue #9245
Correct jQuery include
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
#9096 - updated login title
User login source & proxy fwd addr to user data. Fixes #8813 Fixes #8816
While here, use this info more consistently across log messages andplaces where user info is recorded when making changes.
Revise page footer text and centralize footer output for consistency
Remove Whitespace
I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.
-RJ
Update the copyright year in a couple of missing points.
Fixed #8297 If user has no page permissions it will automatically log them out so they don't get stuck on the logout page
Update the Copyright notice for pfSense.
added a string SESSION_TIMEOUT to be returned when a widget times out
add cache busting to css using last modified timestamp
Use include() to add logo content and use complete path
update svg logos to pull from file
Restore bad username or password message
Revise error page to comply with login page style
change login page logo to svg
Prevent iOS auto-capitalization on username field
Change login page links to absolute paths
Fix missing '>' on /span tag
Respect GUI Login autocomplete preference setting
Correct intenting
Code style cleanup
Minor positioning tweak to login page
Fix spelling in comment
Use more informative IDs in login page HTML
Restore MITM warning
Include host name if so configured
Restore cookie warning via pop-up
Ignore loginpage color values from previous version that used the file name
Improved login page graphic
Revised CSS for login page
Improve "new design" notice
Experimental login page designSet your favorite color in System->General->"Login CSS file"
Improve indenting/readability
Merge pull request #3629 from doktornotor/patch-18
Add missing include
phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.
Code with multiple %s in etc
REmove accidental text
Provide conrol on system.php to allow display of hostname on login banner
Added hostname to login page.Option control required
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (1st round)
Merge pull request #3018 from phil-davis/usersettings
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Feature #6388 custom GUI preference settings per user
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
Update file_exists check to full path as done in other files
Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390
remove extra slash
point css files to the new location
HTML Compliance - Login Form
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....
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909
Fix hardcoded pfSense on login page
I guess this hard-coded mention of pfSense should use the value from $g ?
Internationalize etc inc a-i files
autocapitalize off is deprecated, use none instead. Ticket #5776
fix Bug #5776
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
fix #5563
Code style and white space in etc
pull in correct stylesheet on login page
fix missing "
Type up SCRIPT tags
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Remove a leftover from merge
Completed #5333
Integrate bootstrap etc/inc with master
This applies the little changes in etc/inc master to the bootstrapbranch so that etc/inc in bootstrap will now just have the realdifferences that are due to real bootstrap changes.
Merge branch 'master' into bootstrap
Move main pfSense content to src/