aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security
Commit message (Expand)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-093-11/+16
* Fix compatiliby issue on login with PHP 7.1ArthurHoaro2020-10-281-2/+5
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-202-54/+43
* Add strict types for bookmarks managementArthurHoaro2020-10-131-1/+1
* 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-233-12/+53
* 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
* 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
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+6
* Rewrite IP ban managementArthurHoaro2019-02-092-86/+227
* 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-022-2/+5
* Add test coverage for LoginManager methodsVirtualTam2018-06-021-5/+4
* SessionManager: remove unused UID tokenVirtualTam2018-06-021-6/+0
* Refactor LoginManager stay-signed-in token managementVirtualTam2018-06-022-7/+33
* Refactor session and cookie timeout controlVirtualTam2018-06-022-14/+39
* Move LoginManager and SessionManager to the Security namespaceVirtualTam2018-06-022-0/+417