Commit Graph

83 Commits

Author SHA1 Message Date
260a4f89fc chore: buf generate 2024-07-15 22:32:59 +08:00
9909fd8a6f feat: add snippet field to memo message (#3689) 2024-07-15 08:08:08 +08:00
bcb8843245 chore: implement stringify markdown nodes endpoint (#3688) 2024-07-14 20:46:57 +08:00
7c9e54afbd chore: update disallow public visibility setting name (#3687) 2024-07-14 20:23:19 +08:00
f374169a2b feat: implement html element renderer 2024-07-13 11:06:51 +08:00
5a196e2f1a feat: update gomark version (#3679) 2024-07-12 22:17:03 +08:00
457cf92cc1 feat(api): implement get resource by uid 2024-07-11 23:43:44 +08:00
1ab2c89408 feat(api): implement get memo by uid 2024-07-11 23:31:50 +08:00
4d2b953e23 chore: add enable link preview setting to memo related settings (#3647) 2024-07-02 22:00:38 +08:00
0501f5198a chore: buf format 2024-06-19 22:07:51 +08:00
736637a362 feat: add public flag instead of system setting to enable signup (#3589) 2024-06-19 22:03:12 +08:00
f33571fec6 feat: update webhook request payload 2024-06-05 20:53:20 +08:00
797f5a123c feat: add HasIncompleteTasks to memo property 2024-06-05 08:39:56 +08:00
5493f5f14e chore: regenerate dependencies 2024-06-01 09:58:47 +08:00
b215426623 chore: update general setting 2024-05-30 07:19:38 +08:00
0f4b7c5f4a feat: add more memo settings 2024-05-29 23:17:53 +08:00
a423dac12c chore: tweak memo property 2024-05-27 19:43:57 +08:00
d3235f75f3 chore: tweak memo definition 2024-05-22 21:52:41 +08:00
e0600388b2 chore: implement memo property endpoint 2024-05-22 09:21:12 +08:00
16d3de63c2 chore: update resource binary endpoint 2024-05-21 21:25:21 +08:00
f54b05a521 chore: tweak comments 2024-05-20 22:15:51 +08:00
b0aad6f694 chore: tweak resource payload 2024-05-17 08:50:02 +08:00
9265b8e2bd chore: update tags filter 2024-05-14 08:12:25 +08:00
c561362d62 feat: implement memo property 2024-05-13 22:04:37 +08:00
b8763905ba chore: tweak naming 2024-05-13 20:03:04 +08:00
eda1983964 chore: return workspace setting with default value 2024-05-12 13:32:26 +08:00
584c669068 chore: tweak max width 2024-05-09 22:10:27 +08:00
e0977e53f7 chore: remove unused route 2024-05-08 22:15:29 +08:00
d0655ece53 refactor: update memo tags 2024-05-08 20:03:01 +08:00
776664105a chore: tweak content length limit 2024-05-06 19:12:30 +08:00
af1ad2f2db chore: add memo content length limit setting 2024-05-06 08:02:39 +08:00
26545c855c refactor: implement s3 storage 2024-05-02 21:28:06 +08:00
144269fbbc chore: fix router 2024-05-01 12:44:18 +08:00
ff175bbb7e refactor: update resource binary request handler 2024-05-01 10:23:56 +08:00
6295979592 chore: add user avatar route 2024-04-30 22:06:34 +08:00
155c5baf2c refactor: add markdown service 2024-04-29 08:00:37 +08:00
4338234641 chore: retire storage related functions 2024-04-28 21:50:09 +08:00
320963098f refactor: update storage setting 2024-04-28 21:36:22 +08:00
1b291422e7 refactor: api version 2024-04-28 00:44:29 +08:00
92872118b9 refactor: tweak api definition 2024-04-27 23:14:58 +08:00
9b66ef5e26 chore: tweak api definition 2024-04-27 22:02:15 +08:00
95df647265 chore: tweak comments 2024-04-16 22:33:25 +08:00
8e7f826ae6 chore: fix typo (#3080)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
2024-03-12 17:05:49 +08:00
ba460382b0 chore: remove type-gen script 2024-02-05 20:42:01 +08:00
dd9ee44a1f docs: regenerate swagger 2024-01-29 22:05:33 +08:00
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.
2024-01-29 21:12:29 +08:00
d67eaaaee2 chore: update database migrator 2024-01-06 16:55:13 +08:00
be2db3f170 feat: use vite plugin pwa for generate right sw.js (#2658)
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-12-23 12:00:03 +08:00
af68cae6ea chore: regenerate swagger docs 2023-12-19 22:37:07 +08:00
6cf7192d6a chore: add ssr placeholder in index.html 2023-12-14 23:29:42 +08:00