summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2013-06-22add api annotationsBernhard Posselt
2013-06-22Revert "fix #253, use current date when no pubdate is provided"Bernhard Posselt
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-06-22fix #253, use current date when no pubdate is providedBernhard Posselt
2013-06-12adjust routes for new apiBernhard Posselt
2013-06-12move to new restful apiBernhard Posselt
2013-06-12add annotations for api controllersBernhard Posselt
2013-06-11implement starring and marking as read for multiple itemsBernhard Posselt
2013-06-09don't update faviconLink on feed updatelsmooth
2013-06-01also consider deleted folders and feeds in the feed update, #214Bernhard Posselt
2013-05-24fixed a bug when deleting foldersBernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-24Fix bug that would still show items after its feed or folder has been marked ...Bernhard Posselt
2013-05-24dont use table in subselect of mark read query to not fail on mysql, fixes #173Bernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-18Fix #174s17t.net
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-10fixed acceptance testsBernhard Posselt