Nathan
2cf96a2ce3
chore: fix rust test
2025-04-21 13:07:50 +08:00
Nathan
1356382524
refactor: only notify when user workspaces were changed
2025-04-21 11:41:58 +08:00
Nathan
2ee786f351
chore: update logs
2025-04-20 19:32:52 +08:00
Nathan
92d5690bba
chore: pass folder init data
2025-04-20 18:07:02 +08:00
Nathan
fa798f3ecd
chore: workspace usage
2025-04-20 15:54:37 +08:00
Nathan
747a63d452
chore: create user workspace for anon user
2025-04-20 14:34:30 +08:00
Nathan
bb5d36402a
chore: fix test
2025-04-20 13:35:06 +08:00
Nathan
2c5f41b580
fix: set auth type
2025-04-20 12:47:14 +08:00
Nathan
2f5b494885
chore: remove authticator pb
2025-04-20 00:48:31 +08:00
Nathan
d478ecfd41
chore: remove unused code
2025-04-19 23:33:34 +08:00
Nathan
72fc0cce07
chore: move sql
2025-04-19 22:18:15 +08:00
Nathan
81f63bebe6
chore: sql
2025-04-19 21:03:50 +08:00
Nathan
6dac45172e
chore: auth type
2025-04-19 15:34:06 +08:00
Nathan
e851fba71b
chore: clippy
2025-04-19 14:21:22 +08:00
Nathan
3a05a4851f
chore: clippy
2025-04-19 14:07:49 +08:00
Nathan
edc5710e32
chore: auth type and remove unused code
2025-04-19 14:00:51 +08:00
Nathan
2dc22004a1
refactor: remove server type
2025-04-18 15:57:33 +08:00
Nathan
394ac85c32
refactor: server type name
2025-04-18 15:31:50 +08:00
Nathan
ac659066c6
chore: return local model
2025-04-17 20:49:24 +08:00
Nathan
c633dd0919
chore: remove unused code
2025-04-17 11:11:54 +08:00
Nathan
c89f33e2f8
chore: remove unused code
2025-04-16 20:59:25 +08:00
Nathan
079112c9d2
chore: clippy
2025-04-16 16:30:07 +08:00
Nathan
92179fe61c
chore: do not get workspace usage when current user is not owner
2025-04-16 15:16:06 +08:00
Nathan
4d172761ce
chore: search with ai summary
2025-04-14 10:36:42 +08:00
Lucas
e3bbabd63e
feat: sign in with passcode ( #7685 )
...
* feat: sign in with password or passcode
* feat: add loading dialog
* chore: update translations
* feat: support otp on mobile
2025-04-10 14:06:08 +08:00
Nathan
efb98d28ef
chore: rename data path
2025-04-08 15:53:34 +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.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
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
Zack
ee96a44fef
feat: use new api to get the workspace member role ( #6783 )
...
* chore: update to latest client api
* chore: merge with main
* chore: remove unneeded code
* fix: sqlite migration
* fix: cargo fmt
* feat: use new api to get the member role
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-19 15:19:24 +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
Lucas
cd3be696dc
feat: optimize the workspace menu loading speed ( #6758 )
...
* feat: optimize the workspace menu loading speed
* chore: add workspace menu animation
* feat: optimize workspace menu loading speed on mobile
* test: workspace member count test
* fix: rust ci
2024-11-13 20:36:15 +08:00
Richard Shiue
bd7976d005
fix: v0.7.3 additional launch review session issues ( #6730 )
...
* fix: focusedDay on is range toggle
* fix: attempt to fix date reminder
* chore: alignment issue on windows
* chore: use onFailure
* chore: default for set reminder
* chore: code style
* fix: add reminder bug
* fix: checklist item alignment
* fix: date cell reminders
* chore: regard cell datetime as correct
* fix: reminder creation date
* chore: bump collab that fixes reminders
* test: add date cell and reminder bloc test
* chore: bump collab
* chore: revert visual density change
* fix: submitting date time text field makes it flash
* fix: improve behavior of phantom checklist item
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-11-07 18:33:12 +08:00
Nathan.fooo
3fbdcab7b0
chore: try to fix when load data from cloud cause windows delay rendering ( #6708 )
2024-11-04 13:53:02 +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
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
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
Zack
a6cce62b06
feat: added delete account functionality ( #6167 )
...
* feat: added delete account functionality
* chore: update client api
2024-09-03 15:19:28 +08:00
Nathan.fooo
c3114e5a39
chore: bump client api ( #6113 )
...
* chore: bump client api and collab
2024-08-30 14:31:05 +08:00
Nathan.fooo
9a295daf99
chore: fix database filter ( #6094 )
...
* chore: fix database filter
* chore: fix test
2024-08-28 16:15:40 +08:00
Bartosz Sypytkowski
fd5299a13d
move to latest appflowy collab version ( #5894 )
...
* chore: move to latest appflowy collab version
* chore: filter mapping
* chore: remove mutex folder
* chore: cleanup borrow checker issues
* chore: fixed flowy user crate compilation errors
* chore: removed parking lot crate
* chore: adjusting non locking approach
* chore: remove with folder method
* chore: fix folder manager
* chore: fixed workspace database compilation errors
* chore: initialize database plugins
* chore: fix locks in flowy core
* chore: remove supabase
* chore: async traits
* chore: add mutexes in dart ffi
* chore: post rebase fixes
* chore: remove supabase dart code
* chore: fix deadlock
* chore: fix page_id is empty
* chore: use data source to init collab
* chore: fix user awareness test
* chore: fix database deadlock
* fix: initialize user awareness
* chore: fix open workspace test
* chore: fix import csv
* chore: fix update row meta deadlock
* chore: fix document size test
* fix: timestamp set/get type convert
* fix: calculation
* chore: revert Arc to Rc
* chore: attach plugin to database and database row
* chore: async get row
* chore: clippy
* chore: fix tauri build
* chore: clippy
* fix: duplicate view deadlock
* chore: fmt
* chore: tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-08-18 11:16:42 +08:00
Nathan.fooo
4b24b41dd4
chore: rm fut ( #5958 )
...
* chore: rm fut
* chore: clippy
2024-08-14 10:33:23 +08:00
Lucas.Xu
f1ad03eaa9
chore: bump version 0.6.7 ( #5949 )
...
* chore: update collab version
* chore: update changelog
* chore: update notification reddot style
* fix: unable to fetch reminders
* chore: optimize notification red dot size
2024-08-13 15:03:57 +08:00
Mathias Mogensen
620e027c3e
feat: ai billing ( #5741 )
...
* feat: start on AI plan+billing UI
* chore: enable plan and billing
* feat: cache workspace subscription + minor fixes (#5705 )
* feat: update api from billing
* feat: add api for workspace subscription info (#5717 )
* feat: refactor and start integrating AI plans
* feat: refine UI and add business logic for AI
* feat: complete UIUX for AI and limits
* chore: remove resolved todo
* chore: localize remove addon dialog
* chore: fix spacing issue for usage
* fix: interpret subscription + usage on action
* chore: update api for billing (#5735 )
* chore: update revisions
* fix: remove subscription cache
* fix: copy improvements + use consistent dialog
* chore: update to the latest client api
* feat: support updating billing period
* Feat/ai billing cancel reason (#5752 )
* chore: add cancellation reason field
* fix: ci add one retry for concurrent sign up
* chore: merge with main
* chore: half merge
* chore: fix conflict
* chore: observer error
* chore: remove unneeded protobuf and remove unwrap
* feat: added subscription plan details
* chore: check error code and update sidebar toast
* chore: periodically check billing state
* chore: editor ai error
* chore: return file upload error
* chore: fmt
* chore: clippy
* chore: disable upload image when exceed storage limitation
* chore: remove todo
* chore: remove openai i18n
* chore: update log
* chore: update client-api to fix stream error
* chore: clippy
* chore: fix language file
* chore: disable billing UI
---------
Co-authored-by: Zack Fu Zi Xiang <speed2exe@live.com.sg>
Co-authored-by: nathan <nathan@appflowy.io>
2024-07-22 15:43:48 +08:00
Nathan.fooo
5bbf174ffd
chore: enable local ai and local ai chat ( #5755 )
...
* chore: enable local ai and local ai chat
* chore: config for chat with file
* chore: flutter anaylzer
2024-07-18 20:54:35 +08:00
Nathan.fooo
e1c68c1b72
feat: Run Local AI model in AppFlowy ( #5655 )
...
* chore: load plugin
* chore: sidecar
* chore: fix test
* chore: clippy
* chore: save chat config
* chore: arc plugin
* chore: add plugins
* chore: clippy
* chore: test streaming
* chore: config chat
* chore: stream message
* chore: response with local ai
* chore: fix compile
* chore: config ui
* chore: fix load plugin
* chore: add docs
* chore: update docs
* chore: disable local ai
* chore: fix compile
* chore: clippy
2024-06-30 17:38:39 +08:00