summaryrefslogtreecommitdiffstats
path: root/js/app/services/businesslayer/feedbusinesslayer.coffee
AgeCommit message (Expand)Author
2014-05-15use markdown, refactor jsBernhard Posselt
2014-05-14first commit, nothing working yetBernhard Posselt
2014-05-13remove more old codeBernhard Posselt
2014-04-08fix undo notificationBernhard Posselt
2014-04-06fix errors related to persistence data changeBernhard Posselt
2013-12-19lint coffeeBernhard Posselt
2013-11-27Move set/unset feed editing code to controllerDavide Saurino
2013-11-13Style improvementsDavide Saurino
2013-11-12FIX + new app.js addedDavide Saurino
2013-11-12Make feed title editable (FIX #242)Davide Saurino
2013-09-14dont do pull to refresh when loading in itemsBernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-02all the firstrunpage in one commitAlessandro Cosentino
2013-08-26change email adress in copyright headersBernhard Posselt
2013-05-10undo queue fixes (unittests not adjusted yet: todo fix folderbusinesslayer an...Bernhard Posselt
2013-05-09Fix a bug that would mark the items on the right side as read regardless of f...Bernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-04-29dont mark feed read if newest item id is 0Bernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26format unread count properlyBernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-22add http:// to feed url if its not specified, fix #111 and fix #61Bernhard Posselt
2013-04-20update all feeds in one go and dont trigger serverside update anymore on feed...Bernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-16fix bug that prevented marking read if the highestitemid was 0 also clientsideBernhard Posselt
2013-04-15fix potential errors when fetching favicon that preven feed from being added,...Bernhard Posselt
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt