summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer
AgeCommit message (Expand)Author
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-13also store feeds per article when doing updatesBernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-08-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by simplepi...Bernhard Posselt
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for c...Bernhard Posselt
2013-08-02add api for updating feeds with a seperate cron job, #301Bernhard Posselt
2013-07-18use current date when feed does not provide pubdates, disable article updatesBernhard Posselt
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-03log feed errorsBernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-20update items when they are being set read or starredBernhard Posselt
2013-04-20Add test case for feed items with missing pubDateRobin Appelman
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per all...Bernhard Posselt
2013-04-19also html decode authorBernhard Posselt
2013-04-19added some hints for importing google reader itemsBernhard Posselt
2013-04-19added a way to prevent feed from being updatedBernhard Posselt
2013-04-18Add test case for feed items with unknown pubdateRobin Appelman
2013-04-16dont add items if they are already in the databaseBernhard Posselt
2013-04-16dont care if starred items are read or unread, always show themBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt