summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/itemcontroller.coffee
AgeCommit message (Expand)Author
2013-08-26change email adress in copyright headersBernhard Posselt
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
2013-04-16implement autopaging and proper loading symbols fix #45 and #26Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented autopa...Bernhard Posselt
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark as...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
2013-04-15add support for relative dates, fix #28Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a seperat...Bernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt