summaryrefslogtreecommitdiffstats
path: root/utility
AgeCommit message (Expand)Author
2014-09-22fix #454, allow global enhancersBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13fix js testsBernhard Posselt
2014-05-13remove more old codeBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-12replace fetchRow with fetch to honour pdostatementBernhard Posselt
2014-05-12more style fixesBernhard 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-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-09port to internal controller, some routes are still brokenBernhard Posselt
2014-04-09migrate security annotations, please reviewBernhard 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-10-20add support for text posts for the 'Least I Could Do' enhancerRobin Appelman
2013-09-30set the useragent when getting the full body for the xpath enhancerRobin Appelman
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-26fix relative link substition when & appears in the linkBernhard Posselt
2013-09-26add article enhancers for various comic sitesRobin Appelman
2013-09-26ignore warnings when loading invalid htmlBernhard Posselt
2013-09-26create a seperate config file for regex enhancersBernhard Posselt
2013-09-26Merge pull request #372 from owncloud/enhancer-jsonBernhard Posselt
2013-09-26ArticleEnhancer: convert relative urls to html charactersbastei
2013-09-26move simple enhancer config into json fileBernhard Posselt
2013-09-25add article enhancer for comics hosted by the escapistRobin Appelman
2013-09-25add article enhancer for least i could doRobin Appelman
2013-09-25add article enhancer for twogagRobin Appelman
2013-09-25add article enhancer for penny-arcadeRobin Appelman
2013-09-25add article enhancer for use cad-comic.comRobin Appelman
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-14Fix themerepublic.net enhancerDavid
2013-09-14Add ThemeRepublic EnhancerDavid
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-06curly braces are beautifulbastei
2013-09-06try detect encoding of documents in ArticleEnhancer and convert thembastei
2013-09-05little fix: shorter concatenationbastei
2013-09-04allow 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