summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer/FeedBusinessLayerTest.php
AgeCommit message (Expand)Author
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-09port to internal controller, some routes are still brokenBernhard Posselt
2014-04-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-04register hooks for deleting feeds, folders and items if a user is deleted, fi...Bernhard Posselt
2014-02-11fix XSS when importing articles, speed up update and adding of feeds by only ...Bernhard Posselt
2013-11-16Rename Feed: tests addedDavide Saurino
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-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-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