summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
AgeCommit message (Collapse)Author
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-26added casting information for data objectsBernhard Posselt
2013-02-25remove sharing buttonBernhard Posselt
2013-02-12added angular ui for ui-if to not include audio elements everywhere and ↵Bernhard Posselt
throw lots of warnings
2013-01-27merged the angularjs branchBernhard Posselt
2012-11-28Play audio podcasts from feeds in the News appNick Frey
2012-11-13use the core functions for relative datesAlessandro Cosentino
2012-11-11Use CRUDS consts as defined in https://github.com/owncloud/core/pull/356Thomas Tanghus
2012-10-30split share classBernhard Posselt
2012-10-30added sharing link style and made bottom utils boldBernhard Posselt
2012-10-28sharing items in the News appAlessandro Cosentino
2012-10-18move the from out of the linkAlessandro Cosentino
2012-10-16click on from_feed loads the feedBernhard Posselt
2012-10-15fixed bug that prevented the additional feedtitle from showing up when no ↵Bernhard Posselt
author was set
2012-10-15also show additional feedtitle when using javascript to reload the pageBernhard Posselt
2012-10-15show feedtitle when not showing a feed but folder/starred/new articlesBernhard Posselt
2012-10-15specifies name of the blog when showing itemsAlessandro Cosentino
2012-10-14Whitespace cleanupBart Visscher
2012-10-13selecting folders worksBernhard Posselt
2012-10-13preperations for always selecting last feed/folderBernhard Posselt
2012-09-13small refactoring on the backendAlessandro Cosentino
2012-09-07adding space between) and {Thomas Mueller
2012-09-06removed xss vulnerabilities in template codeBernhard Posselt
2012-09-06made feed design more like owncloud navigationBernhard Posselt
2012-09-01order feeds from cache by timestampBernhard Posselt
2012-08-19now saves item's author in dbAlessandro Cosentino
2012-08-16made starred items and all items work!Bernhard Posselt
2012-08-16fixed the show only new items drop downBernhard Posselt
2012-08-16moved keep unread to the bottomBernhard Posselt
2012-08-16made all entries look the same in the feedsbarBernhard Posselt
2012-08-16added and formatted the feedtimestamp properlyBernhard Posselt
2012-08-16saves and shows datetime of itemsAlessandro Cosentino
2012-08-16show author if the item has oneBernhard Posselt
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-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-12fix small issues arising from mergeAlessandro Cosentino
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-12added an keep unread checkbox, cleaned up javascript that handled setting of ↵Bernhard Posselt
item status, improved design of feedentries
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-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-07-30Implement live update of unread item counterGregor Tätzner