Commit Graph

389 Commits (f28b65405706b34c811d5487648ba5b182538ef4)

Author SHA1 Message Date
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
Steven c6ebb5552e chore: add 403 page 1 year ago
Steven 1b81999329 chore: skip invalida setting checks 1 year ago
Steven df3303dcd3 chore: update list users 1 year ago
Steven c267074851 chore: prevent archive/delete current user 1 year ago
Steven 5673e29e51 chore: compose memo in backend 1 year ago
Steven 17e905085f chore: update acl config 1 year ago
Steven 34af969785 chore: fix list memos order by pinned 1 year ago
Steven fd9c3ccbae chore: implement useMemoList store 1 year ago
Steven 02265a6e1a chore: fix memo search 1 year ago
Steven 81524c38e9 chore: refactor memo module 1 year ago
Steven 671551bdc1 chore: update memo detail page 1 year ago
Steven 9361613f23 chore: update timeline page 1 year ago
Steven b64e2ff6ff chore: implement list memo resources api 1 year ago
Steven 762cb25227 chore: update memo service 1 year ago
Steven feb700f325 chore: clear access token when user not found 1 year ago
Steven 5334fdf1b2 chore: use api v2 in archived page 1 year ago
Steven af68cae6ea chore: regenerate swagger docs 1 year ago
Steven e0cacfc6d6 chore: retire auto backup for sqlite 1 year ago