Commit graph

20671 commits

Author SHA1 Message Date
syuilo
8c9530fb41 tweak boot.js 2022-07-14 21:52:58 +09:00
syuilo
6ba9549034 12.114.0-beta.3 2022-07-14 21:40:55 +09:00
syuilo
6184f34c91 debug 2022-07-14 21:40:30 +09:00
syuilo
0a479ddf0f 12.114.0-beta.2 2022-07-14 21:32:33 +09:00
syuilo
3b199acdd2 debug 2022-07-14 21:32:21 +09:00
syuilo
8254ad995f 12.114.0-beta.1 2022-07-14 21:06:38 +09:00
syuilo
0d28146099 fix(client): revert es2017 2022-07-14 21:06:07 +09:00
syuilo
a3a2d1186c chore: use tab 2022-07-14 21:02:45 +09:00
syuilo
975e22089a improve error handling of client boot 2022-07-14 20:41:17 +09:00
syuilo
ae5596dce2 log error while client boot 2022-07-14 20:29:45 +09:00
syuilo
22b02f0f72 chore(client): tweak ui 2022-07-14 17:52:59 +09:00
syuilo
6b1a892a86 refactor(client): rename menu(sidebar) -> navbar 2022-07-14 17:42:12 +09:00
syuilo
8a5a10077e chore(client): tweak style 2022-07-14 17:22:06 +09:00
syuilo
558a69ebe7 12.113.0 2022-07-13 21:59:39 +09:00
syuilo
32a6be6cba New Crowdin updates (#8959)
* New translations ja-JP.yml (Arabic)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (Japanese, Kansai)

* New translations ja-JP.yml (Bengali)

* New translations ja-JP.yml (Indonesian)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Russian)

* New translations ja-JP.yml (Vietnamese)

* New translations ja-JP.yml (Ukrainian)

* New translations ja-JP.yml (Spanish)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (French)

* New translations ja-JP.yml (Polish)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Vietnamese)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (Vietnamese)

* New translations ja-JP.yml (Catalan)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Russian)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (Chinese Traditional)
2022-07-13 21:59:08 +09:00
syuilo
d4bb869bb2 12.113.0-beta.3 2022-07-13 21:46:39 +09:00
syuilo
66ce279232 chore(client): trust ios 2022-07-13 21:41:06 +09:00
syuilo
bc4fb0ad6b lit fixes 2022-07-13 21:39:16 +09:00
syuilo
f4eaa9b3ce update deps 2022-07-13 21:37:48 +09:00
syuilo
0bdbbd31df update vite 2022-07-13 21:29:38 +09:00
Andreas Nedbal
0e9dec388b fix(client): hide bot protection warning with disabled registrations (#8794)
* fix(client): hide bot protection warning with disabled registrations

* Apply review suggestion from @Johann150

Co-authored-by: Johann150 <johann@qwertqwefsday.eu>

Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-13 21:23:20 +09:00
syuilo
d2fb55866e chore(dev): add note 2022-07-13 21:19:27 +09:00
Johann150
e53284dc20 fix: add es2017 build target (#8931)
* remove top level awaits

* add es2017 target

* refactor: use setup and ref sugar
2022-07-13 21:17:19 +09:00
tamaina
1665262483 fix(sw, notification): Don't issue an event if there is no affect (#8979)
* test

* ]v]
2022-07-13 21:07:49 +09:00
Johann150
278b7a70a7 enhance: read theme color nodeinfo (#8977)
* provide theme color in nodeinfo metadata

* read theme color from nodeinfo

Prefer to read the theme color from the nodeinfo since it is more
performant than performing selector search on a DOM.
2022-07-13 21:06:24 +09:00
nvisser
a60b0dd757 Make tensorflow an optinal dependency (#8986) 2022-07-13 21:00:59 +09:00
syuilo
d71af6ab8e chore(client): fix routing 2022-07-13 18:28:04 +09:00
syuilo
65ec13a137 fix(client): fix url encoded string handling of nirax
Fix #8878
2022-07-13 18:11:54 +09:00
syuilo
80b6b9966a 🎨 2022-07-13 18:09:47 +09:00
syuilo
c2e1cd19e7 chore(client): tweak explore page 2022-07-13 18:09:41 +09:00
syuilo
cedad19a89 chore(client): fix type def 2022-07-13 16:33:52 +09:00
syuilo
dc969590e8 chore(client): fix mention style 2022-07-13 16:33:39 +09:00
syuilo
f9929c7a7b 🎨 2022-07-13 16:33:18 +09:00
syuilo
ac335a17ae chore(client): tweak ui 2022-07-12 22:42:50 +09:00
syuilo
235e55790b feat: support <plain> syntax for mfm 2022-07-12 12:03:38 +09:00
MeiMei
41e4505111 Fix crash at startup if TensorFlow is not supported (#8984)
* Lazy loading tensorflow

* CHANGELOG

* CHANGELOG

* Check CPU flags

* .
2022-07-12 10:38:57 +09:00
syuilo
949ca23c08 12.113.0-beta.2 2022-07-11 23:36:55 +09:00
syuilo
5f3245a921 enhance(client): improve widgets component 2022-07-11 23:36:39 +09:00
syuilo
fa72ec1f08 re: update mfm-js 0.23.0-canary.1 2022-07-11 23:13:23 +09:00
syuilo
0ead36b265 12.113.0-beta.1 2022-07-10 21:11:03 +09:00
syuilo
e8a58722a2 update mfm-js 0.23.0-canary.1 2022-07-10 21:09:37 +09:00
yzhe819
2d69600539 chore: fix lint errors (#8981) 2022-07-10 19:47:29 +09:00
syuilo
d97cae841d enhance(client): update themes 2022-07-10 15:36:02 +09:00
syuilo
cfbf19dea4 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-07-10 15:35:45 +09:00
syuilo
83e3fca600 chore(client): tweak style 2022-07-10 15:35:43 +09:00
tamaina
a461625b31 enhance(sw): If receiving a push notification issued more than a day, ignore it. (#8980)
* enhance(sw): ignore old push notification

* ✌️

* 半日

* !==

* 1日
2022-07-10 15:15:21 +09:00
syuilo
f73871e73e fix(client): fix style of mention 2022-07-10 13:16:11 +09:00
syuilo
f29dcb6e1f chore(dev): remove duplicated lint rule 2022-07-10 11:14:41 +09:00
dogcraft
8b106bf548 fix: QueryFailedError when logging user's IPs (#8973)
* fix QueryFailedError when logging user's IPs

* use `orIgnore` to fix
2022-07-10 11:02:46 +09:00
syuilo
997983dd7b 12.112.3 2022-07-09 18:32:45 +09:00