summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-25also use l for star (9gag, like)Bernhard Posselt
2013-04-25add s and i for starring item, u for keeping it unread, fix #52Bernhard Posselt
2013-04-23dont show unread articles when there are no feedsBernhard Posselt
2013-04-23added configuration infoBernhard Posselt
2013-04-22add n and p for next and previousBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-22added gitignore file for jsBernhard Posselt
2013-04-22adjusted gitignoreBernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input d...Bernhard Posselt
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-22add http:// to feed url if its not specified, fix #111 and fix #61Bernhard Posselt
2013-04-20update the unread count every 3 minutesBernhard Posselt
2013-04-20added backgroundjob infosBernhard 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-18also format unreadcount in the titleBernhard Posselt
2013-04-18show unread count in title, fix #64Bernhard 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-16fix bug that prevented marking read if the highestitemid was 0 also clientsideBernhard 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-16move instantiation into file where object is declared, fix unittests that ove...Bernhard Posselt
2013-04-15fix potential errors when fetching favicon that preven feed from being added,...Bernhard Posselt
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark as...Bernhard Posselt
2013-04-15removed useless fileBernhard 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-15show real date on hover, more robust check for language support for relative ...Bernhard Posselt
2013-04-15removed useless fileBernhard 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-15remove opacity for feedcounter, fix #57Bernhard Posselt
2013-04-14also check https for faviconsBernhard Posselt
2013-04-13add code to get favicons, fix #49Bernhard Posselt
2013-04-13fix import scoping issue that caused feeds not to be imported at times, set c...Bernhard Posselt
2013-04-13add license headers and authors fileBernhard Posselt
2013-04-13remove debug console.log output from importBernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard Posselt
2013-04-12visually show unreadcount using opacity, fix #57Bernhard Posselt
2013-04-11autoselect folder when it was created and open folder if a feed gets added to itBernhard Posselt
2013-04-11allow users to discard folder and feed errorsBernhard Posselt
2013-04-11properly clear the query cacheBernhard Posselt