summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
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
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26also show unread countBernhard Posselt
2013-03-26deleting and adding feeds worksBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25return empty json responses when nothing has been doneBernhard Posselt
2013-03-25fixed template layoutBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt