Lucas.Xu
c10c844fa9
Merge branch 'main' into integrate_workspace_template
2025-04-22 10:59:39 +08:00
Lucas
3ae6888fee
feat: invite member by link ( #7780 )
...
* feat: invite member by link
* feat: add invite by link section
* feat: integrate invite by link and copy invite link
* feat: integrate invite link apis
* feat: add reset link dialog
* feat: support redirect to admin panel
* fix: flutter analyze
* feat: remove expire time
* fix: apply correct color in dark mode
* fix: flutter analyze
* chore: disable theme hotkey test
2025-04-22 09:58:13 +08:00
Lucas
14b5e4e184
feat: add loading indicator in continue to sign in button ( #7799 )
2025-04-22 09:55:10 +08:00
Morn
0cdecee771
fix: canLaunchUrl doesn't work with Flatpak ( #7796 )
2025-04-21 20:38:52 +08:00
Lucas.Xu
1bcf4e6e8d
Revert "fix: left side bar does not reflect right workspace content"
...
This reverts commit 8cd0442a1f7f53b270e60e73b0e9e7b5569557e6.
2025-04-21 17:20:44 +08:00
Lucas.Xu
343f7e4fd5
Revert "fix: loading exception when switching workspace"
...
This reverts commit 10a536b1a2e3100fa3da99ab05851702f701a3c0.
2025-04-21 17:20:35 +08:00
Nathan
4634b51edf
chore: open workspace with workspace auth type
2025-04-21 16:47:40 +08:00
Nathan
8cd0442a1f
fix: left side bar does not reflect right workspace content
2025-04-21 16:47:27 +08:00
Nathan
10a536b1a2
fix: loading exception when switching workspace
2025-04-21 16:37:02 +08:00
Nathan.fooo
65b7916a6a
Merge pull request #7794 from AppFlowy-IO/optimize_write_user_workspaces
...
refactor: only notify when user workspaces were changed
2025-04-21 13:09:13 +08:00
Nathan
1356382524
refactor: only notify when user workspaces were changed
2025-04-21 11:41:58 +08:00
Morn
04407fe8ff
fix: issues with displaying mention text ( #7773 )
...
* fix: some mention text can not display correctly
* fix: remove the image widget from bookmark if the image url is null
2025-04-21 10:45:27 +08:00
Morn
f8927b1843
fix: crash when trying to delete emoji ( #7787 )
...
* fix: emoji picker error on desktop
* fix: test errors
2025-04-21 10:22:02 +08:00
Nathan
747a63d452
chore: create user workspace for anon user
2025-04-20 14:34:30 +08:00
Nathan
833a2bf5d6
Merge branch 'main' into local_auth_type
2025-04-20 13:36:18 +08:00
Nathan.fooo
607b7ecd1f
Merge pull request #7766 from AppFlowy-IO/private_database_inline_view
...
chore: remove inline view id reference
2025-04-20 13:35:53 +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.fooo
58f87b39aa
Merge pull request #7785 from AppFlowy-IO/auth_type_per_workspace
...
refactor: workspace setting and auth type
2025-04-20 00:24:45 +08:00
Nathan
d478ecfd41
chore: remove unused code
2025-04-19 23:33:34 +08:00
Nathan
6dac45172e
chore: auth type
2025-04-19 15:34:06 +08:00
Nathan
edc5710e32
chore: auth type and remove unused code
2025-04-19 14:00:51 +08:00
Richard Shiue
28e89beb43
feat: appflowy theme lerp ( #7771 )
...
* feat: implement appflowy theme lerping
* refactor: use theme builder and adjust script
* chore: rename theme data
* chore: add doc comments
* chore: rename function
* chore: don't use theme extension
* chore: use the animated appflowy theme widget
* chore: clean up inherited theme
2025-04-18 21:06:46 +08:00
Richard Shiue
889756ebb0
refactor: use script to generate design tokens ( #7751 )
...
* refactor: use script to generate design tokens
* chore: improve code readaility
* refactor: make builder reusable to built in themes
* chore: improve code readability
2025-04-18 21:06:46 +08:00
Richard Shiue
54b5e248e3
feat: implement modal ( #7750 )
2025-04-18 21:06:46 +08:00
Richard Shiue
b12bd8ee85
feat: add medium sized text field ( #7737 )
...
* feat: add medium sized text field
* chore: remove height
2025-04-18 15:36:39 +08:00
Richard Shiue
e1bfb7095b
feat: improve select modal button ( #7736 )
2025-04-18 15:35:21 +08:00
Richard Shiue
068f93c258
feat: add shadow tokens ( #7726 )
2025-04-18 15:35:21 +08:00
Nathan.fooo
f6e3290aa4
Merge pull request #7777 from AppFlowy-IO/prepare_auto_sync_chat
...
refactor: save chat and chat message
2025-04-18 15:31:23 +08:00
Nathan
4925e99166
chore: fix compile
2025-04-18 15:02:02 +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
ed64719560
chore: clippy
2025-04-17 21:09:24 +08:00
Nathan
ac659066c6
chore: return local model
2025-04-17 20:49:24 +08:00
Nathan
3a4d17f054
chore: enable anon ai writer
2025-04-17 16:54:02 +08:00
Nathan
57e4d269eb
chore: enable local chat
2025-04-17 16:27:53 +08:00
Nathan
c2339c3522
Merge branch 'main' into local_chat2
2025-04-17 15:49:12 +08:00
Lucas
8f63667282
feat: upgrade ubuntu version to 22.04 in github action ( #7764 )
...
* feat: upgrade ubuntu version to 22.04 in github action
* fix: cargo clippy
2025-04-17 09:48:23 +08:00
Nathan
e2896b2911
chore: remove inline view id reference
2025-04-16 22:03:14 +08:00
Nathan
c89f33e2f8
chore: remove unused code
2025-04-16 20:59:25 +08:00
Nathan.fooo
954e844a21
Merge pull request #7761 from AppFlowy-IO/do_not_initialize_collab
...
fix: 0.8.9 release bugs
2025-04-16 17:06:31 +08:00
Morn
13acc3af86
fix: auto focus on link name textfield after open the link_edit_menu ( #7757 )
...
* fix: auto focus on link name textfield after open the link_edit_menu
* chore: update pubspec.yaml
2025-04-16 16:56:37 +08:00
Nathan
d7d040b0f9
Merge branch 'main' into do_not_initialize_collab
2025-04-16 16:08:29 +08:00
Nathan
f652229718
fix: open relation database row
2025-04-16 16:08:11 +08:00
Lucas
f727dde74b
fix: lose nested children when accepting AI responses ( #7760 )
...
* chore: add gitkeep in assets/font dir
* Revert "feat: improve white label scripts on Windows (#7755 )"
This reverts commit a5eb2cdd9a0171ecbc442aef09a8cf8db469a214.
* chore: use --verbose
* fix: lose nested children when accept ai response
* chore: lock analyzer version
* Reapply "feat: improve white label scripts on Windows (#7755 )"
This reverts commit c73186306eaf3e9f78114fcc29e39e3a2bce528d.
* chore: lock analyzer version
* chore: update editor version
2025-04-16 15:59:43 +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
3214ec075b
chore: fix flaky initialize folder indexer
2025-04-16 14:21:16 +08:00
Lucas
a5eb2cdd9a
feat: improve white label scripts on Windows ( #7755 )
...
* feat: improve white label scripts on Windows
* feat: add font white label script
* chore: integrate font white label script
2025-04-16 10:15:40 +08:00
Morn
9b077969e7
fix: error position for slash search result ( #7758 )
2025-04-16 10:11:31 +08:00
Nathan.fooo
7160790596
Merge pull request #7748 from AppFlowy-IO/adjust_search_ui
...
chore: loading for search summary
2025-04-15 22:52:49 +08:00
Nathan
5c3e81e6dc
chore: adjust ui
2025-04-15 22:49:34 +08:00