Commit graph

2127 commits

Author SHA1 Message Date
Nathan
7fef4fc7af chore: log stream error 2025-03-22 17:35:10 +08:00
Khor Shu Heng
210055de62
Merge pull request #1288 from AppFlowy-IO/add-is-pinned
feat: add is pinned to favorite list
2025-03-21 15:26:02 +08:00
khorshuheng
81ccce3dd1 feat: add is pinned to favorite list 2025-03-21 15:10:02 +08:00
Khor Shu Heng
c042c0e279
Merge pull request #1287 from AppFlowy-IO/duplicate-views-exclude-trash
fix: ignore views that are not present during duplication
2025-03-21 11:59:46 +08:00
khorshuheng
e960000cd1 fix: ignore views that are not present during duplication 2025-03-20 18:55:10 +08:00
Khor Shu Heng
1d06321789
Merge pull request #1285 from AppFlowy-IO/add-parent-view-id-to-folder-view
feat: add parent view id to folder view
2025-03-20 15:44:28 +08:00
khorshuheng
a66f4aa0a8 feat: add parent view id and created by to folder view 2025-03-20 15:11:34 +08:00
Nathan.fooo
9587c0680f
chore: add custom prompt test (#1284) 2025-03-20 09:51:01 +08:00
Khor Shu Heng
58e42bfb90
Merge pull request #1283 from AppFlowy-IO/awareness-pubsub-light
chore: awareness pubsub switch to lightweight version
2025-03-19 17:03:33 +08:00
Bartosz Sypytkowski
9092225ea4 chore: add stress test for many subscribing many awareness subs 2025-03-19 09:25:22 +01:00
Bartosz Sypytkowski
ac1ebf6646 chore: awareness pubsub switch to lightweight version 2025-03-19 09:04:07 +01:00
Khor Shu Heng
be922a3919
Merge pull request #1281 from AppFlowy-IO/endpoint-for-setting-page-as-favorite
feat: add endpoint to set/unset page favorite
2025-03-18 17:29:26 +08:00
khorshuheng
d091332bb9 feat: add endpoint to set/unset page favorite 2025-03-18 15:51:10 +08:00
Khor Shu Heng
56941b4ecd
Merge pull request #1280 from AppFlowy-IO/add-is-favorite-flag-to-workspace-folder
feat: add is_favorite field to workspace folder response
2025-03-18 14:27:08 +08:00
khorshuheng
07239244e8 feat: add is_favorite field to workspace folder response 2025-03-18 13:27: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
1634d17dd4 chore: ai server error propagrate 2025-03-16 19:35:19 +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
Nathan.fooo
d3338d03b4
chore: pass completion_history (#1267)
* chore: pass completion_history

* chore: update completion
2025-03-16 12:12:54 +08:00
マルコメ
59b284ed6d
chore: add syntax parser directive to Dockerfile (#1271) 2025-03-16 10:28:32 +08:00
マルコメ
968d5ad72f
fix: add black name logo for light mode (#1266) 2025-03-16 10:27:09 +08:00
Bartosz Sypytkowski
b2ceb30037
Merge pull request #1273 from AppFlowy-IO/awareness-pubsub
chore: change awareness broadcasting from stream to pubsub
2025-03-12 11:05:09 +01:00
Bartosz Sypytkowski
8da2bb4139 chore: remove awareness from redis hash 2025-03-12 08:57:12 +01:00
Bartosz Sypytkowski
285af6bdd6 fix: clippy errors 2025-03-11 10:43:03 +01:00
Bartosz Sypytkowski
2f9f5d9ad8 chore: remove outdated awareness redis stream 2025-03-11 10:36:41 +01:00
Khor Shu Heng
69d521e076
Merge pull request #1269 from Marukome0743/compose
fix: change `docker-compose` to `docker compose` command
2025-03-11 14:25:56 +08:00
Bartosz Sypytkowski
30d6b4edb2 chore: change awareness broadcasting from stream to pubsub 2025-03-11 05:25:22 +01:00
Marukome0743
378d6f2683
fix: change docker-compose to docker compose command 2025-03-10 11:28:17 +09:00
Nathan.fooo
8008959965
Workspace table notification (#1261)
* chore: add delete user notification

* chore: create trigger for workspace delete action
2025-03-06 10:11:49 +08:00
Khor Shu Heng
eb927831cd
fix: fqdn should not include scheme (#1249) 2025-03-06 00:32:03 +08:00
Khor Shu Heng
ca57b60d53
fix: missing database name variable in worker service (#1262) 2025-03-06 00:31:35 +08:00
Richard Shiue
6872da3722
chore: add user question completion type (#1263) 2025-03-06 00:31:04 +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
58c6e602c8
Merge pull request #1257 from AppFlowy-IO/add-uuid-to-create-question
fix: add author uuid to response for create AI chat question
2025-03-04 15:20:15 +08:00
khorshuheng
4c23c2d396 fix: add author uuid to response for create AI chat question 2025-03-04 14:08:05 +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
06ddd7f755
chore: generate ai image if need (#1254)
* chore: generate ai image

* chore: fix test
2025-02-26 22:54:03 +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
Annie
a4aa820fc0
Update README.md
change the official website from appflowy.io to appflowy.com
2025-02-23 13:46:43 +08:00
Khor Shu Heng
884ecf7cd8
Merge pull request #1243 from AppFlowy-IO/fix-postgres-health-check
fix: add database option for postgres health check
2025-02-20 16:50:53 +08:00
khorshuheng
351cb0be37 fix: add database option for postgres health check 2025-02-20 16:50:33 +08:00
Khor Shu Heng
1ffd6cc7b7
Merge pull request #1242 from AppFlowy-IO/append-block
feat: api to add block to the end of document
2025-02-20 16:20:51 +08:00
khorshuheng
84f529c0a0 feat: api to add block to the end of document 2025-02-20 15:34:58 +08:00
Khor Shu Heng
38796d147b
Merge pull request #1241 from AppFlowy-IO/collab-json
feat: api to get collab as json
2025-02-19 15:54:54 +08:00
khorshuheng
d131e91190 feat: api to get collab as json 2025-02-19 14:48:31 +08:00
Khor Shu Heng
316d058a5d
Merge pull request #1240 from AppFlowy-IO/drop-collab-member-trigger
chore: drop collab member trigger
2025-02-17 17:03:40 +08:00