You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/api/v1
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
..
auth.go feat: add user-defined name to memo 1 year ago
common.go chore: update memo view activity 2 years ago
docs.go chore: regenerate swagger docs 2 years ago
http_getter.go chore: fix tag in http_getter.go (#2500) 2 years ago
idp.go chore: move common packages to internal 2 years ago
jwt.go chore: upgrade backend dependencies 1 year ago
memo.go chore: update memo resource url 1 year ago
memo_organizer.go chore: move common packages to internal 2 years ago
memo_relation.go chore: implement webhook dispatch in api v1 2 years ago
resource.go feat: pre-signed URL for S3 storage (#2855) 1 year ago
storage.go feat: pre-signed URL for S3 storage (#2855) 1 year ago
swagger.yaml feat: pre-signed URL for S3 storage (#2855) 1 year ago
system.go chore: skip invalida setting checks 2 years ago
system_setting.go chore: use consistent relative paths for resources (#2683) 2 years ago
tag.go chore: remove outdated activity definition 2 years ago
tag_test.go revert: fix: exclude all punctuation chars except underscore in tags (#2033) 2 years ago
user.go feat: add user-defined name to memo 1 year ago
v1.go fix: rss routes 1 year ago