summaryrefslogtreecommitdiffstats
path: root/js/app/services/models
AgeCommit message (Expand)Author
2013-08-26change email adress in copyright headersBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-17dont kill favicons on feed updateBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented autopa...Bernhard Posselt
2013-04-16move instantiation into file where object is declared, fix unittests that ove...Bernhard Posselt
2013-04-13fix import scoping issue that caused feeds not to be imported at times, set c...Bernhard Posselt
2013-04-11allow users to discard folder and feed errorsBernhard Posselt
2013-04-11properly clear the query cacheBernhard Posselt
2013-04-11fixed feedmodelBernhard Posselt
2013-04-11fixed foldermodelBernhard 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-27also update feedmodel if urlhash is the sameBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26added casting information for data objectsBernhard 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-18added rewritten js from appframwork-js branchBernhard Posselt