Commit graph

1823 commits

Author SHA1 Message Date
Bartosz Sypytkowski
b2f8a95ec4 chore: setup new collab in the db 2024-12-05 06:29:19 +01:00
Bartosz Sypytkowski
dbc38cecd5 Merge branch 'main' into stateless 2024-12-05 05:45:24 +01:00
Zack
445d3af5fa
Merge pull request #1041 from AppFlowy-IO/feat/login-page
Feat/login page
2024-12-04 19:00:57 +08:00
Zack Fu Zi Xiang
740098ec7b
feat: use improved login page for oauth redirect 2024-12-04 14:15:14 +08:00
Zack Fu Zi Xiang
1ca701330c
feat: improve login page 2024-12-03 23:20:32 +08:00
Khor Shu Heng
522791ee6d
feat: support admin account creation for gotrue image (#1036) 2024-12-03 17:15:27 +08:00
Bartosz Sypytkowski
5e7b5f87fa chore: merge branch main into stateless 2024-12-03 09:10:01 +01:00
Bartosz Sypytkowski
a827016117
fix: set default collab s3 threshold to 8000 in appflowy cloud (#1038) 2024-12-03 14:59:05 +08:00
Nathan.fooo
016c7ed569
ci: remove test image and then check response (#1037) 2024-12-03 14:58:31 +08:00
Bartosz Sypytkowski
51bf9a85c7
chore: make collab storage switch between s3 and postgres configurable (#1035) 2024-12-03 14:09:09 +08:00
Bartosz Sypytkowski
9ff6f1c744
S3 collab cache (#1028)
* chore: collab cache for S3

* chore: adjust disk cache api to accomodate s3

* chore: move postgres dependent ops to disk cache

* chore: replace blob inserts from pg to s3

* chore: delete blob and collab exist now use s3

* chore: fix clippy erorrs

* chore: post rebase fixes

* chore: fix clippy warnings

* chore: fix imports

* chore: make snapshots work over S3

* chore: remove dead code

* chore: use compressed snapshots

* chore: add zstd compression

* chore: introduce collab size threshold to keep smaller collabs in postgres

* chore: remove collabs from S3 if they were put to postgres

* chore: update tests
2024-12-03 13:08:55 +08:00
Nathan.fooo
6718a7afb1
chore: safe alloc mem for file (#1031) 2024-11-28 22:34:26 +08:00
Zack
e31928e77a
Merge pull request #1019 from AppFlowy-IO/feat/get-database-fields
feat: api to get database fields
2024-11-27 19:04:20 -08:00
Khor Shu Heng
5de2ceabe2
Merge pull request #1025 from AppFlowy-IO/fix-primary-field
fix: primary field should be unique for new database page
2024-11-28 10:19:41 +08:00
Nathan.fooo
3e3bf693fd
chore: upload api endpoint for web upload (#1024)
* chore: upload api endpoint for web upload

* chore: use rust 1.78

* fix: test
2024-11-28 09:09:09 +08:00
Zack Fu Zi Xiang
50586b1ea7
fix: filter database that is in trash 2024-11-27 19:53:47 +08:00
Zack Fu Zi Xiang
7457371208
Merge branch 'main' into feat/get-database-fields 2024-11-27 18:18:34 +08:00
Zack Fu Zi Xiang
ed83fba242
feat: add type options 2024-11-27 17:24:14 +08:00
khorshuheng
b00f126745 fix: primary field should be unique for new database page 2024-11-27 16:31:29 +08:00
Khor Shu Heng
a4b598db5b
fix: remove only parent page when move to trash (#1021) 2024-11-27 13:00:58 +08:00
Bartosz Sypytkowski
4fb6df5c14
chore: reduce number of SQL statements executed when inserting/updating collab (#1022)
* chore: reduce number of SQL statements executed when inserting new collab

* chore: add workspace id check

* chore: fix previous query

* chore: upsert collabs and embddings as stored procedures

* chore: fix clippy errors

* chore: fix stored procedure to compare workspaces correctly
2024-11-27 13:00:00 +08:00
Zack Fu Zi Xiang
b4def2278d
chore: merge with main 2024-11-26 21:18:37 +08:00
Khor Shu Heng
3806a959b4
Merge pull request #1020 from AppFlowy-IO/create-calendar-page
feat: add support for create database pages via API
2024-11-26 17:27:43 +08:00
khorshuheng
484cd595e0 feat: add support for create database pages via API 2024-11-26 15:58:16 +08:00
Zack Fu Zi Xiang
2da78b351f
feat: api to get database fields 2024-11-26 14:20:10 +08:00
Zack
9e067e618b
Merge pull request #1017 from AppFlowy-IO/feat/database-row-update
feat: add a polling api for getting database row id updates
2024-11-25 02:48:32 -08:00
Zack Fu Zi Xiang
c4d52859fb
feat: add a polling api for getting database row id updates 2024-11-24 23:24:29 +08:00
Zack
fa80a4c716
Merge pull request #1016 from AppFlowy-IO/feat/database-row-ids
feat: list database row
2024-11-24 06:08:06 -08:00
Zack Fu Zi Xiang
298698ac0e
feat: format selection 2024-11-24 05:58:31 +08:00
Zack Fu Zi Xiang
ddecd8457c
feat: use folder view minimal for database list 2024-11-23 19:24:08 +08:00
Zack Fu Zi Xiang
a6bd54f447
feat: simplify listing databases 2024-11-23 12:11:27 +08:00
Zack Fu Zi Xiang
6d4200d1e7
feat: add row details 2024-11-23 02:40:26 +08:00
Zack Fu Zi Xiang
f3a2444615
feat: list database row ids 2024-11-22 20:21:31 +08:00
Nathan.fooo
0ec12c5f2f
chore: add file size (#1015) 2024-11-22 16:31:50 +08:00
Zack
3a0b210d48
Merge pull request #1012 from AppFlowy-IO/feat/search-database-by-name
Feat/search database by name
2024-11-21 19:21:51 -08:00
Zack Fu Zi Xiang
687b5d9f6d
Merge branch 'main' into feat/search-database-by-name 2024-11-21 09:17:09 +08:00
Bartosz Sypytkowski
d6317813d7 chore: allow dead code 2024-11-20 09:06:00 +01:00
Bartosz Sypytkowski
b402e0b10e Merge branch 'stateless' of github.com:AppFlowy-IO/AppFlowy-Cloud into stateless 2024-11-20 08:58:16 +01:00
Bartosz Sypytkowski
b91a5fac8e chore: post merge fixes 2024-11-20 08:56:16 +01:00
Bartosz Sypytkowski
d0f9059f3f Merge branch 'main' into stateless 2024-11-20 08:36:28 +01:00
Nathan.fooo
1e18180e9d
chore: set max import zip file size (#1011)
* chore: set max import zip file size

* chore: fix test
2024-11-20 14:07:36 +08:00
Khor Shu Heng
afeaeb7796
chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
Khor Shu Heng
e6dbc95641
feat: api to update space (#1009) 2024-11-20 11:32:29 +08:00
nathan
d2a82db300 chore: remove err log 2024-11-20 10:53:35 +08:00
Zack Fu Zi Xiang
d7478fb37a
chore: merge with main 2024-11-20 07:51:33 +08:00
Khor Shu Heng
13cabec9c9
Merge pull request #1010 from AppFlowy-IO/revert-change-to-matcher
fix: revert changes to casbin matcher
2024-11-19 21:59:15 +08:00
khorshuheng
40835f00d1 fix: revert changes to casbin matcher 2024-11-19 21:11:18 +08:00
Khor Shu Heng
c421f03da2
Merge pull request #1007 from AppFlowy-IO/disable-loading-collab-policy
fix: stop loading collab policies to improve access control evaluation
2024-11-19 14:57:32 +08:00
khorshuheng
00a6189cf3 fix: stop loading collab policies to improve access control evaluation 2024-11-19 12:58:21 +08:00
Khor Shu Heng
0818cf7565
feat: api for create space (#1006) 2024-11-19 12:54:10 +08:00