summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Expand)Author
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-26removed fileBernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-25jan does not like tooltipsAlessandro Cosentino
2013-04-24added preload none to the audio element, fix #123Bernhard Posselt
2013-04-22fixed deletion of error messages and display correct iconBernhard 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-21show full feed title on longer hover, fix #106Bernhard Posselt
2013-04-20hide "Mark as read" when no unread items in All articlesBernhard Posselt
2013-04-20tooltip to starsAlessandro Cosentino
2013-04-20remove trailing white spacesQingping Hou
2013-04-20add draggable delay to feedlist itemQingping Hou
2013-04-19set focus to right part when you click on a feed, fix #94Bernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-19added form for google reader importBernhard Posselt
2013-04-19shorten mark all read to mark readBernhard Posselt
2013-04-18also add tooltip to unread articlesBernhard Posselt
2013-04-18use twitter bootstrap for tooltipsBernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-18put tipsy above buttonsBernhard Posselt
2013-04-18add tipsy to buttons, fix #18Bernhard Posselt
2013-04-18show unread count in title, fix #64Bernhard Posselt
2013-04-18remove em, b and i tags from title fix #88Bernhard Posselt
2013-04-18remove em, b and i tags from title fix #88Bernhard Posselt
2013-04-17remove the subscriblet due to security concerns: no way to prevent CSRF attac...Bernhard Posselt
2013-04-16updated readme to contain hint for updated owncloud versionsBernhard 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-15always display new feeds and folders at the top when theyre being addedBernhard Posselt
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
2013-04-15show feeds above, fix #67Bernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15use delete icon for feed and folder errors and use Delete website instead of ...Bernhard Posselt
2013-04-15show real date on hover, more robust check for language support for relative ...Bernhard Posselt
2013-04-15add support for relative dates, fix #28Bernhard Posselt
2013-04-15remove opacity for feedcounter, fix #57Bernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-12show disabled export button if there are no feedsBernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12fix unread count renderingBernhard 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-11fixed folderselectionBernhard Posselt
2013-04-11added more code for adding feeds and foldersBernhard Posselt
2013-04-11use images instead of captions for folder create buttons to not run into widt...Bernhard Posselt
2013-04-11add a button for people to get out of add folder modeBernhard Posselt
2013-04-11added opml icons to export import buttonBernhard Posselt