summaryrefslogtreecommitdiffstats
path: root/external
AgeCommit message (Expand)Author
2013-09-02fixing cors againBernhard Posselt
2013-09-02fixing cors againBernhard Posselt
2013-09-02fixing cors againBernhard Posselt
2013-09-02fixing cors againBernhard Posselt
2013-09-02cleanupBernhard Posselt
2013-09-02fix updater cleanup routeBernhard Posselt
2013-09-02fix cors and cors unittests, fix #324Bernhard Posselt
2013-09-02still trying to fix corsBernhard Posselt
2013-09-02still trying to fix corsBernhard Posselt
2013-09-02still trying to fix corsBernhard Posselt
2013-09-02trying to fix corsBernhard Posselt
2013-09-02trying to fix corsBernhard Posselt
2013-08-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-29use cors headers in options requestBernhard Posselt
2013-08-28also allow authorization headerBernhard Posselt
2013-08-28add middleware for cors requestsBernhard Posselt
2013-08-28add access control max age headerBernhard Posselt
2013-08-28add cors for APIBernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-06use a default batchsize of 20 if none given, fix #220Bernhard 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-05fix another error, better debuggingBernhard 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-06-22add api annotationsBernhard 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-11parse url and body parameters correctly for getAll items in the apiBernhard Posselt
2013-06-11implement starring and marking as read for multiple itemsBernhard Posselt
2013-06-11added method for marking all readBernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09also send newest item id when creating a feed from the apiBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-03also provide the app versionBernhard Posselt
2013-05-02implemented last api method, fix #105Bernhard Posselt
2013-05-02implement item api methodsBernhard Posselt
2013-05-02add read buttonBernhard Posselt
2013-05-02send correct folder exists error codeBernhard Posselt
2013-05-02implemented folder api methodsBernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-05-02added api method for getting itemsBernhard Posselt
2013-05-02removed useless get calls to apiBernhard Posselt
2013-05-02add test for api resultBernhard Posselt
2013-05-02use a custom result classBernhard Posselt