summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
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 ↵Bernhard Posselt
attacks that may add a feed which exploits possible security bugs, fix #48
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 ↵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-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
discard, fix #70
2013-04-15show real date on hover, more robust check for language support for relative ↵Bernhard Posselt
dates
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 ↵Bernhard Posselt
width problems
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
2013-04-11translate folder and feed errors and added css and template code for ↵Bernhard Posselt
creating folders and feeds and what happens when an error gets triggered
2013-04-11implemented drag and drop directivesBernhard Posselt
2013-04-08prework for adding foldersBernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05only show feedname when not displaying feedBernhard Posselt
2013-04-05brought back starring of feedsBernhard Posselt
2013-04-05reload page after showall has been changedBernhard Posselt
2013-04-05fix collapsing of foldersBernhard Posselt
2013-04-05fixed showall toggle and added methods to set items read and starredBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-04-05brought back feeds and foldersBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-03removed useless settings templateBernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02remove app styles now they are in coreJan-Christoph Borchardt
2013-04-02small pixel fixesBernhard Posselt
2013-03-29use click focus from appframeworkBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27display foldersBernhard Posselt
2013-03-27adding folders worksBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
2013-03-27order by id instead of pubdate to be consistentBernhard Posselt