summaryrefslogtreecommitdiffstats
path: root/controller
AgeCommit message (Collapse)Author
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard 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-27adding folders worksBernhard 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-26added casting information for data objectsBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25return empty json responses when nothing has been doneBernhard 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-23added commentBernhard 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-23another todoBernhard Posselt
2013-03-23finished itemcontrollerBernhard Posselt
2013-03-23removed old controller classesBernhard Posselt
2013-03-22check if active feed or folder existBernhard Posselt
2013-03-22added todoBernhard 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-21fixed itemmapper testBernhard 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-21added empty methods for controllersBernhard Posselt
2013-03-21added all controllersBernhard Posselt
2013-03-21welcome in the age of newnessBernhard Posselt
2013-03-02prototype for business layer for feedAlessandro Cosentino
2013-02-17fixed notice in news appBernhard Posselt
2013-02-15spaces to tabsBernhard Posselt
2013-02-15brought back styles which were moved to coreBernhard Posselt
2013-02-14fixed error that resulted of not existing owncloud.cssBernhard Posselt
2013-02-12added angular ui for ui-if to not include audio elements everywhere and ↵Bernhard Posselt
throw lots of warnings
2013-02-11spaces to tabsBernhard Posselt
2013-02-11new style and style cleanup for the news appBernhard 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-02spaces to tabsBernhard Posselt
2013-02-02added foldercontroller + testBernhard Posselt