aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security/SessionManager.php
Commit message (Expand)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-1/+2
* Fix compatiliby issue on login with PHP 7.1ArthurHoaro2020-10-281-2/+5
* Fix broken route to filter not tagged bookmarksArthurHoaro2020-08-311-1/+0
* Move PHP and config init to dedicated fileArthurHoaro2020-07-231-0/+14
* Process login through Slim controllerArthurHoaro2020-07-231-0/+30
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-3/+13
* Process password change controller through SlimArthurHoaro2020-07-231-0/+4
* Process session filters through Slim controllersArthurHoaro2020-07-231-0/+33
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-0/+10
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+6
* SessionManager+LoginManager: fix checkLoginState logicVirtualTam2018-06-021-1/+4
* SessionManager: remove unused UID tokenVirtualTam2018-06-021-6/+0
* Refactor LoginManager stay-signed-in token managementVirtualTam2018-06-021-3/+0
* Refactor session and cookie timeout controlVirtualTam2018-06-021-11/+37
* Move LoginManager and SessionManager to the Security namespaceVirtualTam2018-06-021-0/+179