diff --git a/README.md b/README.md index e2ea63cab280..15b195fc8f4e 100644 --- a/README.md +++ b/README.md @@ -105,12 +105,14 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). weep naga_rus Melilot +osapon 見当かなみ Hiroshi Seki weep naga_rus Melilot +osapon 見当かなみ @@ -123,7 +125,6 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). - @@ -134,9 +135,9 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). -
YUKIMOCHI Sampot takimuraDamillora
gutfuckllc mydarkstarYUKIMOCHI Sampot takimuraDamillora
+ @@ -146,6 +147,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). + @@ -156,7 +158,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md).
Damillora Atsuko Tominaga natalie HiratakeNokotaro Takeda Takashi Shibuya
Damillora Atsuko Tominaga natalie HiratakeTakashi Shibuya
-**Last updated:** Fri, 05 Apr 2019 09:39:06 UTC +**Last updated:** Sat, 06 Apr 2019 03:35:05 UTC :four_leaf_clover: Copyright diff --git a/locales/en-US.yml b/locales/en-US.yml index f5c7fd290a7e..3dccd8489929 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -990,6 +990,7 @@ desktop/views/components/timeline.vue: home: "Home" local: "Local" hybrid: "Social" + hybrid-desc: "Home+Local" global: "Global" mentions: "Mentions" messages: "Direct posts" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 4d253593ac2d..f2d45b41af88 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1100,6 +1100,7 @@ desktop/views/components/timeline.vue: home: "ホーム" local: "ローカル" hybrid: "ソーシャル" + hybrid-desc: "ホーム+ローカル" global: "グローバル" mentions: "あなた宛て" messages: "ダイレクト投稿" diff --git a/package.json b/package.json index 169d06356505..90d62b257a55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "10.99.0-l190407045724", + "version": "10.99.0-l190408225123", "codename": "nighthike", "repository": { "type": "git", diff --git a/src/client/app/common/views/components/signup.vue b/src/client/app/common/views/components/signup.vue index 16e1afaa9431..3da68470816e 100644 --- a/src/client/app/common/views/components/signup.vue +++ b/src/client/app/common/views/components/signup.vue @@ -139,6 +139,11 @@ export default Vue.extend({ }, onSubmit() { + if (this.password != this.retypedPassword) { + alert(this.$t('password-not-matched')); + return; + } + this.$root.api('signup', { username: this.username, password: this.password, diff --git a/src/client/app/common/views/deck/deck.user-column.vue b/src/client/app/common/views/deck/deck.user-column.vue index 9e9f494b13c1..2e8cd03ca0d1 100644 --- a/src/client/app/common/views/deck/deck.user-column.vue +++ b/src/client/app/common/views/deck/deck.user-column.vue @@ -14,7 +14,7 @@
-