Commit graph

55 commits

Author SHA1 Message Date
lin onetwo
085be15bdf fix: git token form not saved, not overwrite userInfo that user manually written 2024-01-08 19:42:56 +08:00
lin onetwo
7c6d56e8a9 fix: token form not saving to config file 2024-01-06 23:09:52 +08:00
lin onetwo
5c5e7f5f2f refactor: move all settings to database service 2024-01-06 21:44:04 +08:00
lin onetwo
9802f23d22 fix: error setting default userName on Guide page
fixes #452
2023-12-30 02:36:30 +08:00
linonetwo
9f8b24354f feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00
lin onetwo
8b694460f5 fix: no authToken and active for initial workspace 2023-06-20 01:22:11 +08:00
lin onetwo
fb5e262c93 feat: make tokenauth token stable, so 3rd party app can use them 2023-06-20 01:22:11 +08:00
linonetwo
f5d9acaf99 refactor: prevent notoken errror when getorgen token 2023-06-07 14:34:45 +08:00
lin onetwo
83fea5fe01 refactor: make code null case clear 2023-05-23 08:56:02 +08:00
lin onetwo
fdaa9cc48e refactor: make adminToken usage clearer 2023-05-22 01:33:55 +08:00
lin onetwo
d24a7519f2 fix: CJK user name not allowed in request header
And nanoid in header will be low cased, so do it on my side

This fix requires https://github.com/Jermolene/TiddlyWiki5/pull/7471 to be merged to work
2023-05-22 01:08:12 +08:00
linonetwo
beb1104538 feat: let workspace setting save button clearer 2023-05-20 23:19:22 +08:00
linonetwo
7e1228b843 fix: empty username breaks token auth 2023-05-20 23:11:38 +08:00
linonetwo
7c1446f817 fix: use token in header key, and username in value
This solves the https://github.com/Jermolene/TiddlyWiki5/discussions/7469
2023-05-20 20:52:12 +08:00
linonetwo
5dc672dfe6 feat: basic token protection in LAN 2023-05-20 17:18:09 +08:00
lin onetwo
830e11aa77 lint: dprint 2023-05-19 11:22:38 +08:00
lin onetwo
d064cfe260 chore: upgrade deps 2023-05-19 10:37:26 +08:00
tiddlygit-test
c1ad378934 feat: allow fill in username on first use 2022-09-25 03:33:58 +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
be2bc5bfa9 fix: beautiful-react-hooks's useObservable have type bug 2021-10-07 01:05:24 +08:00
林一二
fab5dbbfc2 feat: refactor electron-ipc-proxy to standalong npm package 2021-09-15 19:47:21 +08:00
林一二
fb6dbdd0bf lint: auto fix of typescript-sort-keys 2021-08-08 01:22:18 +08:00
林一二
41f064fa9c fix: template literal type is not working properly 2021-08-07 20:44:49 +08:00
林一二
87f8f5ff64 fix: userName in workspace is not editable 2021-06-25 22:16:05 +08:00
tiddlygit-test
02462b5fd1 fix: StorageServiceUserInfo should subscribe to update 2021-06-03 12:18:07 +08:00
tiddlygit-test
e3b1c61cb9 fix: silly type check 2021-06-03 12:11:28 +08:00
tiddlygit-test
06d1829494 todo: user info not subscribed to update 2021-06-03 01:23:59 +08:00
tiddlygit-test
3fa4f1e8f5 refactor: use latest authing sdk 2021-05-15 20:03:26 +08:00
tiddlygit-test
fd93c87b4a Update index.ts 2021-05-06 00:56:04 +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
27dc7eaa6f feat: reduce parameters need to pass when creating workspace 2021-05-01 17:31:04 +08:00
tiddlygit-test
7f756df4a7 refactor: make most of methods async so we don't need AsyncifyProxy 2021-04-23 22:57:33 +08:00
tiddlygit-test
99f852c579 refactor: not using version in settings 2021-04-17 22:21:35 +08:00
tiddlygit-test
8a02680c0b fix: wrong key in setting 2021-04-15 00:31:36 +08:00
tiddlygit-test
60bfe7631b Update index.ts 2021-04-14 00:41:15 +08:00
tiddlygit-test
983351ab50 feat: 允许通过登录获取 token email 和账号 2021-04-14 00:19:52 +08:00
tiddlygit-test
6d1cb90ab6 feat: allow token use template literal type 2021-04-13 23:50:51 +08:00
tiddlygit-test
af32534288 feat: allow user choose workspace to be synced or local 2021-04-13 00:07:53 +08:00
tiddlygit-test
ec66abe546 refactor: CloneWikiDoneButton 2021-04-02 13:47:16 +08:00
tiddlygit-test
583601121a refactor: unify import of lazyInject 2021-03-20 19:05:27 +08:00
tiddlygit-test
af69465549 feat: getStorageServiceUserInfo 2021-03-19 23:15:12 +08:00
tiddlygit-test
5db1555d30 fix: feed initial value to BehaviorSubject 2021-03-19 01:24:59 +08:00
tiddlygit-test
60fa697af7 fix: use BehaviorSubject 2021-03-19 00:27:58 +08:00
tiddlygit-test
586c169584 fix: use window.observables 2021-03-17 23:08:18 +08:00
tiddlygit-test
f81cb15a58 refactor: updater 2021-03-06 16:33:18 +08:00
lin onetwo
2b77b2b5a1 refactor: Preference auth 2021-03-05 23:49:16 +08:00
tiddlygit-test
346e963122 refactor: Create workspace page 2021-02-19 00:19:44 +08:00
tiddlygit-test
05567f079b refactor: sendToAllWindows 2021-02-06 22:42:42 +08:00
tiddlygit-test
f2ba07838c refactor: await window.service.preference.get 2021-01-26 00:06:01 +08:00