Commit Graph

11 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 16f3e1bb03 fix(subs): wrapps onConnection in a try catch and checks for auth headers
some clients send the connection params with lowercase :/
2020-08-31 13:27:55 +01:00
Dimitrie Stefanescu e199e881f2 fix(upload): upload response status changed from 303 (redirect) to 201 (created)
this was confusing clients, which were actually following the redirect 😬
2020-07-25 10:52:55 +01:00
Dimitrie Stefanescu 1f83ca0428 test(upload/download): finalised up/down tests & fixed implementation bugs in the process 💀 2020-07-14 23:39:02 +01:00
Dimitrie Stefanescu 302dfe0500 test(upload/download): implemented some of the up/down tests 2020-07-14 20:02:33 +01:00
Dimitrie Stefanescu 187204073d refactor(naming): renamed root to appRoot & updated all usage 2020-07-14 15:13:44 +01:00
Dimitrie Stefanescu 7502721c6a refactor(naming): renamed & split create -> upload, get -> download endpoints 2020-07-08 22:26:00 +01:00
Dimitrie Stefanescu 9554d2a7f4 style(streaming): minor 2020-07-02 11:08:10 +01:00
Dimitrie Stefanescu a8d096088f feat(streaming&fixes): fixes index on closure table & finalizes streaming response for obj children 2020-06-26 23:45:17 +01:00
Dimitrie Stefanescu 3667e9932c feat(get children): added gzipped streamed response for object children 2020-06-26 13:35:36 +01:00
Dimitrie Stefanescu da16647795 feat(object creation): proper batching in object creation, using transactions 2020-06-20 20:53:47 +01:00
Dimitrie Stefanescu 63e21713ca feat(streaming): refactored streaming endpoint 2020-06-20 00:16:44 +01:00