Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move utils classes to Shaarli\Helper namespace and folder | ArthurHoaro | 2020-10-27 | 1 | -196/+0 |
| | |||||
* | Feature: add a Server administration page | ArthurHoaro | 2020-10-21 | 1 | -1/+87 |
| | | | | | | | | | | | | It contains mostly read only information about the current Shaarli instance, PHP version, extensions, file and folder permissions, etc. Also action buttons to clear the cache or sync thumbnails. Part of the content of this page is also displayed on the install page, to check server requirement before installing Shaarli config file. Fixes #40 Fixes #185 | ||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 1 | -9/+9 |
| | | | | 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 |
| | |||||
* | namespacing: \Shaarli\FileUtils | VirtualTam | 2019-01-12 | 1 | -3/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Exceptions\IOException | VirtualTam | 2019-01-12 | 1 | -3/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Move database read/write to FileUtils class + additional unit tests | ArthurHoaro | 2017-03-21 | 1 | -0/+108 |