Commit graph

2255 commits

Author SHA1 Message Date
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
John Vandenberg
63527e3cae
fix: typos (#359)
* Fix typos

* chore: solve conflict

---------

Co-authored-by: nathan <nathan@appflowy.io>
2024-03-04 11:32:42 +08:00
Zack Fu Zi Xiang
5f4d53b15b
feat: added context when committing to invite workspace members 2024-03-04 11:02:39 +08:00
Zack Fu Zi Xiang
70f2db7a7f
chore: add missing sqlx files 2024-03-04 09:49:15 +08:00
Zack Fu Zi Xiang
8d1d7943a2
chore: mark biz function as deprecated 2024-03-04 09:18:43 +08:00
Zack Fu Zi Xiang
17a965a30b
chore: remove commented blocks 2024-03-04 09:11:44 +08:00
Zack Fu Zi Xiang
65d69ef0fd
fix: owner invite permission 2024-03-04 00:59:11 +08:00
Zack Fu Zi Xiang
439a59ed2d
chore: save current progress 2024-03-03 19:06:24 +08:00
Zack Fu Zi Xiang
bc3fccfcea
chore: merge with main 2024-03-03 14:37:50 +08:00
Zack Fu Zi Xiang
f1e81d59c4
test: crud flow for workspace invites 2024-03-03 14:26:03 +08:00
Nathan.fooo
0e57de98d8
refactor: Access control (#361)
* refactor: access level

* refactor: access control

* refactor: enforce action

* refactor: collab cache

* chore: fix test

* chore: fix test

* chore: fix test

* chore: fix test

* chore: commit migration file

* chore: commit migration file
2024-03-03 12:55:12 +08:00
Zack Fu Zi Xiang
e8328fd0a4
feat: workspace invitations 2024-03-03 02:48:01 +08:00
Nathan.fooo
2cf857bd00
feat: optimize websocket message (#351)
* chore: send multiple message

* refactor: message

* refactor: message

* fix: test

* fix: test

* fix: test

* chore: docs

* fix: test

* chore: support compress

* chore: interval retry

* chore: fix test

* chore: merge main

* chore: clippy

* chore: clippy

* ci: fix test

* chore: clippy

* chore: clippy
2024-03-02 02:53:14 +08:00
Zack
79a0dd43c6
feat: Create workspace (#357)
* feat: initialize collab for user after workspace creation

* fix: add permission before adding new collab for new workspace

* chore: simplify logic
2024-02-29 13:02:27 +08:00
Zack
1cb2620ec7
Merge pull request #355 from AppFlowy-IO/delete-objects-after-delete-workspace
feat: delete all files when workspace is deleted
2024-02-29 10:57:09 +08:00
Zack
4628170793
Merge pull request #356 from jmporchet/patch-1
docs: update DEPLOYMENT.md
2024-02-29 10:56:32 +08:00
Jean-Marie Porchet
777c39d115
docs: update DEPLOYMENT.md
improves general grammar and adds some clarity
2024-02-28 16:04:12 +01:00
Zack Fu Zi Xiang
7231ff7e2a
fix: ci: expose minio port for file storage test 2024-02-28 19:18:42 +08:00
Zack Fu Zi Xiang
f8b9f623cf
feat: delete all files when workspace is deleted 2024-02-28 18:24:17 +08:00
Nathan.fooo
5ed6a14943
chore: reduce lock required (#353)
* chore: spawn local task

* chore: spawn local task

* chore: spawn local task

* chore: spawn local task

* chore: fix test

* chore: fix test

* chore: clippy

* chore: clippy

* chore: clippy

* chore: clippy
2024-02-27 18:50:44 +08:00
Zack
6bb3612efe
Merge pull request #354 from AppFlowy-IO/workspace-icon
feat: add workspace icon field
2024-02-27 15:32:22 +08:00
Zack Fu Zi Xiang
33028a7895
fix: add missing files 2024-02-27 11:36:27 +08:00
Zack Fu Zi Xiang
7abba9d7ef
feat: add workspace icon field 2024-02-27 11:26:31 +08:00
Nathan.fooo
375318774a
chore: optimize websocket connect (#352)
* chore: optimize websocket connect

* chore: fix clippy

* chore: fix clippy

* chore: fix test

* chore: fix test
2024-02-26 15:24:54 +08:00
Nathan.fooo
deffd074b9
chore: check collab before insert (#349)
* chore: check collab before insert

* chore: fix audit

* chore: speed test

* chore: add expirate duration for cache encode collab

* chore: fix test
2024-02-25 12:38:07 +08:00
nathan
8e9031c669 chore: add expire duration 2024-02-24 15:47:28 +08:00
Nathan.fooo
10fc8dd2fe
chore: use Redis cache for enforcer (#348)
* chore: use redis cache

* chore: use redis to cache enforce result

* fix: test

* fix: test

* fix: test

* fix: test
2024-02-24 15:45:53 +08:00
nathan
0f2df6d352 chore: fix docker build 2024-02-24 10:44:52 +08:00
Nathan.fooo
39323d99ac
fix: potential leak (#347)
* fix: potential leak

* fix: potential leak
2024-02-24 07:40:46 +08:00
Nathan.fooo
66b7637ad0
chore: fix build args (#346)
* chore: fix build args

* chore: fix build args
2024-02-23 15:50:37 +08:00
Nathan.fooo
b71e443d3f
refactor: write snapshot (#345)
* chore: increase max connection size of pg (#344)

* chore: refactor snapshot

* chore: fix test

* chore: fix test

* chore: fix test

* chore: metric

* chore: clippy

* chore: fix test

* chore: fix test
2024-02-23 14:36:06 +08:00
nathan
f196208c9b chore: print feature 2024-02-23 05:40:35 +08:00