summaryrefslogtreecommitdiffstats
path: root/tests/bl/FeedBlTest.php
AgeCommit message (Collapse)Author
2013-04-05movedBernhard Posselt
2013-04-04move autopurge to itemblBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-02fix #11 by not relying on db exceptions anymore since there is no fking ↵Bernhard Posselt
proper exception handling in the owncloud db code and stuff will break. instead update when item has been found and if not insert
2013-04-02added pluggable fetchersBernhard Posselt
2013-03-27delete existing item on updateBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use ↵Bernhard Posselt
lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-22dont add feed twiceBernhard Posselt
2013-03-22added creating feedsBernhard Posselt
2013-03-22renamed utils into something more accuratedBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21added additional empty methodsBernhard Posselt
2013-03-21dont fail on empty testBernhard Posselt
2013-03-21reorganize folderBernhard Posselt
2013-03-21finished folder businesslayerBernhard Posselt
2013-03-21be niceBernhard Posselt