aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/http/HttpUtils.php
Commit message (Collapse)AuthorAgeFilesLines
* Add manual configuration for root URLArthurHoaro2020-09-121-2/+6
| | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-0/+106
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-4/+11
| | | | 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/+479
Signed-off-by: VirtualTam <virtualtam@flibidi.net>