]> git.immae.eu Git - github/shaarli/Shaarli.git/history - index.php
Add a setting to retrieve bookmark metadata asynchrounously
[github/shaarli/Shaarli.git] / index.php
2020-10-15  ArthurHoaroAdd a setting to retrieve bookmark metadata asynchrounously
2020-10-13  ArthurHoaroMerge pull request #1540 from ArthurHoaro/fix/metadata...
2020-10-13  ArthurHoaroMerge pull request #1525 from ArthurHoaro/feature/rest...
2020-09-25  ArthurHoaroMerge pull request #1558 from ArthurHoaro/fix/plugins...
2020-09-23  ArthurHoaroMerge pull request #1561 from ArthurHoaro/feature/front...
2020-09-22  ArthurHoaroMerge pull request #1559 from ArthurHoaro/fix/edit...
2020-09-22  ArthurHoaroMerge pull request #1539 from ArthurHoaro/feature/manua...
2020-09-12  ArthurHoaroAdd manual configuration for root URL
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-08-13  ArthurHoaroMove all admin controller into a dedicated group
2020-07-27  ArthurHoaroFix links per page controller path
2020-07-23  ArthurHoaroMultiple small fixes
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 main page (linklist) through Slim controller
2020-07-23  ArthurHoaroProcess thumbnail synchronize page through Slim controllers
2020-07-23  ArthurHoaroProcess token retrieve through Slim controller
2020-07-23  ArthurHoaroProcess plugins administration page through Slim contro...
2020-07-23  ArthurHoaroProcess bookmarks import through Slim controller
2020-07-23  ArthurHoaroProcess bookmark exports through Slim controllers
2020-07-23  ArthurHoaroUse NetscapeBookmarkUtils object instance instead of...
2020-07-23  ArthurHoaroPin bookmarks through Slim controller
2020-07-23  ArthurHoaroProcess change visibility action through Slim controller
2020-07-23  ArthurHoaroImprove ManageTagController coverage and error handling
2020-07-23  ArthurHoaroUse multi-level routes for existing controllers instead...
2020-07-23  ArthurHoaroHandle shaare creation/edition/deletion through Slim...
2020-07-23  ArthurHoaroProcess manage tags page through Slim controller
2020-07-23  ArthurHoaroProcess configure page through Slim controller
2020-07-23  ArthurHoaroProcess password change controller through Slim
2020-07-23  ArthurHoaroProcess tools page through Slim controller
2020-07-23  ArthurHoaroInitialize admin Slim controllers
2020-07-23  ArthurHoaroProcess session filters through Slim controllers
2020-07-23  ArthurHoaroProcess remove tag endpoint through Slim controller
2020-07-23  ArthurHoaroProcess OpenSearch controller through Slim
2020-07-23  ArthurHoaroRSS/ATOM feeds: process through Slim controller
2020-07-23  ArthurHoaroMake FeedBuilder instance creation independant of the...
2020-07-23  ArthurHoaroRemove legacy handling of /add-tag route
2020-07-23  ArthurHoaroProcess Daily RSS feed through Slim controller
2020-07-23  ArthurHoaroSlim daily: support legacy query parameter
2020-07-23  ArthurHoaroProcess daily page through Slim controller
2020-07-23  ArthurHoaroProcess tag list page through Slim controller
2020-07-23  ArthurHoaroFew optimizations and code readability for tag cloud...
2020-07-23  ArthurHoaroHandle tag filtering in the Bookmark service
2020-07-23  ArthurHoaroWorking version before optimization
2020-07-23  ArthurHoaroProcess tag cloud page through Slim controller
2020-07-23  ArthurHoaroSlim router: handle add tag route
2020-07-23  ArthurHoaroProcess logout through Slim controller
2020-07-23  ArthurHoaroMigrate cache purge function to a proper class
2020-07-23  ArthurHoaroProcess picwall rendering through Slim controller + UT
2020-07-23  ArthurHoaroFix all relative link to work with new URL
2020-04-11  nodisccMerge pull request #1403 from shaarli/doc-composer
2020-01-26  ArthurHoaroFix division by zero in tagcloud (#1411)
2020-01-26  ArthurHoaroFix division by zero in tagcloud 1411/head
2020-01-26  ArthurHoaroRender login page through Slim controller (#1401)
2020-01-26  ArthurHoaroFix all existing links and redirection to ?do=login
2020-01-26  ArthurHoaroRender login page through Slim controller
2020-01-26  ArthurHoaroRollback breaking change in REST API routes (#1410)
2020-01-26  ArthurHoaroRollback breaking change in REST API routes 1410/head
2020-01-26  ArthurHoaroSession cookie setting being set while session is activ...
2020-01-23  ArthurHoaroSession cookie setting being set while session is active 1406/head
2020-01-18  ArthurHoaroFix an issue with private tags and fix nomarkdown tag...
2020-01-18  ArthurHoaroFix an issue with private tags and fix nomarkdown tag 1399/head
2020-01-18  ArthurHoaroFix an issue with bookmark visibility filter (#1398)
2020-01-18  ArthurHoaroFix an issue with bookmark visibility filter 1398/head
2020-01-18  ArthurHoaroStore bookmarks as PHP objects and add a service layer...
2020-01-18  ArthurHoaroAdd and update unit test for the new system (Bookmark... 1307/head
2020-01-18  ArthurHoaroApply the new system (Bookmark + Service) to the whole...
2019-08-10  nodisccMerge pull request #1351 from ArthurHoaro/hotfix/index...
2019-08-10  ArthurHoaroBump PHP version check in index.php 1351/head
2019-08-10  ArthurHoaroMerge pull request #1336 from ArthurHoaro/hotfix/atom...
2019-08-10  ArthurHoaroMerge pull request #1350 from ArthurHoaro/hotfix/sort...
2019-08-10  ArthurHoaroMerge pull request #1346 from kalvn/fixdailynotice
2019-08-04  kalvnFixes a Undefined index: thumbnail in daily page. 1346/head
2019-07-29  ArthurHoaroMerge pull request #1327 from llune/master
2019-07-27  ArthurHoaroMerge pull request #1333 from ArthurHoaro/hotfix/sticky...
2019-07-27  ArthurHoaroPersist sticky status on bookmark update 1333/head
2019-07-20  ArthurHoaroMerge pull request #1317 from ArthurHoaro/feature/defau...
2019-07-08  ArthurHoaroWIP - Plugin to override default template colors
2019-07-06  ArthurHoaroMerge pull request #1313 from ArthurHoaro/feature/desc...
2019-07-06  ArthurHoaroAutomatically retrieve description for new bookmarks 1313/head
2019-06-08  ArthurHoaroMerge pull request #1311 from Agurato/master
2019-06-08  ArthurHoaroMerge pull request #1308 from ArthurHoaro/feature/daily...
2019-05-25  ArthurHoaroDaily - display the current day instead of the previous one 1308/head
2019-05-25  ArthurHoaroMerge pull request #1273 from ArthurHoaro/feature/ban...
2019-05-08  ArthurHoaroMerge pull request #1295 from ArthurHoaro/feature/visit...
2019-05-08  ArthurHoaroMerge pull request #1296 from ArthurHoaro/feature/stick...
2019-04-22  ArthurHoaroMerge pull request #1276 from ArthurHoaro/feature/bulk...
next