aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/FeedBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-296/+0
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+2
* Don't URL encode description links if parameter 'redirector.encode_url' is se...ArthurHoaro2017-11-071-1/+1
* Shaarli's translationArthurHoaro2017-10-221-2/+2
* Empty tag search will look for not tagged linksArthurHoaro2017-05-251-0/+5
* Move PubSubHubbub code as a default pluginArthurHoaro2016-12-201-16/+0
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-1/+1
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-121-3/+3
* Fix hashtags links in FeedsArthurHoaro2016-10-201-1/+2
* Fix: return the proper value for the "self" feed attributeVirtualTam2016-10-161-1/+2
* Set updated date for items in feedsArthurHoaro2016-08-031-6/+32
* Refactor filter in LinkDBArthurHoaro2016-03-251-17/+1
* Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-251-0/+295