Commit Graph

12 Commits (2acad978d1718fd9ba9bbe4ee23e34d6777fd42f)

Author SHA1 Message Date
Steven 457cf92cc1 feat(api): implement get resource by uid 10 months ago
boojack 3fbc4d8539
feat: implement drag and drop for resource order in editor (#3337)
* Implement drag and drop for resource order in editor

* chore: update

* chore: update

* chore: update
12 months ago
Steven 74145157a0 chore: add presign background service 12 months ago
Steven 26545c855c refactor: implement s3 storage 12 months ago
Steven 7cc8b951a3 refactor: update resource id naming 1 year 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.
1 year ago
Steven 582cc6609c feat: add user-defined id to resource 1 year ago
Steven 8b9455d784 chore: fix memo resources position 1 year ago
Athurg Gooth f184d65267
fix: attachments send from telegram lost (#2650) 1 year ago
Steven c608877c3e chore: clean binary entries 1 year ago
Athurg Gooth 1fbd568dfe
fix: create resource without some attributes (#2354) 2 years ago
Steven a6ee61e96d chore: update package name 2 years ago