Mohammad Zolfaghari
b24fbc6b60
fix: fill field_settings on creating linked view ( #5598 )
2024-06-27 03:07:08 +02:00
Mathias Mogensen
e4132ed217
chore: enable cloud search ( #5624 )
...
* chore: enable cloud search
* fix: filter received msgs by query
2024-06-25 21:56:58 +02:00
Nathan.fooo
6b1e7b6ac8
chore: set document id ( #5585 )
...
* chore: set document id
* feat: set document id to upload image api
* chore: fmt
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 17:36:41 +08:00
Lucas.Xu
b9ad2768cf
feat: duplicate space ( #5612 )
2024-06-25 10:03:02 +08:00
Mathias Mogensen
54c9d12171
feat: support switch model ( #5575 )
...
* feat: ai settings page
* chore: intergate client api
* chore: replace open ai calls
* chore: disable gen image from ai
* chore: clippy
* chore: remove learn about ai
* chore: fix wanrings
* chore: fix restart button title
* chore: remove await
* chore: remove loading indicator
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 07:59:38 +08:00
Zack
d2ca41c8f5
Remove deprecated add member ( #5611 )
...
* chore: remove deprecated add member directly
* chore: cargo clippy
* chore: cargo clippy
* chore: cargo clippy
2024-06-24 14:19:36 +08:00
Nathan.fooo
b64da2c02f
refactor: File upload ( #5542 )
...
* chore: rename service
* refactor: upload
* chore: save upload meta data
* chore: add sql test
* chore: uploader
* chore: fix upload
* chore: cache file and remove after finish
* chore: retry upload
* chore: pause when netowork unreachable
* chore: add event test
* chore: add test
* chore: clippy
* chore: update client-api commit id
* chore: fix flutter test
2024-06-20 07:44:57 +08:00
Nathan.fooo
3e75f1f24a
chore: fix checklist potential panic ( #5561 )
...
* chore: fix checklist
* chore: fix checklist
2024-06-18 10:16:39 +08:00
Mathias Mogensen
4a126e17ce
fix: settings improvements ( #5547 )
...
* fix: user workspace bloc changed
* fix: use translate card cell style
* fix: add getworkspacemember
* fix: billing launch review
* fix: disable time field
* fix: member tooltip
* fix: remove my account description
* fix: punctuation
* fix: filter workspace font
* fix: cloud toggle
* fix: minor adjustments
* chore: disable cloud document search
* fix: improve workspace name textfield
* test: move billing test to cloud
* fix: use cache over remote
* fix: clippy and tests
* chore: amend flowy tooltip
* test: add pump and settle
* test: integration test for local auth
2024-06-17 14:30:19 +02:00
Nathan.fooo
27899ee993
chore: save workspace member info to disk ( #5536 )
...
* chore: save workspace member info to disk
* chore: fix clippy
2024-06-14 11:34:23 +08:00
Lucas.Xu
785597f53e
fix: space issues ( #5531 )
...
* fix: display the space icon in breadcrumb and disable the space entry
* fix: the icon and the title are not aligned center in more menu
* fix: incorrect space icon corner radius
* fix: missed tooltip for add new page button
* fix: disable space migration for local user
* chore: use general as default space name
* fix: space name overflow
* fix: only show arrow button when hovering on page
* fix: sidebar tooltip font size
* fix: use space name as hint text
* feat: support adding a new space from space menu
* fix: filter the space view
2024-06-14 09:32:02 +08:00
Nathan.fooo
e2ce274718
chore: polish chat UI ( #5533 )
...
* chore: adjust chat ui
* chore: clippy
2024-06-14 09:02:06 +08:00
Zack
6be9c00127
chore: update to latest client api ( #5529 )
2024-06-13 15:14:20 +08:00
Mohammad Zolfaghari
aa621a8d84
feat: timer field ( #5349 )
...
* feat: wip timer field
* feat: timer field fixing errors
* feat: wip timer field frontend
* fix: parsing TimerCellDataPB
* feat: parse time string to minutes
* fix: don't allow none number input
* fix: timer filter
* style: cargo fmt
* fix: clippy errors
* refactor: rename field type timer to time
* refactor: missed some variable and files to rename
* style: cargo fmt fix
* feat: format time field type data in frontend
* style: fix cargo fmt
* fix: fixes after merge
---------
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
2024-06-13 08:52:13 +02:00
Nathan.fooo
ecca81f3b8
chore: exclude ai columns ( #5526 )
2024-06-13 11:15:59 +08:00
Mathias Mogensen
bd5f5f8b9e
feat: integrate cloud document search ( #5523 )
2024-06-13 01:37:19 +02:00
Mohammad Zolfaghari
4f4be7eac7
feat: enable group condition ( #5248 )
...
* feat: enable group condition
* style: added i18n for date field group conditions
* fix: flutter analyze
* fix: test use i18n
* fix: more localization
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-06-13 00:02:16 +02:00
Nathan.fooo
f1a4deb459
chore: support more language ( #5522 )
...
* chore: support more language
* chore: adjust ui
2024-06-12 23:17:57 +08:00
Mathias Mogensen
4708c0f779
feat: plan+billing ( #5518 )
...
* feat: billing client
* feat: subscribe workspace default impl
* feat: added create subscription
* feat: add get workspace subs
* feat: added subscription cancellation
* feat: add workspace limits api
* fix: update client api
* feat: user billing portal
* feat: billing UI (#5455 )
* feat: plan ui
* feat: billing ui
* feat: settings plan comparison dialog
* feat: complete plan+billing ui
* feat: backend integration
* chore: cleaning
* chore: fixes after merge
* fix: dependency issue
* feat: added subscription plan cancellation information
* feat: subscription callback + canceled date
* feat: put behind feature flag
* feat: downgrade/upgrade dialogs
* feat: update limit error codes
* fix: billing refresh + downgrade dialog
* fix: some minor improvements to settings
* chore: use patch for client-api in tauri
* fix: add shared-entity to patch
* fix: compile
* ci: try to add back maximize build space step
* test: increase timeout in failing test
---------
Co-authored-by: Zack Fu Zi Xiang <speed2exe@live.com.sg>
2024-06-12 17:08:55 +02:00
Nathan.fooo
3d7a500550
feat: AI translation in Database ( #5515 )
...
* chore: add tranlate field type
* chore: integrate ai translate
* chore: integrate client api
* chore: implement UI
2024-06-12 16:32:28 +08:00
Mathias Mogensen
815c99710e
feat: magic link sign-in as anonymous user ( #5520 )
...
* feat: magic link sign-in as anonymous user
* chore: remove commented code
* fix: custom sign-in dialog
* fix: bring back sign-out dialog
* fix: add minor space for sync indicator
2024-06-11 22:17:29 +02:00
Nathan.fooo
bb3e9d5bd8
feat: Stream chat message ( #5498 )
...
* chore: stream message
* chore: stream message
* chore: fix streaming
* chore: fix clippy
2024-06-09 14:02:32 +08:00
Kilu.He
94060a0a99
fix: generate default document data from document id ( #5430 )
...
* fix: generate default document data from document id
* fix: update version
2024-06-09 13:42:09 +08:00
Mathias Mogensen
bd7977d8ba
fix: search improvements ( #5473 )
...
* fix: search workspace sync indexing
* chore: update collab rev temporarily
* feat: revert comparison and implement index check
* chore: fixes after merg
* feat: clean code + support delete workspace
* fix: improve code
* fix: improvements after merge
* fix: cargo fmt
* fix: remove indices for workspace method
* fix: clippy errors
* fix: clippy too many arguments
2024-06-05 13:44:32 +02:00
Nathan.fooo
f6e33a59d5
chore: fix document test ( #5470 )
...
* chore: fix document test
2024-06-05 12:40:31 +08:00
Mathias Mogensen
041e3c155a
fix: search workspace sync indexing ( #5437 )
...
* fix: search workspace sync indexing
* chore: update collab rev temporarily
* feat: revert comparison and implement index check
* chore: fixes after merg
* chore: enable search
* chore: disable ai test
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-06-05 10:05:51 +08:00
Nathan.fooo
9f66dcdc8f
chore: bump client api ( #5467 )
2024-06-04 22:43:38 +08:00
Nathan.fooo
890ac5a213
chore: chat icon ( #5465 )
2024-06-04 20:13:54 +08:00
Nathan.fooo
9c9168ac5b
fix: workspace id not match ( #5454 )
2024-06-03 16:34:54 +08:00
Nathan.fooo
aec7bc847e
feat: AI chat ( #5383 )
...
* chore: ai type
* chore: use patch to fix version issue
* chore: update
* chore: update
* chore: integrate client api
* chore: add schema
* chore: setup event
* chore: add event test
* chore: add test
* chore: update test
* chore: load chat message
* chore: load chat message
* chore: chat ui
* chore: disable create chat
* chore: update client api
* chore: disable chat
* chore: ui theme
* chore: ui theme
* chore: copy message
* chore: fix test
* chore: show error
* chore: update bloc
* chore: update test
* chore: lint
* chore: icon
* chore: hover
* chore: show unsupported page
* chore: adjust mobile ui
* chore: adjust view title bar
* chore: return related question
* chore: error page
* chore: error page
* chore: code format
* chore: prompt
* chore: fix test
* chore: ui adjust
* chore: disable create chat
* chore: add loading page
* chore: fix test
* chore: disable chat action
* chore: add maximum text limit
2024-06-03 14:27:28 +08:00
Lucas.Xu
2a59579c17
chore: call FolderEventSetLatestView when opening page on mobile ( #5447 )
...
* fix: call FolderEventSetLatestView when opening page on mobile
* chore: remove unused log
2024-06-03 09:10:02 +08:00
Lucas.Xu
ace729eb78
feat: sidebar UI Revamp on mobile ( #5418 )
...
* chore: replace settings icon and expand icon
* feat: use tabbar view to control the spaces
* feat: improve space UI design on mobile
* feat: improve recent space UI design on mobile
* feat: improve recent space UI design on mobile
* feat: improve favorite space UI design on mobile
* feat: improve header UI design on mobile
* feat: expand header height
* feat: update BottomNavigationBarItem icon
* fix: recent views and favorite views doesn't reload after switching workspace
* feat: improve recent view UI design on mobile
* feat: improve recent/favorite view UI design on mobile
* feat: add empty placeholder for recent/favorite space
* feat: long press on recent card to show bottom sheet
* feat: support removing page from recent
* feat: add trash button
* chore: remove recent top padding
* feat: support user avatar
* feat: support ... and + in space page
* chore: disable user avatar
* feat: optimize title display on mobile
* feat: support ... menu on Space page
* chore: add tab padding
* chore: cache image
* chore: optimize the mobile card view height
* feat: reoder tab on mobile
* fix: some emojis may not display correctly on Android devices
* fix: ignore the last edit time on test
2024-05-30 09:56:44 +08:00
Lucas.Xu
a8f136eda2
feat: sidebar UI Revamp on Desktop ( #5343 )
2024-05-27 08:51:49 +08:00
Nathan.fooo
68c4e19f91
chore: set min version number ( #5390 )
...
* chore: set min version number
* chore: fix test
2024-05-22 14:24:11 +08:00
Mathias Mogensen
b2978e0d6c
fix: launch review 0.5.8 ( #5367 )
2024-05-21 11:34:36 +02:00
Nathan.fooo
e85dbe724c
chore: add limitation when importing csv file ( #5381 )
2024-05-21 14:41:47 +08:00
Lucas.Xu
24b3d69860
fix: infinite loop when getting ancestor for orphan view ( #5375 )
2024-05-21 10:47:31 +08:00
Lucas.Xu
d303d5affd
fix: use full update states instead of patch update ( #5371 )
2024-05-20 21:51:40 +08:00
Nathan.fooo
bd62a161be
chore: do not use the cell of given summary field ( #5362 )
...
* chore: do not use the cell of given summary field
* chore: update docs
2024-05-19 21:35:14 +08:00
Bartosz Sypytkowski
39f8c47758
chore: udpated yrs to v0.18.8 ( #5316 )
2024-05-13 14:58:10 +08:00
Mathias Mogensen
a0ed043cb8
feat: workspace settings page ( #5225 )
...
* feat: my account settings page
* test: amend tests
* chore: remove unused code
* test: remove widget tests
* fix: text color on select buttons
* test: clean and remove unused test helpers
* feat: settings workspace page
* chore: fixes after merge
* fix: recent views bugfix
* fix: make sure text buttons have color
* test: add test for delete workspace in settings
* test: remove pumpAndSettle for create workspace
* test: longer pump duration
* test: attempt with large pump duration
* test: attempt workaround
* chore: clean code
* fix: missing language key
* test: add one more check
* test: pump
* test: more pump
* test: attempt pumpAndSettle
* chore: code review
* fix: persist single workspace on patch
* fix: listen to workspace changes
* chore: remove redundant builder
* test: remove unstable test
* fix: changes after merge
* chore: changes after merge
* feat: support changing cursor and selection color
* chore: move members up in menu
* feat: clean code and beautify dialogs
* fix: fix test and make show selected font
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-05-10 16:08:32 +02:00
Richard Shiue
a490f34a61
feat: add kanban shortcuts ( #5270 )
...
* feat: add kanban shortcuts
* feat: new ux for creating new kanban cards
* chore: fix tests
* fix: open card after creation in mobile board
* chore: adjust code style according to launch review
* chore: update frontend/appflowy_flutter/test/bloc_test/board_test/create_card_test.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: more review
* chore: implement move card to adjacent group
* chore: reset focus upon card drag start
* feat: N to start creating a row from bottom
* fix: text card update
* feat: shift + enter to create a new card after currently focused card
* fix: row detail title
* feat: shift + cmd + up to create card above
* fix: double dispose and code cleanup
* chore: code cleanup
* fix: widget rebuilds
* fix: build
* chore: update frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* fix: ontapoutside for cards being edited
* fix: correct integration test
* fix: always build
* chore: code cleanup
* fix: mobile build and bugs
* fix: widget rebuilds
* fix: code cleanup and fix mobile open
* fix: disallow dragging when editing
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-05-10 10:02:10 +08:00
Nathan.fooo
28a27d1b67
chore: use patch to fix version issue ( #5291 )
2024-05-10 07:56:10 +08:00
Lucas.Xu
6220680ce0
feat: support system default font family on desktop ( #5279 )
...
* fix: add permission check before selecting image in image block
* feat: use system default font on desktop
* fix: set appbar icon size to 30
* feat: add default font family on desktop
2024-05-07 19:44:00 +08:00
Nathan.fooo
b4279f8004
fix: ws connect with invalid token ( #5282 )
...
* chore: bump client api
* chore: fix potentail ws connect with invalid token
* fix: cargo clippy
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-05-07 17:37:11 +08:00
Nathan.fooo
a5b5a1f679
chore: bump client api ( #5275 )
2024-05-07 10:34:11 +08:00
Nathan.fooo
3bdc8c222c
chore: drop old user awarenss when open workspace ( #5271 )
2024-05-06 18:12:56 +08:00
Nathan.fooo
3a9de61599
chore: update yrs version ( #5262 )
...
* chore: update yrs version
* chore: update client api
2024-05-06 11:30:13 +08:00
Nathan.fooo
a69e83c2cb
feat: Implement summary field for database row ( #5246 )
...
* chore: impl summary field
* chore: draft ui
* chore: add summary event
* chore: impl desktop ui
* chore: impl mobile ui
* chore: update test
* chore: disable ai test
2024-05-05 22:04:34 +08:00
Richard Shiue
2eb88821ca
fix: open row as full page launch review issues ( #5254 )
...
* perf: improve getting database speed
* fix: navigate to incorrect origin database view from full-width row
* fix: import row detail page action placement
2024-05-02 22:00:35 +08:00
nathan
401ce7dfea
chore: fix test
2024-05-02 13:46:15 +08:00
Nathan.fooo
7831d8d4ab
refactor: database row and cell notification ( #5237 )
...
* refactor: database row and cell notification
* chore: clippy
* chore: fix test
2024-05-02 11:42:33 +08:00
Richard Shiue
1d73174b0c
fix: export created at and last modified cells to csv ( #5235 )
...
* fix: export created at and last modified cells to csv
* fix: export csv test
2024-05-01 12:24:11 +08:00
Nathan.fooo
9a8109f5f8
chore: update client api and collab ( #5231 )
2024-04-30 20:40:03 +08:00
Lucas.Xu
33802fa62d
feat: immersive page style on mobile ( #5135 )
2024-04-30 16:55:15 +08:00
Richard Shiue
e0d6b194bf
fix: some database bugs ( #5210 )
...
* fix: open logic for url cell in database
* fix: row date created not working
* fix: help my toasts are burnt
* chore: quote style and add comment
2024-04-29 17:34:18 +08:00
Nathan.fooo
044dad1d3e
chore: bump client api ( #5217 )
...
* chore: bump client api
* chore: fix compile
* chore: fix compile
2024-04-27 21:55:12 +08:00
Richard Shiue
d4278a7549
chore: update documentation for type option cell-related traits ( #5207 )
2024-04-27 10:20:32 +08:00
Nathan.fooo
122a392bf8
chore: update client api ( #5208 )
...
* chore: update client api
* chore: rename test target
* chore: fix test
2024-04-26 18:00:56 +08:00
Lucas.Xu
d86afb03ba
chore: add workspace log ( #5206 )
2024-04-26 14:09:02 +08:00
Nathan.fooo
cc66147bc0
chore: checking workspace state consistent after switching workspace ( #5201 )
...
* refactor: getting workspace id
* refactor: check workspace id is match for http response
* refactor: check http repsonse in valid by checing the workspace id
* chore: update log
* chore: fix test
* chore: fix test
* chore: add test
* chore: update test
2024-04-26 09:44:07 +08:00
Nathan.fooo
6ecbf971b2
chore: check workspace id before write to disk ( #5197 )
...
* chore: check workspace id before write to disk
* chore: update logs
* chore: update logs
* chore: update ci
* chore: bump client api
2024-04-24 14:38:47 +08:00
Nathan.fooo
77d600a742
chore: remove unused features ( #5196 )
...
* chore: remove unused features
* chore: update logs
2024-04-24 10:26:58 +08:00
Nathan.fooo
9aaada961f
chore: remove unused code & update log ( #5194 )
...
* chore: remove unused code & update log
* chore: clippy
* chore: log
2024-04-24 08:47:33 +08:00
Mathias Mogensen
275d0b2ac4
fix: search launch review ( #5169 )
...
* fix: support filtering results by workspace
* feat: add search button to sidebar
* fix: reduce view/recent view fetching across application
* feat: add channel to search listener
* feat: clean + localization
* chore: remove redundant code
* fix: disable search
* chore: trigger ci
* chore: disable search in backend
* test: disable search tests for now
* feat: temp disable reliance on folder search
* fix: add debounce to inline actions
* chore: complete future if disposed
* fix: clean code
* chore: disable unused bloc with feature flag
* fix: recent views lazy read
* chore: revert podilfe change
* chore: update logs
* chore: update client api and collab
* chore: fix tst
* chore: fix test & update collab commit
* chore: update collab commit
* test: fix unit tests
* chore: update rust toolchain 1.77
* chore: use opt-level 1
* fix: code review
* chore: clippy
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-23 21:46:57 +08:00
Zack
62c80303c6
chore: update client api ( #5177 )
2024-04-22 14:03:57 +08:00
Nathan.fooo
83cf8b067c
chore: bump client api ( #5176 )
2024-04-22 12:46:58 +08:00
Zack
35ff74cf7c
chore: use inferred error instead ( #5164 )
2024-04-22 09:32:14 +08:00
nathan
9b4fd3bf57
chore: update log
2024-04-19 21:32:36 +08:00
Richard Shiue
7745e54221
chore: improve link between folder and database ( #5024 )
...
* chore: improve link between folder and database
* chore: fix tests
* chore: update collab rev
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-19 17:24:11 +08:00
Richard Shiue
241bfa9ddd
chore: remove field width and visibility ( #5119 )
2024-04-16 18:20:15 +08:00
Nathan.fooo
d758e62c1a
chore: Bump collab ( #5136 )
...
* chore: bump collab
* chore: bump collab
* chore: bump collab
* chore: fix test
* chore: disable supabse test
2024-04-15 14:50:28 +08:00
Richard Shiue
e9e483291e
chore: move responsibility of url valdiation to front-frontend ( #5129 )
...
* chore: move responsibility of url valdiation to frontend
* chore: fix test
* chore: fix tauri build
2024-04-15 11:43:02 +08:00
Richard Shiue
8947a89a24
feat: allow fields to not wrap cell content ( #5128 )
2024-04-13 16:48:28 +08:00
Richard Shiue
891fd16a0c
refactor: fetch all select options from field type option instead of cell ( #5122 )
...
* refactor: fetch all options from type option
* chore: rustfmt
* ci: fix rust ci
* chore: fix clippy
2024-04-13 01:08:47 +08:00
Mathias Mogensen
b4d22bab14
feat: search mvp ( #5064 )
...
* feat: implement folder indexer
* feat: sqlite search views using fts5
* feat: add view indexing to user manager
* feat: implement folder indexer
* feat: add sqlite search documents
* feat: add document indexing to user manager
* feat: add document indexing to folder indexer
* chore: update collab rev
* feat: search frontend integration
* refactor: search index
* test: add event test
* chore: fix ci
* feat: initial command palette overlay impl (#4619 )
* chore: test search engine
* chore: initial structure
* chore: replace old search request
* chore: enable log for lib-dispatch
* chore: move search manager to core
* feat: move traits and responsibility to search crate
* feat: move search to search crate
* feat: replace sqlite with tantivy
* feat: deserialize tantivy documents
* chore: fixes after rebase
* chore: clean code
* feat: fetch and sort results
* fix: code review + cleaning
* feat: support custom icons
* feat: support view layout icons
* feat: rename bloc and fix indexing
* fix: prettify dialog
* feat: score results
* chore: update collab rev
* feat: add recent view history to command palette
* test: add integration_tests
* fix: clippy changes
* fix: focus traversal in cmd palette
* fix: remove file after merging main
* chore: code review and panic-safe
* feat: index all views if index does not exist
* chore: improve logic with conditional
* chore: add is_empty check
* chore: abstract logic from folder manager init
* chore: update collab rev
* chore: code review
* chore: fixes after merge + update lock file
* chore: revert cargo lock
* fix: set icon type when removing icon
* fix: code review + dependency inversion
* fix: remove icon fix for not persisting icon type
* test: simple tests manipulating views
* test: create 100 views
* fix: tauri build
* chore: create 1000 views
* chore: create util methods
* chore: test
* chore: test
* chore: remove logs
* chore: fix build.rs
* chore: export models
* chore: enable clear cache on Rust-CI
* fix: navigate to newly created views
* fix: force disable setting workspace listener on rebuilds
* fix: remove late final
* fix: missing returns
* fix: localization and minor fixes
* test: add index assert to large test
* fix: missing section param after merging main
* chore: try fix unzip file error
* chore: lower the test
* feat: show hint when result is in trash
* feat: one index_writer per index
* fix: minor changes after merge
* fix: make create_log_filter public after merge
* chore: fix test
* chore: fix test
* chore: flutter analyze
* chore: flutter analyze
* chore: fix tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2024-04-12 16:21:41 +08:00
Lucas.Xu
39d8d428a6
fix: rust ci ( #5115 )
...
* fix: rust ci
* fix: flutter ci
2024-04-11 20:15:40 +08:00
Vashon
a50918fa6a
feat: expand share option ( #5021 )
...
* feat: expand share option
* chore: optimize the code
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-11 20:01:36 +08:00
Lucas.Xu
1597f7d94c
feat: implement magic link sign in ( #5036 )
2024-04-11 16:33:28 +08:00
Richard Shiue
b7b4ea2da1
refactor: cell data transform logic ( #5039 )
...
* refactor: cell data transform logic
* chore: remove redundant select option event
* chore: adapt tests to changes
2024-04-11 14:49:36 +08:00
Zack
828f312294
feat: workspace invite ( #4827 )
...
* feat: add rename and change icon for workspace cloud api
* feat: added created at field for UserWorkspacePB
* test: added view check after creating workspace
* fix: allow new_icon to be empty string
* feat: add invitation api cloud services
* chore: cargo clippy
* chore: merge conflict
* feat: add workspace invitation test
* fix: use back old role and af role
* chore: use 1.75 channel rust toolchain
* chore: added error for test case
* chore: added ci var
* chore: cargo clippy
2024-04-11 14:47:34 +08:00
Richard Shiue
12ec90ada0
chore: rename folder builder for re-use ( #5020 )
2024-04-10 11:40:02 +08:00
Mathias Mogensen
ec46a30e6c
fix: update last modified on icon change ( #4798 )
...
* fix: update last modified on icon change
* fix: clippy
* chore: clean code
* chore: reorder operations
* chore: fix import after merge
2024-04-09 14:05:12 +02:00
Lucas.Xu
da5b369aec
feat: get view ancestors ( #5096 )
2024-04-09 08:58:53 +08:00
Nathan.fooo
5c96a2c5cb
chore: fix open workspace ( #5092 )
...
* chore: fix open workspace
* chore: fix open workspace
2024-04-08 20:55:02 +08:00
Nathan.fooo
79ea485a27
chore: update client api ( #5087 )
2024-04-08 16:13:37 +08:00
Lucas.Xu
9536cde789
feat: add a loading indicator when creating, deleting, or switching workspaces. ( #5067 )
2024-04-07 23:06:33 +08:00
Nathan.fooo
3e32fac876
chore: pass platform info to rust side ( #5079 )
...
* chore: pass platform info to rust side
* chore: pass platform info to rust side
* chore: fix test
* chore: fix test
* chore: fix test
* chore: enable ios log
2024-04-07 21:36:55 +08:00
Nathan.fooo
81594fa796
chore: bump client api ( #5078 )
2024-04-07 15:22:37 +08:00
Nathan.fooo
db6767f61e
chore: fix create workspace bugs ( #5074 )
2024-04-06 21:59:37 +08:00
Nathan.fooo
587de161f6
chore: bump collab and client api ( #5069 )
...
* chore: bump collab that do not emit awareness by default
* chore: bump collab
2024-04-05 13:57:34 +08:00
Nathan.fooo
33dd21f4a5
chore: bump collab that do not emit awareness by default ( #5063 )
2024-04-04 22:46:54 +08:00
Nathan.fooo
65e7e2347a
chore: versionize migration ( #5060 )
2024-04-04 13:03:40 +08:00
Nathan.fooo
8ade3b5f73
chore: bump client api ( #5057 )
2024-04-04 10:56:10 +08:00
Kilu.He
c97ece5e81
chore: web and tauri project ( #4996 )
...
* chore: web and tauri project
fix: clippy
* fix: update version
2024-04-03 19:25:54 +08:00
Nathan.fooo
046e0bac36
chore: fix awareness test ( #5050 )
...
* chore: fix awarenss test
* ci: try fix docker ci
* ci: clippy
2024-04-03 17:16:32 +08:00
Nathan.fooo
58fb529eaa
chore: fix user awareness fetch ( #5048 )
...
* chore: fix user awareness fetch
* chore: update
* chore: update
2024-04-03 15:43:19 +08:00
Lucas.Xu
38fe61ff69
chore: bump version 0.5.4 ( #5047 )
2024-04-03 13:29:11 +08:00
Nathan.fooo
a25c728866
chore: bump collab ( #5042 )
...
* chore: bump collab
* chore: bump client api
* chore: fix test
2024-04-03 11:26:48 +08:00
Nathan.fooo
dff3ea60bd
chore: start init sync when open document/database ( #5040 )
2024-04-02 22:15:42 +08:00