summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility
AgeCommit message (Expand)Author
2014-10-22fix testsBernhard Posselt
2014-10-22get rid of simplepieBernhard Posselt
2014-10-21get rid of faviconfetcher and use picofeedBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both v...Bernhard Posselt
2014-10-21move config class into config folderBernhard Posselt
2014-10-09more code coverageBernhard Posselt
2014-10-09more code coverageBernhard Posselt
2014-10-08add test for simplepie api factoryBernhard Posselt
2014-10-08more cleanupBernhard Posselt
2014-10-08try to fix scrutinizer bugsBernhard Posselt
2014-10-08remove dead proxy code from favicon fetcherBernhard Posselt
2014-09-22fix #454, allow global enhancersBernhard Posselt
2014-06-25add phpunit xmlBernhard Posselt
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13fix some testsBernhard Posselt
2014-05-13remove more tests of classes that are now in coreBernhard Posselt
2014-05-12remove more unused codeBernhard Posselt
2014-05-12remove more unused codeBernhard Posselt
2014-05-12remove more unused codeBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-12add unittest for method annotation readerBernhard Posselt
2014-04-10build http basic auth rather than requiring it from the user to write the cor...Bernhard Posselt
2014-04-10add proxy support based on simplepie pr, fix #491Bernhard Posselt
2014-04-10add proxy settings to configBernhard Posselt
2014-04-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-26create a seperate config file for regex enhancersBernhard Posselt
2013-09-26ArticleEnhancer: convert relative urls to html charactersbastei
2013-09-21ArticleEnhancer: Transform relative to absolute URLsbastei
2013-09-16manually convert ' to ' because its not built into PHP for author an titleBernhard Posselt
2013-09-14Add ThemeRepublic EnhancerDavid
2013-09-14allow inserted urls againBernhard Posselt
2013-09-13use before and after update hooks to delete items only after new ones have be...Bernhard Posselt
2013-09-13go back to 200 autopurge countBernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-06unit tests for commit a051d38bastei
2013-09-05ArticleEnhancer unit test modified for multiple XPath-resultsbastei
2013-09-02typecast config values to default values of config objectBernhard Posselt
2013-09-02switch from json config to ini configBernhard Posselt
2013-09-02move configuration values into a config file, fix #167Bernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also all...Bernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by simplepi...Bernhard Posselt
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-02make cron updater optional, created updater class for better updating handlin...Bernhard Posselt