Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing @expectedException convertion | ArthurHoaro | 2020-09-29 | 3 | -8/+5 |
| | |||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 4 | -10/+10 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 3 | -13/+18 |
| | | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect | ||||
* | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 3 | -4/+4 |
| | |||||
* | Merge pull request #1537 from ArthurHoaro/fix/back-compatible-targets | ArthurHoaro | 2020-09-03 | 1 | -512/+0 |
|\ | |||||
| * | Improve backward compatibility for LegacyRouter | ArthurHoaro | 2020-09-03 | 1 | -512/+0 |
| | | | | | | | | | | | | | | LegacyRouter is no longer used for routing, only in existing plugins to match the _PAGE_ parameter. So we change a few of its values there, to match the new ones defined in TemplatePage. @see discussion in shaarli/Shaarli#1537 | ||||
* | | Support redirection of legacy route 'do=configure' | ArthurHoaro | 2020-09-01 | 1 | -0/+2 |
| | | |||||
* | | Fix legacy redirection when Shaarli instance is under a subfolder | ArthurHoaro | 2020-09-01 | 1 | -3/+3 |
| | | |||||
* | | Fix support for legacy route login redirection | ArthurHoaro | 2020-09-01 | 1 | -3/+3 |
|/ | | | | Makes sure that the user is properly redirected to the bookmark form after login, even with legacy routes | ||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 1 | -2/+2 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+611 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -1/+0 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 4 | -0/+2125 |
See #1307 |