summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
AgeCommit message (Collapse)Author
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard Posselt
2013-04-11translate folder and feed errors and added css and template code for ↵Bernhard Posselt
creating folders and feeds and what happens when an error gets triggered
2013-04-05fix #37 by fixing multiple, hard to track down typosBernhard 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-27added more helpful debugging messages for feed creating and updatingBernhard 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-26deleting and adding feeds worksBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-22dont add feed twiceBernhard Posselt
2013-03-22removed mapper parent class and use the new mapper methods from the frameworkBernhard 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-21added empty methods for controllersBernhard Posselt
2013-03-21added businesslayer filesBernhard Posselt
2013-03-20updated docsBernhard Posselt