Nathan
4634b51edf
chore: open workspace with workspace auth type
2025-04-21 16:47:40 +08:00
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
Lucas
3bb5075a98
feat: setup/change password in settings page ( #7752 )
...
* feat: change password in settings page
* feat: add change password api
* feat: add password service
* feat: add setup password
* feat: refacotor account page
* chor: update i18n
* chore: i18n
* chore: i18n
* feat: add error message under text field
* fix: flutter tests
* chore: remove long password test
* fix: cloud integration test
* fix: cargo clippy
* fix: replace border color
2025-04-18 14:46:46 +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
d1d598940d
chore: clippy
2025-04-08 16:08:28 +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
7456c65799
chore: clippy
2025-03-27 20:54:48 +08:00
Nathan
35081fd311
chore: remove default model name
2025-03-24 21:59:42 +08:00
Nathan
949556e2fa
chore: remove tauri feature
2025-03-24 12:03:42 +08:00
Nathan.fooo
71a22dc466
chore: fix ai page user profile refresh ( #7317 )
2025-02-04 20:29:56 +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
Richard Shiue
04a013f7ee
chore: fix clippy ( #7007 )
2024-12-18 15:34:23 +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
Zack
6ad303583b
feat: include member count in get_workspace API ( #6747 )
...
* feat: add member count for workspace
* fix: sqlite migration
2024-11-08 16:01:39 +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
690b46a59a
chore: fix remove view desc test ( #6696 )
...
* chore: fix remove view desc test
* chore: fix remove view desc test
* chore: clippy
2024-11-01 15:57:58 +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
d50521d9b6
chore: ignore invalid database when import appflowy data ( #6654 )
2024-10-29 16:20:05 +08:00