Commit Graph

66 Commits

Author SHA1 Message Date
Qi
4fe90ea3b3
fix: wrong content in invitation email (#4258) 2023-09-07 15:36:53 +00:00
Qi
498683ff4c
feat: send email to owner after member accepted invitation / leave workspace (#4152)
Co-authored-by: DarkSky <darksky2048@gmail.com>
2023-09-07 05:08:23 +00:00
LongYinan
97c201836f
chore(server): redirect /api/auth/signin (#4237) 2023-09-06 11:11:57 -07:00
LongYinan
264d33823b
chore(server): add log to early access redirect (#4235) 2023-09-06 10:11:31 -07:00
X1a0t
22d3411e6e
fix: logger filter should pass graphql context (#4209) 2023-09-06 08:16:38 -07:00
X1a0t
ef3d3a34e2
feat: auth metric and trace (#4063) 2023-09-05 21:20:06 -07:00
Peng Xiao
1dc94277c2
fix: use database session cookie for production (#4200) 2023-09-05 17:30:50 +00:00
LongYinan
dfa5fefa7f
test(server): use mock PrismaService in tests (#4101) 2023-09-05 01:01:45 -07:00
LongYinan
3d5e1d2f3d
chore(server): debug blob sizes limit (#4181) 2023-09-04 23:16:01 -07:00
LongYinan
2da22e2fc2
chore(server): debug blob sizes limit (#4178) 2023-09-04 19:44:22 -07:00
LongYinan
801d769877
fix(server): storage usage calculation issue (#4170) 2023-09-05 00:56:47 +00:00
DarkSky
e72a10153e
feat: enable https in production (#4154)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-04 17:20:11 +08:00
X1a0t
ed76417ba3
feat: log all exceptions In HTTP context (#4149) 2023-09-04 07:42:55 +00:00
Alex Yang
a2623e1352
test: email sending e2e (#4130) 2023-09-02 18:13:59 +00:00
Qi
138aaed05d
feat: add a reminder for early access in the invitation email (#4097)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-09-02 06:07:49 +00:00
Alex Yang
4f97ea8a5d
test: cover share page e2e (#4126) 2023-09-02 00:57:04 -05:00
Alex Yang
eb1a21265f
refactor(server): use ava (#4120) 2023-09-01 19:41:29 +00:00
Qi
442d06fc69
fix: error invitation url (#4110) 2023-09-01 18:22:26 +00:00
Peng Xiao
c9c76983de
fix: cookie issues in Electron (#4115) 2023-09-01 17:34:08 +00:00
DarkSky
3c4f45bcb6
feat: add user info edit verify (#4117) 2023-09-01 16:59:33 +00:00
DarkSky
7d3b1ad2b9
feat: add user level blob quota (#4114) 2023-09-01 12:56:27 +00:00
LongYinan
e76cdf4d71
fix(server): set right AFFINE_SERVER_HOST env variable (#4108) 2023-09-01 18:37:48 +08:00
LongYinan
18ac355df3
chore(server): change the log level (#4106) 2023-09-01 18:37:31 +08:00
LongYinan
83e7e9db8d
fix(server): relax the rate limits (#4092) 2023-09-01 13:51:37 +08:00
LongYinan
3f21b0b45d
fix(server): redirect logic in earlyAccessPreview (#4091) 2023-09-01 13:51:20 +08:00
X1a0t
d4a83c1c6f
feat: exception logger (#4059) 2023-09-01 12:05:35 +08:00
Alex Yang
c937b88978
test(server): fix flaky (#4088) 2023-09-01 01:03:46 +00:00
Alex Yang
25671e2134
chore: bump version (#4083) 2023-08-31 18:50:03 -05:00
Peng Xiao
a2e4ef904b
refactor: remove hacky email login (#4075)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 12:49:22 -05:00
Qi
3f5e649295
fix: sign in issues (#4047)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 08:07:05 -05:00
Qi
260c25acf3
feat: add storage panel in setting (#4069) 2023-08-31 07:36:05 -05:00
DarkSky
4ef1425299
feat: rate limiter (#4011) 2023-08-31 20:29:25 +08:00
liuyi
e10868cd20
fix(server): deal with unexpected updates (#4064) 2023-08-31 16:56:33 +08:00
LongYinan
9bffe3cf24
fix(server): do not override auth.privateKey (#4065) 2023-08-31 16:44:37 +08:00
DarkSky
0add43f8db
feat: blob size api (#4060) 2023-08-31 16:39:19 +08:00
LongYinan
cc00da9325
chore(server): enable earlyAccessPreview for canary (#4061) 2023-08-31 14:41:43 +08:00
Peng Xiao
4e45554585
feat: support google login on desktop (#4053)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 12:51:49 +08:00
X1a0t
441e706746
fix: flaky unit test should be able to timer (#4043) 2023-08-30 13:58:25 -05:00
Peng Xiao
800f3c3cb6
feat: add open app route (#3899) 2023-08-29 22:40:25 +00:00
Alex Yang
71b195d9a9
feat(server): add compatibility field (#4022) 2023-08-29 21:30:59 +00:00
Alex Yang
02026e0bb6
fix(server): invite user type might be null (#4020) 2023-08-29 14:04:12 -05:00
Peng Xiao
4abb407b5c
fix: adjust email template font-family (#4015) 2023-08-29 23:27:20 +08:00
LongYinan
54574e5cc3
fix(server): signup/signin logic (#4008) 2023-08-29 19:22:56 +08:00
Alex Yang
2f6c4e3696
feat!: affine cloud support (#3813)
Co-authored-by: Hongtao Lye <codert.sn@gmail.com>
Co-authored-by: liuyi <forehalo@gmail.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
Co-authored-by: X1a0t <405028157@qq.com>
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
Co-authored-by: xiaodong zuo <53252747+zuoxiaodong0815@users.noreply.github.com>
Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com>
Co-authored-by: Qi <474021214@qq.com>
Co-authored-by: danielchim <kahungchim@gmail.com>
2023-08-29 05:07:05 -05:00
LongYinan
5795020403
style: add no-misused-promises rule (#3547)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-08-04 08:08:10 +00:00
Alex Yang
1e72d3c270
chore: bump version (#3394) 2023-07-27 04:02:18 +00:00
Alex Yang
fa1cd87348
chore: bump version (#3041) 2023-07-06 03:49:17 +00:00
Alex Yang
cff9fd1ead
chore: bump version (#3023) 2023-07-05 06:54:09 +00:00
Alex Yang
3084c427f1
feat: update server login feature (#3004)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-07-05 03:13:20 +00:00
LongYinan
8021efd81a
build: affine Node.js server charts (#2895) 2023-06-29 14:02:46 +00:00