Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -1/+1 |
| | | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input. | ||||
* | Add manual configuration for root URL | ArthurHoaro | 2020-09-12 | 1 | -3/+3 |
| | | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339 | ||||
* | Fixed: Pinned bookmarks are displayed first in ATOM/RSS feeds | ArthurHoaro | 2020-08-29 | 1 | -1/+1 |
| | | | | Fixes #1485 | ||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Make FeedBuilder instance creation independant of the request stack | ArthurHoaro | 2020-07-23 | 1 | -73/+66 |
| | |||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -38/+0 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -39/+39 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Fix RSS permalink included in Markdown bloc | ArthurHoaro | 2019-09-12 | 1 | -1/+1 |
| | | | | Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote. | ||||
* | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieve | ArthurHoaro | 2019-03-02 | 1 | -2/+2 |
|\ | | | | | Do not try to retrieve thumbnails for internal link | ||||
| * | Do not try to retrieve thumbnails for internal link | ArthurHoaro | 2019-02-24 | 1 | -2/+2 |
| | | | | | | | | Also adds a helper function to determine if a link is a note and apply it across multiple files. | ||||
* | | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
|/ | | | | Fixes #1239 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -1/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 2 | -7/+9 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 3 | -0/+398 |
Signed-off-by: VirtualTam <virtualtam@flibidi.net> |