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
|
657df718bd
|
fixing cors again
|
2013-09-02 16:16:54 +02:00 |
Bernhard Posselt
|
d9c4999944
|
fixing cors again
|
2013-09-02 16:05:17 +02:00 |
Bernhard Posselt
|
d544f31fc0
|
fixing cors again
|
2013-09-02 15:53:45 +02:00 |
Bernhard Posselt
|
2d968a9d08
|
fixing cors again
|
2013-09-02 15:52:04 +02:00 |
Bernhard Posselt
|
b3e981dbe4
|
cleanup
|
2013-09-02 15:49:30 +02:00 |
Bernhard Posselt
|
01e4a7a824
|
fix updater cleanup route
|
2013-09-02 15:46:37 +02:00 |
Bernhard Posselt
|
479d5e2e37
|
fix cors and cors unittests, fix #324
|
2013-09-02 14:45:37 +02:00 |
Bernhard Posselt
|
e3512c977a
|
still trying to fix cors
|
2013-09-02 14:34:58 +02:00 |
Bernhard Posselt
|
e38237aa0c
|
still trying to fix cors
|
2013-09-02 14:18:30 +02:00 |
Bernhard Posselt
|
41e5ac53af
|
still trying to fix cors
|
2013-09-02 14:16:50 +02:00 |
Bernhard Posselt
|
d795483ef5
|
trying to fix cors
|
2013-09-02 14:13:29 +02:00 |
Bernhard Posselt
|
7a50fcebe6
|
trying to fix cors
|
2013-09-02 14:09:33 +02:00 |
Bernhard Posselt
|
7036a1407c
|
Throw proper error codes when creating invalid folders through the API, fix #297
|
2013-08-31 02:58:56 +02:00 |
Bernhard Posselt
|
f0ce1d74f5
|
use cors headers in options request
|
2013-08-29 00:51:48 +02:00 |
Bernhard Posselt
|
dec43f5e77
|
also allow authorization header
|
2013-08-28 23:50:59 +02:00 |
Bernhard Posselt
|
47436cd007
|
add middleware for cors requests
|
2013-08-28 23:41:18 +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
|
05d38a2b74
|
use a default batchsize of 20 if none given, fix #220
|
2013-08-06 14:11:03 +02:00 |
Bernhard Posselt
|
1a74a758f9
|
also log errors when updating with update script
|
2013-08-05 17:38:34 +02:00 |
Bernhard Posselt
|
cb33a80b60
|
ignore update errors when using the update script
|
2013-08-05 16:39:09 +02:00 |
Bernhard Posselt
|
1f9784dbdb
|
fix another error, better debugging
|
2013-08-05 16:20:44 +02:00 |
Bernhard Posselt
|
c67335d9f8
|
return proper response for update method
|
2013-08-05 16:08:53 +02:00 |
Bernhard Posselt
|
7332ec1e85
|
also require admin account for feed updating
|
2013-08-03 10:10:10 +02:00 |
Bernhard Posselt
|
08d9474aac
|
require admin account for executing cron routes
|
2013-08-03 10:10:10 +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
|
4affc4f485
|
add api annotations
|
2013-06-22 18:18:55 +02:00 |
Bernhard Posselt
|
73c02fdaa6
|
adjust routes for new api
|
2013-06-12 20:32:49 +02:00 |
Bernhard Posselt
|
836c65b6fa
|
move to new restful api
|
2013-06-12 20:32:49 +02:00 |
Bernhard Posselt
|
4faa08d708
|
add annotations for api controllers
|
2013-06-12 14:50:25 +02:00 |
Bernhard Posselt
|
24226d69f9
|
parse url and body parameters correctly for getAll items in the api
|
2013-06-11 00:25:17 +02:00 |
Bernhard Posselt
|
653b9f82ab
|
implement starring and marking as read for multiple items
|
2013-06-11 00:25:00 +02:00 |
Bernhard Posselt
|
8bffbedcd8
|
added method for marking all read
|
2013-06-11 00:25:00 +02:00 |
Bernhard Posselt
|
031ba0ce52
|
When creating a feed or folder the it should purge the deleted
Edit
fix #176
|
2013-05-21 21:10:45 +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
|
59069e85a2
|
also send newest item id when creating a feed from the api
|
2013-05-09 13:44:16 +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
|
e241d438bb
|
also provide the app version
|
2013-05-03 10:41:14 +02:00 |
Bernhard Posselt
|
b8a2a02744
|
implemented last api method, fix #105
|
2013-05-02 22:46:54 +02:00 |
Bernhard Posselt
|
d2e9cbd3c9
|
implement item api methods
|
2013-05-02 22:11:59 +02:00 |
Bernhard Posselt
|
ec8394eda1
|
add read button
|
2013-05-02 21:03:33 +02:00 |
Bernhard Posselt
|
2b42d8bd9e
|
send correct folder exists error code
|
2013-05-02 20:49:41 +02:00 |
Bernhard Posselt
|
20d4c2911f
|
implemented folder api methods
|
2013-05-02 20:42:39 +02:00 |
Bernhard Posselt
|
5ae697ac9d
|
added proper exception handling for all controllers and businesslayer
|
2013-05-02 19:40:10 +02:00 |
Bernhard Posselt
|
e9878cb5b5
|
added api method for getting items
|
2013-05-02 18:45:10 +02:00 |
Bernhard Posselt
|
3d405e0541
|
removed useless get calls to api
|
2013-05-02 18:04:14 +02:00 |
Bernhard Posselt
|
f8bdf57881
|
add test for api result
|
2013-05-02 17:47:07 +02:00 |