Commit graph

8 commits

Author SHA1 Message Date
5e48f5b46b proxy server: move tasks.json endpoint 2020-11-30 11:47:52 +01:00
6bbf59c32d tasks.json controller: add DELETE call
resets the per-user file to upstream
2020-10-23 12:14:24 +00:00
9c6872e49e Fixed stupid bug in loading personalized tasks.json 2020-10-23 11:53:37 +00:00
09f038e1e3 Better auth system for tasks.json
Development more works as before.

On Production, we store POST requests in tasks-{uid}.json that is only seved to the specific user.
2020-10-22 17:01:01 +00:00
ce9760a84b proxy: disabled save protection of tasks.json in production 2020-10-22 15:23:31 +02:00
a2797cabc2 Forbid tasks.json modification on production env 2020-10-17 18:22:22 +00:00
040d73492a Add POST to tasks.json 2020-09-27 20:36:00 +00:00
10ef0fc4e4 Handle tasks.json by a controller 2020-09-27 11:08:49 +00:00