Commit Graph

45 Commits

Author SHA1 Message Date
87dc249371 even more stupid 2021-09-24 17:57:01 +02:00
a060ed0fe4 me stupid 2021-09-24 17:03:06 +02:00
a35ce7c24b fixed error package name 2021-09-24 15:54:51 +02:00
9cfc4da5f3 moved LoginResult in types 2021-09-24 15:54:03 +02:00
f59f3183f2 improved authentication check 2021-09-24 15:49:51 +02:00
ed932e3c92 the big refactor 2021-09-24 15:39:23 +02:00
a3e66cd351 jwt refresh 2021-09-24 01:27:19 +02:00
1337f6ba63 bucket not hardcoded 2021-09-23 23:54:53 +02:00
024948b8ff implemented extended gql errors 2021-09-18 23:50:00 +02:00
20f95b8ea4 added logout route 2021-09-18 19:33:45 +02:00
9f280caafc added query to check if current user is logged in 2021-09-15 01:00:26 +02:00
af488ab5fe added auth check 2021-09-14 16:51:01 +02:00
28ff9006df added loginResult type 2021-09-14 16:22:32 +02:00
426531e634 implemented simple login with JWT 2021-09-14 15:16:37 +02:00
2b25003344 fixed typo 2021-09-14 15:12:09 +02:00
4c4ef95ee7 changed http handler to mux 2021-09-11 22:17:22 +02:00
dff54e2650 implemented CLI interface 2021-09-09 13:41:38 +02:00
9616450cff added static files server 2021-09-03 23:23:06 +02:00
63b93f5895 fixed cache invalidation issues 2021-09-03 15:03:32 +02:00
8296b21883 deleteDir recursion fix 2021-08-27 22:03:19 +02:00
1d5dbfaa1c changed graphql path 2021-08-27 21:17:04 +02:00
43efc9017c implemented deleteDir mutation 2021-08-20 21:38:22 +02:00
c84f94372e workaround for cache invalidation 2021-08-16 22:40:10 +02:00
65739c9307 createDir cache fix 2021-08-16 22:16:42 +02:00
c20748aef1 added createDir mutation 2021-08-16 19:57:48 +02:00
6e323a0e4f invalidate cache on move mutation 2021-08-16 14:58:03 +02:00
3c8ece72cc move mutation dest dir fix 2021-08-16 02:04:44 +02:00
72901e4685 copy mutation in dir fix 2021-08-16 01:40:01 +02:00
33237b6564 moved stuff to helper 2021-08-14 14:13:49 +02:00
447a0647b2 logging on gql errors 2021-08-14 01:33:42 +02:00
7253a9195d added logging 2021-08-13 16:52:13 +02:00
926701125d schema non null 2021-08-10 11:22:10 +02:00
ad80860368 cache invalidation for mutations 2021-08-07 01:42:47 +02:00
818264093f added mutations 2021-08-07 01:19:36 +02:00
31e4586d68 implemented last modified 2021-08-06 19:25:07 +02:00
da5d597b3f fixed linter stuff 2021-08-06 16:31:07 +02:00
acc9d6b5c3 file upload cache invalidation 2021-08-06 14:13:08 +02:00
e095a6ceb0 implemented file upload 2021-08-06 13:49:00 +02:00
b42f45afe9 LESS CACHES 2021-08-06 13:48:49 +02:00
6598088024 MORE CACHES 2021-08-03 23:10:23 +02:00
600547342a implemented If-None-Match header on file get 2021-08-01 13:46:42 +02:00
23c67e0b81 implemented ttl cache 2021-08-01 13:00:47 +02:00
5746e79e8f implmented download file 2021-07-27 23:01:23 +02:00
f5a1bd77d1 file size non null 2021-07-27 21:24:36 +02:00
48eea73833 initial commit 2021-07-26 14:52:36 +02:00