summaryrefslogtreecommitdiffstats
path: root/js/tests/services/businesslayer
AgeCommit message (Collapse)Author
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 ↵Bernhard Posselt
feedupdate, fix #90
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, ↵Bernhard Posselt
dont create new feeds that only consist of unreadcount updates
2013-04-16fix bug that prevented marking read if the highestitemid was 0 also clientsideBernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-16move instantiation into file where object is declared, fix unittests that ↵Bernhard Posselt
overwrote services for all unittests and caused them to fail
2013-04-15fix potential errors when fetching favicon that preven feed from being ↵Bernhard Posselt
added, fix #66 by not shortening the url
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark ↵Bernhard Posselt
as read when scrolling fix #4
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