Commit Graph

113 Commits

Author SHA1 Message Date
kPherox
4ca3ec4b1e
Update electron to 4.2.0 2019-05-04 17:08:37 +09:00
kPherox
70e26885dc
Add use url scheme option to account auth 2019-04-30 14:55:24 +09:00
kPherox
f5d63e647a
Fix undefined error 2019-04-30 14:49:08 +09:00
kPherox
405140c8e0
Change to focus with open-url event 2019-04-30 14:40:26 +09:00
kPherox
6f770a04cf
Fix set authorize client 2019-04-30 14:39:46 +09:00
kPherox
654b6942c3
Fix timeline event name
Add error for not supported timeline type
2019-04-30 14:39:00 +09:00
kPherox
51826ecaab
Support redirect to url scheme for authorize 2019-04-30 03:28:50 +09:00
kPherox
a2cac44a81
Add url scheme handler
No yet confirmed for Windows/Linux
2019-04-30 03:28:49 +09:00
kPherox
60db0c13a7
Update dependencies 2019-04-30 03:28:32 +09:00
kPherox
b0b978b7a6
Fix username 2019-04-29 23:19:48 +09:00
kPherox
4af9362a93
Fix not working hot reload for main process
Revert "Update dependencies"
This reverts commit 37da98b19a.
2019-04-29 05:11:06 +09:00
kPherox
25595c62e0
Use account doc's full field instead 2019-04-28 23:56:31 +09:00
Cutls
3f1faae46a CHange: pubTL to TL 2019-04-28 22:50:25 +09:00
Cutls
da6ceefe34 Add: WIP: Timeline (rend/main) 2019-04-28 22:47:11 +09:00
kPherox
b6042896e6
Remove redundant style for toot border 2019-04-28 03:50:25 +09:00
kPherox
f495a95be5
Add border to toot block 2019-04-28 02:51:41 +09:00
kPherox
a573d25580
Add icon to toot for visibility & detail action
Add material design icons package for vue component
2019-04-28 02:50:25 +09:00
kPherox
f1c7b00706
Refactoring account setup listenr 2019-04-27 19:36:00 +09:00
kPherox
f06327c1e4
Use client class instead
Add getter/setter to authorized clients
Save new account client to Client.authorizedHTTP
2019-04-27 19:04:08 +09:00
kPherox
c22484db7c
Replace promise to await & trycatch 2019-04-27 18:59:54 +09:00
kPherox
ed8514c8c7
Add interface for account docs of NeDB 2019-04-27 18:49:31 +09:00
kPherox
f32e28b914
Add client creater for authorized account 2019-04-27 18:43:06 +09:00
kPherox
9f7d54cb88
Add setter for non authorized clients 2019-04-27 18:37:20 +09:00
Cutls
aeda2b14c6 to revert 2019-04-27 15:50:01 +09:00
Cutls
63b8822c05 Cutls's internal commit (merge kPherox's commits) 2019-04-27 15:13:30 +09:00
Cutls
8118826df5 Introduce: Timeline 2019-04-27 15:08:25 +09:00
kPherox
d3f5313bd8
Add username props to user timeline component 2019-04-27 06:45:45 +09:00
kPherox
212cea2b59
Add user timeline component 2019-04-27 06:33:15 +09:00
kPherox
a19b3c899f
Add disable close option to base overlay component 2019-04-27 05:15:24 +09:00
kPherox
d3b5d05762
Change to select timeline when add account 2019-04-27 05:13:34 +09:00
kPherox
fb9d11969b
Change to propagation login complete event
Rename AccountManager to AccountAuth
2019-04-27 05:02:28 +09:00
kPherox
4094a32ab2
WIP: Switch Main/Welcome component 2019-04-27 04:28:19 +09:00
kPherox
69e5fb3f1b
Change class variable to initalize in created
`electron:serve` した時に表示が遅かったのでちょっと早くなる…気がする変更
2019-04-27 04:24:33 +09:00
kPherox
6c2a98e139
Fix typo 2019-04-27 03:24:31 +09:00
kPherox
37da98b19a
Update dependencies 2019-04-27 03:14:17 +09:00
kPherox
1417fb228c
Remove babel/core-js
どうしても必要になった時は使えばいいと思うけど、変化しないブラウザのバージョンでの使い道がわからない
2019-04-27 03:14:12 +09:00
kPherox
9973b8d766
Change modifiers private to public in *.vue
Remove mistyped
2019-04-27 03:10:35 +09:00
Cutls
488f4d078e Fix: typo 2019-04-26 23:45:34 +09:00
Cutls
ea47ae8e31 Add: Timeline.vue 2019-04-26 23:40:09 +09:00
Cutls
a802a155c3 Add: button to timelines with auth 2019-04-26 23:37:32 +09:00
Cutls
7b2cef8c62 Add/Improved: account structure 2019-04-26 23:36:39 +09:00
Cutls
f20d07905a Add: insert account data to db 2019-04-25 23:39:45 +09:00
kPherox
67afe14c02
Change sort timing to update event is received 2019-04-25 22:06:06 +09:00
kPherox
a0ce20d829
Add timeline toot component 2019-04-25 22:02:09 +09:00
Cutls
877001938a Add: make account.db with NeDB 2019-04-25 21:26:25 +09:00
Cutls
6786985a8a Instroduce: types NeDB 2019-04-25 21:19:40 +09:00
Cutls
60f7855117 Introduce: NeDB 2019-04-25 21:17:52 +09:00
Cutls
41bc02c959 Add: get verify_credentials and error message 2019-04-25 21:13:12 +09:00
kPherox
8f3edf76e6
Add error handling to get timeline
Revert to async get
Fix freeze when invalid domain
2019-04-25 14:21:21 +09:00
kPherox
d47aaf66c1
Add base input component 2019-04-25 14:06:36 +09:00