aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1553 from ArthurHoaro/fix/404-pageArthurHoaro2020-09-123-1/+83
|\
| * Properly handle 404 errorsArthurHoaro2020-09-123-1/+83
* | Merge pull request #1551 from ArthurHoaro/fix/plugin-save-metadataArthurHoaro2020-09-123-17/+35
|\ \
| * | Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-123-17/+35
| |/
* | Merge pull request #1552 from ArthurHoaro/feature/better-initializerArthurHoaro2020-09-122-29/+59
|\ \ | |/ |/|
| * Improve default bookmarks after installArthurHoaro2020-09-102-29/+59
* | Merge pull request #1547 from ArthurHoaro/fix/daily-visibilityArthurHoaro2020-09-062-2/+42
|\ \
| * | Fix visibility issue on daily pageArthurHoaro2020-09-062-2/+42
| |/
* | Merge pull request #1537 from ArthurHoaro/fix/back-compatible-targetsArthurHoaro2020-09-032-515/+3
|\ \ | |/ |/|
| * Fix feed target in UTArthurHoaro2020-09-031-3/+3
| * Improve backward compatibility for LegacyRouterArthurHoaro2020-09-031-512/+0
* | Merge pull request #1523 from ArthurHoaro/fix/default-colors-generationArthurHoaro2020-09-031-9/+10
|\ \
| * | Default colors plugin: generate CSS file during initializationArthurHoaro2020-08-291-9/+10
* | | Merge pull request #1520 from ArthurHoaro/fix/jp-languageArthurHoaro2020-09-031-1/+1
|\ \ \
| * | | Fix UTArthurHoaro2020-08-271-1/+1
| |/ /
* | | Merge pull request #1524 from ArthurHoaro/fix/rss-stickyArthurHoaro2020-09-031-6/+6
|\ \ \
| * | | Fixed: Pinned bookmarks are displayed first in ATOM/RSS feedsArthurHoaro2020-08-291-6/+6
| |/ /
* | | Merge pull request #1534 from ArthurHoaro/fix/legacy-route-postArthurHoaro2020-09-031-3/+5
|\ \ \ | |_|/ |/| |
| * | Support redirection of legacy route 'do=configure'ArthurHoaro2020-09-011-0/+2
| * | Fix legacy redirection when Shaarli instance is under a subfolderArthurHoaro2020-09-011-3/+3
| * | Fix support for legacy route login redirectionArthurHoaro2020-09-011-3/+3
| |/
* / Fix broken route to filter not tagged bookmarksArthurHoaro2020-08-311-6/+7
|/
* Better handling of plugin incompatibilityArthurHoaro2020-08-273-15/+42
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-212-15/+84
* Move all admin controller into a dedicated groupArthurHoaro2020-08-136-69/+154
* Remove anonymous permission and initialize bookmarks on loginArthurHoaro2020-08-012-8/+9
* Fix basePath in unit tests reference DBArthurHoaro2020-07-287-27/+25
* Better support for notes permalinkArthurHoaro2020-07-284-8/+8
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-266-11/+50
* Fix: visitor are allowed to chose nb of links per pageArthurHoaro2020-07-242-47/+72
* Fix default link and redirection in install controllerArthurHoaro2020-07-241-2/+2
* Multiple small fixesArthurHoaro2020-07-232-1/+2
* Process login through Slim controllerArthurHoaro2020-07-233-5/+281
* Process Shaarli install through Slim controllerArthurHoaro2020-07-239-42/+365
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-2310-146/+835
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-0/+154
* Process token retrieve through Slim controllerArthurHoaro2020-07-231-0/+41
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-0/+190
* Process bookmarks import through Slim controllerArthurHoaro2020-07-233-12/+157
* Process bookmark exports through Slim controllersArthurHoaro2020-07-231-0/+167
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-232-46/+72
* Pin bookmarks through Slim controllerArthurHoaro2020-07-231-0/+145
* Process change visibility action through Slim controllerArthurHoaro2020-07-231-0/+418
* Improve ManageTagController coverage and error handlingArthurHoaro2020-07-236-633/+1160
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-238-24/+33
* Explicitly define base and asset path in templatesArthurHoaro2020-07-235-90/+28
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-232-0/+656
* Process manage tags page through Slim controllerArthurHoaro2020-07-231-0/+272
* Process configure page through Slim controllerArthurHoaro2020-07-234-18/+294
* Password change: UT use case with open shaarliArthurHoaro2020-07-231-0/+17