Commit Graph

1159 Commits

Author SHA1 Message Date
Khor Shu Heng 3b389d7911
fix: impose character limits on comment (#712) 2024-08-01 12:00:59 +08:00
Khor Shu Heng ca6490c1ac
feat: deserialization for entities used in collab stream (#682) 2024-07-30 17:08:48 +08:00
Zack b5abaafb50
Merge pull request #709 from AppFlowy-IO/fix/publish-nothing
fix: publish nothing should result in error
2024-07-30 12:38:55 +08:00
Zack Fu Zi Xiang 498d98cd33
fix: ci tests 2024-07-30 11:27:35 +08:00
Zack Fu Zi Xiang b122e845b0
fix: publish nothing test case 2024-07-30 10:42:56 +08:00
Zack Fu Zi Xiang c185063847
fix: publish nothing should result in error 2024-07-30 09:55:29 +08:00
Khor Shu Heng 4f8c6fef81
Merge pull request #706 from AppFlowy-IO/add-can-be-deleted
feat: add can be deleted field to GlobalComment
2024-07-29 20:01:20 +08:00
Khor Shu Heng ff7de66dfa feat: add can be deleted field to GlobalComment 2024-07-29 19:32:16 +08:00
Khor Shu Heng 928781d01e
Merge pull request #708 from AppFlowy-IO/reaction-endpoint-bugfix
fix: reaction endpoint bugfix
2024-07-29 18:57:01 +08:00
khorshuheng 230358fd2f fix: rename uid to uuid in AFWebUser struct for clarity 2024-07-29 16:04:54 +08:00
khorshuheng 422683d717 fix: order reactions by reaction type first creation date 2024-07-29 16:02:03 +08:00
khorshuheng b6c9f541e2 fix: delete reaction from comment SQL query should be based on comment id, not view id 2024-07-29 14:47:33 +08:00
Khor Shu Heng b108325c7c
Merge pull request #703 from AppFlowy-IO/reaction-endpoint
feat: endpoints for reactions on published view
2024-07-29 12:11:14 +08:00
khorshuheng ea8ca36b5b fix: share query param struct for api client and server 2024-07-29 11:36:38 +08:00
Nathan.fooo 0062c95067
chore: update ai config (#707) 2024-07-28 22:43:47 +08:00
Khor Shu Heng 62f32e8757 feat: return user struct instead of uuid for reaction 2024-07-27 12:55:07 +08:00
Khor Shu Heng b861f0a703 feat: endpoints for reactions on published view 2024-07-26 22:56:47 +08:00
Khor Shu Heng a81355e0f0
Merge pull request #705 from AppFlowy-IO/order-comments-by-recency
fix: order comments by recency
2024-07-26 17:20:59 +08:00
Khor Shu Heng 122520e9f4 fix: order comments by recency 2024-07-26 16:28:35 +08:00
Zack 762e558d72
Merge pull request #702 from AppFlowy-IO/workspace-member-count
feat: improve workspace api
2024-07-26 13:35:11 +08:00
Zack Fu Zi Xiang 5e3f84ca3a
fix: test 2024-07-26 11:59:38 +08:00
Nathan.fooo 505c11ff35
chore: update local ai endpoint (#704) 2024-07-26 11:08:08 +08:00
Zack Fu Zi Xiang 83064daf00
chore: cargo deny 2024-07-26 10:07:08 +08:00
Zack Fu Zi Xiang 9bef644a79
chore: update time 2024-07-25 21:35:07 +08:00
Zack Fu Zi Xiang fc62a079c0
chore: merge with main 2024-07-25 21:05:29 +08:00
Khor Shu Heng 2023334eda
Merge pull request #698 from AppFlowy-IO/publish-comment-endpoint
feat: Add create, retrieve, delete API for publish view global comment
2024-07-25 16:40:28 +08:00
Khor Shu Heng 69a6ac48c8 chore: use struct instead of tuple struct for GlobalComments 2024-07-25 16:09:26 +08:00
Khor Shu Heng f71ac07ae7 chore: rename GlobalCommentCreator to AFWebUser to allow potential reuse 2024-07-25 14:39:02 +08:00
Khor Shu Heng f535950643 feat: add database operations for publish comment crd 2024-07-25 13:32:43 +08:00
Khor Shu Heng 6eea93d774 feat: add create, retrieve, delete API for publish view global comment 2024-07-25 13:32:43 +08:00
Zack Fu Zi Xiang 11c1521b71
feat: improve workspace api 2024-07-25 04:19:40 +08:00
Kilu.He 47f87cee1c
feat: support publish interfaces for wasm (#654)
* feat: support publish interfaces for wasm

* fix: fmt

* feat: support sign in with url
2024-07-23 17:47:21 +08:00
Zack c2a839ba8b
chore: add bytes stream error check (#697) 2024-07-22 14:04:25 +08:00
Zack bbfc39c5f6
Merge pull request #696 from AppFlowy-IO/fix/success-redirect
fix: payment success url redirect
2024-07-22 12:38:12 +08:00
Zack Fu Zi Xiang c8e992944b
fix: payment success url redirect 2024-07-22 11:45:30 +08:00
Zack 1ee0896eb7
Merge pull request #695 from AppFlowy-IO/feat/billing-subscription-details
Feat/billing subscription details
2024-07-20 14:33:50 +08:00
Zack Fu Zi Xiang 61be7fd46c
chore: fix method 2024-07-19 23:19:00 +08:00
Zack Fu Zi Xiang bacb7c4ae6
chore: add get subscription plan details 2024-07-19 23:10:06 +08:00
Zack Fu Zi Xiang 37a8b9bfc7
chore: add recurring interval 2024-07-19 22:43:21 +08:00
Zack Fu Zi Xiang 5a8c1daf31
chore: add shared entitity subscription plan detail 2024-07-19 21:58:40 +08:00
Zack 76a8993cac
Merge pull request #693 from AppFlowy-IO/feat/billing-cancel-reason
chore: support cancellation reason
2024-07-17 17:34:32 +08:00
Bartosz Sypytkowski 48d03883aa
Merge pull request #694 from AppFlowy-IO/yrs-0.19.2
chore: bump yrs to 0.19.2
2024-07-17 11:30:58 +02:00
Bartosz Sypytkowski ddf3973f5c chore: bump collab dependencies 2024-07-17 11:15:39 +02:00
Bartosz Sypytkowski f083f9d88b chore: bump yrs to 0.19.2 2024-07-17 11:12:56 +02:00
Zack Fu Zi Xiang 4987884b58
chore: support cancellation reason 2024-07-17 12:24:20 +08:00
Nathan.fooo 53cbe992bf
chore: remove local ai model type (#692) 2024-07-16 22:14:04 +08:00
Zack 82bbee19a5
Merge pull request #691 from AppFlowy-IO/fix-user-creation-deadlock-2
Fix user creation deadlock 2
2024-07-16 10:44:15 +08:00
Zack Fu Zi Xiang d47edf2774
chore: add mutex for test concurrent admin sign in 2024-07-16 10:09:31 +08:00
Zack ac5773247f
Merge pull request #689 from AppFlowy-IO/billing-support-3
Billing support 3
2024-07-16 07:41:06 +08:00
Bartosz Sypytkowski a8ed5be8d0 fix: cargo fmt 2024-07-15 19:21:10 +02:00