summaryrefslogtreecommitdiffstats
path: root/external
AgeCommit message (Expand)Author
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
2013-05-02move external api stuff to appframeworkBernhard Posselt
2013-05-02added small result wrapperBernhard Posselt
2013-05-02use controller parent class for external apiBernhard Posselt
2013-05-02removed useless fileBernhard Posselt
2013-05-02implement all routes and function bodies for api callsBernhard Posselt
2013-05-02implemented first feeds get all methodBernhard Posselt
2013-03-21reorganize folderBernhard Posselt