summaryrefslogtreecommitdiffstats
path: root/js/app/services
AgeCommit message (Collapse)Author
2013-04-05reduce unreadcount instantly when marking as read, fixes #7Bernhard Posselt
2013-04-05fix collapsing of foldersBernhard Posselt
2013-04-05fixed showall toggle and added methods to set items read and starredBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-04-05brought back feeds and foldersBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-04cleaned up feedcontrollerBernhard Posselt
2013-04-04finished feedbl methodsBernhard Posselt
2013-04-04added most of the bl functionalityBernhard Posselt
2013-04-02small pixel fixesBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27fixed bug that didnt add feeds when they were deleted onceBernhard 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-27also update feedmodel if urlhash is the sameBernhard 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-26added logic for adding feedsBernhard Posselt
2013-03-26added adding of feeds logicBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25setting read and unread works nowBernhard Posselt
2013-03-25added more feedcontroller methodsBernhard Posselt
2013-03-25added feedcontroller methods and testsBernhard Posselt
2013-03-25fixed js errors on loadBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt
2013-03-21wired routingBernhard Posselt
2013-03-18ported persistence to new request interfaceBernhard Posselt
2013-03-18added rewritten js from appframwork-js branchBernhard Posselt