]> git.immae.eu Git - github/shaarli/Shaarli.git/history - application/security/SessionManager.php
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / application / security / SessionManager.php
2021-01-04  yudeMerge pull request #2 from shaarli/master
2020-11-10  ArthurHoaroMerge pull request #1635 from ArthurHoaro/feature/phpcs
2020-11-09  ArthurHoaroApply PHP Code Beautifier on source code for linter...
2020-11-03  ArthurHoaroMerge pull request #1610 from ArthurHoaro/fix/wallabag
2020-10-29  ArthurHoaroMerge pull request #1616 from dimtion/fix-api-redirect
2020-10-28  ArthurHoaroMerge pull request #1615 from ArthurHoaro/hotfix/save...
2020-10-28  ArthurHoaroMerge pull request #1614 from ArthurHoaro/hotfix/php71...
2020-10-28  ArthurHoaroFix compatiliby issue on login with PHP 7.1 1614/head
2020-10-13  ArthurHoaroMerge pull request #1525 from ArthurHoaro/feature/rest...
2020-09-03  ArthurHoaroMerge pull request #1519 from ArthurHoaro/fix/mobile...
2020-09-03  ArthurHoaroMerge pull request #1523 from ArthurHoaro/fix/default...
2020-09-03  ArthurHoaroMerge pull request #1520 from ArthurHoaro/fix/jp-language
2020-09-03  ArthurHoaroMerge pull request #1526 from kcaran/links_per_page
2020-09-03  ArthurHoaroMerge pull request #1524 from ArthurHoaro/fix/rss-sticky
2020-09-03  ArthurHoaroMerge pull request #1534 from ArthurHoaro/fix/legacy...
2020-09-03  ArthurHoaroMerge pull request #1535 from ArthurHoaro/fix/export...
2020-09-02  Keith CarangeloMerge branch 'master' of https://github.com/shaarli...
2020-09-01  ArthurHoaroMerge pull request #1530 from ArthurHoaro/fix/untagged...
2020-08-31  ArthurHoaroFix broken route to filter not tagged bookmarks 1530/head
2020-08-31  ArthurHoaroMerge pull request #1512 from shaarli/dependabot/npm_an...
2020-08-31  ArthurHoaroMerge pull request #1505 from shaarli/dependabot/npm_an...
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...