Nathan
4d172761ce
chore: search with ai summary
2025-04-14 10:36:42 +08:00
Nathan
6886261692
chore: ensure path
2025-04-08 20:49:15 +08:00
Nathan
efb98d28ef
chore: rename data path
2025-04-08 15:53:34 +08:00
Nathan
0286678286
chore: clippy
2025-04-08 10:30:48 +08:00
Nathan
4896d7c1be
chore: enable sync log by default
2025-04-07 22:04:32 +08:00
Nathan
20bcdd1f90
chore: fmt
2025-04-07 21:28:48 +08:00
Nathan
91397c963a
chore: clippy
2025-04-07 19:34:26 +08:00
Nathan
995b773c74
chore: replace str with uuid
2025-04-07 19:24:58 +08:00
Nathan
671e855b0e
Merge branch 'main' into mcp_protocol
2025-03-28 16:27:19 +08:00
Nathan
7456c65799
chore: clippy
2025-03-27 20:54:48 +08:00
Nathan
ccb020e885
chore: bump lai
2025-03-27 14:19:27 +08:00
Nathan
949556e2fa
chore: remove tauri feature
2025-03-24 12:03:42 +08:00
Nathan
05949d2f87
chore: support switch ai model in chat or ai writer
2025-03-23 21:53:05 +08:00
Nathan
ee69283a23
chore: support response format
2025-03-13 10:53:20 +08:00
Nathan
d29a90a472
chore: init ai plugin on separate thread
2025-03-10 08:54:32 +08:00
Nathan
4ff71b5dce
chore: implement ollama
2025-03-09 23:32:42 +08:00
Nathan.fooo
9271d42db5
chore: fetch model list ( #7306 )
...
* chore: fetch model list
2025-02-01 23:48:32 +08:00
Nathan.fooo
342c361184
chore: ai block with context ( #7193 )
...
* chore: ai block with context
* chore: fix test
2025-01-12 22:33:21 +08:00
Nathan.fooo
790d5612f7
chore: retry load image ( #7179 )
...
* chore: retry load image
* feat: support retry count and retry duration in network image
* chore: use loading builder in network image
* feat: support retry logic in network image
* feat: disable image menu when loading image
* chore: error prompt
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2025-01-10 09:43:18 +08:00
Lucas
64994b3336
chore: enable AI seach ( #7169 )
...
* chore: enable AI seach
* chore: remove unused code
* fix: replace the old web base url with the new one
2025-01-08 15:52:24 +08:00
Richard Shiue
ab8e01bbf7
feat(flutter): pre-defined response formats ( #7128 )
...
* feat: pre-defined response formats
* chore: adjust bottom sheet
* chore: rename and clean up enums
* chore: move all mobile input actions to the bottom
* chore: bump client-api
* chore: connect to API
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: code cleanup
* chore: code cleanup
* chore: update client-api
* chore: expand page
* chore: simplify logic for not displaying related questions
* chore: remove hover effect view icon in select sources
* chore: regenerate with different format
* chore: remove error messages when sending new one
* chore: code style
* chore: bump client api
* fix: image not displaying and hide editing options
* chore: don't fetch related questions for image only
* chore: fix clippy
* chore: don't add related questions on regenerate
* chore: bump editor
* fix: expand sidebar page
* chore: update client api
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: weidong fu <nathan@appflowy.io>
2025-01-08 10:43:03 +08:00
Nathan.fooo
09fa75f5ec
chore: remove crates ( #7085 )
...
* chore: remove crate
* chore: use rust 1.81
* chore: remove build flag
* fix: macos build error
* chore: upgrade super_clipboard
* chore: fix pb lint warning
* chore: fix clippy
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-30 14:25:05 +08:00
Nathan.fooo
a521541cb7
chore: only sync when doucment was changed ( #7081 )
...
* chore: only sync when doucment was changed
* chore: fmt
2024-12-30 10:26:06 +08:00
Nathan.fooo
49d9417cac
refactor: crate dir ( #7080 )
2024-12-29 14:47:28 +08:00
Nathan.fooo
171c5634f2
fix: calculation UI refresh ( #6615 )
...
* chore: add test
* chore: update test
* chore: create events
* chore: load csv
* test: add events
* test: clean
* chore: fix test
* chore: fix test
* chore: fix test
* chore: fmt
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-12-24 21:27:34 +08:00
Richard Shiue
ed052c6792
chore: include parent view id in initial chat settings ( #7030 )
...
* chore: include parent view id in initial chat settings
* chjore: add a tooltip
2024-12-22 14:46:54 +08:00
Nathan.fooo
d25a399aba
chore: sync chat document when open chat ( #7016 )
...
* chore: sync document
* chore: auto create chat title
2024-12-20 00:15:01 +08:00
Richard Shiue
e73fd56152
feat: regenerate ai response ( #7006 )
...
* feat: regenerate ai response
* chore: find question id instead of assuming
* chore: fix clippy
* chore: show local messages if they were there
* chore: remove duplicate code
* chore: fix loading message
* chore: revert unintended translation key removal
* chore: update translation for ai service unavailable
* chore: fix initial chat message load
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-12-19 14:13:53 +08:00
Richard Shiue
e188552c1e
fix: ai chat initial rag_ids shouldn't include views that are not documents or in the trash ( #6982 )
...
* chore: only add document views to initial rag_ids
* chore: filter out views that are in the trash
2024-12-13 13:04:17 +08:00
Nathan.fooo
d2b2f17b1c
chore: diagnose sync issues with sync.log file ( #6950 )
...
* chore: filter sync log
* chore: filter sync log
* chore: enable/disable sync log
* chore: enable/disable sync log
* chore: observer document and folder
* fix: integration test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-10 10:02:48 +08:00
Nathan.fooo
722b436cad
chore: Ai chat context ( #6929 )
...
* chore: implement chat setting
* chore: clippy
* chore: rename
* chore: set rag_ids when creating a chat
* chore: clippy
* chore: fix test
* chore: fix test
* chore: fix test
* chore: clippy
2024-12-08 18:25:25 +08:00
Nathan.fooo
4205a34f04
chore: delete upload task when upload size exceed limit ( #6841 )
...
* chore: delete upload tasks
* test: update
* chore: bump client api
* chore: fix test
2024-11-22 18:18:24 +08:00
Nathan.fooo
28530722bc
chore: bump client api ( #6781 )
...
* chore: bump client api
* chore: fix member count serde error
2024-11-14 00:51:07 +08:00
Nathan.fooo
3c8de8a52c
chore: update upload file logs ( #6735 )
2024-11-06 11:18:40 +08:00
Zack
d38a5f38e3
chore: update dep ( #6727 )
2024-11-06 09:12:16 +08:00
Nathan.fooo
a1d0dba0a5
chore: remove local ai watch on windows and linux ( #6704 )
...
* chore: remove local ai watch on windows and linux
* chore: clippy
2024-11-04 11:26:05 +08:00
Lucas
07e34609e7
feat: custom namespace/domain ( #6614 )
2024-10-31 14:38:32 +08:00
Nathan.fooo
e6357a9d6c
chore: optimize import appflowy data ( #6671 )
...
* chore: only import user workspace
* chore: apply migration if need
* chore remove unused code
* chore: store first time installed version
* chore: clippy
2024-10-31 13:02:54 +08:00
Nathan.fooo
9707148b86
chore: bump appflowy collab ( #6649 )
...
* chore: fix test
* chore: fix duplicated view name
* chore: fix windows build
* chore: clippy
2024-10-29 11:21:49 +08:00
Nathan.fooo
a42b6e02ab
chore: revamp error for FolderCloudService service ( #6623 )
...
* chore: revamp error for FolderCloudService service
* chore: bump cloud
* ci: update configuration
* chore: clippy
* chore: bump client api
2024-10-26 11:20:16 +08:00
Lucas
c821454df8
Revert "feat: custom domain ( #6518 )" ( #6613 )
...
This reverts commit 73e8b476fbfe25dda69d0e430376473012202b7e.
2024-10-24 11:10:59 +08:00
Zack
73e8b476fb
feat: custom domain ( #6518 )
...
* feat: api for namespace setting
* feat: add publish timestamp
* feat: update api
* chore: update proto
* feat: add link impl for appflowy cloud
* feat: impl set and get default view for workspace
* chore: merge with main and update to latest cloud client api
* fix: ci build
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-10-23 19:41:46 +08:00
Nathan.fooo
320ffcb434
Import notion zip ( #6528 )
...
* chore: upgrade client api
* chore: import notion zip
* chore: bump client api
* chore: bump collab
* chore: upgrade cloud version
* chore: fix test
* chore: fix test
2024-10-14 20:38:04 +08:00
Nathan.fooo
fd9b01ca27
fix: import data ( #6483 )
...
* chore: import into space
* chore: par insert
* fix: migrate from anon
* chore: fix test
* chore: update test
* chore: add test
* chore: update test
* chore: update test
* chore: update docs
* fix: space collab
* chore: update test
2024-10-06 20:08:17 +08:00
Nathan.fooo
469ddacfcc
chore: bump collab ( #6450 )
...
* chore: upgrade collab
* chore: bump client api
2024-10-03 23:45:29 +08:00
Nathan.fooo
7d3159c8da
fix: delete duplicate test in board ( #6364 )
...
* chore: fix delete duplicate test in board
* chore: update log
2024-09-21 09:57:17 +08:00
Nathan.fooo
e36f9aee4e
chore: bump collab version ( #6363 )
2024-09-20 16:19:04 +08:00
Nathan.fooo
f1bc9f860c
fix: untitled override the true value in row details page ( #6315 )
...
* fix: untitled override the true value in row details page
* chore: use on complete edit callback
* chore: fix test
* chore: fix test
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-09-16 13:19:36 +08:00
Nathan.fooo
877236baf9
fix: sort with original row orders ( #6314 )
...
* fix: sort with original row orders
* chore: bump collab
2024-09-15 19:14:16 +08:00
Nathan.fooo
609ea27c42
fix: write/load database/document collab ( #6308 )
...
* chore: post document collab after create
* chore: write database rows
* chore: fix test
* chore: fix test
* chore: bump collab
* chore: fix get related row
* chore: try to fix open database error
* chore: update client api
2024-09-15 00:02:17 +08:00