Commit graph

163 commits

Author SHA1 Message Date
tiddlygit-test
d0dc4e90af feat: open log folder from error page 2020-07-24 01:37:33 +08:00
tiddlygit-test
54aa9cb7d9 refactor: better name for request open 2020-07-24 01:15:03 +08:00
tiddlygit-test
64ca5348e1 fix: get correct Time whthout Date from TimePicker
https://github.com/mui-org/material-ui-pickers/issues/2018#issuecomment-661961566
2020-07-22 00:27:00 +08:00
tiddlygit-test
5dfc95e547 fix: remote with \n can't be matched 2020-07-21 23:58:00 +08:00
tiddlygit-test
58db6306ee feat: delay 2500ms and restart after sync duration changed 2020-07-21 23:57:41 +08:00
tiddlygit-test
514ca33c61 feat: add setting tab for wiki 2020-07-21 23:32:14 +08:00
tiddlygit-test
a2d8e18955 fix: duration picker not working properly 2020-07-21 23:26:42 +08:00
tiddlygit-test
3c06920d86 feat: control sync interval in the preference 2020-07-21 02:03:25 +08:00
tiddlygit-test
2e33070bff chore: replace some text from atomery 2020-07-20 23:08:14 +08:00
tiddlygit-test
ed585d96ef refactor: remove register and license key related code 2020-07-20 23:02:45 +08:00
tiddlygit-test
d2f7807281 feat: loading indicator is working for wiki server now 2020-07-19 17:05:38 +08:00
tiddlygit-test
255c738f09 fix: default-icon not fitting 2020-07-19 16:12:40 +08:00
tiddlygit-test
ebb7105ce4 chore: use TiddlyGit as name and Tiddlywiki Icon as new icon 2020-07-19 15:26:56 +08:00
tiddlygit-test
32faa5b9e6 feat: add git repo sync message popup to tiddlywiki 2020-07-19 03:36:35 +08:00
tiddlygit-test
ac21143b95 fix: only show port config in main wiki creation 2020-07-19 01:07:02 +08:00
tiddlygit-test
3e19673387 fix: subwiki use same port as main wiki 2020-07-18 22:48:08 +08:00
tiddlygit-test
28cca1c129 chore: upgrade deps 2020-07-18 21:49:22 +08:00
tiddlygit-test
efdf4fa370 feat: implement git-sync using dugite
https://github.com/simonthum/git-sync/blob/master/git-sync
2020-07-18 17:55:01 +08:00
Lin Onetwo
e6902df4f3 Fix window title is not in synced with workspace (#308) 2020-07-15 22:21:53 +08:00
Quang Lam
51b43e83af Always hide title bar in full screen mode regardless of preference (#307) 2020-07-15 22:09:20 +08:00
Quang Lam
a91fb96257 Fix title bar disappears when side bar is scrollable (#306) 2020-07-15 22:09:14 +08:00
Lin Onetwo
fbabdd7bdc Add option to show/hide keyboard shortcut hints on sidebar (#305) 2020-07-15 21:59:41 +08:00
Lin Onetwo
1162f84ec6 fix: imported wiki don't have git url 2020-07-14 02:14:42 +08:00
Lin Onetwo
554e2d02d3 feat: progress bar for wiki creation 2020-07-14 01:27:09 +08:00
Lin Onetwo
83923423d2 chore: upgrade @material-ui/pickers 2020-07-13 01:38:44 +08:00
Lin Onetwo
d3e561771e chore: upgrade to electron v9 2020-07-13 00:17:42 +08:00
Lin Onetwo
d7d8d96f33 feat: allow open a nodejs wiki folder as workspace 2020-07-12 23:31:21 +08:00
Lin Onetwo
ade57adb69 feat: button to refetch repo list 2020-07-11 21:11:14 +08:00
Lin Onetwo
1dcdc06dff feat: allow remove workspace folder 2020-07-05 00:26:45 +08:00
Lin Onetwo
c11e8d2488 feat: connect wiki folder to github 2020-07-04 23:57:43 +08:00
Lin Onetwo
f6fe119921 feat: choose repo list item 2020-07-04 13:12:25 +08:00
Lin Onetwo
bc92e4a258 feat: allow signout 2020-07-04 13:06:03 +08:00
Lin Onetwo
da79a803a6 refactr: extract component to saparate files 2020-07-04 12:02:38 +08:00
Lin Onetwo
0fcabf83d4 feat: parse githubUsername from oauth data 2020-07-04 01:29:11 +08:00
Lin Onetwo
e98b542066 fix: type annotation in github-login 2020-07-04 01:22:55 +08:00
Lin Onetwo
0daa185dce refactor: delete unused code 2020-07-04 01:12:32 +08:00
Lin Onetwo
758f10e469 feat: use github token to load repo list 2020-07-04 01:10:27 +08:00
Lin Onetwo
cb2428fb70 feat: adjust sync button to top, since login will clear the form state 2020-07-02 23:30:04 +08:00
Lin Onetwo
1c76e1e88e refactor: use authing.cn to sign-in in a more secure and comfortable way 2020-07-02 23:17:48 +08:00
Lin Onetwo
f9487535d2 feat: login to github using unsafe oAuth
I have secret in the commit, which is bad, but difficult to get around if I want to be server less.
https://aimingoo.github.io/1-1722.html
I can use a FaaS to get token for user, but that means I need to pay for the service.
2020-07-02 09:24:42 +08:00
Lin Onetwo
fb2feaf83e feat: start two wiki in different port 2020-06-27 13:17:52 +08:00
Lin Onetwo
e89b904c85 fix: now showing error message 2020-06-27 11:48:06 +08:00
Lin Onetwo
04f4991948 refactor: create workspace in one click 2020-06-26 23:56:11 +08:00
Lin Onetwo
5aa8ca95a0 feat: allow create sub-wiki, and store metadata to workspace 2020-06-26 23:02:37 +08:00
Lin Onetwo
d6941c4760 feat: allow choose wiki name 2020-06-26 21:59:54 +08:00
Lin Onetwo
d67cf2df45 feat: start wiki upon workspace creation and on startup 2020-06-25 14:56:22 +08:00
Lin Onetwo
f3cfa6b819 feat: create workspace with icon 2020-06-25 14:04:54 +08:00
Lin Onetwo
f3f5a91152 feat: adjust help messages, and add close button 2020-06-25 12:58:08 +08:00
Lin Onetwo
3e5f16efd7 feat: complete dialog to create wiki template 2020-06-25 12:47:50 +08:00
Lin Onetwo
e3d291f39d feat: basic wiki creation panel 2020-06-24 23:53:00 +08:00