Lucas
8046177d84
fix: simple columns issues ( #7466 )
...
* Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392 )"
This reverts commit 6dc45c9830
.
* fix: linux link issue
* fix: outline doesn't work well in columns
* fix: cannot drag a block under a table that’s in the second column
2025-03-06 12:33:53 +08:00
Lucas
6dc45c9830
feat: use flutter_distrubutor to build linux and macos packages ( #7392 )
...
* feat: use flutter_distrubutor to build linux packages
* feat: verify deb on Linux
* chore: update rpm deps
* chore: update codesign files
* chore: update rpm make_config.yaml
* chore: update release.yml
* chore: update release.yml
* chore: update feed url
* chore: rename AppFlowy to appflowy
* chore: update CHANGELOG.md (#7397 )
* chore: create release path if not exist
* feat: support appimage
* Revert "feat: support appimage"
This reverts commit cb7dcf725c
.
* fix: cp deb/rpm error
* feat: support appimage
* chore: add linux build script
* feat: add macos build script
* feat: update linux scripts
* chore: update linux scripts
* chore: update relesae script
* chore: update macos build scripts
* chore: rename macOS package name
* chore: add keychain in release.yaml
* chore: update macos build steps in release.yaml
* chore: update macos script desc
* chore: remove sudo
* feat: support tar.xz package type
* feat: support tar.xz package type
* chore: add fuse
---------
Co-authored-by: Morn <agedchen@gmail.com>
2025-02-21 17:39:13 +08:00
Lucas
00cdee831d
chore: upgrade to Flutter 3.27.4 ( #7230 )
2025-02-07 18:17:46 +08:00
Kilu.He
f7f99a162e
chore: remove web app ( #7126 )
...
* feat: support rename workspace on web
* chore: remove web app from repo
2025-01-03 09:24:45 +08:00
Nathan.fooo
d9b3f3f6c6
chore: remove tarui ( #7089 )
...
* chore: remove tarui
* chore: remove tarui config
2024-12-30 15:41:23 +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
Lucas
7db11c7cfd
chore: fix release builder issue ( #7058 )
...
* chore: use --locked to install cargo-make
* chore: upgrade to macos 13
2024-12-26 14:03:23 +08:00
Lucas
0689f4e7e1
chore: bump version 0.7.8 ( #7000 )
...
* chore: bump version 0.7.8
* chore: use --locked to install duckscript
2024-12-17 17:59:27 +08:00
Nathan.fooo
b5d5312c70
chore: remove self-hosted runner ( #6944 )
2024-12-08 20:59:40 +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
Kilu.He
5cf6617231
fix: simple table width ( #6918 )
...
* fix: adjust min width
* fix: adjust simple table font size
* fix: do not need to run rust-ci and docker-ci when web codes have been changed
2024-12-04 16:16:48 +08:00
Lucas
687121ff14
chore: upgrade rust version to 1.80.1 ( #6916 )
2024-12-03 21:38:28 +08:00
Lucas
225683562b
fix: 0.7.4 launch review issues on mobile ( #6795 )
...
* feat: expand the hit test area for more button in space menu
* fix: contrast issue for the delte dialog text
* fix: stay in space menu after deleting a space
* fix: hide padding when space icon list is scrolled down
* feat: expand the hit test area for toggle button
* feat: remove open workspace success toast
* chore: update translations
* test: stay in space menu after deleting a space
* chore: enable android test
* fix: integration tests
2024-11-15 16:19:02 +08:00
Mathias Mogensen
1952ef0853
fix: tab menu and tabbar improvements ( #6785 )
...
* fix: tab menu and tabbar improvements
* chore: update appflowy_editor
* test: tab menu test
* test: fix test after refactor
2024-11-14 06:55:09 +01: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
Zack
3b304747f2
feat: last publish name ( #6766 )
...
* chore: wip update client api
* feat: add unpublished information
* feat: keep the last publish name
* test: add re-publish test
* test: add empty name test
* chore: update cloud version to 0.7.6
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-11-13 20:36:35 +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
Lucas
57933736ea
feat: support embed webp ( #6775 )
...
* feat: support uploading webp
* feat: support jpeg and bmp image format
2024-11-13 17:16:48 +08:00
Lucas
a46550c250
feat: support managing a space on mobile ( #6764 )
...
* feat: support duplicating and deleting a space on mobile
* feat: support editing a space on mobile
* feat: support renaming space
* feat: add more space icons
* fix: unable to rename space
* fix: code review
* chore: remove ingore import flag for testing
* test: add create space test
* chore: enable cloud test
* test: fix space test
* test: add rename/duplicate/delete tests
2024-11-13 11:10:15 +08:00
Lucas
d268f8c715
feat: integrate codemagic for testing ios/android ( #6719 )
...
* fix: pages overflow when selecting homepage
* feat: integrate codemagic
* Revert "fix: pages overflow when selecting homepage"
This reverts commit 156882a9a7
.
* chore: try to fix build
* chore: remove flutter analyuze
* chore: launch ios simulator
* fix: flutter version
* fix: integration tests on mobile
* fix: mobile tests
* test: fix page style test
* chore: enable ios ci
* chore: update codemagic token
* chore: update app_id
2024-11-12 09:06:30 +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
Lucas
07e34609e7
feat: custom namespace/domain ( #6614 )
2024-10-31 14:38:32 +08:00
Nathan.fooo
cee0e2ed42
test: fix ci ( #6657 )
2024-10-29 20:55:37 +08:00
Lucas
28aa2329fb
feat: run integration tests on multiple runners ( #6637 )
...
* feat: split the integration tests into multiple runners
* feat: use 6 runners
* fix: name
* fix: integration tests
* fix: macos arm64 build
* Revert "fix: macos arm64 build"
This reverts commit 80b961361f
.
* chore: use 7 runners
* chore: use 8 runners
2024-10-29 14:55:20 +08:00
Nathan.fooo
363fecc7d6
chore: bump client api that includes upload large zip file ( #6634 )
...
* chore: bump client api
* chore: update cloud version on CI
* chore: bump client api
* chore: update ci
2024-10-28 21:51:07 +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
6340174927
fix: share link and publish issues on mobile ( #6579 )
...
* fix: cache publish info to avoid repeated requests
* chore: 'Copy Link' to 'Copy link'
* chore: enable ios ci
* fix: ios ci
* chore: replace mention block icon
* fix: ios ci tests
* fix: ios ci tests
* fix: ai wirte replace assertion
* fix: windows ci
2024-10-20 10:13:06 +08:00
nathan
3a9011b3cb
chore: remove timezone for self-hosted runner
2024-10-17 15:42:01 +08:00
Richard Shiue
8126d19682
fix(flutter): wrong time zone when filtering by date field ( #6543 )
...
* fix: wrong time zone when filtering by date field
* test: set time zone
2024-10-16 16:44:06 +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
Lucas
5f1f536181
feat: support editing name when creating a new page on mobile ( #6501 )
...
* feat: support editing name when creating a new page on mobile
* chore: add defaultName in layout extension
* test: add cover title test on mobile
* fix: cover title test on mobile
* feat: add integration runner 4
* chore: update translations
* chore: disable subpage feature
2024-10-08 14:29:07 +08:00
Nathan.fooo
f8ce501b53
chore: fix anon user integration test ( #6493 )
...
* chore: fix anon user integration test
* chore: fix env
* chore: appflowy cloud version
* chore: appflowy cloud version
2024-10-07 13:31:47 +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
Lucas
574b0ce84b
fix: windows CI failed ( #6457 )
...
* chore: update flutter & rust version
* chore: try to fix windows ci
* chore: downgrade windows version to 2019
2024-10-03 13:28:02 +08:00
Lucas
813c8e6b86
feat: support workspace ops on mobile ( #6449 )
...
* feat: support workspace ops on mobile
* chore: move the member bloc to workspace menu item widget
* feat: support creating workspace on mobile
* chore: add popToHome extension
* fix: flutter analyze
* feat: support renaming a workspace
* feat: support deleting a workspace
* feat: support leaving a workspace
* feat: workspace icon ui revamp
* feat: support updating workspace icon on mobile
* feat: show a confirm dialog before deleting a workspace
* fix: workspace name overflow
* feat: support leaving a workspace
* chore: update translations
* feat: show a toast after renaming workspace
* feat: update translations
* feat: add workspace operation integration tests on mobile
* test: add create workspace test on mobile
2024-10-02 20:13:19 +08:00
Lucas
1b0bb1d5ff
fix: backtick issue in French IME ( #6408 )
...
* fix: backtick doesn't format the text to code in french ime
* test: add backtick test
* fix: three backticks doesn't convert to code block in french ime
* chore: remove cache for docker ci
2024-09-26 20:16:49 +08:00
Lucas
a8a8502577
chore: install deps using pacman ( #6397 )
...
* chore: install deps using pacman
* chore: use rust 1.80.1
* chore: add docker ci
* fix: docker ci
* chore: optimize docker-ci speed
2024-09-25 15:25:44 +08:00
Lucas.Xu
735cddd64b
chore: downgrade macOS version in iOS CI to avoid "no space left" error ( #6168 )
...
* chore: dump mobile ci disk space usage
* chore: downgrade macos ci version to avoid no space left error
2024-09-03 15:08:09 +08:00
Nathan.fooo
08bf5db2de
chore: auto update field title when creating a new field ( #6159 )
...
* chore: auto update field title when creating a new field
* chore: fix test
2024-09-02 13:54:21 +08:00
Nathan.fooo
1cc41c10c4
fix: local ai enable/disable ( #6151 )
...
* chore: local ai state
* chore: fix local ai state when switch workspace
* chore: fix test
2024-09-01 17:48:07 +08:00
Nathan.fooo
01d7d6e900
chore: show document icon or emoji ( #6144 )
...
* chore: show icon
* chore: rename
* chore: adjust UI
* chore: remove unused property
* chore: update test
* chore: fix test
* chore: fix test
2024-08-31 23:54:37 +08:00
Nathan.fooo
6d496b2088
chore: remove future result ( #5960 )
...
* chore: remove future result
* chore: fix test
2024-08-14 15:50:21 +08:00
Lucas.Xu
7261d1e8da
chore: update rocksdb version 0.22.0 ( #5826 )
...
* chore: update rocksdb version 0.22.0
* chore: update collab
* chore: revert rust toolchain to 1.77.2
2024-08-01 15:36:59 +08:00
Nathan.fooo
aff9a61919
chore: notify in release build ( #5817 )
2024-07-26 10:28:18 +08:00
Mathias Mogensen
23b6f94e82
feat: photo gallery block + image improvements ( #5803 )
...
* feat: support multiple images in image block
* feat: support drop files on image placeholder
* fix: overflow in image placeholder
* chore: clean code
* feat: refactor to multi image block
* feat: drop image on gallery to add
* feat: add delete image inside interactive viewer
* fix: some mobile improvements
* fix: web ci
* test: fix tests after dialog changes
* test: add basic multi image block test
* test: add to test runner
* test: open interactive viewer
* fix: add delete index to callback
* test: add navigation next/previous
* ci: fix
* ci: fix
* ci: fix
* test: add network image + deletion tests
* fix: remove duplicates after merge
* test: add multi image insertion test
* ci: try
* ci: try
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-07-25 14:47:08 +02:00
Nathan.fooo
1e54c2dc7c
chore: only run appflowy cloud if it's not exist ( #5799 )
...
* chore: only run appflowy cloud if it's not exist
* chore: update
* chore: log error
* chore: fix sign out test
* chore: update test
2024-07-25 07:59:03 +08:00
Nathan.fooo
43b250ec28
CI: use self-hosted runner if developer can create a branch in the up-stream repo ( #5791 )
...
* chore: use self hosted macos runner
2024-07-24 10:55:58 +08:00
Khor Shu Heng
20e82880ff
chore: remove unused step in rust CI, allow cache on failure, show container logs ( #5770 )
2024-07-24 10:03:46 +08:00
Lucas.Xu
1524b10a8a
chore: bump version 0.6.4 ( #5719 )
...
* chore: upgrade android target sdk to 34
* chore: downgrade macos builder version to support x86_64
* chore: bump version 0.6.4
2024-07-11 13:46:28 +08:00
Kilu.He
23c67bcdba
feat: support publish document ( #5576 )
...
* feat: support a event for getting encoded collab of document
* feat: support publish view and unpublish views
* feat: publish page to the web
* chore: refacotor share bloc
* feat: call the publish event
* feat: support publish view and unpublish views
* feat: integrate publish api
* feat: integrate unpublish api
* feat: fetch the publish info to show the publish status
* feat: support publish interfaces
* fix: lint error
* fix: modified web server
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: update codes
* fix: update codes
* fix: update codes
* fix: update codes
* fix: update codes
* chore: refactor publish bloc
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: some style
* fix: the name is too long to publish
* chore: change color
* fix: some style
* fix: some style
* feat: refacotor share menu UI
* fix: some style
* fix: lint
* fix: some style
* feat: refacotor export-as
* fix: some style
* chore: refactor share menu colors
* fix: rust ci
* fix: some style
* fix: some style
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs
* fix: rerelease
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: deploy
* fix: og image
* fix: support copy button
* fix: support copy button
* fix: support copy button
* chore: add a params
* feat: use default publish name
* chore: update copy
* feat: show a confirm deletion dialog if the deleted page contains published page
* feat: add copy toast in publish tab
* fix: to 404
fix: to 404
fix: to 404
fix: the error to 404
* feat: unpublish the page auto when moving it to another space
* feat: improve confirm deletion dialog
* feat: show unpublish error
* chore: use beta.appflowy.com
* feat: disable publish in non-apppflowy-cloud user mode
* fix: modified bullted icon style
* fix: the dark mode color
* fix: save the dark mode in local storage
* fix: text color
* chore: make bash script more portable (#5679 )
* fix: title longer
* chore: move the files and modified the en
* chore: update deploy.sh
* chore: modified Dockerfile
* chore: modified server.cjs to server.js
* chore: modifed server.js to server.ts
* chore: replace publish url
* chore: remove todo list hover
* chore: show confirm dialog before deleting page
* fix: unpublish the pages before deleting
* fix: table cell bg color
* fix: callout icon
* fix: list number
* fix: emoji
* fix: number icon
* fix: callout icon position
* fix: add margin bottom
* fix: code block
* fix: support scroll for breadcrumbs
* fix: the breadcrumb doesn't update after moving page
* fix: 0705 issues
* fix: update publish status afer deleting page
* chore: add hover effect for visit site button
* fix: remove puiblish url text field enable border color
* chore: update delete page copy
* chore: enable debug category
* fix: only render sidebar if the spaces are ready
* fix: the breadcrumb doesn't update after moving page
* fix: auto code
* fix: add emoji
* fix: add emoji
* fix: favicon
* fix: cypress test
* fix: remove deploy ci
* fix: default url
* chore: revert launch.json
* fix: docker ci
* fix: change favicon
* fix: flutter integration test
* feat: add hover effect to share menu
* chore: add a checkmark if the page has been published
* chore: revert space deletion
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Zack <speed2exe@live.com.sg>
2024-07-08 13:45:57 +08:00