summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
AgeCommit message (Collapse)Author
2013-09-02fixing cors againBernhard Posselt
2013-09-02fixing cors againBernhard Posselt
2013-09-02fix updater cleanup routeBernhard 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-02make cron updater optional, created updater class for better updating ↵Bernhard Posselt
handling, created a route for the api to clean up old stuff
2013-08-02add api for updating feeds with a seperate cron job, #301Bernhard Posselt
2013-07-19fix create api routeBernhard Posselt
2013-06-12adjust routes for new apiBernhard Posselt
2013-05-27Issue #166 Improve RESTful urls for web backendXemle
Change create and delete urls for feeds and folders: POST /feed - Creates a feed DELETE /feed/:feedId - Deletes a feed POST /folder - Creates a folder DELETE /folder/:folderId - Deletes a feed
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard 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-02implement all routes and function bodies for api callsBernhard Posselt
2013-05-02fix result returnBernhard Posselt
2013-05-02implemented first feeds get all methodBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ↵Bernhard Posselt
items as read that the user didnt see yet fix #141, also update the starred count periodically
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a ↵Bernhard Posselt
seperate file for instantiating controllers
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-05remove admin pageBernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
2013-03-26use container class instead of non existent functionBernhard Posselt
2013-03-21added additional controllers in the containerBernhard Posselt
2013-03-21wired routingBernhard Posselt
2013-03-21welcome in the age of newnessBernhard Posselt
2013-03-08fix merge conflictAlessandro Cosentino
2013-03-07implement folder modify and delete api callsGregor Tätzner
2013-03-06api calls are anonymous functions nowAlessandro Cosentino
2013-03-03create folder api callAlessandro Cosentino
2013-03-03adds a call to create feedAlessandro Cosentino
2013-03-02prototype for business layer for feedAlessandro Cosentino
2013-03-02prototype of business layer for apiAlessandro Cosentino
2013-01-27merged the angularjs branchBernhard Posselt