summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-02remove app styles now they are in coreJan-Christoph Borchardt
2013-04-02add comment for twitter fetcherBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard Posselt
2013-04-02addedBernhard Posselt
2013-04-02fix #11 by not relying on db exceptions anymore since there is no fking ↵Bernhard Posselt
proper exception handling in the owncloud db code and stuff will break. instead update when item has been found and if not insert
2013-04-02added comments on ifeedfetcherBernhard Posselt
2013-04-02added pluggable fetchersBernhard Posselt
2013-04-02put getUrlContent into apiBernhard Posselt
2013-04-02small pixel fixesBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-04-02Merge pull request #33 from jerrykan/uncurlBernhard Posselt
Remove dependency on curl
2013-04-02Remove dependency on curlJohn Kristensen
The core ownCloud libraries provide a getUrlContent() util which will attempt to retrieve the contents of a URL using curl with a fall-back to get_file_contents(). By using getUrlContent() we can remove curl as a dependency, which is useful for servers that don't have it installed.
2013-03-31Update README.rstBernhard Posselt
2013-03-30remove search plugin. YAGNIAlessandro Cosentino
2013-03-29use click focus from appframeworkBernhard Posselt
2013-03-27removed old fileBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27correctly save last viewed feedBernhard Posselt
2013-03-27fixed bug that didnt add feeds when they were deleted onceBernhard Posselt
2013-03-27display foldersBernhard Posselt
2013-03-27adding folders worksBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
2013-03-27delete existing item on updateBernhard Posselt
2013-03-27added more helpful debugging messages for feed creating and updatingBernhard Posselt
2013-03-27order by id instead of pubdate to be consistentBernhard Posselt
2013-03-27also update feedmodel if urlhash is the sameBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use ↵Bernhard Posselt
lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
2013-03-27changed timestamp datatype to integer which fixes #10Bernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26fixed setting of active feedBernhard Posselt
2013-03-26also show unread countBernhard Posselt
2013-03-26deleting and adding feeds worksBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26added logic for adding feedsBernhard Posselt
2013-03-26added adding of feeds logicBernhard Posselt
2013-03-26fix referential integrityBernhard Posselt
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-26use container class instead of non existent functionBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25Update README.rstAlessandro Cosentino
2013-03-25setting read and unread works nowBernhard Posselt
2013-03-25return empty json responses when nothing has been doneBernhard Posselt
2013-03-25added more feedcontroller methodsBernhard Posselt
2013-03-25added feedcontroller methods and testsBernhard Posselt
2013-03-25provide feedcontroller skeleton methodsBernhard Posselt
2013-03-25fixed template layoutBernhard Posselt
2013-03-25fixed js errors on loadBernhard Posselt
2013-03-25remove prefixBernhard Posselt