summaryrefslogtreecommitdiffstats
path: root/tests/controller
AgeCommit message (Collapse)Author
2013-04-05movedBernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard 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-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-25fix bad setter usageBernhard 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-23use all articles if active feed is nullBernhard Posselt
2013-03-23added index templateBernhard 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-21finished foldercontrollerBernhard Posselt
2013-03-21finished open and collapse in foldercontrollerBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21added all controller methods and tests for the annotationsBernhard Posselt
2013-03-21added feed annotation testBernhard Posselt
2013-03-21also get unread count when fetching feeds from a userBernhard Posselt
2013-03-21added all controllersBernhard Posselt
2013-03-21welcome in the age of newnessBernhard Posselt
2013-03-16dont run broken testsBernhard Posselt
2013-02-10spaces to tabsBernhard Posselt
2013-02-10added another exception for collapsing foldersBernhard Posselt
2013-02-02added the collapse method for the foldercontroller + testsBernhard Posselt
2013-02-02added ajax annotationBernhard Posselt
2013-02-02added returns json testBernhard Posselt
2013-02-02added annotations testBernhard Posselt
2013-02-02spaces to tabsBernhard Posselt
2013-02-02added foldercontroller + testBernhard Posselt