Commit graph

2070 commits

Author SHA1 Message Date
Khor Shu Heng
603faf3631
Merge pull request #1234 from AppFlowy-IO/v2-get-chat-message-endpoint
fix: chat message endpoint should return user uuid instead of uid
2025-02-17 11:03:50 +08:00
khorshuheng
d05b7914de fix: use outer join 2025-02-14 17:31:08 +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
Khor Shu Heng
d1c4d7d446
Merge pull request #1232 from AppFlowy-IO/remove-actions-required
fix: drop 'Actions Required' from notification mail subject
2025-02-13 11:56:20 +08:00
Khor Shu Heng
6585903767
Merge pull request #1231 from AppFlowy-IO/remove-collab-member-crud
chore: remove unused collab member crud api
2025-02-13 11:56:03 +08:00
Khor Shu Heng
02ddf87974
Merge pull request #1233 from AppFlowy-IO/remove-unused-lib
chore: remove unused workspace library
2025-02-13 11:55:43 +08:00
Khor Shu Heng
3788f6ecf7
Merge pull request #1230 from AppFlowy-IO/better-error-message
chore: add better error message for get member failure
2025-02-13 11:24:48 +08:00
khorshuheng
8921b413fe fix: drop 'Actions Required' from notification mail subject 2025-02-13 11:00:42 +08:00
khorshuheng
937d20f793 chore: remove unused workspace library 2025-02-13 10:58:04 +08:00
khorshuheng
fb15b79909 chore: remove unused collab member crud api 2025-02-13 10:48:19 +08:00
khorshuheng
20e25d5da7 chore: add better error message for get member failure 2025-02-13 10:32:19 +08:00
Khor Shu Heng
80eea34e73
Merge pull request #1229 from AppFlowy-IO/create-page-with-initial-data
feat: create page with initial data
2025-02-12 17:21:38 +08:00
khorshuheng
9c4eeffca5 feat: create page with initial data 2025-02-12 16:59:35 +08:00
Khor Shu Heng
9ad675deff
Merge pull request #1228 from AppFlowy-IO/lock-page-endpoint
feat: support lock page
2025-02-12 15:55:40 +08:00
khorshuheng
dc7dbb7131 feat: support lock page via update page API 2025-02-12 15:36:01 +08:00
khorshuheng
06fc399c21 feat: support view locking 2025-02-10 14:50:45 +08:00
Khor Shu Heng
1df5a18b77
Merge pull request #1224 from AppFlowy-IO/support-create-chat
feat: support chat page creation
2025-02-10 13:18:39 +08:00
khorshuheng
e3d458d93b feat: support chat page creation 2025-02-10 12:30:42 +08:00
Khor Shu Heng
49ebebd94a
Merge pull request #1217 from AppFlowy-IO/fine-grained-permission
chore: simplify access control implementation
2025-02-07 22:19:15 +08:00
Khor Shu Heng
b5dfed57e7
Merge pull request #1220 from AppFlowy-IO/fix-ci-test
chore: fix CI test failure due to PR #1215
2025-02-07 21:14:45 +08:00
khorshuheng
5d8efac751 chore: simplify access control implementation 2025-02-07 21:13:45 +08:00
khorshuheng
f81adac33e chore: fix CI test failure due to PR #1215 2025-02-07 20:35:57 +08:00
Khor Shu Heng
5052bb1a7a
Merge pull request #1218 from thuvh/worker_mail_tls
feat: config email tls for worker
2025-02-07 09:57:45 +08:00
Hoai-Thu Vuong
b36290882b
feat: config email tls for worker
Signed-off-by: Hoai-Thu Vuong <thuvh87@gmail.com>
2025-02-07 00:56:06 +07:00
Nathan.fooo
c80157a687
chore: support flex response layout (#1215)
* chore: support flex response layout
2025-02-06 17:32:10 +08:00
Nathan.fooo
a7dff1b7d8
chore: support explain text (#1213) 2025-02-06 12:56:15 +08:00
Nathan
fdb7d62d0c chore: print test image url 2025-02-05 17:04:49 +08:00
Khor Shu Heng
fd9424a350
Merge pull request #1212 from AppFlowy-IO/fix-docker-workflow
chore: fix github docker push workflow
2025-02-05 11:55:10 +08:00
khorshuheng
b1c9db619a chore: fix github docker push workflow 2025-02-05 11:53:13 +08:00
Nathan.fooo
81ee8c878a
chore: fix create upload test (#1040)
* chore: fix create upload test

* chore: fix test

* chore: fmt
2025-02-05 10:52:17 +08:00
Khor Shu Heng
b8d8007f26
fix: issue:991 unable to import from Notion when using minio (#1203) 2025-02-05 09:55:56 +08:00
Nathan.fooo
6648851c61
chore: support completion with format (#1211) 2025-02-05 09:54:33 +08:00
Khor Shu Heng
6a816341bf
chore: arm runner for arm image building (#1204) 2025-02-04 21:31:40 +08:00
Nathan.fooo
4ed5b367ea
chore: return model with metedata (#1208)
* chore: return model with metedata

* chore: add error code
2025-02-03 17:05:15 +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
950563dbef
Merge pull request #1201 from AppFlowy-IO/fix-appflowy-web-url-var
fix: appflowy web url env var is not used
2025-01-27 11:00:54 +08:00
khorshuheng
3c3d1502f8 fix: appflowy web url env var is not used 2025-01-27 10:52:29 +08:00
Khor Shu Heng
7a6bbcb696
Merge pull request #1199 from SilvioMessi/fix-env.sh
fix: typo in env.sh
2025-01-27 08:46:50 +08:00
Silvio Messi
505d15c316 fix: typo in env.sh 2025-01-26 18:04:05 +01:00
Nathan.fooo
a272ce1296
chore: share docker network (#1197)
* chore: share ci docker network

* chore: share ci docker network

* chore: share ci docker network

* chore: add health endpoint

* chore: add health endpoint

* chore: add health endpoint

* chore: add health endpoint

* chore: add health endpoint

* chore: add health endpoint
2025-01-24 23:02:16 +08:00
Khor Shu Heng
11342e7f67
Merge pull request #1196 from AppFlowy-IO/add-appflowy-web-to-docker-compose
feat: add appflowy web to docker compose
2025-01-24 21:54:13 +08:00
khorshuheng
616293aa31 feat: add appflowy web to docker compose 2025-01-24 21:37:10 +08:00
Khor Shu Heng
133058f88c
Merge pull request #1195 from AppFlowy-IO/arm-appflowy-web-build
chore: add workflow to build arm appflowy web image
2025-01-24 21:01:01 +08:00
khorshuheng
6a22a2f816 chore: add workflow to build arm appflowy web image 2025-01-24 20:53:44 +08:00
Khor Shu Heng
7a53e136db
Merge pull request #1194 from AppFlowy-IO/appflowy-web-setup
chore: pipeline to build appflowy web image for self hosters
2025-01-24 14:20:39 +08:00
khorshuheng
d614acfa92 chore: pipeline to build appflowy web image for self hosters 2025-01-24 14:16:00 +08:00
Khor Shu Heng
10762bace5
Merge pull request #1190 from AppFlowy-IO/move-admin-frontend
feat: issue#1173 allow admin frontend to be served on a different path
2025-01-24 12:23:34 +08:00