Commit Graph

76 Commits (1ab2c89408a7bf0daa113e45ddc01079ef8d4082)

Author SHA1 Message Date
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
Steven 6cf7192d6a chore: add ssr placeholder in `index.html` 1 year ago
Steven c608877c3e chore: clean binary entries 1 year ago
boojack dfaf2ee29c
chore: update pnpm scripts (#2350)
* chore: update pnpm scripts

* chore: update development guide
2 years ago
Steven 6ffc09d86a chore: remove unused httpmeta getter api 2 years ago
Steven 9d1c9fc505 chore: regenerate swagger docs 2 years ago
Steven 6eeee6b704 docs: add buf to development guide 2 years ago
Steven 33d9c13b7e chore: remove openid field from user 2 years ago
boojack 18fb02a1ec
chore: update swag docs (#2178)
* chore: update swag docs

* chore: update
2 years ago