Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -31/+42 |
| | |||||
* | Feature: support any tag separator | ArthurHoaro | 2020-11-05 | 1 | -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) | ArthurHoaro | 2020-10-15 | 1 | -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 URL | ArthurHoaro | 2020-09-12 | 1 | -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 controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+106 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -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\ classes | VirtualTam | 2019-01-12 | 1 | -0/+479 |
Signed-off-by: VirtualTam <virtualtam@flibidi.net> |