Commit Graph

636 Commits

Author SHA1 Message Date
Zack Fu Zi Xiang dab3b5861f
chore: cargo sqlx prepare 2024-03-14 18:12:31 +08:00
Zack Fu Zi Xiang 1dbffaf4f0
Merge branch 'main' into frontend-admin/user-usage 2024-03-14 17:52:20 +08:00
Zack Fu Zi Xiang 0048533914
feat: total document usage 2024-03-14 17:50:19 +08:00
Zack Fu Zi Xiang 9093363b4f
feat: document storage size 2024-03-14 17:32:30 +08:00
Zack Fu Zi Xiang d7cd101c44
feat: file blob usage 2024-03-14 15:35:37 +08:00
Nathan.fooo e408073448
chore: send after prev finish (#385) 2024-03-14 15:13:21 +08:00
Zack Fu Zi Xiang 3041812d23
feat: add members count 2024-03-14 13:33:57 +08:00
Zack Fu Zi Xiang b68b897165
feat: refactor and multiworkspace rows 2024-03-14 11:46:32 +08:00
Nathan.fooo d0bdbb795c
chore: add constraits for init sync (#384) 2024-03-14 11:27:18 +08:00
Zack Fu Zi Xiang 13ce89d27e
feat: layout for workspace usage 2024-03-14 09:55:42 +08:00
Zack Fu Zi Xiang f7a8cdcd65
feat: user usage 2024-03-14 02:27:59 +08:00
Zack Fu Zi Xiang af32cd62d0
feat: wip user usage indicator 2024-03-13 17:53:34 +08:00
Nathan.fooo 40fc18a499
feat: only enforce when permission change (#382)
* feat: only enforce when permission change

* chore: fix client api ci

* chore: fix test

* chore: fix test
2024-03-13 17:14:43 +08:00
Zack Fu Zi Xiang e4934fbf2a
feat: add download link in navigate 2024-03-13 11:59:40 +08:00
Nathan.fooo 47e14d3b25
fix: potential duplicate init sync (#381)
* fix: potential duplicate init sync

* chore: clippy
2024-03-13 09:53:25 +08:00
Nathan.fooo 0bee7cd0df
chore: fast sync (#377)
* chore: fast sync

* chore: remove sync state

* chore: update logs

* refactor: small funcs

* chore: update logs

* chore: update logs

* chore: merge message

* chore: merge message
2024-03-10 08:11:17 +08:00
Zack 7dce27e377
Merge pull request #378 from AppFlowy-IO/email-rate-limit
chore: increase email rate limit during test
2024-03-10 00:37:05 +08:00
Zack Fu Zi Xiang 8028f667f2
fix: docker compose 2024-03-09 23:23:28 +08:00
Zack Fu Zi Xiang 4638e3cf01
chore: increase email rate limit during test 2024-03-09 19:50:14 +08:00
Nathan.fooo 3b0d7567da
feat: viewing collab users (#375)
* feat: return collab viewing users

* chore: fmt

* chore: add test

* chore: update logs

* chore: fix test
2024-03-09 12:15:17 +08:00
Zack 876b0ddf64
Merge pull request #376 from AppFlowy-IO/simplify-url-sign-in
feat: simplify with sign in url
2024-03-08 19:06:27 +08:00
Zack Fu Zi Xiang 9ed4eec4fe
fix: test case sign in invalid url 2024-03-08 17:58:07 +08:00
Zack Fu Zi Xiang 300e33671b
feat: simplify with sign in url 2024-03-08 13:09:44 +08:00
Zack 1e71106c62
Merge pull request #373 from AppFlowy-IO/admin-password
fix: hide admin password
2024-03-08 13:00:25 +08:00
Zack Fu Zi Xiang cd73e1cb21
Merge branch 'main' into admin-password 2024-03-07 13:08:34 +08:00
Nathan.fooo eb79b9f5e8
chore: add realtime message test (#374)
* chore: add realtime message test

* chore: add files

* chore: add files

* chore: rename
2024-03-07 11:57:40 +08:00
Zack Fu Zi Xiang cccd5d5969
fix: hide admin password 2024-03-07 10:08:12 +08:00
Nathan.fooo ff80014c2f
feat: Multi connect test (#372)
* chore: test multiple connect attempt

* chore: eable hash

* chore: pair message

* chore: fmt
2024-03-07 09:21:08 +08:00
Zack 77ff23e65c
Merge pull request #371 from AppFlowy-IO/workspace-invite-non-exist
Workspace invite non exist
2024-03-06 15:05:18 +08:00
Zack Fu Zi Xiang 90f00604f0
fix: lint 2024-03-06 14:16:36 +08:00
Zack Fu Zi Xiang c293929b11
feat: added tests for inviting member which has not signed up yet 2024-03-06 14:01:57 +08:00
Zack Fu Zi Xiang dca443affc
chore: add sqlx files 2024-03-06 11:29:21 +08:00
Zack Fu Zi Xiang 9b28edb5bc
feat: use email for af workspace invitation table 2024-03-06 11:29:07 +08:00
nathan ba1fa8f307 chore: update logs 2024-03-05 16:11:42 +08:00
nathan 90b1633df1 chore: update log level 2024-03-05 15:47:27 +08:00
Nathan.fooo 9ddf32971f
fix: underflow (#370) 2024-03-05 15:21:45 +08:00
Nathan.fooo 0b0a078b29
ci: fix wasm test (#369)
* ci: fix wasm test

* chore: clippy
2024-03-05 15:03:33 +08:00
Zack cf70b34e58
Merge pull request #366 from AppFlowy-IO/workspace-invite-2
Workspace invitation
2024-03-05 10:16:05 +08:00
Zack Fu Zi Xiang eed20c2519
chore: security audit 2024-03-05 09:38:35 +08:00
Zack Fu Zi Xiang 36c0181032
Merge branch 'main' into workspace-invite-2 2024-03-05 09:34:35 +08:00
Nathan.fooo 0e4442159e
chore: support client version when connect using webscoket (#368)
* chore: support client version when connect using webscoket

* chore: update tokio version

* chore: fix audit

* chore: fix wasm test

* chore: update

* chore: update

* chore: update

* chore: update
2024-03-05 07:22:56 +08:00
Zack Fu Zi Xiang c3a27e4158
fix: nginx as proxy add empty payload 2024-03-04 21:09:44 +08:00
Zack Fu Zi Xiang f70995ad05
chore: better error handling for accepting invitation 2024-03-04 20:55:57 +08:00
Zack Fu Zi Xiang 9dc61bec31
chore: update migration scripts 2024-03-04 17:41:52 +08:00
Zack Fu Zi Xiang e9ee0d12fa
Merge branch 'main' into workspace-invite 2024-03-04 15:47:57 +08:00
Nathan.fooo 01b1b75a4a
chore: revert changes in migrations (#364) 2024-03-04 14:58:50 +08:00
nathan 1b26be063d chore: revert changes in migrations 2024-03-04 13:50:08 +08:00
nathan c01ac566a7 chore: revert changes in migrations 2024-03-04 13:44:24 +08:00
Nathan.fooo 15c03e4f85
refactor: realtime dir (#363)
* refactor: realtime dir

* chore: fmt

* chore: fix test

* chore: fix test

* chore: fix test
2024-03-04 12:53:44 +08:00
Zack Fu Zi Xiang 1af1b877ef
Merge branch 'main' into workspace-invite 2024-03-04 12:40:48 +08:00