Commit Graph

162 Commits (397a7f00efe9d262775920b4340b2a9e843f3300)

Author SHA1 Message Date
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
Steven f74fa97b4a chore: traverse nodes to upsert tags 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 eefce6ade3 chore: implement webhook dispatch in v2 api 1 year ago
Steven c6ebb5552e chore: add 403 page 1 year ago
Steven df3303dcd3 chore: update list users 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 770607f93f fix: add markdown service to acl 1 year ago
Steven 28c0549705 feat: add markdown service 1 year ago
Steven 1c7fb77e05 chore: update user setting names 1 year ago
Steven 7fc7b19d64 chore: deprecate user setting legacy api 2 years ago
steven c68bfcc3b9 chore: fix user setting store 2 years ago
Steven 33dda9bf87 chore: fix auth status checks 2 years ago
Steven b944418257 fix: register auth service 2 years ago
Steven 4ddd3caec7 chore: update user setting api 2 years ago
Steven c1f55abaeb chore: update user setting api 2 years ago
Steven fff42ebc0d fix: check auth status 2 years ago
Steven 2437419b7f fix: add auth status checks 2 years ago
Steven db95b94c9a chore: implement webhook service 2 years ago
Steven c0b5070e46 chore: migrate delete user 2 years ago
Steven bcd8a5a7a9 chore: migrate get tag suggestions 2 years ago
Steven 4da3c1d5e5 chore: fix update user 2 years ago
Vespa314 d758ba2702
fix: allow host role update user info (#2515) 2 years ago
Steven 834b58fbbd feat: add version update inbox message 2 years ago
Steven 21ad6cc871 chore: update tag service creator 2 years ago
Steven 39a0e69b04 chore: update function name 2 years ago
Steven e60e47f76f chore: update user definition 2 years ago
Steven ac81d856f6 chore: delete resource file sync 2 years ago
Steven 480c53d7a2 chore: fix id converter 2 years ago
Steven 0ee938c38b chore: remove unused inbox status 2 years ago
Steven 3c36cc2953 feat: add inbox ui 2 years ago
Steven 79bb3253b6 chore: add activity service 2 years ago
Steven 18107248aa chore: rename list inbox 2 years ago
Steven 36b4ba33fa chore: remove outdated activity definition 2 years ago
Steven 58e771a1d7 chore: combine v2 services 2 years ago
Steven e876ed3717 feat: impl part of inbox service 2 years ago
Steven 5b3af827e1 chore: move common packages to internal 2 years ago
Athurg Gooth 064c930aed
fix: validate username before create token (#2439)
Validate username before create token
2 years ago
Athurg Gooth 043357d7dc
fix: list token for others failed (#2440)
Fix list token for others failed
2 years ago
Athurg Gooth 496cde87b2
feat: list access tokens by admin (#2434)
* Allow admin user list access_tokens of anyone

* fix undefined variable

* Update api/v2/user_service.go

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Athurg Gooth 79bbe4b82a
feat: support filter creator in /api/v2/memos (#2432)
* Add creator_id param in /api/v2/memos

* make creator_id optional
2 years ago
Steven bfd2dbfee2 chore: fix update resource api 2 years ago
Steven 89a073adc0 chore: implement create user api v2 2 years ago
guopeng 73f59eaf09
fix: storage setting changed don't take effect (#2385)
* fix: Storage setting changed don't take effect

* fix: Storage setting changed don't take effect

* fix: Storage setting changed don't take effect
2 years ago
Steven c58820fa64 chore: update username regexp 2 years ago
Athurg Gooth ed2e299797
fix: invalid type convert in apiv2 (#2380)
fix invalid type convert in apiv2
2 years ago
boojack bacc529391
chore: fix linter errors (#2381)
* chore: fix linter errors

* chore: update

* chore: update
2 years ago
Steven ed1ff11e80 chore: update 2 years ago
Steven 15eb95f964 chore: delete resource file synchronously 2 years ago
Steven 34ae9b0687 chore: update default storage back to database 2 years ago
Steven 7dc4bc5714 chore: update resource service 2 years ago
Steven 1542f3172a chore: update tag service 2 years ago
Steven 922de07751 feat: impl memo comment api 2 years ago
steven a928c4f845 chore: update error format 2 years ago
Steven 53090a7273 chore: show unused resources in dashboard 2 years ago
Steven 6007f48b7d chore: retire memo resource relation table 2 years ago
Steven 745902e8b1 chore: update access token order 2 years ago
Steven ad3487a9ac chore: update username matcher 2 years ago
Steven 5cec1a71da chore: update access token generator 2 years ago
Steven ae1e22931f chore: auto remove current access token when sign out 2 years ago
Steven 9bf1979fa8 fix: list resources 2 years ago
Steven 8fbd33be09 chore: update username matcher 2 years ago
Steven bff41a8957 fix: invalid username checks 2 years ago
Steven 2375001453 chore: fix acl interceptor 2 years ago
Steven cd0ea6558d chore: update golangci-lint config 2 years ago
Steven 72ca4e74ee refactor: impl part of grpcweb 2 years ago
Steven fb1490c183 feat: impl resources list page 2 years ago
Steven 4424c8a231 chore: add resource service definition 2 years ago
steven e6a90a8be8 chore: register reflection grpc server 2 years ago
Steven f5802a7d82 chore: update access token ui 2 years ago
Steven 33d9c13b7e chore: remove openid field from user 2 years ago
Steven 42bd9b194b feat: impl user access token api 2 years ago
Steven 8a796d12b4 chore: add user access token setting definition 2 years ago
Steven d63715d4d9 feat: implement list memos filter 2 years ago
Steven 3ad0832516 chore: use user v2 api in frontend 2 years ago