summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-05fix #37 by fixing multiple, hard to track down typosBernhard Posselt
2013-04-05reduce unreadcount instantly when marking as read, fixes #7Bernhard Posselt
2013-04-05remove admin pageBernhard Posselt
2013-04-05fix collapsing of foldersBernhard Posselt
2013-04-05fixed showall toggle and added methods to set items read and starredBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-04-05brought back feeds and foldersBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-05small work on integration testBernhard Posselt
2013-04-05movedBernhard Posselt
2013-04-05moved tests into unit directoryBernhard Posselt
2013-04-04cleaned up feedcontrollerBernhard Posselt
2013-04-04finished feedbl methodsBernhard Posselt
2013-04-04added most of the bl functionalityBernhard Posselt
2013-04-04Merge pull request #40 from jerrykan/faviconBernhard Posselt
Improve feedfetcher discoverFavicon()
2013-04-04fixes mappers by using the correct status conditionBernhard Posselt
2013-04-05Improve feedfetcher discoverFavicon()John Kristensen
Using Xpath is more reliable than a regular expression for retrieving the correct link href and we need to ensure that local references are dealt with correctly.
2013-04-04improved and cleaned up js unittestsBernhard Posselt
2013-04-04deleted old code that i forgot to deleteBernhard Posselt
2013-04-04move autopurge to itemblBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-03removed useless settings templateBernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02Merge pull request #34 from owncloud/remove-appstylesBernhard Posselt
remove app styles now they are in core
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