aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/http/HttpUtils/IndexUrlTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Add manual configuration for root URLArthurHoaro2020-09-121-1/+35
| | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-0/+32
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-0/+74
Signed-off-by: VirtualTam <virtualtam@flibidi.net>