Граф коммитов

43 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt 6dc8dad23e add persistent option for compact view 2013-12-19 15:15:32 +01:00
Davide Saurino be253cdc1b Make feed title editable (FIX #242) 2013-11-12 10:46:31 +01:00
Bernhard Posselt df8f6b5fee implement pull to refresh, fix #44 2013-09-14 02:22:44 +02:00
Bernhard Posselt 6b138b98a6 use before and after update hooks to delete items only after new ones have been fetched 2013-09-13 18:29:34 +02:00
Bernhard Posselt 7f3a42d949 fix cors options request for routes deeper than one level 2013-09-13 17:21:42 +02:00
Bernhard Posselt 00c6e040de removed google importer on the serverside, add importer for articles 2013-09-12 01:00:32 +02:00
Bernhard Posselt 09f60e75c9 #342 implement export 2013-09-12 01:00:32 +02:00
Bernhard Posselt 6ec58b14a7 fixing cors again 2013-09-02 15:59:43 +02:00
Bernhard Posselt 5affdfe146 fixing cors again 2013-09-02 15:59:20 +02:00
Bernhard Posselt 01e4a7a824 fix updater cleanup route 2013-09-02 15:46:37 +02:00
Bernhard Posselt 6191bf5339 add access control max age header 2013-08-28 23:23:25 +02:00
Bernhard Posselt 9e2975c629 add cors for API 2013-08-28 23:09:07 +02:00
Bernhard Posselt 824f074ecb change email adress in copyright headers 2013-08-26 17:23:22 +02:00
Bernhard Posselt 9507e6a3ee make cron updater optional, created updater class for better updating handling, created a route for the api to clean up old stuff 2013-08-02 15:31:55 +02:00
Bernhard Posselt 27c7c7773e add api for updating feeds with a seperate cron job, #301 2013-08-02 14:34:08 +02:00
Bernhard Posselt 617f4b6049 fix create api route 2013-07-19 19:25:36 +02:00
Bernhard Posselt 73c02fdaa6 adjust routes for new api 2013-06-12 20:32:49 +02:00
Xemle ce88338925 Issue #166 Improve RESTful urls for web backend
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-27 17:01:48 +02:00
Bernhard Posselt 347000cc2d use a deleted flag for deleted feeds to handle undo 2013-05-10 13:30:00 +02:00
Bernhard Posselt b8b4dfb496 only make one request for mark all read and mark folder read, fix #171, fix 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-09 12:57:35 +02:00
Bernhard Posselt c8c01278d8 implement all routes and function bodies for api calls 2013-05-02 16:55:11 +02:00
Bernhard Posselt df91fdfa37 fix result return 2013-05-02 13:59:38 +02:00
Bernhard Posselt c5dde50a71 implemented first feeds get all method 2013-05-02 13:45:34 +02:00
Bernhard Posselt 3fc18156ae go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically 2013-04-29 13:30:01 +02:00
Bernhard Posselt 67e00e798d added javascript for uploading google reader json files 2013-04-19 12:31:54 +02:00
Bernhard Posselt 3e9a13efc9 added skeletons for google reader import 2013-04-19 11:42:40 +02:00
Bernhard Posselt 360966ab4b get language from server and save it in a language object, dont use a seperate file for instantiating controllers 2013-04-15 12:06:14 +02:00
Bernhard Posselt 3baa8b51e4 implement mark as read for feeds and folders, fix #29 2013-04-12 11:54:49 +02:00
Bernhard Posselt 1df9491ac0 remove admin page 2013-04-05 14:19:24 +02:00
Bernhard Posselt 2cffff339b removed useless settings 2013-04-03 12:25:48 +02:00
Bernhard Posselt 78674ebc36 star by guid hash and feedid to also star an item if it has been updated in 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-27 13:47:53 +01:00
Bernhard Posselt 3560ac0555 use container class instead of non existent function 2013-03-26 00:22:45 +01:00
Bernhard Posselt db5ba2b807 added additional controllers in the container 2013-03-21 13:01:10 +01:00
Bernhard Posselt aa4916b829 wired routing 2013-03-21 12:56:14 +01:00
Bernhard Posselt 964383cc7a welcome in the age of newness 2013-03-21 00:31:48 +01:00
Alessandro Cosentino f652daa3d9 fix merge conflict 2013-03-08 14:50:10 +01:00
Gregor Tätzner 25a766a009 implement folder modify and delete api calls 2013-03-07 18:25:31 +01:00
Alessandro Cosentino 3c87c2be39 api calls are anonymous functions now 2013-03-06 10:27:50 +01:00
Alessandro Cosentino ef450898bb create folder api call 2013-03-03 22:27:18 +01:00
Alessandro Cosentino 0852773340 adds a call to create feed 2013-03-03 11:06:00 +01:00
Alessandro Cosentino 4902253e9c prototype for business layer for feed 2013-03-02 19:50:33 +01:00
Alessandro Cosentino 165540d346 prototype of business layer for api 2013-03-02 16:21:50 +01:00
Bernhard Posselt ae7393db3d merged the angularjs branch 2013-01-27 04:15:53 +01:00