Commit Graph

84 Commits (c9c40bc8761417cfc4ea92bc4f836cc59ac1f2ae)

Author SHA1 Message Date
Steven 44e56844f5 chore: tweak search resources 9 months ago
Steven 260a4f89fc chore: buf generate 9 months ago
Johnny 9909fd8a6f
feat: add snippet field to memo message (#3689) 9 months ago
Johnny bcb8843245
chore: implement stringify markdown nodes endpoint (#3688) 9 months ago
Johnny 7c9e54afbd
chore: update disallow public visibility setting name (#3687) 9 months ago
Steven f374169a2b feat: implement html element renderer 9 months ago
Johnny 5a196e2f1a
feat: update gomark version (#3679) 10 months ago
Steven 457cf92cc1 feat(api): implement get resource by uid 10 months ago
Steven 1ab2c89408 feat(api): implement get memo by uid 10 months ago
Johnny 4d2b953e23
chore: add enable link preview setting to memo related settings (#3647) 10 months ago
Steven 0501f5198a chore: buf format 10 months ago
Johnny 736637a362
feat: add public flag instead of system setting to enable signup (#3589) 10 months ago
Steven f33571fec6 feat: update webhook request payload 11 months ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 11 months ago
Steven 5493f5f14e chore: regenerate dependencies 11 months ago
Steven b215426623 chore: update general setting 11 months ago
Steven 0f4b7c5f4a feat: add more memo settings 11 months ago
Steven a423dac12c chore: tweak memo property 11 months ago
Steven d3235f75f3 chore: tweak memo definition 11 months ago
Steven e0600388b2 chore: implement memo property endpoint 11 months ago
Steven 16d3de63c2 chore: update resource binary endpoint 11 months ago
Steven f54b05a521 chore: tweak comments 11 months ago
Steven b0aad6f694 chore: tweak resource payload 11 months ago
Steven 9265b8e2bd chore: update tags filter 12 months ago
Steven c561362d62 feat: implement memo property 12 months ago
Steven b8763905ba chore: tweak naming 12 months ago
Steven eda1983964 chore: return workspace setting with default value 12 months ago
Steven 584c669068 chore: tweak max width 12 months ago
Steven e0977e53f7 chore: remove unused route 12 months ago
Steven d0655ece53 refactor: update memo tags 12 months ago
Steven 776664105a chore: tweak content length limit 12 months ago
Steven af1ad2f2db chore: add memo content length limit setting 12 months ago
Steven 26545c855c refactor: implement s3 storage 12 months ago
Steven 144269fbbc chore: fix router 12 months ago
Steven ff175bbb7e refactor: update resource binary request handler 12 months ago
Steven 6295979592 chore: add user avatar route 12 months ago
Steven 155c5baf2c refactor: add markdown service 1 year ago
Steven 4338234641 chore: retire storage related functions 1 year ago
Steven 320963098f refactor: update storage setting 1 year ago
Steven 1b291422e7 refactor: api version 1 year ago
Steven 92872118b9 refactor: tweak api definition 1 year ago
Steven 9b66ef5e26 chore: tweak api definition 1 year ago
Steven 95df647265 chore: tweak comments 1 year ago
huajin tong 8e7f826ae6
chore: fix typo (#3080)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
1 year ago
Steven ba460382b0 chore: remove type-gen script 1 year ago
Steven dd9ee44a1f docs: regenerate swagger 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 d67eaaaee2 chore: update database migrator 1 year ago
Leyang be2db3f170
feat: use vite plugin pwa for generate right sw.js (#2658)
Co-authored-by: boojack <stevenlgtm@gmail.com>
1 year ago
Steven af68cae6ea chore: regenerate swagger docs 1 year ago