Commit Graph

794 Commits

Author SHA1 Message Date
Kilu e33eb8df3b fix: modify readme 2024-04-28 17:34:20 +08:00
Kilu ce5bd1a879 fix: modify var name 2024-04-28 17:30:06 +08:00
Zack Fu Zi Xiang 34151117fb
chore: modified var name 2024-04-28 15:28:27 +08:00
Kilu f38e76db5a feat: support invitation html absolute path 2024-04-26 23:25:25 +08:00
Kilu d193cfc55a feat: support invitation html 2024-04-26 15:13:07 +08:00
Nathan.fooo 54dfeb5527
chore: stop retry when current plugin is going to destory (#495) 2024-04-25 20:27:11 +08:00
nathan a045713222 chore: update log 2024-04-25 12:19:26 +08:00
Zack Fu Zi Xiang c49e2e227a
feat: use magic link template as confirmation template 2024-04-24 14:10:27 +08:00
nathan fdaac9d4aa chore: serde default for object_id 2024-04-24 14:01:29 +08:00
nathan 93f3a63891 chore: disable multi thread feature 2024-04-24 13:43:17 +08:00
Nathan.fooo a0593b5502
chore: refactor return response with object id (#494)
* chore: refactor return response with object id

* chore: fix ci

* chore: fix ci
2024-04-24 12:07:54 +08:00
Nathan.fooo 5f970a625a
chore: use rust 1.77 (#493) 2024-04-24 10:47:18 +08:00
Zack 9545dc82e6
Merge pull request #491 from AppFlowy-IO/admin-frontend-no-cors
feat: remove cors
2024-04-23 09:29:24 +08:00
Zack Fu Zi Xiang cc4e28b8f2
feat: remove cors 2024-04-23 01:21:25 +08:00
Nathan.fooo 1019b8c5b6
chore: update collab rev (#490) 2024-04-22 17:15:12 +08:00
Zack ca70c42631
Merge pull request #488 from AppFlowy-IO/gotrue-error
fix: error message remove code
2024-04-22 12:40:56 +08:00
Nathan.fooo efbe9c4a93
chore: move collab rt crate (#489)
* chore: create appflowy collaborate crate

* chore: remove collab-rt

* chore: fmt

* chore: main
2024-04-22 12:14:41 +08:00
Zack Fu Zi Xiang bd5b2e73be
Merge branch 'main' into gotrue-error 2024-04-22 12:06:16 +08:00
Nathan.fooo 842e3d14e5
chore: remove collab state check (#487)
* chore: remove collab ping

* chore: fix tst

* chore: cacel previous actiont
2024-04-22 11:56:22 +08:00
Zack Fu Zi Xiang ca8dcdfd55
fix: error message remove code 2024-04-22 11:28:30 +08:00
Nathan.fooo db23b64229
chore: broadcast check (#485)
* chore: check broadcast continuous

* chore: update log

* chore: update log
2024-04-21 19:31:24 +08:00
Nathan.fooo 0de64f4f71
chore: enable multiple thread of collab-rt crate (#484) 2024-04-21 19:09:16 +08:00
Nathan.fooo 1515ccdb80
chore: fix encode message (#482) 2024-04-21 14:23:31 +08:00
Nathan.fooo 123484c864
chore: sync missing update from vector (#481) 2024-04-20 20:50:16 +08:00
Nathan.fooo 9e1c06a5af
chore: update log (#480) 2024-04-20 10:53:35 +08:00
Zack e1944dec89
Merge pull request #479 from AppFlowy-IO/mailer-template
Mailer template
2024-04-19 22:58:29 +08:00
Zack Fu Zi Xiang 78247de31f
chore: set email template url to use main repo 2024-04-19 22:54:37 +08:00
Zack Fu Zi Xiang feb7d3ddd1
feat: set title as email confirmation 2024-04-19 22:38:28 +08:00
Zack Fu Zi Xiang b8d84ae6bb
chore: add confirmation url to a href 2024-04-19 22:26:52 +08:00
Zack Fu Zi Xiang f999c0db5f
feat: added template for mail confirmation 2024-04-19 17:58:49 +08:00
Nathan.fooo 970fbaed57
feat: using transaction to write multiple records (#477)
* chore: impl batch write

* chore: update test

* chore: using save point to optimize write

* chore: update docs

* chore: fix test

* chore: increase write speed

* chore: use redis sorted set

* chore: fallback to write to disk directly when fail to queue

* chore: fix test

* chore: fix test

* chore: update log

* chore: add metrics
2024-04-19 15:22:57 +08:00
Nathan.fooo 4168d72390
chore: using redis conn for each action (#476)
* chore: batch insert

* chore: opti redis conn

* chore: fix test
2024-04-17 11:41:50 +08:00
nathan 585bd83f1c chore: update log 2024-04-16 21:10:16 +08:00
Nathan.fooo 8ab7815740
chore: reduce pool lock (#475)
* chore: reduce pool lock

* chore: clippy
2024-04-16 20:26:26 +08:00
Nathan.fooo 4d36f7e9e6
chore: fix potential sync issue (#474)
* chore: retry for handle message

* chore: retry when tring to lock the collab
2024-04-16 20:07:47 +08:00
Nathan.fooo 0be4d2d5b5
ci: try to fix flaky test (#473)
* chore: update ping config

* chore: fix test

* chore: fix test
2024-04-16 18:20:36 +08:00
Nathan.fooo f3279e9b4e
feat: implement grpc for history server (#470)
* ci: docker compose for ci

* chore: add test

* chore: imple grpc

* chore: fix test

* chore: fix ci
2024-04-16 14:10:56 +08:00
Kilu.He 5041f9f164
feat: support subscribe token (#464)
* feat: support subscribe token

* feat: support get collab

* feat: support browser rule for get collab

* fix: update collab version
2024-04-15 14:46:30 +08:00
Nathan.fooo 3901356e8a
chore: bump collab version (#471) 2024-04-15 12:35:14 +08:00
Nathan.fooo 28e0e74fd1
feat: Implement history(1) (#466)
* chore: update collab commit

* chore: collab history test

* chore: collab history test

* chore: impl redis stream

* chore: impl redis stream test

* chore: impl migration

* chore: implement history sql

* chore: add test

* chore: add test

* chore: fix test

* chore: update log and test

* chore: add xtask

* chore: clippy

* chore: impl api

* chore: add missing sqlx files

* chore: fix test

* chore: fix test
2024-04-15 09:18:19 +08:00
Nathan.fooo 4d019728ba
refactor: insert encode collab object in redis (#469)
* chore: insert collab redis cache with timestamp

* chore: add test

* chore: update expire time

* chore: update

* chore: fix test
2024-04-13 22:31:36 +08:00
Nathan.fooo baeeb2c5ce
chore: do not wait insert to redis finish when calling get collab (#468) 2024-04-13 10:26:05 +08:00
Nathan.fooo ecbc935d4b
chore: using spawn blocking (#467) 2024-04-13 00:08:13 +08:00
Zack 9a5636caec
chore: get collab http (#463)
* chore: get collab http

* fix: use correct version

* fix: collab url

* feat: update collab access control middleware
2024-04-12 11:08:38 +08:00
Zack dd9cc8d4c7
Merge pull request #459 from LucasXu0/magic_link
feat: expose magic link api
2024-04-10 15:54:53 +08:00
Lucas.Xu 85ac96a24b chore: add comment for sign_in_with_magic_link 2024-04-10 11:07:14 +08:00
Lucas.Xu 73e4d28500 test: add magic link test 2024-04-10 10:34:44 +08:00
Lucas.Xu 09469e86ca feat: expose magic link api 2024-04-10 10:15:50 +08:00
Khor Shu Heng c7ebdbeda7
fix: handle receiver close for connection test (#462) 2024-04-10 09:30:08 +08:00
nathan 517b7b6760 chore: remove bunyan format layer 2024-04-10 09:08:16 +08:00