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/store/db/sqlite
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
..
migration chore: tweak default value 2 years ago
seed chore: add resource name migrator 2 years ago
activity.go chore: fix postgres stmts 2 years ago
common.go chore: impl inbox store methods 2 years ago
idp.go chore: clean binary entries 2 years ago
inbox.go fix: deleting inbox records that senders have been deleted (#2743) 2 years ago
memo.go chore: fix list memos 2 years ago
memo_organizer.go feat: add support for ListMemoOrganizer (#2367) 2 years ago
memo_relation.go fix: mysql syntax 2 years ago
migration_history.go chore: update migration history store 2 years ago
migrator.go chore: retire auto backup for sqlite 2 years ago
resource.go feat: pre-signed URL for S3 storage (#2855) 2 years ago
sqlite.go fix: deleting inbox records that senders have been deleted (#2743) 2 years ago
storage.go chore: clean binary entries 2 years ago
system_setting.go chore: update package name 2 years ago
tag.go fix: ListTag not support omit params (#2366) 2 years ago
user.go chore: clean binary entries 2 years ago
user_setting.go chore: deprecate user setting legacy api 2 years ago
webhook.go chore: clean binary entries 2 years ago