aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/http/HttpUtils.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-31/+42
|
* Feature: support any tag separatorArthurHoaro2020-11-051-5/+7
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Improve metadata retrieval (performances and accuracy)ArthurHoaro2020-10-151-48/+75
| | | | | - Use dedicated function to download headers to avoid apply multiple regexps on headers - Also try to extract title from meta tags
* 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>