summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-13fix sqlBernhard 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-13respect articles per update count in item cleanupBernhard Posselt
2013-09-13also store feeds per article when doing updatesBernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-07extra work for postgres, fix #338Bernhard Posselt
2013-09-07quickfix releaseBernhard Posselt
2013-09-06unit tests for commit a051d38bastei
2013-09-05trying to fix delete older than threshold queryBernhard Posselt
2013-09-05ArticleEnhancer unit test modified for multiple XPath-resultsbastei
2013-09-05deleteReadOlderThanThreshold unit test fixbastei
2013-09-02typecast config values to default values of config objectBernhard Posselt
2013-09-02fixing cors againBernhard Posselt
2013-09-02fix updater cleanup routeBernhard Posselt
2013-09-02fix cors and cors unittests, fix #324Bernhard 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-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also all...Bernhard Posselt
2013-08-29add unittest for cors middlewareBernhard Posselt
2013-08-28also allow authorization headerBernhard Posselt
2013-08-28add access control max age headerBernhard Posselt
2013-08-28add cors for APIBernhard 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-14also allow magnet urls in article links, fix #313Bernhard Posselt
2013-08-06use a default batchsize of 20 if none given, fix #220Bernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for c...Bernhard Posselt
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-08-05also log errors when updating with update scriptBernhard Posselt
2013-08-05ignore update errors when using the update scriptBernhard Posselt
2013-08-05return proper response for update methodBernhard Posselt
2013-08-03also require admin account for feed updatingBernhard Posselt
2013-08-03require admin account for executing cron routesBernhard Posselt
2013-08-02make cron updater optional, created updater class for better updating handlin...Bernhard Posselt
2013-08-02add api for updating feeds with a seperate cron job, #301Bernhard Posselt
2013-07-25decode title twice to fix stupid feed authors' mistakesBernhard Posselt
2013-07-20remove failing phpunit test, everything went as expectedBernhard Posselt
2013-07-20check if travis fails properly on failing phpunit testBernhard Posselt
2013-07-18use current date when feed does not provide pubdates, disable article updatesBernhard Posselt
2013-07-11increase timeout to from 10 to 60 seconds, fix #278Bernhard Posselt
2013-07-01Modified testReadAll, testReadFolder and testReadAll SQL quieriesbluehaze