Commit Graph

39 Commits

Author SHA1 Message Date
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
Richard Shiue
94bdefbf01
chore: update .gitignore (#4324) 2024-01-07 21:16:38 +08:00
Ansah Mohammad
7884fd1913
chore: added settings.json in gitignore (#4130)
* added settings.json in .gitignore

* Stop tracking .vscode/settings.json
2023-12-13 15:26:21 +08:00
Zack
1c84ee1d53
feat: integrate appflowy-cloud (#3359)
* feat: draft: code dependency

* chore: update ref

* feat: signup using client_api

* feat: support auto sign_in after sign_up if already confirmed(WIP)

* chore: update collab commit id

* chore: fix compile errors

* chore: user AFServer trait to provide optional service

* chore: refactor workspace

* chore: disable aws config

* chore: return ws connect

* chore: update collab rev

* chore: fmt and clippy

* chore: fix test

* chore: update chrono version

* chore: add script to update the collab crates commit id

* chore: update

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-09-17 17:14:34 +08:00
Lucas.Xu
affd253e21
feat: support AppImage (#3248)
* feat: add build deb shell script

* feat: update release.yml

* chore: add flatpak readme

* feat: support appimage builder

* feat: support appimage builder

* Update release.yml
2023-08-23 08:46:11 +08:00
Nathan.fooo
ddd3fbb178
fix: tauri folder display (#2176)
* fix: tauri folder display

* refactor: rename layout type
2023-04-04 14:08:50 +08:00
Nathan.fooo
61fd608200
Feat/view map database (#1885)
* refactor: rename structs

* chore: read database id from view

* chore: fix open database error because of create a database view for database id

* chore: fix tests

* chore: rename datbase id to view id in flutter

* refactor: move grid and board to database view folder

* refactor: rename functions

* refactor: move calender to datbase view folder

* refactor: rename app_flowy to appflowy_flutter

* chore: reanming

* chore: fix freeze gen

* chore: remove todos

* refactor: view process events

* chore: add link database test

* chore: just open view if there is opened database
2023-02-26 16:27:17 +08:00
Nathan.fooo
e77fef3a19
chore: remove invalid revisions (#1816) 2023-02-07 14:30:25 +08:00
Nathan.fooo
f64346c955
Feat/tauri (#1716)
* feat: support tauri desktop

* chore: support call flowy sdk command

* chore: switch to svelte

* chore: gen js protobuf

* chore: import js protobuf

* chore: call flowy sdk handler

* chore: update scipts

* chore: create index.ts

* chore: track files

* chore: gen ts event

* chore: replace application icon

* chore: migrate to react

* chore: fix wanrings

Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
nathan
bce175255f chore: udpate chnagelog 2023-01-03 09:40:46 +08:00
Poly-Pixel
85850af541 feat: add windows dev environment install script 2022-07-26 18:26:44 -07:00
MikeWallaceDev
f993e1d076 feat: add gitlint dependency 2022-07-25 12:23:33 -04:00
MikeWallaceDev
eda54719b1 chore: remove pubspec.lock generated by libraries. Keep the one in the application 2022-07-14 14:23:06 -04:00
tsuiyuenhong
27bd4bb242 chore: fix linux(aarch64) build 2022-06-21 18:44:06 +08:00
appflowy
d4678f6233 chore: ignore shared-lib proto files 2022-06-17 17:14:24 +08:00
appflowy
94276d438d chore: ignore rust's protobuf crate 2022-06-15 19:58:18 +08:00
appflowy
62c104179a chore: ignore ds_store files 2022-02-24 20:35:22 +08:00
appflowy
4b63170e56 refactor: read cache proto info 2022-02-09 18:17:06 +08:00
appflowy
1c3c519b14 refactor: cache proto file info 2022-02-09 13:08:49 +08:00
appflowy
67dff1720b feat: remove backend 2022-02-06 11:48:43 +08:00
appflowy
0d47397851 feat: config commitlint & ignore commitlint auto generated files 2022-02-05 16:34:29 +08:00
appflowy
90e3ba14f1 mv server's DocManager to flowy_collaboration crate 2021-12-12 12:41:16 +08:00
appflowy
cea83238eb update ignore 2021-12-10 11:20:21 +08:00
ljshwyykl
3648a42054 fix conflicts 2021-11-26 09:48:22 +08:00
appflowy
b37e636da3 add Cargo.lock to git 2021-11-25 21:13:10 +08:00
ljshwyykl
35d3224d08 .gitignore 2021-11-25 19:26:16 +08:00
ljshwyykl
e2c2a6602a env file 2021-11-25 19:20:03 +08:00
Alex to
93b7cf481b Untrack auto generated files under windows/flutter/. Add below files into .gitignore
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.h
windows/flutter/generated_plugins.cmake
2021-11-23 19:38:39 +08:00
annie
c90cdb90d7 [flutter]: add some scripts 2021-11-07 10:34:28 +08:00
appflowy
1fdef0914b using CacheActor method to handle the ws message one by one 2021-09-29 17:40:34 +08:00
appflowy
ccd361a048 ignore .idea folder 2021-07-19 17:27:42 +08:00
appflowy
1d74fbdd7b add get user detail event, extract remote serviceinto UserServer 2021-07-11 15:33:19 +08:00
appflowy
def717be59 auto generate proto file from rust struct 2021-07-04 23:31:33 +08:00
appflowy
77aa18d737 add tracing & test post data to dart 2021-07-03 14:14:10 +08:00
appflowy
3328e29241 add flowy-ast to generate the protobuf files via rust struct 2021-07-01 17:50:54 +08:00
appflowy
4d91ed147d add flowy-sys crate 2021-06-24 16:32:36 +08:00
appflowy
126ac20ccc add docs 2021-06-21 22:53:31 +08:00
appflowy
2053cd7f05 update README with DDD Event flow 2021-06-20 23:35:21 +08:00
appflowy
a4fb87713a Initial commit 2021-06-16 20:56:49 +08:00