summaryrefslogtreecommitdiffstats
path: root/external/itemapi.php
AgeCommit message (Collapse)Author
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-09only make one request for mark all read and mark folder read, fix #171, fix ↵Bernhard Posselt
a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
2013-05-02implemented last api method, fix #105Bernhard Posselt
2013-05-02implement item api methodsBernhard Posselt
2013-05-02add read buttonBernhard Posselt
2013-05-02added api method for getting itemsBernhard Posselt
2013-05-02use controller parent class for external apiBernhard Posselt
2013-05-02implement all routes and function bodies for api callsBernhard Posselt