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
Steven
671551bdc1
chore: update memo detail page
2023-12-21 22:42:06 +08:00
Steven
9361613f23
chore: update timeline page
2023-12-21 21:24:08 +08:00
Steven
b64e2ff6ff
chore: implement list memo resources api
2023-12-20 23:46:04 +08:00
Steven
762cb25227
chore: update memo service
2023-12-20 23:14:15 +08:00
Steven
feb700f325
chore: clear access token when user not found
2023-12-20 07:42:02 +08:00
Steven
5334fdf1b2
chore: use api v2 in archived page
2023-12-19 23:49:24 +08:00
Steven
af68cae6ea
chore: regenerate swagger docs
2023-12-19 22:37:07 +08:00
Steven
e0cacfc6d6
chore: retire auto backup for sqlite
2023-12-19 22:34:06 +08:00
Steven
d8a0528135
chore: tweak variable names
2023-12-18 20:47:29 +08:00
Steven
770607f93f
fix: add markdown service to acl
2023-12-17 11:37:38 +08:00
Steven
28c0549705
feat: add markdown service
2023-12-17 09:53:22 +08:00
Steven
1c7fb77e05
chore: update user setting names
2023-12-16 12:18:53 +08:00
Steven
e8ca2ea5a0
chore: rename renderer package
2023-12-16 11:57:36 +08:00
Steven
7b0ceee57b
chore: update memo metadata description
2023-12-16 09:23:45 +08:00
Steven
a10b3d3821
chore: tweak custom profile
2023-12-15 22:57:53 +08:00
Steven
89ef9b8531
chore: add instance url system setting
2023-12-15 19:39:37 +08:00
Steven
e0290b94b4
chore: use gomark in rss api
2023-12-14 22:33:20 +08:00
Steven
4f05c972d5
chore: fix jwt acl
2023-12-09 16:17:11 +08:00
Steven
7fc7b19d64
chore: deprecate user setting legacy api
2023-12-08 22:41:47 +08:00
steven
c68bfcc3b9
chore: fix user setting store
2023-12-08 09:54:32 +08:00
Steven
33dda9bf87
chore: fix auth status checks
2023-12-06 23:03:24 +08:00
Steven
fa6693a7ae
chore: update list memos
2023-12-06 22:44:49 +08:00
Steven
b944418257
fix: register auth service
2023-12-01 09:13:32 +08:00
Steven
4ddd3caec7
chore: update user setting api
2023-12-01 09:03:30 +08:00
Steven
c1f55abaeb
chore: update user setting api
2023-11-30 23:08:54 +08:00
Steven
fff42ebc0d
fix: check auth status
2023-11-30 21:52:02 +08:00
Steven
2437419b7f
fix: add auth status checks
2023-11-30 20:58:36 +08:00
Steven
5069476dcc
chore: add webhook metric
2023-11-28 21:15:10 +08:00
Steven
0026f9e54f
chore(frontend): add webhooks section
2023-11-28 20:52:48 +08:00
Steven
bc965f6afa
chore: implement webhook dispatch in api v1
2023-11-25 10:31:58 +08:00
Steven
db95b94c9a
chore: implement webhook service
2023-11-24 23:04:36 +08:00
Steven
45d7d0d5f6
chore: migrate get current user
2023-11-23 08:50:33 +08:00
Athurg Gooth
91296257fc
chore: remove invalid access token from db ( #2539 )
...
Remove invalid access token from db
2023-11-22 23:20:45 +08:00
Steven
c0b5070e46
chore: migrate delete user
2023-11-22 22:52:19 +08:00
Steven
bcd8a5a7a9
chore: migrate get tag suggestions
2023-11-22 22:33:02 +08:00
Steven
ec2995d64a
chore: fix order by pinned
2023-11-19 09:42:59 +08:00
Steven
7f7ddf77b8
chore: update allow sign up default value
2023-11-18 12:51:07 +08:00
Steven
4da3c1d5e5
chore: fix update user
2023-11-18 12:37:24 +08:00
Vespa314
d758ba2702
fix: allow host role update user info ( #2515 )
2023-11-15 11:43:49 +08:00
Athurg Gooth
52fdf8bccd
fix: persist jwt expires by cookie ( #2509 )
...
fix pesist jwt expires by cookie
2023-11-13 13:52:04 +08:00
ti777777
38f05fd6f2
chore: fix tag in http_getter.go ( #2500 )
...
Update http_getter.go
fix tag in http_getter.go
2023-11-11 23:21:15 +08:00
Steven
7e545533cf
chore: update resource cache control
2023-11-07 07:24:41 +08:00
Steven
834b58fbbd
feat: add version update inbox message
2023-11-06 22:53:55 +08:00
Steven
21ad6cc871
chore: update tag service creator
2023-11-06 08:05:07 +08:00
Steven
c24181b2be
chore: fix jwt checks
2023-11-05 23:39:30 +08:00
Steven
39a0e69b04
chore: update function name
2023-11-05 23:28:09 +08:00
Steven
e60e47f76f
chore: update user definition
2023-11-05 23:03:43 +08:00
Steven
e67820cabe
chore: update list user api permission
2023-11-05 22:35:09 +08:00
Steven
137e64b0dd
chore: update metrics
2023-11-05 21:41:47 +08:00
Steven
ac81d856f6
chore: delete resource file sync
2023-10-28 10:42:39 +08:00
Steven
480c53d7a2
chore: fix id converter
2023-10-28 09:04:32 +08:00
Steven
2b7d7c95a5
chore: update inbox detect
2023-10-28 09:02:02 +08:00
Steven
0ee938c38b
chore: remove unused inbox status
2023-10-28 02:49:35 +08:00
Steven
3c36cc2953
feat: add inbox ui
2023-10-28 02:43:46 +08:00
Steven
79bb3253b6
chore: add activity service
2023-10-28 00:21:53 +08:00
Steven
18107248aa
chore: rename list inbox
2023-10-28 00:08:42 +08:00
Steven
36b4ba33fa
chore: remove outdated activity definition
2023-10-27 23:11:56 +08:00
Steven
58e771a1d7
chore: combine v2 services
2023-10-27 09:07:35 +08:00
Steven
e876ed3717
feat: impl part of inbox service
2023-10-27 09:01:17 +08:00
Athurg Gooth
215981dfde
chore: remote context.Context pointer ( #2448 )
...
remote context.Context pointer
2023-10-26 20:21:44 +08:00
Steven
5b3af827e1
chore: move common packages to internal
2023-10-26 09:02:50 +08:00
Athurg Gooth
064c930aed
fix: validate username before create token ( #2439 )
...
Validate username before create token
2023-10-25 12:05:44 +08:00
Athurg Gooth
043357d7dc
fix: list token for others failed ( #2440 )
...
Fix list token for others failed
2023-10-25 12:05:30 +08:00
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>
2023-10-24 18:51:01 +08:00
Athurg Gooth
79bbe4b82a
feat: support filter creator in /api/v2/memos ( #2432 )
...
* Add creator_id param in /api/v2/memos
* make creator_id optional
2023-10-23 21:32:58 +08:00
Steven
bfd2dbfee2
chore: fix update resource api
2023-10-21 12:41:55 +08:00
Steven
89a073adc0
chore: implement create user api v2
2023-10-21 12:19:06 +08:00
Athurg Gooth
fd5d51ee54
fix: some fields of profile leaked without auth ( #2408 )
...
* fix some fields of profile leaked without auth
* protect driver and dsn of profile
2023-10-20 17:41:21 +08:00
Steven
6f2ca6c87a
chore: update find memo api
2023-10-20 08:48:52 +08:00
Athurg Gooth
0bfcff676c
feat: add support for remember sign in ( #2402 )
2023-10-18 20:38:49 -05:00
Steven
21c70e7993
feat: update memo relations dialog
2023-10-19 00:18:07 +08:00
Steven
a5df36eff2
chore: update metrics
2023-10-17 23:44:16 +08:00
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
2023-10-16 08:07:21 -05:00
Steven
c58820fa64
chore: update username regexp
2023-10-14 13:42:27 +08:00
Steven
d95a6ce898
chore: add ar locale item
2023-10-14 00:25:01 +08:00
Athurg Gooth
ed2e299797
fix: invalid type convert in apiv2 ( #2380 )
...
fix invalid type convert in apiv2
2023-10-13 09:53:58 -05:00
boojack
bacc529391
chore: fix linter errors ( #2381 )
...
* chore: fix linter errors
* chore: update
* chore: update
2023-10-13 09:53:02 -05:00
Steven
ed1ff11e80
chore: update
2023-10-13 00:13:13 +08:00