Commit Graph

551 Commits

Author SHA1 Message Date
Nathan.fooo 71d292ebcd
chore: add app version when querying ai configuratino (#724)
* chore: update api endpoint that accepts app version

* chore: update env

* chore: disable locai ai config test
2024-08-13 11:14:32 +08:00
Nathan.fooo 7878a018a1
chore: Update index content api (#723)
* chore: support index pdf file

* chore: fix compile

* chore: fix test
2024-08-12 15:10:49 +08:00
Khor Shu Heng ea27e87103
feat: support avatar url for publish comment and reaction endpoint (#711)
* chore: update sqlx to 0.8

* feat: support avatar url for publish comment and reaction

* chore: simplify reactions and comments ops using query as
2024-08-08 23:58:28 +08:00
Nathan.fooo d27a0cf204
chore: disable pdf option (#719)
* chore: disable pdf option

* chore: reanme
2024-08-08 23:56:33 +08:00
Nathan.fooo 0b3949152b
feat: support chat with markdown (#718)
* chore: store metatdata

* chore: support markdown

* chore: update test
2024-08-08 13:19:19 +08:00
Khor Shu Heng bb1c93b98a
chore: replace bincode serialization with protobuf for collab stream (#715) 2024-08-05 23:44:34 +08:00
Khor Shu Heng 21bbfa828e
chore: update sqlx to 0.8 (#710)
* chore: update sqlx to 0.8

* fix: handle potential encoding error during add args

* chore: more description for SqlxArgEncodingError
2024-08-05 23:44:11 +08:00
Nathan.fooo a371912c61
chore: enable chat with provided context (#713)
* chore: enable chat with provided context

* chore: rename

* chore: update create chat message api endpoint

* chore: use list context

* chore: use list context

* chore: fix test

* chore: update api endpoint

* chore: rename client api function

* chore: rename client api function

* chore: expose entity

* chore: update sqlx files

* chore: update test
2024-08-05 14:06:44 +08:00
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
Khor Shu Heng ff7de66dfa feat: add can be deleted field to GlobalComment 2024-07-29 19:32:16 +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 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
Nathan.fooo 505c11ff35
chore: update local ai endpoint (#704) 2024-07-26 11:08:08 +08:00
Zack Fu Zi Xiang fc62a079c0
chore: merge with main 2024-07-25 21:05:29 +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 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 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
Bartosz Sypytkowski a8ed5be8d0 fix: cargo fmt 2024-07-15 19:21:10 +02:00
Bartosz Sypytkowski f5ca71e701 chore: remove pg advisory lock 2024-07-15 19:09:26 +02:00
Zack Fu Zi Xiang 2a145c2f8c
fix: missing payload 2024-07-15 11:37:56 +08:00
Zack Fu Zi Xiang fdc7055b76
Merge branch 'main' into billing-support-3 2024-07-15 09:22:13 +08:00
Nathan.fooo eebdbcad79
chore: add api endpoint for local ai config (#678)
* chore: add api endpoint for local ai config

* chore: fix ci

* chore: api endpoint for download local ai config

* chore: update ci

* chore: ensure client version

* chore: update test
2024-07-15 08:30:11 +08:00
Zack Fu Zi Xiang e9bdceec14
chore: billing api recurring interval 2024-07-15 00:28:45 +08:00
Zack Fu Zi Xiang 8186b3836b
chore: update api for cancel request 2024-07-14 01:12:53 +08:00
Zack Fu Zi Xiang e626917d71
chore: add billing cancellation request 2024-07-14 00:49:57 +08:00
Zack Fu Zi Xiang e0e7950ae1
chore: add try from for subscription plan 2024-07-10 18:54:39 +08:00
Zack Fu Zi Xiang 549e0ac9d7
chore: use more consistent names from stripe 2024-07-10 18:41:18 +08:00
Zack Fu Zi Xiang 013653bc66
chore: improve billing api 2024-07-10 16:12:26 +08:00
Zack Fu Zi Xiang 4623077cdd
chore: add method to query status only for a workspace 2024-07-10 13:52:50 +08:00