Commit graph

2072 commits

Author SHA1 Message Date
Fu Zi Xiang
a9794c519d
fix: cargo toml 2024-01-18 18:37:58 +08:00
Fu Zi Xiang
d5f3d3cc64
fix: cargo fmt 2024-01-18 17:51:50 +08:00
Zack
1aa12c0986
Merge pull request #263 from dmasiero/patch-2
Update minio root user & pass variable to match DEPLOYMENT.MD & deploy.env
2024-01-18 17:48:02 +08:00
Fu Zi Xiang
2f033a8807
feat: use json format logs for admin frontend 2024-01-18 17:46:38 +08:00
Doug Masiero
2b39459b70
Update minio root user & pass variable to match DEPLOYMENT.MD
This change allows for following variables found in lines 94 and 95 of DEPLOYMENT.MD .env example and lines 58 and 59 of deploy.env - Without this change, deployment easily deploys with default user/pass of minioadmin/minioadmin
2024-01-17 21:07:58 -05:00
Nathan.fooo
480b7377f2
chore: client api wasm (#262)
* feat: client_api wasm

* ci: client_api wasm ci

* ci: client_api wasm ci
2024-01-17 03:20:24 +08:00
Zack
cbb52e13ce
Merge pull request #261 from SilvioMessi/patch-1
Fix typo in DEPLOYMENT.md
2024-01-16 09:41:08 +08:00
Silvio Messi
ec0f430478
Fix typo in DEPLOYMENT.md 2024-01-15 23:05:29 +01:00
Zack
466b60df38
Merge pull request #260 from AppFlowy-IO/fix-optional-services
fix: optional services
2024-01-15 22:08:54 +08:00
Fu Zi Xiang
994e99e7d0
fix: optional services 2024-01-15 21:44:07 +08:00
Zack
141f682a58
Merge pull request #257 from AppFlowy-IO/hander_large_blob
fix: large file test case
2024-01-15 16:16:55 +08:00
Fu Zi Xiang
05c8080ec2
Merge branch 'main' into hander_large_blob 2024-01-15 15:15:09 +08:00
Nathan.fooo
5a353856af
chore: log (#258) 2024-01-15 04:04:09 +08:00
Fu Zi Xiang
d8c03055cd
feat: update deployment docs 2024-01-14 18:46:15 +08:00
Fu Zi Xiang
8ba4559cbd
fix: result return from put blob 2024-01-13 00:53:41 +08:00
Fu Zi Xiang
851cd6929e
fix: minio url configs 2024-01-12 22:50:25 +08:00
Fu Zi Xiang
1b18c82dfa
fix: set nginx 413 error as payload too large 2024-01-12 22:06:05 +08:00
Fu Zi Xiang
c9d2f4f9bd
fix: update file storage configs 2024-01-12 21:42:35 +08:00
Fu Zi Xiang
0f4d4e4b3c
fix: large file test case 2024-01-12 17:59:48 +08:00
Zack
615b402782
docs: Doc improvement (#256)
* feat: update docs and self host deploy configs

* feat: use default ports for dev

* feat: revamp self host

* feat: use nginx resolver

* feat: cargo fmt

* feat: ci integration test with nginx routing

* feat: cargo fmt

* feat: make docker ci use deploy env rather than dev env

* feat: update api external url for deploy test

* fix: if sqlx is set to offline dont run casbin for tests

* fix: set api external url for tests

* fix: ignore sqlx test with cfg

* fix: sqlx tests

* fix: test use env

* feat: update the docs on optional components
2024-01-12 16:01:16 +08:00
Zack
7a4c6ba638
Merge pull request #254 from cubecup/patch-1
Update DEPLOYMENT.md / Hardware Requirements
2024-01-11 11:07:53 +08:00
cubecup
631dc9b697
Update DEPLOYMENT.md / Hardware Requirements
I find it unintuitive that the deployment guide for AppFlowy Cloud suggests using AMZ EC2 or Microsoft Azure VMs, which are paid services that are hosted at Amazon / Microsoft data servers. I get that the point is that the server needs to be available / reliable and those cloud compute services are. But aren't we targeting people who want to use free opensource software here?
2024-01-11 02:38:28 +01:00
Nathan.fooo
79702b1ced
feat: stream create list of collab (#253) 2024-01-11 09:28:28 +08:00
Zack
97d1bb532c
feat: revamp storage api (#251)
* feat: revamp storage api

* feat: client api add method to generate url

* feat: remove some unused deps

* feat: upgrade deps

* feat: add mime to resp
2024-01-11 00:32:11 +08:00
Nathan.fooo
284e2bf638
chore: compress collab data (#249)
* chore: compress collab data

* chore: custom buffer size

* chore: compression ws message

* chore: update log

* chore: update log

* chore: update client max body size

* chore: update client api

* docs: update docs

* chore: retry transaction

* chore: update timeout

* chore: stop previous loop

* chore: log ping error

* chore: log send error

* chore: log error

* chore: update log

* chore: async compress

* feat: stream payload

* chore: update load

* chore: update

* chore: update log

* chore: fix cmt

* fix: client message from http

* chore: bump collab
2024-01-10 08:05:57 +08:00
Zack
374338a7c2
Merge pull request #250 from AppFlowy-IO/escape-html
feat: add escape for all template output
2024-01-09 14:54:34 +08:00
Fu Zi Xiang
8e16239dde
fix: syntax 2024-01-09 14:04:01 +08:00
Fu Zi Xiang
9f63bab551
feat: add escape for all template output 2024-01-09 13:49:55 +08:00
Nathan.fooo
2159c68688
chore: add client api version (#248)
* chore: add client api version

* chore: update

* chore: update

* chore: log client version
2024-01-05 09:06:08 +08:00
Nathan.fooo
4886d3d474
chore: rename error message (#247) 2024-01-05 07:29:06 +08:00
Nathan.fooo
8e38ae7b69
refactor: remove rust-s3, sqlx from client-api (#245)
* refactor: remove rust-s3, sqlx from client-api

* chore: fmt

* chore: add ci check

* chore: add ci check

* chore: add ci check
2024-01-05 06:12:01 +08:00
Zack
748d5041c2
Merge pull request #239 from fyfrey/s3-compatibility
feat: s3 compatiblity with garage
2024-01-04 16:01:35 +08:00
Nathan.fooo
40daff472d
chore: bump collab (#244) 2024-01-03 09:39:34 +08:00
Nathan.fooo
c5fe447250
feat: bump collab (#243)
* chore: bump collab

* chore: bump collab

* chore: bump collab
2024-01-03 08:40:26 +08:00
Nathan.fooo
6d0612ffaf
feat: encode batch create collab data as binary (#242) 2024-01-03 06:07:21 +08:00
Nathan.fooo
b48bf402c7
chore: set client max boby size (#241)
* chore: set client max boby size

* chore: fix clippy
2024-01-03 03:22:45 +08:00
Zack
d08382fe35
Merge pull request #238 from AppFlowy-IO/doc/ext-postgres
docs: improve info on external postgres
2023-12-31 11:18:01 +08:00
Fynn Petersen-Frey
a39395d90c S3 compatiblity with garage 2023-12-28 15:54:23 +01:00
Fu Zi Xiang
390fb0d328
docs: improve info on external postgres 2023-12-28 11:35:38 +08:00
Zack
34f69ab3e6
Merge pull request #237 from AppFlowy-IO/doc/ec2-setup
Doc/ec2 setup
2023-12-27 15:32:51 +08:00
Fu Zi Xiang
a3ea420b1b
feat: improve ec2 docs 2023-12-27 15:30:20 +08:00
Fu Zi Xiang
d2a957e5ff
feat: improve ec2 docs 2023-12-27 15:15:25 +08:00
Fu Zi Xiang
e17a3ec92a
fix: remove strategy 2023-12-27 06:28:00 +08:00
Fu Zi Xiang
4b055d161b
fix: arm and amd arch 2023-12-27 06:25:37 +08:00
Fu Zi Xiang
ec6f644935
chore: merge with main 2023-12-27 05:48:28 +08:00
Fu Zi Xiang
4bb38f7a60
feat: add gotrue image to docker compose 2023-12-27 05:46:34 +08:00
Fu Zi Xiang
1c02b3d03f
fix: gotrue dockerfile 2023-12-27 05:39:29 +08:00
Nathan.fooo
a455c9de8e
chore: refactor logs (#236)
* chore: add logs

* chore: return ws state

* fix: init the collab from disk
2023-12-27 05:20:40 +08:00
Fu Zi Xiang
dc6ff036b1
feat: support arm build 2023-12-27 05:15:40 +08:00
Fu Zi Xiang
689486f091
fix: latest tag 2023-12-27 03:57:38 +08:00