Commit Graph

11 Commits (v0.20.0)

Author SHA1 Message Date
Steven ce133ad69b chore: retire unused workspace settings 1 year ago
Steven ce32206677 chore: remove unused system setting 1 year ago
Steven dd9ee44a1f docs: regenerate swagger 2 years ago
Aleksandr Baryshnikov fa17dce046
feat: pre-signed URL for S3 storage (#2855)
Adds automatically background refresh of all external links if they are belongs to the current blob (S3) storage. The feature is disabled by default in order to keep backward compatibility.

The background go-routine spawns once during startup and periodically signs and updates external links if that links belongs to current S3 storage.

The original idea was to sign external links on-demand, however, with current architecture it will require duplicated code in plenty of places. If do it, the changes will be quite invasive and in the end pointless: I believe, the architecture will be eventually updated to give more scalable way for pluggable storage. For example - Upload/Download interface without hard dependency on external link. There are stubs already, but I don't feel confident enough to change significant part of the application architecture.
2 years ago
Steven af68cae6ea chore: regenerate swagger docs 2 years ago
Steven 6ffc09d86a chore: remove unused httpmeta getter api 2 years ago
Steven 9d1c9fc505 chore: regenerate swagger docs 2 years ago
Steven 33d9c13b7e chore: remove openid field from user 2 years ago
Steven 3df550927d chore: update user profile page 2 years ago
boojack 723c444910
chore: update server tests (#2118) 2 years ago
boojack 35f2d399e2
chore: update api v1 docs (#2117)
* chore: update apiv1 docs

* chore: update
2 years ago