summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
2012-08-15small fixes on modelAlessandro Cosentino
2012-08-15shows counter when adding feed; fixes bug when removing folderAlessandro Cosentino
2012-08-14Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/apps ↵Alessandro Cosentino
into merge-requests/17
2012-08-14small things added to firstrun page and settingsAlessandro Cosentino
2012-08-14further removed the number of post request on marking read. shouldnt get any ↵Bernhard Posselt
better than this, but it should work properly i think :)
2012-08-14fixes url parsing componentAlessandro Cosentino
2012-08-14Dont issue more post request on read than necesarry, make show only new ↵Bernhard Posselt
items the default database settings still need to be written though, simplified and cleaned up the feedlist code, html and css
2012-08-13merged css file againBernhard Posselt
2012-08-13further design improvementsBernhard Posselt
2012-08-12fix small issues arising from mergeAlessandro Cosentino
2012-08-12Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/apps ↵Alessandro Cosentino
into merge-requests/12
2012-08-13new layout and design for feed items, mark all as read is now faster because ↵Bernhard Posselt
it uses an own ajax request, css and javascript refactor, the titlebar is now only loaded once
2012-08-12opml icon in opening page: you know, Sunday jobs :PAlessandro Cosentino
2012-08-12added an keep unread checkbox, cleaned up javascript that handled setting of ↵Bernhard Posselt
item status, improved design of feedentries
2012-08-12Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsappBernhard Posselt
2012-08-12removes the Everything folderAlessandro Cosentino
2012-08-12added ability to mark items as important; mark items as read when: title is ↵Bernhard Posselt
clicked or when title scrolled beyond the top edge or when the bottom is reached; open items in a new tab when title is clicked
2012-08-11fix conflicts of mergeAlessandro Cosentino
2012-08-11changes namespace to OCA\NewsAlessandro Cosentino
2012-08-11mark items as read when the title is being hidden under the top edge or when ↵Bernhard Posselt
you hit the bottom. also mark items as read when you click on them
2012-08-11changed the foldername Everything to Subscriptions, removed strtoupper for ↵Bernhard Posselt
foldername dropdown menu to prevent confusion, made the button for folder selection wider and hid overflow
2012-08-11added an item header, improved feed design, removed unused javascript ↵Bernhard Posselt
function, added proper template translation tags
2012-08-10moved the marking of feeds into the news.js and call it on mouseenter, ↵Bernhard Posselt
always expand the description of feeds, improved style of the news items
2012-08-10importing opml becomes simple for debugging reasons (ignore SimplePie issues ↵Alessandro Cosentino
for now)
2012-08-09shows feeds with unread items in boldAlessandro Cosentino
2012-08-09Fix some html errors and align feed buttons to the centerGregor Tätzner
2012-08-09Mostly feed list html cleanup, also restructured news.cssGregor Tätzner
2012-08-08highlight currently shown feed and load feeds always in ajax styleGregor Tätzner
2012-08-06fixes warning with translationAlessandro Cosentino
2012-08-06Show some nice messages when you create or delete a feed in the rightGregor Tätzner
view
2012-08-06Adds a clickable trigger to collapse the list.Gregor Tätzner
2012-08-04Show or hide items in rightcontent when creating or deleting feedsGregor Tätzner
2012-08-03Move unreaditemcounter code into listfeedGregor Tätzner
2012-08-03Implement dynamic folder adding in the same way like feed addingGregor Tätzner
2012-08-03small fixes on previous commitsAlessandro Cosentino
2012-08-02moves back the content of templates/listfolder.phpAlessandro Cosentino
2012-08-02Commit missing filesGregor Tätzner
2012-08-02Add feed to feed list instantly on feed addingGregor Tätzner
Reload is no longer necessary. There are still some issues - especially the order of the feeds: atm the feed is just inserted at the beginning
2012-08-01small fixes on the settings popupAlessandro Cosentino
2012-07-31news app welcomes the new settings popupAlessandro Cosentino
2012-07-30Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsappAlessandro Cosentino
2012-07-30fixes what broke in the last commitAlessandro Cosentino
2012-07-30Implement live update of unread item counterGregor Tätzner
2012-07-30opml parser completed; still needs testingAlessandro Cosentino
2012-07-29select opml dialog improvedAlessandro Cosentino
2012-07-28browse local files dialogAlessandro Cosentino
2012-07-26shows a spinner while updating feedAlessandro Cosentino
2012-07-24conform to the new app setting policyAlessandro Cosentino
2012-07-24moving settings dialog to appAlessandro Cosentino
2012-07-23dialog for opml importingAlessandro Cosentino