summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-26use last_modified column for finding new items (so we also see if they were ↵Bernhard Posselt
updated or starred), use offset to paginate rather than item id
2013-04-26[tx-robot] updated from transifexJenkins for ownCloud
2013-04-25also use l for star (9gag, like)Bernhard Posselt
2013-04-25add s and i for starring item, u for keeping it unread, fix #52Bernhard Posselt
2013-04-25import in reversed order because first item is the newest one, #80Bernhard Posselt
2013-04-25Merge pull request #126 from owncloud/fix-hover-trimBernhard Posselt
fix unnecessary trim on hover
2013-04-25syntax fixMorris Jobke
2013-04-25fix unnecessary trim on hoverMorris Jobke
ref #93 9d7070185e09e54dd324dbf2e55a9472287eccdb
2013-04-25fix unittestsBernhard Posselt
2013-04-25fix broken sql statement fix #122Bernhard Posselt
2013-04-25[tx-robot] updated from transifexJenkins for ownCloud
2013-04-25jan does not like tooltipsAlessandro Cosentino
2013-04-24added preload none to the audio element, fix #123Bernhard Posselt
2013-04-25Update README.rstBernhard Posselt
2013-04-24[tx-robot] updated from transifexJenkins for ownCloud
2013-04-23Update README.rstBernhard Posselt
2013-04-23add hint to turn of magic quotesBernhard Posselt
2013-04-23dont show unread articles when there are no feedsBernhard Posselt
2013-04-23typo fixesBernhard Posselt
2013-04-23added configuration infoBernhard Posselt
2013-04-23remove cache instructions from readmeBernhard Posselt
2013-04-23use data directory as cacheBernhard Posselt
2013-04-23[tx-robot] updated from transifexJenkins for ownCloud
2013-04-23improved readmeBernhard Posselt
2013-04-22Please fix this with a new commit @kabum, this breaks the hover padding for ↵Bernhard Posselt
a lot of feeds :) This reverts commit cb4535f1f8f948094b0e9e1b78642d167a61d4bd.
2013-04-22added keyboard shortcuts descriptionBernhard Posselt
2013-04-22dont add items with no title or guid or url and handle non existent pubdateBernhard Posselt
2013-04-22add n and p for next and previousBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-22added gitignore file for jsBernhard Posselt
2013-04-22ignore xml files in js folderBernhard Posselt
2013-04-22fixed deletion of error messages and display correct iconBernhard Posselt
2013-04-22adjusted gitignoreBernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input ↵Bernhard Posselt
does not contain characters
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-22add http:// to feed url if its not specified, fix #111 and fix #61Bernhard Posselt
2013-04-22added unittest for author mailBernhard Posselt
2013-04-22[tx-robot] updated from transifexJenkins for ownCloud
2013-04-21Merge pull request #110 from owncloud/email-authorAlessandro Cosentino
Use the email field of the author if the name field is not set
2013-04-22Use the email field of the author if the name field is not setRobin Appelman
2013-04-21if feed has no title, use its url, fix #108Bernhard Posselt
2013-04-21show full feed title on longer hover, fix #106Bernhard Posselt
2013-04-21[tx-robot] updated from transifexJenkins for ownCloud
2013-04-20update items when they are being set read or starredBernhard Posselt
2013-04-20Also load the newest feed data when you load a feedBernhard Posselt
Edit fix #102
2013-04-20Merge pull request #104 from owncloud/no-pubdateBernhard Posselt
Fix feed items without pubDate always getting marked as unread
2013-04-20Add test case for feed items with missing pubDateRobin Appelman
2013-04-20Fix feed items without pubDate always getting marked as unreadRobin Appelman
2013-04-20update the unread count every 3 minutesBernhard Posselt