Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mutex on datastore I/O operations | ArthurHoaro | 2020-10-13 | 1 | -1/+3 |
| | | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132 | ||||
* | Fix missing @expectedException convertion | ArthurHoaro | 2020-09-29 | 1 | -4/+2 |
| | |||||
* | Compatibility with PHP 8 | ArthurHoaro | 2020-09-29 | 1 | -4/+4 |
| | |||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 1 | -4/+6 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | Fix basePath in unit tests reference DB | ArthurHoaro | 2020-07-28 | 1 | -8/+6 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -4/+38 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+19 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 2 | -679/+18 |
| | | | | See #1307 | ||||
* | Run Unit Tests against PHP 7.4 | ArthurHoaro | 2020-01-17 | 1 | -0/+6 |
| | | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised. | ||||
* | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 1 | -4/+15 |
| | | | | Fixes #1239 | ||||
* | namespacing: \Shaarli\Updater | VirtualTam | 2019-01-12 | 2 | -0/+888 |
Signed-off-by: VirtualTam <virtualtam@flibidi.net> |