summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2013-04-03removed useless settingsBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard 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-27correctly save last viewed feedBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
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-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26fix referential integrityBernhard Posselt
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25remove prefixBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-25set last viewed feed type and id and added casts to int for parametersBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23finished itemmappersBernhard Posselt
2013-03-23added index templateBernhard Posselt
2013-03-23finished findall methods in itemblBernhard Posselt
2013-03-23also pass in showall value to itemsBernhard Posselt
2013-03-23finished itemcontrollerBernhard Posselt
2013-03-22check if active feed or folder existBernhard Posselt
2013-03-22finished usersettingscontrollerBernhard Posselt
2013-03-22finished get starred countBernhard Posselt
2013-03-22slim down select queriesBernhard Posselt
2013-03-22made mappers faster by only joining the relevant rows for each userBernhard Posselt
2013-03-22implemented feedReadBernhard 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-21disallow creating and renaming of folders that already existBernhard Posselt
2013-03-21finished foldercontrollerBernhard Posselt
2013-03-21finished open and collapse in foldercontrollerBernhard Posselt
2013-03-21fixed itemmapper testBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21Merge branch 'master' of github.com:owncloud/newsAlessandro Cosentino
2013-03-21not working itemmapper with testsAlessandro Cosentino
2013-03-21added all controller methods and tests for the annotationsBernhard Posselt
2013-03-21added feed annotation testBernhard Posselt
2013-03-21Merge branch 'master' of github.com:owncloud/newsAlessandro Cosentino
2013-03-21intermediate mapper layer with testAlessandro Cosentino
2013-03-21added additional empty methodsBernhard Posselt
2013-03-21dont fail on empty testBernhard Posselt
2013-03-21reorganize folderBernhard Posselt
2013-03-21also get unread count when fetching feeds from a userBernhard Posselt
2013-03-21added all controllersBernhard Posselt