Commit Graph

26 Commits (a5978e7657a867172e7eb2dcd6890c9af21f8103)

Author SHA1 Message Date
Steven 7564c40c8d chore: fix env init 10 months ago
Steven 8fd5365ac1 chore: tweak linter error 10 months ago
Steven 5ad00c3a50 chore: fix env binding 10 months ago
Steven 8bf7cdfd31 feat: add password auth flag 10 months ago
Steven 553e8d09dd chore: update public default value to false 10 months ago
Johnny 736637a362
feat: add public flag instead of system setting to enable signup (#3589) 12 months ago
Steven 10c57167cc chore: remove unused flags 1 year ago
Steven 05f73a2236 chore: tweak linter 1 year ago
Steven 6295979592 chore: add user avatar route 1 year ago
Steven 155c5baf2c refactor: add markdown service 1 year ago
Steven e8dfd579c3 chore: update background services 1 year ago
Steven 2a93b8d720 chore: tweak linter 1 year ago
Steven ff81ea602d chore: tweak error message 1 year ago
Steven 8101a5e0b1 chore: add origin flag to config cors 1 year ago
Steven dfa78cac49 chore: update logger 1 year ago
Steven b0f52ade7a chore: remove metric service 1 year ago
Steven 51d58d3982 chore: add workspace setting migrator 1 year ago
Steven 4a6da91719 chore: fix serve frontend flag 1 year ago
Steven 8e11826db1 chore: update workspace setting service 1 year ago
Steven b4f2a3bd14 chore: remove migrator 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 f05a89315c chore: fix list memos 1 year ago
Steven 5e74394643 chore: add resource name migrator 1 year ago
Lincoln Nogueira 369b8af109
chore: improve resource internal_path migrator (#2698)
* chore: improve internal path migrator
- handle mixed path styles
- handle Windows paths
- add tests

* chore: fix goimports error
1 year ago
Steven c797099950 chore: update resource internal path migrator 1 year ago
Steven c608877c3e chore: clean binary entries 1 year ago