aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/http
Commit message (Collapse)AuthorAgeFilesLines
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-232-0/+145
|
* 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.
* Add an exception to method 'whitelist_protocols' for url which started with '#'aguy2020-02-281-1/+1
| | | This is to allow local link for markdown, actually a local link write with this syntax : '[anchor](#local_link)' produce this html code: http://#local_link
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-123-1/+568
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Http\UrlVirtualTam2019-01-121-0/+217
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-121-0/+35
Signed-off-by: VirtualTam <virtualtam@flibidi.net>