aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/feed
Commit message (Collapse)AuthorAgeFilesLines
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-13/+32
| | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-4/+5
|
* Add strict types for bookmarks managementArthurHoaro2020-10-131-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 URLArthurHoaro2020-09-121-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 feedsArthurHoaro2020-08-291-1/+1
| | | | Fixes #1485
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
|
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Make FeedBuilder instance creation independant of the request stackArthurHoaro2020-07-231-73/+66
|
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-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 baseArthurHoaro2020-01-181-39/+39
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Fix RSS permalink included in Markdown blocArthurHoaro2019-09-121-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-retrieveArthurHoaro2019-03-021-2/+2
|\ | | | | Do not try to retrieve thumbnails for internal link
| * Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-241-2/+2
| | | | | | | | Also adds a helper function to determine if a link is a note and apply it across multiple files.
* | Remove the redirector settingArthurHoaro2019-02-091-1/+1
|/ | | | Fixes #1239
* Optimize and cleanup importsVirtualTam2019-01-131-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-122-7/+9
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-123-0/+398
Signed-off-by: VirtualTam <virtualtam@flibidi.net>