Commit Graph

304 Commits

Author SHA1 Message Date
Alex Yang
77efcad89d v0.10.0-canary.1 2023-10-16 16:30:17 -05:00
Alex Yang
7911d67439
chore: bump version (#4604) 2023-10-16 12:47:06 +00:00
LongYinan
286347420d
0.10.0-canary.0 2023-10-12 15:21:07 +08:00
Alex Yang
d05897b724
chore: prohibit unnecessary await (#4586) 2023-10-12 05:04:58 +00:00
Alex Yang
ae4322b75f
chore: bump version (#4587) 2023-10-12 02:46:52 +00:00
LongYinan
23abb97ccb
fix: dependabot security issues (#4579) 2023-10-11 07:36:45 +00:00
LongYinan
b1eb926b7b
style: enable no-extraneous-dependencies lint rule (#4575) 2023-10-10 17:51:47 +00:00
liuyi
0092a19812
refactor(server): deprecate unstable redis manager (#4567) 2023-10-10 03:23:12 +00:00
dependabot[bot]
8c97fd1d28
chore: bump sinon from 16.0.0 to 16.1.0 (#4563)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 03:10:21 +00:00
LongYinan
dd94ea5b45
ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
liuyi
4a03fa65d1
fix(server): wrong member count query (#4506) 2023-09-26 15:36:08 +00:00
dependabot[bot]
672a01b385
chore: bump sinon from 15.2.0 to 16.0.0 (#4480)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 20:17:25 +00:00
LongYinan
5f7f5b74ca
fix(core): error state for non early access user while signing in with email (#4467) 2023-09-23 00:00:09 -07:00
LongYinan
7b5157aa89
fix(server): missing dependency in sync app (#4465) 2023-09-22 21:32:45 +00:00
DarkSky
1ddae40fb2
feat: add auth support for websocket (#4445) 2023-09-21 13:05:26 +00:00
Alex Yang
2521f2ed12 v0.9.0-canary.13 2023-09-21 01:02:19 -05:00
Peng Xiao
6e79858f41
fix: add prompt select_account for google login (#4415) 2023-09-20 03:22:43 +00:00
Alex Yang
9b449e9a28
chore: bump version (#4421) 2023-09-19 15:16:05 -05:00
dependabot[bot]
9ed32e6bec
chore: bump @types/cookie-parser from 1.4.3 to 1.4.4 (#4398)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 17:56:15 +00:00
DarkSky
65bb30558e
fix: read permission for subpage (#4405) 2023-09-18 16:13:36 +08:00
Alex Yang
bebe69d483
chore: fix tsconfig (#4389) 2023-09-16 14:40:33 -07:00
Peng Xiao
b9656b1e22
fix: orderby in members list (#4375)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-09-15 19:24:00 +00:00
LongYinan
1aec1ce7d0
test(server): move tests out of src folder (#4366) 2023-09-15 07:34:14 +00:00
LongYinan
a9b6529bcb
fix(server): workspace memebers sort (#4370) 2023-09-14 23:08:09 -07:00
Qi
465098cc9a
feat: support remove user & workspace avatar (#4302) 2023-09-14 14:35:05 +00:00
LongYinan
f0de34a60b
fix(server): everyone can share page in workspace (#4357) 2023-09-14 06:26:41 +00:00
Qi
1016a47b51
fix: error invite email title (#4355) 2023-09-13 23:20:51 -07:00
fourdim
10a3a05e70
fix: incomplete URL substring sanitization (#4309)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-13 19:38:48 -07:00
Alex Yang
09510479e2 v0.9.0-canary.12 2023-09-13 17:10:43 -07:00
Qi
0be142e4e2
feat: add verify process in change email progress (#4306)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-13 16:54:02 +00:00
Alex Yang
49e0172316
chore(server): ignore build test files (#4337) 2023-09-13 06:41:17 +00:00
Alex Yang
74faee887e
refactor: move mailer test (#4328) 2023-09-13 05:11:19 +00:00
Peng Xiao
fc76163dd1
fix: get auth token for development (#4295) 2023-09-12 13:31:58 +08:00
Qi
98429bf89e
feat: support pagination for member list (#4231) 2023-09-12 03:37:59 +00:00
dependabot[bot]
9fe9efe465
chore: bump nestjs-throttler-storage-redis from 0.3.3 to 0.4.0 (#4299)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 03:36:21 +00:00
X1a0t
a25a31c105
test: always exec afterEach in ava test (#4303)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-11 09:30:39 +00:00
Peng Xiao
46fd732ee6
fix: cookie name (#4293) 2023-09-08 23:42:09 -07:00
Peng Xiao
e00f40537b
fix: allow login with credentials on production (#4288) 2023-09-08 23:02:01 +00:00
LongYinan
58a935b31d
test(server): make testing more isolated (#4290) 2023-09-08 13:02:27 -07:00
DarkSky
a97fd486c3
feat: keep the multiline log in single log (#4281) 2023-09-08 17:33:46 +08:00
DarkSky
b261d97ed2
fix: revoke permission if failed to send email (#4279) 2023-09-07 23:21:38 -07:00
LongYinan
aa025b0d46
fix(server): storage usage should be float rather than int (#4275) 2023-09-08 05:15:33 +00:00
Alex Yang
544dcde4c5 v0.9.0-canary.11 2023-09-07 15:22:44 -07:00
DarkSky
f4340da478
refactor(server): rate limit and permission (#4198)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-09-07 14:32:41 -07:00
Alex Yang
4c4bb65be8
fix(server): flaky test (#4271) 2023-09-07 20:55:04 +00:00
Qi
719917d445
fix: incorrect invitation email style (#4269) 2023-09-07 17:17:22 +00:00
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
Alex Yang
fc7919e172 v0.9.0-canary.10 2023-09-06 16:11:57 -07:00
LongYinan
97c201836f
chore(server): redirect /api/auth/signin (#4237) 2023-09-06 11:11:57 -07:00