Commit graph

1671 commits

Author SHA1 Message Date
Khor Shu Heng
ec2cc309bd
fix: filter private views based on parent space (#860) 2024-10-12 09:27:50 +08:00
Khor Shu Heng
2f47d07593
Merge pull request #870 from AppFlowy-IO/private-view-in-trash
fix: filter out private view in trash for folder struct
2024-10-11 09:54:39 +08:00
Nathan.fooo
14cfaa0bbd
chore: insert metadata after import notion zip file (#871)
* chore: insert metadata after import notion zip file

* chore: update logs
2024-10-10 22:32:02 +08:00
Khor Shu Heng
8c14612f98
feat: refactor access control to enable swapping implementation (#859) 2024-10-10 13:04:47 +08:00
khorshuheng
3d45118da4 fix: filter out private view in trash for folder struct 2024-10-10 10:52:34 +08:00
Nathan.fooo
98347b81ea
fix: import notion zip file as workspace (#868)
* chore: insert content length in header

* chore: custom header

* chore: workspace name

* chore: file name

* chore: handle file name that is not utf8 encode

* chore: clippy

* fix: end of file when unzip file

* chore: docs
2024-10-09 21:27:24 +08:00
Zack
a46e813e2d
Merge pull request #867 from AppFlowy-IO/feat/req-method-metrics
feat: add method for tracking request metrics
2024-10-09 11:10:15 +08:00
Zack Fu Zi Xiang
7e62e96d3b
feat: add method for tracking request metrics 2024-10-08 18:59:45 +08:00
Nathan.fooo
33e63fae5c
chore: try to fix pg lock timeout (#864)
* chore: try to fix pg lock timeout

* chore: add logs for insert collab

* chore: add timeout for duplicate

* chore: timeout for pending write
2024-10-07 16:49:50 +08:00
Nathan.fooo
820db6564e
chore: create space view for imported notion zip file (#863) 2024-10-07 12:41:45 +08:00
Nathan.fooo
38ff1874e4
chore: using copy to improve write speed of batch collab api endpoint (#862)
* chore: using copy to improve write speed of batch collab api endpoint

* chore: insert to redis

* chore: fix compile
2024-10-07 08:58:19 +08:00
Nathan.fooo
9c0dffacef
feat: implement import notion zip file api endpoint (#840)
* chore: implement api endpoint

* chore: worker

* chore: async zip

* chore: test bulk insert

* chore: insert collab

* chore: custom task

* chore: consume un acked message

* chore: fix compile

* chore: add test

* test: update

* chore: save import record

* chore: save import record

* chore: fix ci

* chore: remove unused deps

* chore: update docker file

* chore: build worker images

* chore: use small int

* chore: use small int

* chore: rm protoc deps in runtime

* chore: move collab cache to database crate

* chore: update test

* chore: rm health api endpoint

* chore: clippy

* chore: update ci

* chore: add test

* chore: upgrade collab

* chore: clippy

* chore: update test

* chore: use custom host

* chore: config nginx

* chore: install cert
2024-10-03 22:22:29 +08:00
Khor Shu Heng
2ff466bb11
Merge pull request #857 from AppFlowy-IO/remove-dead-code
chore: remove publish collab related dead code
2024-10-03 12:19:07 +08:00
khorshuheng
5b799208a8 chore: remove publish collab related dead code 2024-10-03 11:05:28 +08:00
Khor Shu Heng
56f8f395fa
fix: add default serialization to owner email field (#856) 2024-10-02 22:22:25 +08:00
Khor Shu Heng
11732324b5
feat: support fetching encoded collab in batch from memory (#837) 2024-10-02 10:22:40 +08:00
Khor Shu Heng
03fdcf4621
feat: option to skip s3 bucket creation (#852) 2024-10-02 09:54:46 +08:00
Khor Shu Heng
f19e9b0498
fix: allowed workspace owner only to view access request (#855) 2024-10-02 09:53:34 +08:00
Khor Shu Heng
1664fe869e
feat: send notification when access request is approved (#854) 2024-10-02 09:52:51 +08:00
Khor Shu Heng
3b320b0619
feat: support protobuf serialization and deserialization for CollabParams (#834) 2024-10-02 09:49:55 +08:00
Khor Shu Heng
96d7ae8b95
Merge pull request #848 from AppFlowy-IO/send-approval-email
feat: Send email to owner when user request workspace access
2024-10-01 13:29:03 +08:00
khorshuheng
81c9042439 feat: send email to workspace owner when user request access 2024-10-01 11:54:55 +08:00
Khor Shu Heng
5193d011d9
Merge pull request #851 from AppFlowy-IO/use-pgvector-image
chore: use pgvector for postgres image instead of building
2024-09-30 16:37:54 +08:00
Bartosz Sypytkowski
75c3f0d672
Merge pull request #850 from AppFlowy-IO/remove-unused-variable
fix: remove unused env variable for appflowy cloud
2024-09-30 10:29:59 +02:00
khorshuheng
d99f85cffd chore: use pgvector for postgres image instead of building 2024-09-30 16:20:19 +08:00
khorshuheng
262d2979c4 fix: remove unused env variable for appflowy cloud 2024-09-30 16:12:00 +08:00
Khor Shu Heng
757d0e5380
fix: incorrect requester avatar url and workspace member count (#847) 2024-09-29 11:03:08 +08:00
Khor Shu Heng
47a1aae75c
feat: Endpoint for server info (#835)
* feat: provide endpoint so that client can detect server information

* feat: add server info endpoint
2024-09-29 11:01:22 +08:00
Khor Shu Heng
bbe459a323
Merge pull request #844 from AppFlowy-IO/fix-approve-request-flow
fix: access not granted after approval
2024-09-26 18:58:15 +08:00
khorshuheng
6c6de08eaa fix: access not granted after approval 2024-09-26 18:19:33 +08:00
Khor Shu Heng
7eac74abf6
Merge pull request #843 from AppFlowy-IO/request-info
Endpoints to support page view approval workflow
2024-09-26 16:02:52 +08:00
khorshuheng
813fa29253 feat: add endpoints to allow workspace owner to approve web page view request 2024-09-26 14:59:33 +08:00
Zack Fu Zi Xiang
6777ed8f5d
feat: add database listings 2024-09-25 14:46:26 +08:00
Nathan.fooo
b023e2f511
chore: fix incompleted response (#841) 2024-09-24 23:50:45 +08:00
Khor Shu Heng
e499c4c720
Merge pull request #833 from AppFlowy-IO/modify-page-view-endpoint
fix: update page view collab endpoint to follow naming convention
2024-09-19 13:01:10 +08:00
khorshuheng
89ae8e9f64 fix: update page view collab endpoint to follow naming convention 2024-09-19 13:00:07 +08:00
Khor Shu Heng
0b193e1606
feat: add endpoint for getting page view collab (#831) 2024-09-18 12:56:34 +08:00
Zack
44d76bb004
Merge pull request #832 from AppFlowy-IO/fix/dup-view-id
Fix/dup view
2024-09-18 07:59:33 +08:00
Zack Fu Zi Xiang
a08b325e24
fix: linting 2024-09-17 23:26:10 +08:00
Zack Fu Zi Xiang
204858f514
fix: cargo clippy 2024-09-17 22:55:10 +08:00
Zack Fu Zi Xiang
143557e29c
fix: tests 2024-09-17 22:47:14 +08:00
Zack Fu Zi Xiang
62980a780e
fix: view id 2024-09-17 14:58:36 +08:00
Zack Fu Zi Xiang
09892c9897
fix: use correct view id 2024-09-17 13:15:16 +08:00
Zack
4908ceae8b
Merge pull request #830 from AppFlowy-IO/fix/dup-self-ref
fix: self referencing database
2024-09-17 11:04:29 +08:00
Zack Fu Zi Xiang
0c1cdbed7a
fix: self referencing database 2024-09-17 10:18:47 +08:00
Zack
0577e962c3
Merge pull request #816 from AppFlowy-IO/feat/dup-refactor
Feat/dup refactor
2024-09-16 18:53:34 +08:00
Zack Fu Zi Xiang
a3dec64b86
chore: fix compile and lint 2024-09-16 18:22:42 +08:00
Zack Fu Zi Xiang
f256178bf7
chore: use gen row id 2024-09-16 17:47:48 +08:00
Zack Fu Zi Xiang
9aec9ed7b3
fix: skip if error instead of throw 2024-09-16 17:44:59 +08:00
nathan
fa54f79d8b chore: use collab to bin 2024-09-16 16:45:47 +08:00