]> git.immae.eu Git - github/shaarli/Shaarli.git/history - tests/security/LoginManagerTest.php
Process Shaarli install through Slim controller
[github/shaarli/Shaarli.git] / tests / security / LoginManagerTest.php
2020-07-23  ArthurHoaroProcess Shaarli install through Slim controller
2020-06-25  ArthurHoaroMerge pull request #1428 from pipoprods/feat/ldap-auth
2020-03-02  Sébastien NOBILIfixed typo
2020-03-02  Sébastien NOBILIldap authentication, fixes shaarli/Shaarli#1343
2019-05-25  ArthurHoaroMerge pull request #1273 from ArthurHoaro/feature/ban...
2019-02-09  nodisccMerge pull request #1264 from shaarli/doc-fix-mkdocs...
2019-02-09  ArthurHoaroRewrite IP ban management 1273/head
2019-02-09  ArthurHoaroMerge pull request #1182 from ArthurHoaro/feature/sessi...
2019-01-18  Aurélien TamisierMerge pull request #1248 from virtualtam/refactor/names...
2019-01-12  VirtualTamOptimize and cleanup imports 1248/head
2018-07-17  ArthurHoaroDo not check the IP address with session protection... 1182/head
2018-06-07  Mark SchmitzMerge remote-tracking branch 'upstream/master'
2018-06-04  ArthurHoaroMerge pull request #1143 from ArthurHoaro/sort-equal...
2018-06-03  VirtualTamMerge pull request #1086 from virtualtam/refactor/login
2018-06-02  VirtualTamSessionManager+LoginManager: fix checkLoginState logic 1086/head
2018-06-02  VirtualTamAdd test coverage for LoginManager methods
2018-06-02  VirtualTamRefactor LoginManager stay-signed-in token management
2018-06-02  VirtualTamMove LoginManager and SessionManager to the Security...