aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security/LoginManager.php
Commit message (Expand)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-6/+10
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-39/+30
* Add strict types for bookmarks managementArthurHoaro2020-10-131-1/+1
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-9/+7
* LDAP - Force protocol LDAPv3ArthurHoaro2020-06-251-3/+11
* Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-1/+6
* Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-1/+1
* Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-2/+4
* ldap authentication, fixes shaarli/Shaarli#1343Sébastien NOBILI2020-03-021-9/+55
* Rewrite IP ban managementArthurHoaro2019-02-091-86/+14
* Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-loginArthurHoaro2019-02-091-0/+3
|\
| * Do not check the IP address with session protection disabledArthurHoaro2018-07-171-0/+3
* | lint: apply phpcbf to application/VirtualTam2018-12-021-1/+0
|/
* SessionManager+LoginManager: fix checkLoginState logicVirtualTam2018-06-021-1/+1
* Add test coverage for LoginManager methodsVirtualTam2018-06-021-5/+4
* Refactor LoginManager stay-signed-in token managementVirtualTam2018-06-021-4/+33
* Refactor session and cookie timeout controlVirtualTam2018-06-021-3/+2
* Move LoginManager and SessionManager to the Security namespaceVirtualTam2018-06-021-0/+238