Commit graph

2097 commits

Author SHA1 Message Date
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
khorshuheng
59786a686b chore: drop collab member trigger 2025-02-17 17:03:13 +08:00
Khor Shu Heng
2c4f5ff695
Merge pull request #1239 from AppFlowy-IO/remove-unnecessary-dependency-machete
chore: remove unnecessary package as reported by cargo machete
2025-02-17 17:02:24 +08:00
Khor Shu Heng
cc38c3fe53
Merge pull request #1238 from AppFlowy-IO/fix-chat-user-uuid
fix: wrong field being used for author uuid
2025-02-17 16:52:31 +08:00
khorshuheng
d9d511be99 chore: remove unnecessary package as reported by cargo machete 2025-02-17 16:26:01 +08:00
khorshuheng
145dc2a32e fix: wrong field being used for author uuid 2025-02-17 15:31:23 +08:00
Khor Shu Heng
954266fdea
Merge pull request #1237 from AppFlowy-IO/get-workspace-member-uuid
feat: fetch workspace member via uuid
2025-02-17 12:17:01 +08:00
khorshuheng
672118355e feat: fetch workspace member via uuid 2025-02-17 11:34:32 +08:00
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