aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/http/HttpUtils
Commit message (Collapse)AuthorAgeFilesLines
* Add manual configuration for root URLArthurHoaro2020-09-122-1/+86
| | | | | | 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-127-0/+596
Signed-off-by: VirtualTam <virtualtam@flibidi.net>