Commit graph

479 commits

Author SHA1 Message Date
khorshuheng
471f726d83 feat: api to get and delete invitation code, new code should replace existing one 2025-04-19 00:38:15 +08:00
khorshuheng
553d7101bd feat: api to get invitation code info 2025-04-16 10:26:54 +08:00
Nathan.fooo
ef40f8faa4
chore: adjust chunk size (#1334)
* chore: adjust chunk size

* chore: deduplcate search results

* chore: fix test

* chore: update logs

* chore: separate search and summary

* chore: fix test
2025-04-12 22:22:17 +08:00
Nathan.fooo
c76d2f0b4b
feat: summary search result (#1326)
* chore: summary search result

* chore: add test

* chore: clippy

* chore: distance and score

* chore: update test and clarify score and distance

* chore: fix test

* chore: model env
2025-04-11 20:30:11 +08:00
Nathan.fooo
3e65dd1014
add docs and tests for embedding related (#1328)
* chore: add docs and tests

* chore: add test

* chore: fix typo

* chore: clippy
2025-04-10 23:12:53 +08:00
Lucas
f300884dde
feat: add OTP http request (#1316)
* feat: add OTP http request

* feat: add password api
2025-04-09 13:22:42 +08:00
Nathan.fooo
b94d1c60b3
chore: Optimize token refresh (#1320)
* fix: potential race condition when drop txs_guard to early

* chore: remove unused tests
2025-04-05 14:30:20 +08:00
Nathan.fooo
7a577492da
chore: parser response (#1319)
* chore: parser response

* chore: clippy
2025-04-05 13:06:37 +08:00
khorshuheng
dba8db995d feat: join workspace by invite code 2025-04-03 22:12:38 +08:00
Bartosz Sypytkowski
4bb754ac0b chore: revert changes in get collab 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
eaee9d3317 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
2687127310 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
1db7cb36e0 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
b2aa5c39c1 chore: fix clippy errors 2025-04-01 08:19:43 +02:00
Bartosz Sypytkowski
d02b1123e1 chore: fixed test compilation errors 2025-04-01 08:19:42 +02:00
Bartosz Sypytkowski
f6060cb82d chore: moving string to uuid in tests 2025-04-01 08:18:12 +02:00
Bartosz Sypytkowski
0cedc39856 chore: ported uuids for everything except tests 2025-04-01 08:18:12 +02:00
Bartosz Sypytkowski
a5d6cc0a59 chore: passed through first circle of hell 2025-04-01 07:42:13 +02:00
Nathan.fooo
f7288f46c2
chore: use ai model auto (#1304) 2025-03-27 20:50:04 +08:00
khorshuheng
9dddf40b0f feat: api for add recent pages 2025-03-24 17:31:01 +08:00
khorshuheng
9c435d9016 feat: add favorite reorder API 2025-03-24 12:55:22 +08:00
Nathan.fooo
dfd44f8fb7
Support stream model (#1290)
* chore: log stream error

* chore: support stream with model
2025-03-23 22:51:41 +08:00
khorshuheng
d091332bb9 feat: add endpoint to set/unset page favorite 2025-03-18 15:51:10 +08:00
Nathan.fooo
a2c10d60d6
chore: support streaming v2 (#1279) 2025-03-18 11:30:57 +08:00
Lucas.Xu
8629ace2fd Revert "feat: add new apis in client-api"
This reverts commit 54c90e8e1e.
2025-03-17 21:17:50 +08:00
Lucas.Xu
54c90e8e1e feat: add new apis in client-api 2025-03-17 21:17:01 +08:00
Nathan.fooo
a36bad83a4
chore: propagate error to client (#1276)
* chore: return error

* chore: log parse json error
2025-03-16 16:54:14 +08:00
Khor Shu Heng
8daa5b3b29
Merge pull request #1259 from AppFlowy-IO/duplicate-api
feat: api for duplicate view
2025-03-05 17:27:22 +08:00
khorshuheng
aec0debf1f feat: api for duplicate view 2025-03-05 16:39:22 +08:00
Khor Shu Heng
3e1d5b0ede
Merge pull request #1251 from AppFlowy-IO/database-view-api-2
feat: api to create database view
2025-02-27 14:46:45 +08:00
Nathan.fooo
1c38cdd23f
chore: Increase timeout (#1253)
* chore: increase timeout for chat

* chore: new error code

* chore: lint
2025-02-26 16:37:07 +08:00
khorshuheng
03721deca3 feat: api to create database view 2025-02-25 14:58:51 +08:00
khorshuheng
84f529c0a0 feat: api to add block to the end of document 2025-02-20 15:34:58 +08:00
khorshuheng
d9d511be99 chore: remove unnecessary package as reported by cargo machete 2025-02-17 16:26:01 +08:00
khorshuheng
4ad4ae7cbe feat: use original endpoint 2025-02-14 16:38:47 +08:00
khorshuheng
82c4a6a63b fix: chat message endpoint should return user uuid instead of uid 2025-02-14 16:17:23 +08:00
khorshuheng
fb15b79909 chore: remove unused collab member crud api 2025-02-13 10:48:19 +08:00
Nathan.fooo
82409199f8
chore: remove ai model enum (#1207) 2025-02-01 22:47:46 +08:00
Nathan.fooo
18b1386bc2
chore: return model list (#1206) 2025-02-01 12:45:20 +08:00
Nathan.fooo
fe6d11eb25
Appflowy ai purchase (#1205)
* chore: api endpoint

* chore: clippy

* chore: add new api endpoint

* chore: add auth

* chore: add error code
2025-01-31 10:43:35 +08:00
Khor Shu Heng
227066b7f5
Merge pull request #1170 from AppFlowy-IO/fix_sync_issues
fix: do not merge awareness sync data info client update sync data
2025-01-20 16:18:03 +08:00
Lucas
0047609e66
chore: remove unused code 2025-01-20 09:49:04 +08:00
Khor Shu Heng
e958dda0b8
chore: remove history modules (#1174) 2025-01-19 22:45:49 +08:00
Lucas.Xu
cf28e4dc7c fix: do not merge awareness sync data info client update sync data 2025-01-17 17:33:31 +08:00
weidong fu
49218453bc chore: expose cloud client 2025-01-14 19:41:50 +08:00
Nathan.fooo
56f4c0698c
chore: update subscription entity (#1162) 2025-01-14 17:35:27 +08:00
Khor Shu Heng
4ddb08e0eb
feat: add root view id of the created web template to duplicate published page response (#1159) 2025-01-14 10:21:54 +08:00
Nathan.fooo
527d91d069
chore: remove unused ai api endpoint (#1149) 2025-01-11 16:29:42 +08:00
Nathan.fooo
2bd6da228d
chore: chat stream timeout (#1137)
* chore: increase timeout

* chore: keepalive event
2025-01-08 01:11:25 +08:00
khorshuheng
ace49ef18f feat: endpoint for unpublish page 2025-01-07 12:25:48 +08:00