summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer/FeedBusinessLayerTest.php
AgeCommit message (Expand)Author
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-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-03log feed errorsBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-20Add test case for feed items with missing pubDateRobin Appelman
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-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt