Commit graph

64 commits

Author SHA1 Message Date
lin onetwo
5a6cd12f1e refactor: rename i18n 2022-11-17 23:26:53 +08:00
lin onetwo
a5bcee553e refactor: remove deps that can't used in sandbox env 2022-09-05 18:37:03 +08:00
林一二
bf64ac6ffd feat: allow local wiki backup in interval 2022-04-04 15:48:50 +08:00
tiddlygit-test
ac7e4527fa feat: only show notification on corresponding wiki 2022-02-14 01:33:35 +08:00
tiddlygit-test
f0a4f7d934 fix: implementation of runFilterOnWiki 2022-02-14 00:49:45 +08:00
tiddlygit-test
94f195f79b refactor: useless code 2022-02-14 00:07:27 +08:00
tiddlygit-test
b5b8ab7cce fix: getWorkspacesRemote 2022-02-14 00:07:05 +08:00
tiddlygit-test
23d3a1fc56 feat: check no draft before sync 2022-02-13 23:57:56 +08:00
tiddlygit-test
8989679ff2 fix: spawn timeout too short in cpu busy machine
fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/180
2022-02-01 23:08:01 +08:00
tiddlygit-test
f0858d788c chore: upgrade rxjs and electron-ipc-cat 2022-01-29 02:22:09 +08:00
tiddlygit-test
a627dfb24c Update gitWorker.ts 2022-01-29 00:09:30 +08:00
林一二
86123faa21 fix: prevent sync if no net connection 2022-01-28 13:29:10 +08:00
tiddlygit-test
3a5532b8b9 chore: upgrade git-sync 2022-01-28 02:23:11 +08:00
林一二
f7df1ca5df feat: ask user to use github desktop to debug themselves if git sync error 2021-12-28 13:59:16 +08:00
tiddlygit-test
c32bbe40b4 feat: use new git-sync that supports branch name 2021-12-28 00:57:57 +08:00
tiddlygit-test
73bab6410e feat: pass branch info to git-sync 2021-12-28 00:38:29 +08:00
林一二
3cc2289937 refactor: rename tiddlygit to tidgi in code 2021-12-18 13:16:26 +08:00
tiddlygit-test
127a57b05c feature: auto ignore ds store file
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/150
2021-12-01 23:27:22 +08:00
tiddlygit-test
831e067f67 chore: update git-sync add more log 2021-11-06 23:24:42 +08:00
林一二
9bb1c1e2bc feat: make most window operation work with both main window and menubar 2021-11-04 21:24:20 +08:00
tiddlygit-test
ced3e19627 feat: menu button to sync git immediately 2021-10-17 23:49:10 +08:00
tiddlygit-test
109355cb5d feat: don't sync if there is no net work, or passed in syncImmediately: false 2021-10-17 23:19:04 +08:00
tiddlygit-test
845222a752 fix: type error after upgrade electron 2021-10-01 15:10:34 +08:00
tiddlygit-test
54216db75c feat: only require sync if is main wiki 2021-09-21 02:44:48 +08:00
林一二
fab5dbbfc2 feat: refactor electron-ipc-proxy to standalong npm package 2021-09-15 19:47:21 +08:00
林一二
fe41e3b13e feat: better error message when token expire
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/100
2021-09-09 00:08:57 +08:00
tiddlygit-test
c04a3f1e68 Revert "feat: reload wiki if we have new files"
This reverts commit 7fd48a41ad.
2021-08-14 23:37:09 +08:00
tiddlygit-test
7fd48a41ad feat: reload wiki if we have new files 2021-08-14 21:53:34 +08:00
林一二
9d1ec46bc5 fix: don't throw error to cause crash 2021-08-08 16:40:44 +08:00
林一二
f73645a352 feat: make getModifiedFileList async 2021-08-08 16:00:51 +08:00
林一二
f3870043fd lint: fix warnings 2021-08-08 01:32:29 +08:00
林一二
fb6dbdd0bf lint: auto fix of typescript-sort-keys 2021-08-08 01:22:18 +08:00
tiddlygit-test
b05c38b72d fix: assign LOCAL_GIT_DIRECTORY to point to actural git folder in packaged electron
https://github.com/desktop/dugite/issues/96
2021-07-25 15:32:28 +08:00
tiddlygit-test
ccaa979895 fix: wrong order of parameter 2021-06-23 23:41:26 +08:00
tiddlygit-test
84f417b892 feat: add sourcemap support 2021-06-23 22:27:22 +08:00
tiddlygit-test
fa4e4d5092 fix: two worker should have different name
This fixes https://github.com/andywer/threads-plugin/issues/44
2021-06-02 00:05:02 +08:00
tiddlygit-test
f96512927a fix: use new import syntax for thread worker path 2021-05-30 21:29:52 +08:00
tiddlygit-test
28f9e7854e Update defaultGitInfo.ts 2021-05-06 01:02:00 +08:00
tiddlygit-test
2e339cc792 feat: upgrade git-sync 2021-05-06 00:52:56 +08:00
tiddlygit-test
9a8123fbf1 feat: allow email to be undefined or null, if user haven't fill email in git service 2021-05-06 00:44:45 +08:00
tiddlygit-test
2bb6831bae fix: check git before get git 2021-05-04 20:04:34 +08:00
tiddlygit-test
fdb478dfaf feat: allow clone and open wiki 2021-05-04 18:09:07 +08:00
tiddlygit-test
205049ebbc fix: log not shown in UI 2021-05-04 17:02:49 +08:00
tiddlygit-test
7c18e0a83b refactor: make major git operations run in a worker_threads 2021-05-04 15:22:35 +08:00
tiddlygit-test
c2d4fad4e1 refactor: things into git-sync-js 2021-05-03 01:58:46 +08:00
tiddlygit-test
8c61db30b3 fix: dev-wiki folder don't exist 2021-05-01 14:17:37 +08:00
tiddlygit-test
66a1512c6c fix: type errors 2021-04-24 20:57:41 +08:00
tiddlygit-test
8339db631e fix: type errors 2021-04-24 19:42:47 +08:00
tiddlygit-test
7405e7a36f refactor: make most of methods async so we don't need AsyncifyProxy 2021-04-23 22:09:31 +08:00
tiddlygit-test
9d9e4d55e9 feat: adapt Main x Synced 4 Workspace creation scenarios 2021-04-23 21:07:01 +08:00