summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2012-08-16fixed the show only new items drop downBernhard Posselt
2012-08-16moved keep unread to the bottomBernhard Posselt
2012-08-16added and formatted the feedtimestamp properlyBernhard Posselt
2012-08-16added more logic to the serverside moving feed into folderBernhard Posselt
2012-08-16set only non displayed items as readBernhard Posselt
2012-08-16saves and shows datetime of itemsAlessandro Cosentino
2012-08-16added basics for drag and dropBernhard Posselt
2012-08-15improves first run dialogsAlessandro Cosentino
2012-08-15added loading icon when loading new feedsBernhard Posselt
2012-08-15removed feedcount for each item, new styling for the feedlist, moved unreadco...Bernhard Posselt
2012-08-15dont ask for confirmation to add a new feed, just show a new form and change ...Bernhard Posselt
2012-08-15fixed a bug that wouldnt let feeds show up nested in foldersBernhard Posselt
2012-08-15removed spinning udpate wheel because for frequent updates it shows to often ...Bernhard Posselt
2012-08-15Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsappBernhard Posselt
2012-08-15shows counter when adding feed; fixes bug when removing folderAlessandro Cosentino
2012-08-15optimized for a min width of 950pxBernhard Posselt
2012-08-15moved the add feed/folder from hover back to buttonBernhard Posselt
2012-08-15fixed the shadow on the add folder/feed popupBernhard Posselt
2012-08-14automatically scroll to top once you select a feed, implemented a one second ...Bernhard Posselt
2012-08-14clicking on a feed makes the item list scroll to the topBernhard Posselt
2012-08-14Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsappBernhard Posselt
2012-08-14mark article as read when you click on itBernhard Posselt
2012-08-14Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/apps in...Alessandro Cosentino
2012-08-14small things added to firstrun page and settingsAlessandro Cosentino
2012-08-14removed debug console loggingBernhard Posselt
2012-08-14make folders immediately show up in the feedlist if theres no parentfolderBernhard Posselt
2012-08-14reload the page after adding the first feedBernhard Posselt
2012-08-14further removed the number of post request on marking read. shouldnt get any ...Bernhard Posselt
2012-08-14set max width for feed titleBernhard Posselt
2012-08-14reload feed on filter changeBernhard Posselt
2012-08-14Dont issue more post request on read than necesarry, make show only new items...Bernhard Posselt
2012-08-14fixed a bug that still displayed the unread count when all items are readBernhard Posselt
2012-08-14fixed bug that caused the items counter to decrease too much when too many sc...Bernhard Posselt
2012-08-13made sure that int conversion from html block works fineBernhard Posselt
2012-08-13fixed bug that prevented the setting of mark as unread when you clicked direc...Bernhard Posselt
2012-08-13merged css file againBernhard Posselt
2012-08-13further design improvementsBernhard Posselt
2012-08-12Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/apps in...Alessandro Cosentino
2012-08-13new layout and design for feed items, mark all as read is now faster because ...Bernhard Posselt
2012-08-12fixes create feed, which was broken by last commitsAlessandro Cosentino
2012-08-12added an keep unread checkbox, cleaned up javascript that handled setting of ...Bernhard Posselt
2012-08-12added ability to mark items as important; mark items as read when: title is c...Bernhard Posselt
2012-08-11added client side filtering for showing only newest items or allBernhard Posselt
2012-08-11implemented the 'mark all as read' button to mark all loaded items of a feed ...Bernhard Posselt
2012-08-11mark items as read when the title is being hidden under the top edge or when ...Bernhard Posselt
2012-08-11reload page when the current feed is being deletedBernhard Posselt
2012-08-11fixed bug that would cause the itemheader to disappear when a different feed ...Bernhard Posselt
2012-08-11added an item header, improved feed design, removed unused javascript functio...Bernhard Posselt
2012-08-10moved the marking of feeds into the news.js and call it on mouseenter, always...Bernhard Posselt
2012-08-10importing opml becomes simple for debugging reasons (ignore SimplePie issues ...Alessandro Cosentino