Commit graph

1592 commits

Author SHA1 Message Date
Nathan.fooo
5c1a16cec5
chore: Add sync test (#225)
* chore: resume old tests

* chore: bump collab commit id

* chore: clippy

* chore: fix audit
2023-12-19 02:56:56 +08:00
Nathan.fooo
922ef47b23
chore: add logs (#223) 2023-12-18 10:55:08 +08:00
nathan
fc312cc48c chore: update build admin_frontend context 2023-12-18 03:50:42 +08:00
nathan
46d321c969 chore: remove workspace deps on admin frontend 2023-12-18 03:28:01 +08:00
Nathan.fooo
453329dc0c
feat: try to resotre from snapshot when fail to initialize the collab in CollabStoragePlugin (#222) 2023-12-18 02:27:49 +08:00
nathan
80f72b91b5 chore: update docker compose 2023-12-17 23:30:13 +08:00
Nathan.fooo
69ed6ff4e8
feat: create snapshot for collab (#221) 2023-12-17 13:38:55 +08:00
Zack
6d3b01193d
Merge pull request #220 from AppFlowy-IO/gotrue_build
feat: gotrue build arch and os agnostic
2023-12-16 20:45:46 -08:00
Fu Zi Xiang
fb3682bc9a
feat: gotrue build arch agnostic 2023-12-16 20:25:59 -08:00
Zack
24ab19f2a5
feat: use sqlx row stream to load collab policy (#217)
* feat: use sqlx row stream to load collab policy

* fix: access control object type
2023-12-17 11:24:51 +08:00
Nathan.fooo
1eed034a83
ci: docker build (#219) 2023-12-17 10:55:10 +08:00
Nathan.fooo
b39621e389
refactor: reduce select all workspace memebers call (#216)
* refactor: reduce select all workspace memebers call

* chore: docker build

* refactor: move tests

* chore: expose enforcer on tests

* refactor: update workspace member when recv pg notification

* chore: update test

* chore: commit sqlx file
2023-12-17 02:46:05 +08:00
Zack
377d7ad8f7
opti: Select all collab members (#215)
* feat: use af member stream for populating policies

* fix: add missing sqlx files

* chore: removed unused function
2023-12-16 13:02:37 +08:00
Nathan.fooo
cd2c0a3114
fix: casbin access control (#214)
* chore: fix access control

* fix: create user update collab permissions

* chore: select workspace role it's not found in cache

* fix: encode buffer error

---------

Co-authored-by: Jiraffe7 <twajxjiraffe@gmail.com>
2023-12-16 08:27:57 +08:00
Nathan.fooo
f4c87f1f75
chore: bump collab rev (#213) 2023-12-15 11:30:15 +08:00
Zack
057919d412
Merge pull request #210 from jessebot/fix/support-ssl-for-rust-s3
fix: turn on ssl features for rust-s3
2023-12-13 08:37:47 -08:00
Zack
b638503467
Update Cargo.toml
Co-authored-by: JesseBot <jessebot@linux.com>
2023-12-13 23:59:55 +08:00
Zack
7d1461232f
Update Cargo.toml
Co-authored-by: JesseBot <jessebot@linux.com>
2023-12-13 23:59:42 +08:00
jessebot
26d1aa2e6e fix: turn on ssl features for rust-s3 2023-12-13 11:41:14 +01:00
Zack
edbb0dd0df
Merge pull request #206 from jessebot/update-env-vars
fix: update the S3 env vars in docker-compose.yml to not have `AWS` in them
2023-12-12 16:50:51 -08:00
Zack
efdd35a242
Merge pull request #205 from AppFlowy-IO/doc/optional
feat: update optional component of deployment
2023-12-12 16:04:40 -08:00
Zack
fe47452431
Merge pull request #208 from jessebot/patch-1
feat: add additional info logging to init_state function in application.rs
2023-12-12 13:36:35 -08:00
JesseBot
36c792915c feat: add additional info logging to init_state function in application.rs 2023-12-12 12:16:38 +01:00
jessebot
eba3876164 fix: update the S3 env vars to the to not have AWS in them anymore 2023-12-12 10:03:29 +01:00
Fu Zi Xiang
4f6323312f
feat: update optional component of deployment 2023-12-11 23:06:15 -08:00
Nathan.fooo
9589054f38
refactor: sync protocol (#203)
* refactor: sync protocol

* chore: update collab rev
2023-12-11 11:27:11 +08:00
Jiraffe7
36ef0f13b0
feat: casbin access control (#178)
* feat: casbin for access control

* fix: method to generate database url instead of ToString

* fix: hold write lock when modifying policies

* chore: fix compile

* fix: remove db constraint for lib integration tests

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-12-11 11:08:15 +08:00
Nathan.fooo
c0f5c2ce7e
feat: fix flaky test (#202)
* test: fix

* fix: flaky test
2023-12-09 12:48:46 +08:00
nathan
ae00984038 fix: test 2023-12-08 12:30:39 +08:00
Zack
a7b341495c
Merge pull request #201 from reggermont/patch-1
docs: fix carriage return in readme
2023-12-07 11:03:22 -08:00
Romain Eggermont
cbb98b1f8f
docs: fix carriage return in readme 2023-12-07 16:48:07 +01:00
Nathan.fooo
ee31a680b5
chore: unlimited json payload size (#197)
* chore: return ok when token is empty

* chore: remove json payload size limit

* chore: clippy
2023-12-06 14:21:11 +08:00
Nathan.fooo
f13a03bead
chore: bump up yrs (#193) 2023-12-04 12:34:37 +08:00
Zack
63e970caa2
fix: use foreign key cascade delete for user cleanup (#188) 2023-12-04 11:52:42 +08:00
Nathan.fooo
0e2ec381df
chore: implement symmetric encrypt (#192) 2023-12-04 11:50:56 +08:00
Nathan.fooo
208a353fef
fix: client api - channel management (#191)
* chore: add logs

* chore: remove dropped channels
2023-12-01 10:52:54 +08:00
Zack
474a78832a
Merge pull request #190 from jessebot/patch-1
Update README.md - fix link to deployment guide
2023-12-01 09:10:39 +08:00
JesseBot
a4c3976d12
Update README.md - fix link to deployment guide 2023-11-30 17:29:55 +01:00
Nathan.fooo
62abd8abbf
feat: return request id to client api (#186)
* docs: update

* chore: add logs

* chore: test

* feat: return request id to the client

* feat: print request id in client api

* fix: lock table when creating new user
2023-11-30 07:40:52 +08:00
Zack
499d2ac827
Merge pull request #180 from AppFlowy-IO/saml-poc
SAML support
2023-11-29 14:21:58 +08:00
Zack
f060fa66a4
Merge pull request #183 from ThanatosDi/fix/remove-tunnel-container-name
fix: remove tunnel service container name
2023-11-29 14:08:35 +08:00
Fu Zi Xiang
0a266176c5
chore: merge with main 2023-11-29 13:01:34 +08:00
Nathan.fooo
58ffae16b1
feat: enable create default documents for user when sign up (#184)
* chore: send collab with interval

* feat: create workspace template
2023-11-29 06:11:20 +08:00
Fu Zi Xiang
758f17f090
docs: added missing image for list sso 2023-11-28 14:23:45 +08:00
Fu Zi Xiang
64b1172557
docs: added images and docs on okta integration 2023-11-28 14:20:13 +08:00
Fu Zi Xiang
1647912347
feat: add favicon for admin frontend 2023-11-28 11:54:39 +08:00
Fu Zi Xiang
41f1f15c59
chore: merge with main 2023-11-28 11:38:12 +08:00
古丁丁
1f8667d43d
fix: remove tunnel service container name 2023-11-28 11:26:34 +08:00
nathan
cdb80bf13a chore: fmt 2023-11-28 01:29:01 +08:00
Fu Zi Xiang
8984a2421c
feat: sso saml admin frontend 2023-11-28 00:39:36 +08:00