summaryrefslogtreecommitdiffstats
path: root/utility
AgeCommit message (Collapse)Author
2013-04-09enclosure method called on wrong objectsAlessandro Cosentino
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard 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-02add comment for twitter fetcherBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard 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-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-26added casting information for data objectsBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-22added creating feedsBernhard Posselt
2013-03-22added a seperate exception for fetching feedsBernhard Posselt
2013-03-22renamed utils into something more accuratedBernhard Posselt
2013-03-21reorganize folderBernhard Posselt