aboutsummaryrefslogtreecommitdiffstats
path: root/admin/auth.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Fix incorrect parameter list for logout actionThomas Lange1-1/+1
2021-09-19Rename some session array keysThomas Lange1-1/+1
2021-08-05Show error message if CSRF token does not matchesThomas Lange1-17/+17
2021-06-26Use const to define expressionless admin constantsThomas Lange1-1/+1
2021-06-22Implement new Repository and Entity classesThomas Lange1-5/+6
2021-06-20Call password_verify directly in login scriptThomas Lange1-1/+2
2021-06-14Remove more redundant try/catch blocksThomas Lange1-23/+14
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange1-3/+2
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-21/+16
2017-04-12Inconsistency in the admin template parameters fixed (this does not affect an...Thomas Lange1-3/+1
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-1/+1
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange1-1/+1
2017-02-24Initial commit.v1.0Thomas Lange1-0/+86