Steven
8382354ef7
feat: add user-defined name to memo
2024-01-20 23:48:35 +08:00
Steven
d5f874e185
chore: handle resource not found
2024-01-20 12:47:43 +08:00
Steven
89d940d9b7
feat: implement params field for embedded content node
2024-01-20 12:41:08 +08:00
Steven
196facfacd
feat: implement embedded resource renderer
2024-01-20 09:17:31 +08:00
Steven
8a34013558
feat: implement embedded memo renderer
2024-01-20 01:56:10 +08:00
Steven
67f5ac3657
feat: implement subscript and superscript renderer
2024-01-19 23:10:16 +08:00
Elliot Chen
2e0619b4dc
feat: add a webhook action for deleted memos ( #2791 )
2024-01-19 09:56:00 +08:00
Steven
d31d9eb71c
chore: remove unused nil checks
2024-01-18 19:23:45 +08:00
Steven
f28b654057
chore: fix setting nil checks
2024-01-18 19:20:48 +08:00
Steven
5172e4df7c
chore: create memo visibility when creating
2024-01-18 15:20:22 +08:00
Steven
d426f89cf0
chore: add time filter to timeline
2024-01-18 14:30:20 +08:00
Steven
8ed827cd2d
chore: update table node delimiter
2024-01-18 11:36:13 +08:00
Steven
05c0aeb789
feat: implement table renderer
2024-01-18 10:49:28 +08:00
Steven
54296f0437
chore: update filter in timeline
2024-01-18 08:06:59 +08:00
Wen Sun
e4488da96e
fix: signup is not allowed if password login is disabled ( #2776 )
...
Signup is not allowed if password login is disabled
If password login is disabled in the system configuration, the "signup" in the "/auth" page disappears, but the user can manually enter "/auth/signup" to access the system by creating a new user.
2024-01-17 10:49:22 +08:00
Steven
cc43d06d33
chore: update memo stats response
2024-01-17 09:17:33 +08:00
Noah Alderton
24bb3e096a
fix: DatePicker by passing in Timezone to API ( #2770 )
...
* Fix DatePicker by passing in Timezone to API
* Add some clarity
2024-01-16 18:02:09 +08:00
Steven
ad94e8e3c6
feat: implement highlight renderer
2024-01-15 22:54:18 +08:00
Steven
7ae4299df2
chore: implement create resource
2024-01-15 08:13:06 +08:00
Steven
98762be1e5
feat: implement indent for list nodes
2024-01-14 22:19:03 +08:00
Steven
8e0ce4d678
fix: list memos with pinned
2024-01-14 20:51:52 +08:00
Hanqin Guan
16e68fbfff
fix: duplicated/reflexive relation in v2 api. ( #2750 )
2024-01-13 07:21:19 +08:00
Athurg Gooth
a7cda28fc7
fix: filename with space ( #2745 )
2024-01-12 14:01:19 +08:00
Steven
aaec46a39c
chore: update find memo with updated time
2024-01-10 00:10:59 +08:00
Steven
ddcf1d669d
chore: add max content length
2024-01-08 21:17:21 +08:00
Steven
5449342016
fix: auto link converters
2024-01-08 20:57:44 +08:00
Steven
a297cc3140
chore: exclude comments in memo list response
2024-01-06 09:48:11 +08:00
Steven
8b9455d784
chore: fix memo resources position
2024-01-06 09:23:20 +08:00
Steven
454cd4e24f
feat: implement switchable task list node
2024-01-05 08:40:16 +08:00
Steven
d12a2b0c38
feat: implement math expression parser
2024-01-04 20:05:29 +08:00
Steven
138b69e36e
chore: fix memo comment
2024-01-03 08:19:38 +08:00
Elliot Chen
3181c076b2
feat: add {uuid} in path template when using local storage or S3 ( #2696 )
...
Add {uuid} in path template when using local storage or S3
Add an addition tag `{uuid}` to the `replacePathTemplate`.
It is a workaround to leak the public links of a resource when using S3-based object storage. Currently, all resource blobs stored in S3 (R2, OSS) are set to be public. It is insecure as the resources for the private memos are also accessible on the Internet. Using an additional {uuid} might reduce this risk.
Meanwhile, it is also possible to avoid filename conflict
2024-01-02 20:57:55 +08:00
Steven
f74fa97b4a
chore: traverse nodes to upsert tags
2024-01-02 08:56:30 +08:00
Lincoln Nogueira
411e807dcc
chore: use consistent relative paths for resources ( #2683 )
...
- always store resources with a relative path with forward slashes, which will be transformed as needed when the file is accessed
- fix an issue with thumbnail generation on Windows
- add several validations for local storage setting
- improve front-end error feedback when changing local storage
- add migrations to make existing resource paths relative (not needed, but improves database consistency)
2023-12-29 07:49:55 +08:00
Steven
0dfc367e56
chore: start grpc server
2023-12-27 08:50:02 +08:00
Steven
c8d7f93dca
feat: implement auto link parser
2023-12-27 08:44:51 +08:00
Steven
8e325f9986
chore: return username in user response
2023-12-23 19:23:39 +08:00
Steven
b8eaf1d57e
chore: deprecate memo creation stats legacy api
2023-12-23 18:35:47 +08:00
Steven
2cfa4c3b76
chore: tweak frontend routes register
2023-12-23 17:58:49 +08:00
Steven
eefce6ade3
chore: implement webhook dispatch in v2 api
2023-12-23 11:17:35 +08:00
Steven
c6ebb5552e
chore: add 403 page
2023-12-23 10:08:23 +08:00
Steven
1b81999329
chore: skip invalida setting checks
2023-12-23 08:55:23 +08:00
Steven
df3303dcd3
chore: update list users
2023-12-23 08:35:54 +08:00
Steven
c267074851
chore: prevent archive/delete current user
2023-12-23 08:05:05 +08:00
Steven
5673e29e51
chore: compose memo in backend
2023-12-22 20:18:31 +08:00
Steven
17e905085f
chore: update acl config
2023-12-22 09:11:55 +08:00
Steven
34af969785
chore: fix list memos order by pinned
2023-12-22 09:09:03 +08:00
Steven
fd9c3ccbae
chore: implement useMemoList store
2023-12-22 09:01:30 +08:00
Steven
02265a6e1a
chore: fix memo search
2023-12-22 00:31:29 +08:00
Steven
81524c38e9
chore: refactor memo module
2023-12-21 23:40:43 +08:00