]> git.immae.eu Git - github/shaarli/Shaarli.git/history - application/security/SessionManager.php
Fix broken route to filter not tagged bookmarks
[github/shaarli/Shaarli.git] / application / security / SessionManager.php
2020-08-31  ArthurHoaroFix broken route to filter not tagged bookmarks 1530/head
2020-08-27  ArthurHoaroMerge pull request #1511 from ArthurHoaro/wip-slim...
2020-07-23  ArthurHoaroMove PHP and config init to dedicated file
2020-07-23  ArthurHoaroProcess login through Slim controller
2020-07-23  ArthurHoaroProcess Shaarli install through Slim controller
2020-07-23  ArthurHoaroProcess password change controller through Slim
2020-07-23  ArthurHoaroProcess session filters through Slim controllers
2020-07-23  ArthurHoaroProcess tag cloud page through Slim controller
2020-04-11  nodisccMerge pull request #1403 from shaarli/doc-composer
2020-01-26  ArthurHoaroRender login page through Slim controller (#1401)
2020-01-26  ArthurHoaroRender login page through Slim controller
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  VirtualTamSessionManager: remove unused UID token
2018-06-02  VirtualTamRefactor LoginManager stay-signed-in token management
2018-06-02  VirtualTamRefactor session and cookie timeout control
2018-06-02  VirtualTamMove LoginManager and SessionManager to the Security...