summaryrefslogtreecommitdiffstats
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-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
better than this, but it should work properly i think :)
2012-08-14fixes url parsing componentAlessandro Cosentino
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 ↵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-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 ↵Bernhard Posselt
scroll callbacks are sent (fast scrolling and scrolling while holding down the scrollbar)
2012-08-14made feed area a little narrowerBernhard 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 ↵Bernhard Posselt
directly on the checkbox
2012-08-13fixed problem that scrollbar of feeds was hidden when to many items appeared ↵Bernhard Posselt
in it
2012-08-13merged css file againBernhard Posselt
2012-08-13further design improvementsBernhard Posselt
2012-08-13database tables changedAlessandro Cosentino
2012-08-12Merge branch 'merge-requests/12' into newsappAlessandro Cosentino
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-12checks userid before deletingAlessandro 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-12fixes create feed, which was broken by last commitsAlessandro Cosentino
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 star iconsBernhard Posselt
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-11adds a function to the item mapper to retrieve all items with a certain statusAlessandro Cosentino
2012-08-11fixes yet another namespace problemAlessandro Cosentino
2012-08-11fix conflicts of mergeAlessandro Cosentino
2012-08-11fix namespace issues from previous commitAlessandro Cosentino
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
as read
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-11set font sizes to em to enable correct scaling of the interface when the ↵Bernhard Posselt
font size is made bigger
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-11reload page when the current feed is being deletedBernhard Posselt
2012-08-11use less padding for feed descriptionsBernhard Posselt
2012-08-11fixed bug that would cause the itemheader to disappear when a different feed ↵Bernhard Posselt
is loaded
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-10Merge branch 'newsapp_cron' into newsappAlessandro Cosentino
2012-08-10erroneous file in last commitAlessandro Cosentino