summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2013-09-03changelogBernhard Posselt
2013-09-03changelogBernhard Posselt
2013-09-02switch from json config to ini configBernhard Posselt
2013-09-02move configuration values into a config file, fix #167Bernhard Posselt
2013-09-01changelog adjustementsBernhard Posselt
2013-08-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-30conditionally load in stylesheets for owncloud 6 to fix layout problems, fix ↵Bernhard Posselt
#320
2013-08-29changelogBernhard Posselt
2013-08-29changelog improvementsBernhard Posselt
2013-08-28add cors for APIBernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by ↵Bernhard Posselt
simplepie instead of the user for the url hash. This prevents duplication of the feed when adding a slightly different feed url which points to the same feed and allows a speedup from O(n) to O(1) for article enhanchers
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-19update changelogBernhard Posselt
2013-08-14When jumping to the next item after the last one, also mark the last item as ↵Bernhard Posselt
read, fix #213
2013-08-14changelog updateBernhard Posselt
2013-08-13changelog updateBernhard Posselt
2013-08-07update readmeBernhard Posselt
2013-08-06use a default batchsize of 20 if none given, fix #220Bernhard Posselt
2013-08-06changelog changeBernhard Posselt
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-08-06changelogBernhard Posselt
2013-08-03require admin account for executing cron routesBernhard Posselt
2013-08-01also scroll correctly to bottom in firefoxBernhard Posselt
2013-07-25Update CHANGELOGBernhard Posselt
2013-07-25decode title twice to fix stupid feed authors' mistakesBernhard Posselt
2013-07-23log unimportant errors on debug levelBernhard Posselt
2013-07-19update readmeBernhard Posselt
2013-07-18update changelogBernhard Posselt
2013-07-18use current date when feed does not provide pubdates, disable article updatesBernhard Posselt
2013-07-18Update CHANGELOGBernhard Posselt
2013-06-22changelog updatesBernhard Posselt
2013-06-12changelog additionsBernhard Posselt
2013-06-07adjust changelogBernhard Posselt
2013-06-01changelog additionBernhard Posselt
2013-06-01also consider deleted folders and feeds in the feed update, #214Bernhard Posselt
2013-05-25Also html decode the links to the page to not break on nyaa torrentsBernhard Posselt
2013-05-24fixed a bug when deleting foldersBernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-24Fix bug that would still show items after its feed or folder has been marked ↵Bernhard Posselt
as deleted, fix #196
2013-05-24version bumpBernhard Posselt
2013-05-21Update CHANGELOGBernhard Posselt
2013-05-18Update CHANGELOGBernhard Posselt
2013-05-10undo queue fixes (unittests not adjusted yet: todo fix folderbusinesslayer ↵Bernhard Posselt
and feedbusinesslayer specs)
2013-05-09Fix a bug that would mark the items on the right side as read regardless of ↵Bernhard Posselt
feed or folder id
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix ↵Bernhard Posselt
a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
2013-05-07changelog adjustementsBernhard Posselt
2013-05-06updated changelogBernhard Posselt
2013-05-06changelog adjustementsBernhard Posselt
2013-05-04use 99 as maximum unread count to display, permanently display delete button ↵Bernhard Posselt
for active feed
2013-05-04fix link xss vulnerabilitiesBernhard Posselt