]> git.immae.eu Git - github/shaarli/Shaarli.git/history - application/security
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / application / security /
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-27  ArthurHoaroMerge pull request #1595 from ArthurHoaro/feature/daily...
2020-10-27  ArthurHoaroMove utils classes to Shaarli\Helper namespace and...
2020-10-27  ArthurHoaroMerge pull request #1604 from ArthurHoaro/feature/serve...
2020-10-24  ArthurHoaroMerge pull request #1601 from ArthurHoaro/feature/psr3
2020-10-20  ArthurHoaroUse PSR-3 logger for login attempts 1601/head
2020-10-13  ArthurHoaroMerge pull request #1583 from ArthurHoaro/feature/bookm...
2020-10-13  ArthurHoaroAdd strict types for bookmarks management 1583/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-06-25  ArthurHoaroMerge pull request #1428 from pipoprods/feat/ldap-auth
2020-06-25  ArthurHoaroLDAP - Force protocol LDAPv3 1428/head
2020-06-03  Sébastien NOBILIUpdate application/security/LoginManager.php
2020-06-03  Sébastien NOBILIUpdate application/security/LoginManager.php
2020-06-03  Sébastien NOBILIUpdate application/security/LoginManager.php
2020-04-11  nodisccMerge pull request #1403 from shaarli/doc-composer
2020-03-02  Sébastien NOBILIldap authentication, fixes shaarli/Shaarli#1343
2020-01-26  ArthurHoaroRender login page through Slim controller (#1401)
2020-01-26  ArthurHoaroRender login page through Slim controller
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...
2018-12-02  Aurélien TamisierMerge pull request #1234 from virtualtam/lint
2018-12-02  VirtualTamlint: apply phpcbf to application/
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  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...