Commit Graph

407 Commits (ed32b20c9edf7ebe20c4cca56f4aa2bd1131cf5c)

Author SHA1 Message Date
Steven c26109cd36 chore: update list memos request 1 year ago
Steven b9cbe6626f chore: update tag rename 1 year ago
Steven 79558028c0 feat: implement rename tag 1 year ago
Steven fdb1779a59 chore: implement referenced content renderer 1 year ago
Brilliant Hanabi 3a129d5cfb
fix: avoid making memos public when disabled (#2816)
* fix: avoid making memos public when disabled in v2

* fix: avoid making memos public when disabled in v1
1 year ago
Steven a620d140c5 chore: update embedded content renderers 1 year ago
Steven c38404b5d5 chore: tweak get memo by name 1 year ago
Steven 4d48f50815 chore: use resource name in frontend 1 year ago
Steven 582cc6609c feat: add user-defined id to resource 1 year ago
Steven 40bd75c725 fix: create memo with resource name 1 year ago
Steven 8382354ef7 feat: add user-defined name to memo 1 year ago
Steven d5f874e185 chore: handle resource not found 1 year ago
Steven 89d940d9b7 feat: implement params field for embedded content node 1 year ago
Steven 196facfacd feat: implement embedded resource renderer 1 year ago
Steven 8a34013558 feat: implement embedded memo renderer 1 year ago
Steven 67f5ac3657 feat: implement subscript and superscript renderer 1 year ago
Elliot Chen 2e0619b4dc
feat: add a webhook action for deleted memos (#2791) 1 year ago
Steven d31d9eb71c chore: remove unused nil checks 1 year ago
Steven f28b654057 chore: fix setting nil checks 1 year ago
Steven 5172e4df7c chore: create memo visibility when creating 1 year ago
Steven d426f89cf0 chore: add time filter to timeline 1 year ago
Steven 8ed827cd2d chore: update table node delimiter 1 year ago
Steven 05c0aeb789 feat: implement table renderer 1 year ago
Steven 54296f0437 chore: update filter in timeline 1 year ago
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.
1 year ago
Steven cc43d06d33 chore: update memo stats response 1 year ago
Noah Alderton 24bb3e096a
fix: DatePicker by passing in Timezone to API (#2770)
* Fix DatePicker by passing in Timezone to API

* Add some clarity
1 year ago
Steven ad94e8e3c6 feat: implement highlight renderer 1 year ago
Steven 7ae4299df2 chore: implement create resource 1 year ago
Steven 98762be1e5 feat: implement indent for list nodes 1 year ago
Steven 8e0ce4d678 fix: list memos with pinned 1 year ago
Hanqin Guan 16e68fbfff
fix: duplicated/reflexive relation in v2 api. (#2750) 1 year ago
Athurg Gooth a7cda28fc7
fix: filename with space (#2745) 1 year ago
Steven aaec46a39c chore: update find memo with updated time 1 year ago
Steven ddcf1d669d chore: add max content length 1 year ago
Steven 5449342016 fix: auto link converters 1 year ago
Steven a297cc3140 chore: exclude comments in memo list response 1 year ago
Steven 8b9455d784 chore: fix memo resources position 1 year ago
Steven 454cd4e24f feat: implement switchable task list node 1 year ago
Steven d12a2b0c38 feat: implement math expression parser 1 year ago
Steven 138b69e36e chore: fix memo comment 1 year ago
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
1 year ago
Steven f74fa97b4a chore: traverse nodes to upsert tags 1 year ago
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)
1 year ago
Steven 0dfc367e56 chore: start grpc server 1 year ago
Steven c8d7f93dca feat: implement auto link parser 1 year ago
Steven 8e325f9986 chore: return username in user response 1 year ago
Steven b8eaf1d57e chore: deprecate memo creation stats legacy api 1 year ago
Steven 2cfa4c3b76 chore: tweak frontend routes register 1 year ago
Steven eefce6ade3 chore: implement webhook dispatch in v2 api 1 year ago