Commit graph

3951 commits

Author SHA1 Message Date
syuilo
d79e24e20a Improve task manager etc 2020-11-01 22:09:16 +09:00
syuilo
7372b19bc1 メモリリークの一因になってそうだったのでrefを渡すのを削除 2020-11-01 15:04:46 +09:00
syuilo
190b8052ca Improve task manager 2020-11-01 14:05:06 +09:00
syuilo
85747798b7 Improve task manager 2020-11-01 13:38:48 +09:00
syuilo
87b3018d9c 🎨 2020-11-01 12:32:34 +09:00
syuilo
8201b2d260 🎨 2020-11-01 12:26:46 +09:00
syuilo
9de9187f37 🎨 2020-11-01 12:26:38 +09:00
syuilo
f88c6b6aa1 fix(client): ストリーミングのメモリリークを修正
SharedConnection や NonSharedConnection のインスタンスを Vue コンポーネントの data に含むと、Vue が Proxy に変換するため、Stream クラス内部でインスタンス同士の比較をしても false になり、使われなくなったインスタンスがメモリ上に残り続ける。
なお、チャンネルへの接続/切断は頻繁に行うものではないため、メモリリークといっても影響は軽微とみられる。
2020-11-01 11:57:34 +09:00
syuilo
0b494c59f0 タスクマネージャー(wip) 2020-11-01 11:39:38 +09:00
takonomura
b429af5f05 補完でタブが効かなくなるケースを修正 (#6779) 2020-10-31 09:43:28 +09:00
syuilo
9c312cfce8 Fix #6781 2020-10-31 09:39:22 +09:00
takonomura
180040cc2e チャンネル一覧でバナーが無いとチャンネル名が出ないのを修正 (#6778) 2020-10-31 05:53:02 +09:00
takonomura
d8449d2c3e リバーシで相手のターンでも置くことができるのを修正 (#6777) 2020-10-30 22:39:33 +09:00
sobadon
b738fef6a1 リンクをコピーでパスしかコピーされない問題を修正 (#6785) 2020-10-30 18:22:14 +09:00
takonomura
5e19805dcc 検索ショートカットが使えないのを修正 (#6783) 2020-10-30 16:42:51 +09:00
syuilo
7bd692340c Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-10-28 22:48:25 +09:00
syuilo
310224c0df Fix error dialog 2020-10-28 22:47:57 +09:00
MeiMei
b48a0197fb ドライブファイル参照がシステムユーザーで落ちるのを修正 (#6774) 2020-10-28 22:24:16 +09:00
syuilo
8a7af811da ウィンドウ右クリックでサイドビューで開けるように 2020-10-28 22:21:53 +09:00
syuilo
c03f2e2542 ウィンドウ内のリンクを右クリックしたときに「サイドビューで開く」が無いのを修正 2020-10-28 22:21:40 +09:00
syuilo
a0e07a7d38 カスタム絵文字がつぶれる問題を修正 2020-10-27 18:28:37 +09:00
syuilo
ea0fd0774f Fix #6762 2020-10-27 18:21:52 +09:00
syuilo
6e8f405cb0 Reversi (#6765)
* wip

* wip

* wip

* wip

* Update game.setting.vue

* wip

* wip

* Update game.setting.vue

* wip

* Update game.board.vue

* wip

* Update sidebar.ts
2020-10-27 18:11:41 +09:00
syuilo
2b5eea2e60 Update popup animation 2020-10-27 16:46:13 +09:00
syuilo
796886c534 🎨 2020-10-27 16:45:24 +09:00
syuilo
403a0dcca6 Instance Ticker 2020-10-27 16:16:59 +09:00
syuilo
d62474969b Default behavior option for MkA component 2020-10-27 13:53:47 +09:00
syuilo
c2d2c5b2be Add animation of context menu 2020-10-25 23:22:27 +09:00
syuilo
89d647a2ea APIコンソール 2020-10-25 16:11:08 +09:00
syuilo
7418fac14e Fix bug 2020-10-25 15:45:47 +09:00
syuilo
20d6b84999 🎨 2020-10-25 12:47:40 +09:00
syuilo
a1af6f6764 Use MFM instead of v-html to avoid XSS 2020-10-25 12:25:13 +09:00
syuilo
3fbb9855d8 Clean up 2020-10-25 11:29:10 +09:00
syuilo
1df8df3655 投稿失敗したときにエラー表示するように 2020-10-25 11:19:20 +09:00
syuilo
1de4f259c5 🎨 2020-10-25 11:06:55 +09:00
syuilo
55f99df060 コンテキストメニューの位置計算を改善 2020-10-25 11:01:03 +09:00
syuilo
7bd6658d9b インポート/エクスポート設定を復活 2020-10-25 10:48:33 +09:00
syuilo
443cb51ba9 ヘッダーにもコンテキストメニュー追加 2020-10-25 09:26:19 +09:00
syuilo
5b630a37a3 Refactor 2020-10-25 09:15:20 +09:00
syuilo
35b26466d0 regesit 2020-10-25 01:24:01 +09:00
syuilo
2568a98ed4 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-10-25 01:23:41 +09:00
syuilo
8f08f707ae regedit 2020-10-25 01:23:23 +09:00
syuilo
1f01af512a 自前ルーティング (#6759)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2020-10-25 01:21:41 +09:00
syuilo
708c7dabd1 Clean up 2020-10-21 21:50:24 +09:00
syuilo
80d8cb7fef Auto adjust window size 2020-10-19 19:42:55 +09:00
syuilo
38aa8ec784 Resolve #6087 2020-10-19 19:29:04 +09:00
syuilo
f3803b101d 🎨 2020-10-19 15:05:29 +09:00
syuilo
effa7841ed fb07116a4 のコミット忘れ 2020-10-19 14:50:57 +09:00
MeiMei
16cd95ecff Fix: optional chaining (#6747) 2020-10-19 14:48:56 +09:00
syuilo
9613c778c3 デフォルト公開範囲が機能していない問題を修正 2020-10-19 14:46:55 +09:00
syuilo
c7401f310f Add note 2020-10-19 14:46:32 +09:00
syuilo
762b407fd8 Remove unused themes 2020-10-19 13:20:00 +09:00
syuilo
92504bf01d Fix design 2020-10-19 13:17:37 +09:00
syuilo
2723baa1f1 🎨 2020-10-19 13:17:11 +09:00
takonomura
4bc894af96 ページのセクション内などが表示されない問題を修正 (#6746) 2020-10-19 09:30:21 +09:00
takonomura
b184dfe463 MFM のバッククオートで囲ったコードが表示されないのを修正 (#6741) 2020-10-19 08:37:07 +09:00
okpierre
4c35e805bd Update settings.vue (#6742) 2020-10-19 08:23:50 +09:00
syuilo
92093048a0 🎨 2020-10-18 21:21:52 +09:00
syuilo
3546107f08 🎨 2020-10-18 18:50:45 +09:00
syuilo
d9e10a6ad6 🎨 2020-10-18 16:58:20 +09:00
syuilo
2f8a0d1788 Resolve #6684
Co-Authored-By: sobadon <37328795+sobadon@users.noreply.github.com>
2020-10-18 16:43:22 +09:00
syuilo
31204e2dfb LTL / GTLが無効でもボタンが表示されるのを修正 2020-10-18 16:33:23 +09:00
syuilo
3600f15053 🎨 2020-10-18 16:10:28 +09:00
syuilo
16c265676a Fix poll editor bug 2020-10-18 15:52:34 +09:00
syuilo
d59d7f41e1 Clean up 2020-10-18 15:52:26 +09:00
syuilo
f0c5943e87 Fix page bug 2020-10-18 12:55:26 +09:00
syuilo
244822298a Fix page editor bug 2020-10-18 12:30:54 +09:00
syuilo
ca828c2ca4 Clean up 2020-10-18 12:30:47 +09:00
syuilo
f555884fe5 Fix channel design 2020-10-18 12:16:42 +09:00
syuilo
38f8922b72 Make unrenote button danger 2020-10-18 10:38:35 +09:00
syuilo
4f45185411 Fix user page bug 2020-10-18 10:28:17 +09:00
syuilo
18ea1d88db Improve api error dialog 2020-10-18 10:21:02 +09:00
syuilo
2d26ebb041 Improve waiting dialog 2020-10-18 10:11:34 +09:00
MeiMei
4744276e15 ActivityPubでリモートのオブジェクトをGETするときのリクエストをHTTP Signatureで署名するオプション (#6731)
* Sign ActivityPub GET

* Fix v12, v12.48.0 UI bug
2020-10-18 01:46:40 +09:00
MeiMei
89e6af961b Fix lint (#6732)
* Fix lint

* nl
2020-10-18 01:23:46 +09:00
syuilo
d60b4cf362 Deckで長いタイトルのページを開くとヘッダーが伸びる問題を修正 2020-10-18 00:54:20 +09:00
syuilo
fa86fb1b0d Add sample view in theme-editor 2020-10-18 00:49:02 +09:00
syuilo
b6400820bf Remove needless margin 2020-10-17 23:49:17 +09:00
syuilo
42c2bccc9e Clean up 2020-10-17 23:48:12 +09:00
syuilo
4e2792244c Migrate to Vue3 (#6587)
* Update reaction.vue

* fix  bug

* wip

* wip

* wjio

* wip

* Revert "wip"

This reverts commit e427f2160adf4e8a4147006e25a89854edab0033.

* wip

* wip

* wip

* Update init.ts

* Update drive-window.vue

* wip

* wip

* Use PascalCase for components

* Use PascalCase for components

* update dep

* wip

* wip

* wip

* Update init.ts

* wip

* Update paging.ts

* Update test.vue

* watch deep

* wip

* lint

* wip

* wip

* wip

* wip

* wiop

* wip

* Update webpack.config.ts

* alllow null poll

* wip

* wip

* wip

* wiop

* UI redesign & refactor (#6714)

* wip

* wip

* wip

* wip

* wip

* Update drive.vue

* Update word-mute.vue

* wip

* wip

* wip

* clean up

* wip

* Update default.vue

* wip

* Update notes.vue

* Update mfm.ts

* Update index.home.vue

* Update post-form.vue

* Update post-form-attaches.vue

* wip

* Update post-form.vue

* Update sidebar.vue

* wip

* wip

* Update index.vue

* wip

* Update default.vue

* Update index.vue

* Update index.vue

* wip

* Update post-form-attaches.vue

* Update note.vue

* wip

* clean up

* Update notes.vue

* wip

* wip

* Update ja-JP.yml

* wip

* wip

* Update index.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update default.vue

* wip

* Update _dark.json5

* wip

* wip

* wip

* clean up

* wip

* wip

* Update index.vue

* Update test.vue

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* clena yop

* wip

* wip

* Update store.ts

* Update messaging-room.vue

* Update default.widgets.vue

* fix

* wip

* wip

* Update modal.vue

* wip

* Update os.ts

* Update os.ts

* Update deck.vue

* Update init.ts

* wip

* Update ja-JP.yml

* v-sizeは単にwindowのresizeを監視するだけで良いかもしれない

* Update modal.vue

* wip

* Update tooltip.ts

* wip

* wip

* wip

* wip

* wip

* Update image-viewer.vue

* wip

* wip

* Update style.scss

* Update style.scss

* Update visitor.vue

* wip

* Update init.ts

* Update init.ts

* wip

* wip

* Update visitor.vue

* Update visitor.vue

* Update visitor.vue

* Update visitor.vue

* wip

* wip

* Update modal.vue

* Update header.vue

* Update menu.vue

* Update about.vue

* Update about-misskey.vue

* wip

* wip

* Update visitor.vue

* Update tooltip.ts

* wip

* Update drive.vue

* wip

* Update style.scss

* Update header.vue

* wip

* wip

* Update users.user.vue

* Update announcements.vue

* wip

* wip

* wip

* Update emojis.vue

* wip

* Update emojis.vue

* Update style.scss

* Update users.vue

* wip

* Update style.scss

* wip

* Update welcome.entrance.vue

* Update radio.vue

* Update size.ts

* Update emoji-edit-dialog.vue

* wip

* Update emojis.vue

* wip

* Update emojis.vue

* Update emojis.vue

* Update emojis.vue

* wip

* wip

* wip

* wip

* Update file-dialog.vue

* wip

* wip

* Update token-generate-window.vue

* Update notification-setting-window.vue

* wip

* wip

* Update _error_.vue

* Update ja-JP.yml

* wip

* wip

* Update store.ts

* Update emojis.vue

* Update emojis.vue

* Update emojis.vue

* Update announcements.vue

* Update store.ts

* wip

* Update page-editor.vue

* wip

* wip

* Update modal.vue

* wip

* Update select-file.ts

* Update timeline.vue

* Update emojis.vue

* Update os.ts

* wip

* Update user-select.vue

* Update mfm.ts

* Update get-file-info.ts

* Update drive.vue

* Update init.ts

* Update mfm.ts

* wip

* wip

* Update window.vue

* Update note.vue

* wip

* wip

* Update user-info.vue

* wip

* wip

* wip

* wip

* wip

* Update header.vue

* Update header.vue

* wip

* Update explore.vue

* wip

* wip

* wip

* Update webpack.config.ts

* wip

* wip

* wip

* wip

* wip

* wip

* Update autocomplete.ts

* wip

* wip

* wip

* Update toast.vue

* wip

* Update post-form-dialog.vue

* wip

* wip

* wip

* wip

* wip

* Update users.vue

* wip

* Update explore.vue

* wip

* wip

* wip

* Update package.json

* wip

* Update icon-dialog.vue

* wip

* wip

* Update user-preview.ts

* wip

* wip

* wip

* wip

* wip

* Update instance.vue

* Update user-name.vue

* Update federation.vue

* Update instance.vue

* wip

* wip

* Update tag.vue

* wip

* wip

* wip

* wip

* wip

* Update instance.vue

* wip

* Update os.ts

* Update os.ts

* wip

* wip

* wip

* Update router.ts

* wip

* Update init.ts

* Update note.vue

* Update messages.vue

* wip

* wip

* wip

* wip

* wip

* google

* wip

* wip

* wip

* wip

* Update theme-editor.vue

* wip

* wip

* Update room.vue

* Update channel-editor.vue

* wip

* Update window.vue

* Update window.vue

* wip

* Update window.vue

* Update window.vue

* wip

* Update menu.vue

* wip

* wip

* wip

* wip

* Update messaging-room.vue

* wip

* Update post-form.vue

* Update default.widgets.vue

* Update window.vue

* wip
2020-10-17 20:12:00 +09:00
sobadon
7c7231902d CW の input でも投稿ショートカットが動作するように (#6690) 2020-10-09 14:22:32 +09:00
MeiMei
47bc94e913 /streamingに非WebSocketリクエストが来るとおかしくなるのを修正 Fix #6718 (#6719) 2020-10-09 14:20:34 +09:00
sobadon
70108fb430 Fix: Channel 投稿を削除編集すると Channel 外に投稿されるのを修正 (#6707) 2020-09-22 00:54:24 +09:00
syuilo
93c6092ea5 Resolve #6692 (#6703) 2020-09-18 22:18:21 +09:00
syuilo
61cff78b43 chore: better error text 2020-09-17 21:05:47 +09:00
syuilo
330d9201a1 fix(client): Fix #6698 2020-09-11 21:50:44 +09:00
takonomura
4ea8ce8af3 Fix channels list pagination (#6679) 2020-08-30 18:18:34 +09:00
Xeltica
db9c8e2155 Safari で mk-select に光沢がかかるのを修正 (#6668) 2020-08-23 11:05:04 +09:00
Xeltica
dcea130932 表示する通知を種別ごとに設定できるように (#6647)
* ストリーミング以外は一通り実装

* ストリーミング分も適用

* 通知のグローバル設定をサーバーサイドに保存

* グローバル通知を使うようにしたら更新されなくなるのを修正

* サーバーサイド処理

* i/notifications のパラメーター includeTypes に空配列を渡すと全部の通知が来る問題を修正

* 全て有効/無効ボタンを実装

* Squashed commit of the following:

commit c3c111529e7aab640c37679ac3478918bd4781eb
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Wed Aug 19 22:29:04 2020 +0900

    12.47.0

commit 2dbab66cfe2d4a100a61b25770f65582d9a913ef
Author: syuilo <Syuilotan@yahoo.co.jp>
Date:   Wed Aug 19 22:24:39 2020 +0900

    New Crowdin updates (#6617)

    * New translations ja-JP.yml (French)

    * New translations ja-JP.yml (Arabic)

    * New translations ja-JP.yml (French)

    * New translations ja-JP.yml (Spanish)

    * New translations ja-JP.yml (German)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (English)

    * New translations ja-JP.yml (Spanish)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (English)

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

    * New translations ja-JP.yml (Spanish)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (English)

    * New translations ja-JP.yml (Spanish)

    * 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 (Chinese Simplified)

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

    * New translations ja-JP.yml (Korean)

    * New translations ja-JP.yml (Korean)

    * New translations ja-JP.yml (Korean)

    * New translations ja-JP.yml (Spanish)

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

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

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

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

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

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

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

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

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

    * New translations ja-JP.yml (English)

    * New translations ja-JP.yml (Korean)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (Spanish)

    * New translations ja-JP.yml (Arabic)

    * New translations ja-JP.yml (French)

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

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

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (German)

    * 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 (Chinese Traditional)

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

    * New translations ja-JP.yml (English)

    * New translations ja-JP.yml (Korean)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (Spanish)

    * New translations ja-JP.yml (Arabic)

    * New translations ja-JP.yml (French)

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

    * New translations ja-JP.yml (German)

    * New translations ja-JP.yml (English)

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

commit 01238d6b1a5ba37a08c278a10d4a91a27839cbe3
Author: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Date:   Wed Aug 19 22:24:02 2020 +0900

    Update README.md [AUTOGEN] (#6593)

commit c34f302b1c91bd3b091cd03fa60fae86b385f902
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Wed Aug 19 21:47:18 2020 +0900

    enhance(client): サーバーから切断されたときにダイアログで警告を表示できるように

commit 6870262f8d50407115160979b483a43503ee854f
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Wed Aug 19 17:52:11 2020 +0900

    enhance(client): Better element visible detection

commit c54d5e70401d8a417f1fe816fc354c9851a23d20
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Wed Aug 19 17:51:31 2020 +0900

    fix(clinet): 誤字によりスクロールイベントリスナが解除されていなかったのを修正

commit 0ace009a54f6b781def9386298a2b053f3224bc6
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Tue Aug 18 22:52:54 2020 +0900

    fix(server): Prevent error when recieve non-json data from websocket

    Fix #6658

commit 48e8ee440bcff712710666861262b0a6492a3794
Author: MeiMei <30769358+mei23@users.noreply.github.com>
Date:   Tue Aug 18 22:48:52 2020 +0900

    WebPのアニメーションが失われるのを修正 Fix #6625 (#6649)

commit 9855405b8989713b81709fc1700e2ead97423467
Author: syuilo <Syuilotan@yahoo.co.jp>
Date:   Tue Aug 18 22:44:21 2020 +0900

    Channel (#6621)

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wop

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * add notes

    * wip

    * wip

    * wip

    * wip

    * sound

    * wip

    * add kick_gaba2

    * wip

commit 122076e8eaa5517ee3fab6caacd0d12e61654125
Author: MeiMei <30769358+mei23@users.noreply.github.com>
Date:   Sat Aug 15 04:27:19 2020 +0900

    Sign (request-target) Fix #6652 (#6656)

commit 7c5ac2cbb407fbcdd06f7561ccbcff56c9da6a14
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Fri Aug 14 15:24:55 2020 +0900

    perf(server): Add isSensitive index to improve query performance

commit ccda2181c1c0a02a3d9feeb47e40644ca043bb11
Author: MeiMei <30769358+mei23@users.noreply.github.com>
Date:   Fri Aug 14 00:54:33 2020 +0900

    GCSに大きいファイルがアップロードできないのを修正 Fix #6254 (#6648)

commit b5fe4ba9bef376a5977c23c82f4666458abcecfd
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Thu Aug 13 23:02:43 2020 +0900

    WIP: Improve admin dashboard

commit fd9c7d525a9d57666edd7fc2b717ee2a1b6fa231
Merge: 080574e13 ee0a44559
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Thu Aug 13 21:27:10 2020 +0900

    Merge branch 'develop' of https://github.com/syuilo/misskey into develop

commit 080574e13d46075e537249d926781a91a490eb38
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Thu Aug 13 21:27:06 2020 +0900

    WIP: Improve admin dashboard

commit ee0a44559040e83ce7d184bef57372f9c3602a75
Author: MeiMei <30769358+mei23@users.noreply.github.com>
Date:   Thu Aug 13 20:05:01 2020 +0900

    Option objectStorageSetPublicRead (#6645)

commit bb342c76016d71fddb9c272c855292bec604fc87
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Thu Aug 13 19:56:46 2020 +0900

    WIP: Improve admin dashboard

commit ed17636fb9852263b33e37fe9cc6eb20d2aafbc8
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Thu Aug 13 17:58:16 2020 +0900

    WIP: Improve admin dashboard

commit c59d7d941ad5b241b12e9adb580c35804a86a465
Author: syuilo <Syuilotan@yahoo.co.jp>
Date:   Wed Aug 12 17:42:12 2020 +0900

    Update README.md

    Close #6644

commit 377377595abb56f10b24db43774da4661b6e9f06
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 20:23:51 2020 +0900

    enhance(client): Improve admin page

commit d63aef9963bf727d35eb868360cced774ae8d733
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 13:55:00 2020 +0900

    chore(client): Fix style

commit e9b28fa3c00c7e1dc98c567d47111b33fbba2bf7
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 13:00:10 2020 +0900

    chore(client): Design tweaks

commit be255dc583dade8c1168e4dd71c9d11ab2ac45e9
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:42:51 2020 +0900

    chore(client): Design tweak

commit 18eb7c6087129d15873c0d05740839ccf0a53f17
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:31:22 2020 +0900

    chore(client): Design tweaks

commit cf29e69813888c372867a166525a251e1f0d8c60
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:28:35 2020 +0900

    chore(client): Fix bug

commit 132da7e3c06bc40b6680bffc299ca354ddac1cd8
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:20:58 2020 +0900

    Update ja-JP.yml

commit 26df23bb6463133a516217b89c0a9ec992f4ac3f
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:18:02 2020 +0900

    chore(client): fix style

commit 76389ad619ff63e3015643c9e32a5ecfd7c34d33
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 12:15:58 2020 +0900

    chore(client): Design tweaks

commit 7cde8cfbf2c840186f4c2025fb34cc108bb84c50
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 11:51:43 2020 +0900

    chore(client): Design tweaks

commit 4eb2ddac4e6d4dead85613f12155865cc053f17f
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 11:24:30 2020 +0900

    chore(client): Design tweaks

commit dc51eef27c97798bfa3fed62c0d4013a5efbd3f8
Merge: bff8a23cb 9c5efb9da
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 10:38:00 2020 +0900

    Merge branch 'develop' of https://github.com/syuilo/misskey into develop

commit bff8a23cbc2a7046924d44e8da8b23d4207f3edf
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Mon Aug 10 10:37:57 2020 +0900

    chore(client): Design tweaks

commit 9c5efb9da0a166add3edbc8d51156ea260e814a8
Author: rinsuki <428rinsuki+git@gmail.com>
Date:   Mon Aug 10 01:33:01 2020 +0900

    Dockerのビルド時にgitを入れるように (#6639)

    917d3d0bd3 でgitの依存関係が追加されたのにgitが入っていないのでコケていた

commit 48b8320e5ec6971d19b7734e22b0a1518b545f1e
Author: rinsuki <428rinsuki+git@gmail.com>
Date:   Mon Aug 10 01:32:27 2020 +0900

    Fix #6637 (#6638)

    * Fix #6637

    * fix lint

commit 9b2ed96c1cb0e311fcc51d367dc0411e833b1698
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sun Aug 9 15:59:38 2020 +0900

    chore: Clean up

commit 69d9aa71f25ab06d8024b04ce341909425d053d6
Author: syuilo <Syuilotan@yahoo.co.jp>
Date:   Sun Aug 9 15:51:02 2020 +0900

    Full view mode (#6636)

    * wuip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * wip

    * Update folder.vue

    * wip

    * Update size.ts

    * wip

    * wip

    * Update index.vue

    * wip

commit 13683780cdfa6c71767127ce75e2755b40c03356
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sun Aug 9 13:49:44 2020 +0900

    ✌️

commit d780e5b251c8f4f593f7bece72439e411a3c0b66
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sun Aug 9 13:46:19 2020 +0900

    enhance(client): ミュートされたノート数を表示するようにしたり

commit 917d3d0bd3e7746b722f154860c604c4d6c92c69
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sat Aug 8 10:30:38 2020 +0900

    chore: Update dependencies 🚀

commit 4b19c53697e3edae1ffd5dff1f78d25837cafe7f
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sat Aug 8 10:27:37 2020 +0900

    client: テーマコードをコピーできるようにしたり

commit 2d40a15d2bc7356fdd82dd980cce202d6e9acdbc
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Fri Aug 7 11:27:37 2020 +0900

    refactor: Extract well-known services

commit 2bdcd22ad44aed94eb406f788f1546d73fcdf73e
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Tue Aug 4 23:09:48 2020 +0900

    enhance(api): アクセストークンを作成する際、createdAtをlastUsedAtを揃えるようにして、未使用かどうかを判定できるように

commit f73a4e1304317fcfb06aedd5ad4890d03d704d73
Author: MeiMei <30769358+mei23@users.noreply.github.com>
Date:   Tue Aug 4 21:12:55 2020 +0900

    Update .dockerignore (#6620)

commit b265cdbd8453edb65a5aab739bc4d3dfd3ce075d
Author: Xeltica <7106976+Xeltica@users.noreply.github.com>
Date:   Mon Aug 3 13:40:32 2020 +0900

    Update CHANGELOG.md

commit a04d8b95c24ec3935fa4ac3d6df9d714d5758e93
Author: Xeltica <7106976+Xeltica@users.noreply.github.com>
Date:   Mon Aug 3 13:40:13 2020 +0900

    Update CHANGELOG.md

commit 0e9a8c0cd48361cb07b78740fd2b1eeddbc6cd55
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sun Aug 2 13:59:05 2020 +0900

    fix(client): Message read state is not reactive

commit 5ae8a3c7e8531154d0dd870aaeb92c4c0c14e15d
Author: syuilo <syuilotan@yahoo.co.jp>
Date:   Sun Aug 2 13:49:28 2020 +0900

    refactor

* fix: includeTypes 未指定時に通知が返ってこなくなるバグを修正

* 最適化とバグ修正

* 挙動を修正

* Update ja-JP.yml

* 不要なimportを削除

* ✌

* 不要なコードの削除

* Update notification-setting-window.vue

* Update notification-setting-window.vue

* 🎨

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-08-22 10:06:17 +09:00
syuilo
f82ba7b55f Update dependencies 🚀 2020-08-22 08:03:11 +09:00
syuilo
8e6e9a07fe enhance(client): サーバーから切断されたときにダイアログで警告を表示できるように 2020-08-19 21:47:18 +09:00
syuilo
35399fe451 enhance(client): Better element visible detection 2020-08-19 17:52:11 +09:00
syuilo
cb757cffe4 fix(clinet): 誤字によりスクロールイベントリスナが解除されていなかったのを修正 2020-08-19 17:51:31 +09:00
syuilo
481aa17886 Channel (#6621)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wop

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* add notes

* wip

* wip

* wip

* wip

* sound

* wip

* add kick_gaba2

* wip
2020-08-18 22:44:21 +09:00
syuilo
441b6fcedd WIP: Improve admin dashboard 2020-08-13 23:02:43 +09:00
syuilo
3a155a5e88 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-08-13 21:27:10 +09:00
syuilo
cb11a70a6d WIP: Improve admin dashboard 2020-08-13 21:27:06 +09:00
MeiMei
ebab43ae45 Option objectStorageSetPublicRead (#6645) 2020-08-13 20:05:01 +09:00
syuilo
e72d575f58 WIP: Improve admin dashboard 2020-08-13 19:56:46 +09:00
syuilo
88a090618b WIP: Improve admin dashboard 2020-08-13 17:58:16 +09:00
syuilo
ef69ce72d7 enhance(client): Improve admin page 2020-08-10 20:23:51 +09:00
syuilo
48715cd1e4 chore(client): Fix style 2020-08-10 13:55:00 +09:00
syuilo
81210c9ad0 chore(client): Design tweaks 2020-08-10 13:00:10 +09:00
syuilo
dc5136fb7b chore(client): Design tweak 2020-08-10 12:42:51 +09:00
syuilo
7b24559d21 chore(client): Design tweaks 2020-08-10 12:31:22 +09:00
syuilo
744487ceb3 chore(client): Fix bug 2020-08-10 12:28:35 +09:00
syuilo
92b8f000a1 chore(client): fix style 2020-08-10 12:18:02 +09:00
syuilo
ff2eabe614 chore(client): Design tweaks 2020-08-10 12:15:58 +09:00
syuilo
5894651294 chore(client): Design tweaks 2020-08-10 11:51:43 +09:00
syuilo
b1a4f4ea0e chore(client): Design tweaks 2020-08-10 11:24:30 +09:00
syuilo
d49ba9cf82 chore(client): Design tweaks 2020-08-10 10:37:57 +09:00
syuilo
0f24d5c227 chore: Clean up 2020-08-09 15:59:38 +09:00
syuilo
2b1b31edcc Full view mode (#6636)
* wuip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update folder.vue

* wip

* Update size.ts

* wip

* wip

* Update index.vue

* wip
2020-08-09 15:51:02 +09:00
syuilo
cd6da701a6 ✌️ 2020-08-09 13:49:44 +09:00
syuilo
513fc245d9 enhance(client): ミュートされたノート数を表示するようにしたり 2020-08-09 13:46:19 +09:00
syuilo
61b8757e21 client: テーマコードをコピーできるようにしたり 2020-08-08 10:27:37 +09:00
syuilo
d500f88740 refactor: Extract well-known services 2020-08-07 11:27:37 +09:00
syuilo
9acdcc4b78 fix(client): Message read state is not reactive 2020-08-02 13:59:05 +09:00
syuilo
e7612790f5 refactor 2020-08-02 13:49:28 +09:00
rinsuki
8831ae8b32 チャットでCmd+Enterできないのを修正 (#6614) 2020-08-01 21:50:21 +09:00
syuilo
b3221644d4 fix appearance 2020-08-01 18:01:48 +09:00
syuilo
f7a57603d8 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-08-01 16:39:52 +09:00
syuilo
abea6f1d47 🎨 2020-08-01 16:39:48 +09:00
syuilo
7746f76ab9 refactor 2020-08-01 12:04:30 +09:00
syuilo
a193114347 Fold sidebar (#6610)
* wip

* wip
2020-08-01 10:53:23 +09:00
syuilo
8e905b3a7d chore: Remove debug code 2020-08-01 10:03:47 +09:00
syuilo
534808dd56 refactor(client): Fix order of component property 2020-08-01 10:02:37 +09:00
syuilo
6b215cc8e8 fix(client): Cannot read announcement
Fix #6609
2020-08-01 10:02:03 +09:00
syuilo
305d33b7ad Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-07-31 19:09:49 +09:00
syuilo
831710d3a4 fix(client): Reactivate poll 2020-07-31 19:09:38 +09:00
Xeltica
0d6396e097 非ログイン時にウェルカムメッセージが被る問題を修正 (#6509)
* fix #6493

* Fix indentation
2020-07-30 23:56:17 +09:00
Xeltica
9417b30d12 自分のノートにリアクションを押せるように (#6506)
* resolve #6468

* リモートから来たセルフリアクションの対応
2020-07-30 20:28:35 +09:00
syuilo
fc86df0f62 fix(client): プラグインの設定がnullになることがある問題を修正 2020-07-30 00:58:01 +09:00
syuilo
46a97c81d9 feat(client): プラグインのIDを不要に 2020-07-30 00:41:17 +09:00
syuilo
72824c802c feat(client): プラグインの設定にdescriptionを表示できるように 2020-07-30 00:35:07 +09:00
syuilo
3d7046390c feat(client): Plugin:register_note_post_interruptor API 2020-07-29 23:37:50 +09:00
syuilo
a6639276f8 feat(client): AiScript: Plugin:open_url function 2020-07-29 23:10:04 +09:00
syuilo
70defaffba fix(client): 通知のノートがリアクティブではない問題を修正
Fix #6602
2020-07-29 23:03:08 +09:00
syuilo
88b53e5ce2 fix(client): ピン留めされたノートがリアクティブではない問題を修正 2020-07-29 23:02:59 +09:00
syuilo
1b5402d62b fix(client): 通知が流れない問題を修正 2020-07-29 01:50:30 +09:00
syuilo
3688b80e0e feat(client): AiScript: ノート書き換えAPI 2020-07-29 01:15:02 +09:00
syuilo
737f4e0a44 feat(client): プラグインを無効にできるように 2020-07-28 19:02:28 +09:00
syuilo
3ee2cd576e enhance(client): Use tab component for page list 2020-07-28 10:08:08 +09:00
syuilo
451b1f31fb chore: Remove debug code 2020-07-27 23:26:32 +09:00
syuilo
9c95818cd1 refactor(client): Use v-model for note component, freeze object
Related: #6595
2020-07-27 23:25:37 +09:00
syuilo
55e188ae23 ワードミュート (#6594)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2020-07-27 13:34:20 +09:00
syuilo
e29230ed93 refactor(client): Do not mutate prop directly
Related #6595
2020-07-27 08:46:21 +09:00
tamaina
a1edf4fb4a ✌️ (#6567)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-07-26 13:30:36 +09:00
syuilo
fc1cf4a9b8 🎨 2020-07-26 13:16:32 +09:00
syuilo
02c474fe03 fix(client): Do not render img tag when icon url not provided 2020-07-26 12:57:08 +09:00
syuilo
f5f4b6653e feat(client): Display instance icon 2020-07-26 12:55:46 +09:00
Xeltica
755cd14faa インスタンス設定の不足分を追加 (#6576)
* インスタンス設定の不足分を追加

* fix bug

* Update ja-JP.yml

* Update settings.vue

* Update settings.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-07-26 11:05:26 +09:00
syuilo
ec08ce1d4e chore(client): Show ? when softwareName is unknown 2020-07-25 21:01:14 +09:00
syuilo
9f3fe6636b fix(client): Remove unncessary # 2020-07-25 16:37:08 +09:00
syuilo
056ecb1106 feat(client): Implement federation widget chart 2020-07-25 16:31:21 +09:00
syuilo
15d9c00156 fix(client): Fix federation widget 2020-07-25 12:23:49 +09:00
syuilo
69cec74898 feat(client): Federation widget
Resolve #6544
2020-07-25 11:56:56 +09:00
syuilo
03a7b1d9db chore 2020-07-25 11:55:57 +09:00
Acid Chicken (硫酸鶏)
0ff9e5a364 Fix bug in #6585 2020-07-24 23:50:48 +00:00
syuilo
ccf4b50843 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-07-25 02:01:14 +09:00
Acid Chicken (硫酸鶏)
60e121e222 Fix #6581? (#6585)
* Update avatar.vue

* Update avatar.vue

* Update avatar.vue
2020-07-25 01:58:26 +09:00
syuilo
0089260392 Revert "refactor(client): Use v-t for i18n"
This reverts commit 9c30b23358699a530f2bcb0f5ae6efe17146bcb3.
2020-07-25 01:56:52 +09:00
syuilo
e6c7461757 perf(client): Use v-once for static contents 2020-07-25 01:47:01 +09:00
syuilo
01776a0336 refactor(client): Use v-t for i18n 2020-07-25 01:36:39 +09:00
tamaina
78a217f0a9 Fix #6566 (#6577) 2020-07-23 13:07:27 +09:00
tamaina
91857edb20 fix lint (#6568) 2020-07-20 01:07:02 +09:00
MeiMei
9a8fc2afb9 Fix #6564 (#6565) 2020-07-20 00:57:10 +09:00
syuilo
32940565a4 fix(client): ✌️ 2020-07-19 12:26:05 +09:00
syuilo
0c9a52940f feat: Blurhash integration
Resolve #6559
2020-07-19 00:24:07 +09:00
syuilo
0388d5beaf fix(client): プラグインの動作を修正 2020-07-18 20:03:46 +09:00
syuilo
04c2513948 feat(client): AiScriptプラグインからAPIアクセスできるように 2020-07-18 14:28:32 +09:00
syuilo
1218c4814e feat: トークン手動発行機能 2020-07-18 12:12:10 +09:00
syuilo
856901c245 feat(client): 設定画面を整理 2020-07-17 22:30:41 +09:00
syuilo
03214ce9b1 fix(client): Better wheel handling 2020-07-17 21:56:30 +09:00
syuilo
8394b6785c feat(client): Deckでマウスホイールを使って横スクロールできるように 2020-07-17 21:53:34 +09:00
syuilo
501509fc1d fix(client): Fix #6526 2020-07-15 18:22:19 +09:00
syuilo
8fb59360bb fix(client): Fix #6540 2020-07-15 18:03:08 +09:00
syuilo
1bc06b78a3 chore: Add note 2020-07-15 00:21:14 +09:00
syuilo
2aab7cf27f chore: Add note 2020-07-13 23:29:30 +09:00
syuilo
28363d4285 fix(client): Fix sticky sidebar behavior 2020-07-13 15:13:02 +09:00
syuilo
1185969441 feat(client): Add sounds 🎵 2020-07-12 22:17:13 +09:00
syuilo
de120ff82a fix(client): Show shadow 2020-07-12 18:36:14 +09:00
syuilo
07acae21f5 fix(client): Fix theme color 2020-07-12 18:22:13 +09:00
syuilo
6d85f03981 refactor 2020-07-12 18:19:02 +09:00
syuilo
8060b2592b feat(client): blur effect for modal 2020-07-12 18:14:59 +09:00
syuilo
51da88f242 fix(client): Fix indicator position 2020-07-12 17:43:35 +09:00
syuilo
6937333688 fix(client): i18n 2020-07-12 17:37:56 +09:00
syuilo
4dc8761e5b fix(client): Fix #6532 2020-07-12 16:14:49 +09:00
syuilo
3226bf1255 fix(client): Fix style 2020-07-12 16:05:00 +09:00
rinsuki
e80a59b3c7 Deckのタイムラインカラムの初回種別選択でキャンセルが押されたらタイムラインカラムを消すように (#6535)
Fix #6531
2020-07-12 15:33:04 +09:00
syuilo
2442140179 fix(client): Fix icon 2020-07-12 11:43:46 +09:00
syuilo
04cdbbaa33 fix(client): Fix #6528 2020-07-12 11:36:28 +09:00
syuilo
d011ca8f64 fix(cliemt): Fix style 2020-07-12 11:34:45 +09:00
syuilo
d7e942c66c feat(client): Remove ResizeObserver polyfill 2020-07-12 11:29:45 +09:00
syuilo
697253be49 clean up 2020-07-12 10:55:47 +09:00
tamaina
d3d019c64c Fix style of input(type="search") on macOS Safari (#6484) 2020-07-12 00:43:17 +09:00
Xeltica
4f8ae9daa8 fix #6335 (#6507) 2020-07-12 00:39:45 +09:00
syuilo
3144e2aff3 Plugin system (#6479)
* wip

* wip

* wip

* wip

* Update store.ts
2020-07-12 00:38:55 +09:00
syuilo
cbdfbc1a44 feat(client): 無限にダイアログを出すように
Resolve #6525
2020-07-12 00:31:37 +09:00
syuilo
d595c245e6 fix(client): Fix timeline widget setting definition 2020-07-12 00:19:47 +09:00
syuilo
b289f6201e fix(client): Fix style 2020-07-12 00:17:30 +09:00
syuilo
7e1dc23b31 style: Fix linr 2020-07-12 00:14:34 +09:00
syuilo
dc99fce868 feat(client): ミューテーション監視をやめてページリロードするように 2020-07-12 00:12:30 +09:00
syuilo
99c92749ad chore: Add TODO 2020-07-12 00:01:55 +09:00
Xeltica
a81d260891 テーマエディターの実装 (#6482)
* テーマ機能の実装

* resolve #6478

* 定数を削除できるように

* 変更を破棄するか確認ダイアログを表示するように

* fix code

* Update theme.ts

* ✌️

* fix path

* wip

* wip

* wip

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-07-11 12:12:35 +09:00
syuilo
897463ed85 Deck (#6504)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2020-07-11 10:13:11 +09:00
MeiMei
b90de4572f タイムライン上でTwitterウィジットを展開できるようになど (#6496)
* TL上でTwitterウィジットを展開できるようになど

* use iframe

* Twitterウィジットがはみ出すのを修正
2020-07-11 06:25:20 +09:00
syuilo
992ea7a8d2 refactor 2020-07-10 00:20:26 +09:00
syuilo
a09f4a122f 🎨 2020-07-09 21:18:46 +09:00
syuilo
c8af51bc04 feat(client): Add sound 🎵 2020-07-08 23:29:35 +09:00
syuilo
73ec0ec137 Update mios.ts 2020-07-08 23:27:35 +09:00
Xeltica
98439a117b fix 非ログイン時に n または p キー押下で投稿フォームが出る (#6508)
* fix #5851

* post-formのスポーンを弾く場所を変更
2020-07-07 15:50:47 +09:00
syuilo
e33b85e725 🎨 2020-07-06 18:20:42 +09:00
syuilo
0dc9dd8644 🎨 2020-07-06 17:26:18 +09:00
syuilo
860f68a2a2 Resolve #6500 2020-07-06 16:08:30 +09:00
syuilo
7812d317a6 🎨 2020-07-06 00:09:36 +09:00
syuilo
758a31f4ae feat(client): ウィジェットを画面スクロールに連動させるオプション 2020-07-06 00:03:08 +09:00
fuyu
994580e198 ダークテーマを利用中だとウィジェット編集画面が見づらい問題を修正 (#6497) 2020-07-05 23:36:41 +09:00
syuilo
d03bbc0236 🎨 2020-07-05 23:30:23 +09:00
MeiMei
99272eaced scrollbar-widthを設定するように (#6495)
* scrollbar-widthを設定するように

* fix
2020-07-05 11:37:45 +09:00
syuilo
c44a895d53 refactor 2020-07-05 03:55:34 +09:00
syuilo
9b64cbae6e refactror 2020-07-05 03:49:58 +09:00
syuilo
79ea5258a1 🎨 2020-07-05 03:38:50 +09:00
syuilo
dc798a4570 🎨 2020-07-05 03:11:39 +09:00
syuilo
aef2df5af6 Add welcome widget 2020-07-05 02:09:14 +09:00
syuilo
5a8df9c169 ✌️ 2020-07-04 22:53:56 +09:00
syuilo
761eafddd0 refactor 2020-07-04 22:43:17 +09:00
syuilo
30423a7dfd feat(client): ウィジェットを左にも置けるように 2020-07-04 22:33:42 +09:00
syuilo
7ff946c533 wip 2020-07-04 21:47:54 +09:00
syuilo
0e5f6b2c1b wip 2020-07-04 21:33:50 +09:00
syuilo
ca93c71cb6 wip 2020-07-04 21:19:12 +09:00
syuilo
582ed2980f wip 2020-07-04 21:07:45 +09:00
syuilo
9014a5efb3 chore(cleint): vclean up code 2020-07-04 20:42:29 +09:00
syuilo
79dc4bdaf8 wip 2020-07-04 20:38:39 +09:00
syuilo
188f6319d1 wip 2020-07-04 18:28:57 +09:00
syuilo
f028e5fb0e chore(client): 🎨 2020-07-04 18:28:31 +09:00
MeiMei
d23356ce39 投稿詳細でTwitterウィジェットが表示されなくなっているのを修正 Fix #6487 (#6488) 2020-07-03 23:12:50 +09:00
syuilo
6e7e68576e feat(client): Do not wrap widgets 2020-06-27 20:54:56 +09:00
Xeltica
9679d72776 fix サイドバーの設定に不具合があるとページが表示できなくなる (#6473)
* fix #6460

* Update app.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-21 23:01:10 +09:00
Xeltica
9edbeabe54 タップ不可能なリアクションを押してもパーティクルが出るバグを修正 (#6472)
* resolve #6453

* リアクションビューワーのトグル可能判定にログインしているかどうかも反映
2020-06-21 22:34:28 +09:00
syuilo
f4c0236ced chore(client): Improve emoji picker usability 2020-06-21 16:37:30 +09:00
syuilo
d8589d414d chore(client): 🎨 2020-06-14 13:23:19 +09:00
MeiMei
c54f0ac09c アカウント切り替え後にインスタンス設定の表示値が変わらないのを修正 Fix #6448 (#6454)
* Fix #6448

* Use nextTick
2020-06-07 14:01:40 +09:00
syuilo
8dc2b77bbe feat(theme): Add mentionMe property 2020-06-04 22:19:08 +09:00
syuilo
6c2d59ab7b feat: Observe notification read and fix #6406 (#6407)
* Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670

* Improve typing

* Observe notification read

* capture readAllNotifications

* fix

* fix

* Refactor

* Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* missing ;

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-04 22:07:39 +09:00
Xeltica
e0c2839cfa ローカルのみボタンを公開範囲ピッカーに統合 (#6428)
* ローカルのみを公開範囲ピッカーに統合

* デザイン調整

* 🎨

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-06-04 22:06:38 +09:00
tamaina
6199f7a0bf missing ; 2020-06-04 19:13:24 +09:00
tamaina
9b9aee9783 Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:32 +09:00
tamaina
d144724235 Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:26 +09:00
tamaina
a9b59158c2 feat(client): 投稿フォームのボタンの説明を表示するように (#6408)
* Add title attr with buttons on the post form

* fix

* tooltip

* missing ;

* remove title attr

* fix bug

* Update reactions-viewer.details.vue

* help wip

* ok!

* i18n

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:30:17 +09:00
Xeltica
3d796032c0 iOS Safari 上で アイコンおよびバナーのアップロードができない不具合を修正 (#6427)
* fix #6076

* 参考文献を明記
2020-05-31 22:19:28 +09:00
tamaina
13166d0b5d Merge branch 'develop' into notification-visibility-read-2 2020-05-31 21:53:56 +09:00
tamaina
cd2d7e95ea fix(client): 全既読系ボタンのAPIの指定が間違っているのを修正 (#6424) 2020-05-31 15:48:37 +09:00
tamaina
47259037b4 Refactor 2020-05-31 14:57:22 +09:00
tamaina
10324cd1b5 fix 2020-05-31 14:54:04 +09:00
tamaina
326b0a9112 chore(client):🎨 Make font-size of note-preview em (#6414) 2020-05-31 14:46:50 +09:00
tamaina
78b0a33624 feat(client): Convert text mfm node to text (v)dom node instead of span tag (#6399)
* Convert text mfm node to text (v)dom node
instead of span tag

* Update mfm.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-31 12:57:21 +09:00
tamaina
2daf3c7a94 feat(client): 自動でもっと見るオプション (#6403)
* wip

* ugokanai

* wip

* implement setting subscribing

* fix lint

* ✌️

* Update notifications.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-31 12:53:06 +09:00
tamaina
4becb5c477 fix 2020-05-26 15:04:44 +09:00
tamaina
9fbf046957 capture readAllNotifications 2020-05-26 15:00:15 +09:00
tamaina
4a90d7cdf8 Observe notification read 2020-05-26 14:34:49 +09:00
tamaina
0b953284cb Improve typing 2020-05-26 14:33:55 +09:00
tamaina
357a42f2c1 Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 2020-05-24 18:41:40 +09:00
syuilo
e7ad8c596b chore(deps): Update dependencies 🚀 2020-05-24 17:48:24 +09:00
tamaina
d21401009e Resolve #6405 (#6406) 2020-05-24 13:53:31 +09:00
tamaina
f59e1155f2 refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
2020-05-23 23:21:09 +09:00
tamaina
08a2162aa7 feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)
* wip

* tabun ok

* better msg

* oops

* fix lint

* Update gulpfile.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/client/scripts/set-i18n-contexts.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* refactor

Co-authored-by: acid-chicken <root@acid-chicken.com>

* 

* wip

* fix lint

* たぶんおk

* fix flush

* Translate Notification

* remove console.log

* fix

* add notifications

* remove san

* wip

* ok

* ✌️

* Update src/prelude/array.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* wip

* i18n refactor

* Update init.ts

* ✌️

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-23 13:19:31 +09:00
syuilo
42a5f899e7 feat(client): 💴 2020-05-17 14:43:25 +09:00
tohara
423e65123b Add Ai3Dstatic model for Room. (#6350)
* Add Ai3Dstatic model for Room.

* Update src/client/scripts/room/furnitures.json5

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>

* Update src/client/scripts/room/furnitures.json5

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>

* doll-Aiの大文字を小文字へ変更

* Update furnitures.json5

* マテリアルをBackgroundからPrincipled BSDFに変更

* a

* なんかファイルが二重にでてくるので削除

* テクスチャーファイルと3Dデータを再コミット

* Remove noodle

* Update doll-ai.glb

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2020-05-16 23:50:25 +09:00
syuilo
488086eb59 fix(client): Use router-link instead of a to avoid page refresh 2020-05-16 22:08:21 +09:00
DW
7f31e9a63d Local only indicator (#6291)
* Add Local only & public indicator

* Add local only & public indicator on renotes


remove visibility conditional

* Cleaner Style

* ✌️

* Update note-header.vue

* Update note.vue

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-16 22:06:39 +09:00
syuilo
db1d57d37a feat(client): ローカルのみボタンを公開範囲ボタンの横に移動 2020-05-16 21:50:16 +09:00
DW
95cbe0fb5a Only show ellipsis if the button's interactable (#6373)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

* Only show elipsis if it's interactable

* Update note.vue

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-16 12:15:59 +09:00
syuilo
ad69e12c18 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-05-15 20:53:29 +09:00
syuilo
0cc6421328 fix(client): Mk:api関数にトークンを渡せない問題 2020-05-15 20:53:24 +09:00
MeiMei
706c2fe925 リレーに不正なURLは追加できないように (#6351)
* リレーに不正なURLは追加できないように

* lint
2020-05-15 20:51:16 +09:00
MeiMei
b5e4f5f4aa Supports Unicode 13.0 emoji (#6365)
* Supports Unicode 13.0 emoji

* fix
2020-05-15 20:49:01 +09:00
DW
5c25d444c8 Add an indicator to make the undo renote button look more interactable (#6366)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-15 20:39:11 +09:00
MeiMei
28e7276f4b reCAPTCHAが動かなくなっているのを修正 (#6367) 2020-05-15 20:37:05 +09:00
syuilo
b0f11a75de refactor(client): Add note 2020-05-11 22:43:50 +09:00
MeiMei
fe841db55a pub-relay (#6341)
* pub-relay

* relay actorをApplicationにする

* Disable koa-compress

* Homeはリレーに送らない

* Disable debug

* UI

* cleanupなど
2020-05-10 18:42:31 +09:00
syuilo
c8985d9eaf fix(client): Fix reply style 2020-05-10 17:37:11 +09:00
syuilo
5b06ace4b9 chore(lint): Add missing semicolons 2020-05-10 17:25:16 +09:00
syuilo
1cf673e9d0 chore(client): 🎨 2020-05-10 17:19:53 +09:00
syuilo
2d1e6a7dc6 fix(client): Fix poll vote notification
Fix #5998
2020-05-10 17:19:41 +09:00
syuilo
a0d6abd5cf refactor(client): Use unique class name 2020-05-10 17:12:19 +09:00
syuilo
462bc1f108 fix(client): Fix style of poll viewer 2020-05-10 17:06:53 +09:00
syuilo
273d99da9c refactor(client): Use unique class name 2020-05-10 17:06:20 +09:00
syuilo
2645235885 fix(client): Do not expand each notes in my/messages 2020-05-10 16:52:05 +09:00
syuilo
41544b1df9 fix(client): Do not expand each notes in my/mentions
Related #6336
2020-05-10 16:51:11 +09:00
syuilo
2aeedf5adf chore(lint): Add missing semicolon 2020-05-10 16:31:00 +09:00
syuilo
26ae636f8d feat(client): Implement threaded replies
Resolve #2113
Resolve #5819
2020-05-10 16:22:39 +09:00
syuilo
df8ba69418 refactor(client): Clean up component 2020-05-10 16:05:01 +09:00
syuilo
5990b5ba66 refactor(client): Use === 2020-05-10 15:36:42 +09:00
syuilo
39e3e1cf73 refactor(client): Remove deprecated property 2020-05-09 16:05:31 +09:00
syuilo
cd330fa135 fix(client): Fix bug that cannot set custom texture 2020-05-09 15:55:00 +09:00
syuilo
6cee6c1043 feat(client): Reimplement Misskey Rooms 2020-05-09 15:47:20 +09:00
syuilo
b992d3ba99 refactor(client): Use getters to avoid watch vuex 2020-05-09 15:22:50 +09:00
Satsuki Yanagi
c348688eeb WebAuthnでログインできないのを修正 (#6327)
Resolve #6319
2020-05-09 08:20:22 +09:00
Acid Chicken (硫酸鶏)
469c91cf55 Fix using Buffer on window scope (#6324)
* Update 2fa.vue

* Import 'core-js/es/typed-array/from'

* Bye polyfill
2020-05-06 18:59:58 +09:00
syuilo
6dbf1dfa56 fix(client): Add missing icon 2020-05-06 14:46:45 +09:00
syuilo
ff7f7104f0 fix(client): Fix default reaction setting 2020-05-06 14:43:25 +09:00
syuilo
fd0bd2d74f feat(client): Make possible to customize sidebar
Resolve #6285
2020-05-06 11:41:44 +09:00
syuilo
d9d04de4e1 refactor(client): Reorder property 2020-05-06 09:40:49 +09:00
syuilo
3c581e5b09 refactor(client): Export default reaction setting and use it 2020-05-06 09:40:07 +09:00
Acid Chicken (硫酸鶏)
293c3ff85c Merge pull request #6303 from syuilo/features/hcaptcha
Add support for hCaptcha
2020-05-05 10:22:49 +09:00
MeiMei
09197e36ce アップロードプログレスバーが動かないのを修正 Fix #6306 (#6307) 2020-05-02 10:00:43 +09:00
Acid Chicken (硫酸鶏)
4a526db6f2 Update signup.vue 2020-04-29 09:54:21 +09:00
Acid Chicken (硫酸鶏)
5046f82c83 Fix bug 2020-04-29 09:35:37 +09:00
Acid Chicken (硫酸鶏)
b1088cd584 Factorize *captcha component 2020-04-29 09:15:18 +09:00
Acid Chicken (硫酸鶏)
90a0a0257e Refactor code 2020-04-29 06:09:17 +09:00
Acid Chicken (硫酸鶏)
f4c140b087 Add *captcha settings guide 2020-04-29 06:04:05 +09:00
Acid Chicken (硫酸鶏)
dd6f3579f0 Refactor codes 2020-04-29 05:30:58 +09:00
Acid Chicken (硫酸鶏)
2dd0094a95 Fix bug 2020-04-28 14:55:12 +09:00
Acid Chicken (硫酸鶏)
8d233fa1cf Add support for hCaptcha 2020-04-28 14:29:33 +09:00
syuilo
4827f89852 fix(client): Fix a bug that if block of pages not working 2020-04-23 08:57:10 +09:00
syuilo
342077f51b fix(client): Fix lint 2020-04-22 19:51:09 +09:00
syuilo
3eaf223420 refactor(client): 2020-04-22 19:36:28 +09:00
syuilo
ce691efc07 feat(client): Implement default upload folder setting
Resolve #5985
2020-04-22 00:34:56 +09:00
syuilo
433c59f356 fix(lint): Use const 2020-04-20 21:36:58 +09:00
syuilo
81bcf87f41 refactor(client): 2020-04-20 21:35:27 +09:00
syuilo
403ea2119f enhance(pages): Improve hcart 2020-04-19 17:41:01 +09:00
syuilo
fd034ba176 fix(client): Fix bug that cannot post when image only 2020-04-19 17:40:46 +09:00
syuilo
24a83de22d enhance(client): Use icon instead of text 2020-04-19 17:39:54 +09:00
syuilo
d61d46e1c4 feat(aiscript): Better env vars 2020-04-19 16:28:19 +09:00
syuilo
c1497a25e4 fix(client): Fix canvas overflow 2020-04-19 16:15:24 +09:00
syuilo
a037714b6b chore: 🎨 2020-04-19 16:09:57 +09:00
syuilo
56a5a366eb feat(pages): Improve chart 2020-04-19 15:48:05 +09:00
syuilo
c1df3a723c fix(pages): Fix chart type detection 2020-04-19 09:09:38 +09:00
syuilo
f817b9c73c Resolve #6276 2020-04-19 09:05:20 +09:00
syuilo
e03c49aa93 feat(pages): Improve chart 2020-04-19 08:25:22 +09:00
syuilo
d853a8e93a Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-04-18 18:33:50 +09:00
syuilo
4db874fa0e Resolve #6274 2020-04-18 18:33:45 +09:00
MeiMei
19e6388576 TLにNote追加時にdeepcopyする (#6275) 2020-04-18 16:05:39 +09:00
syuilo
3d3c800d23 chore(client): 🎨 2020-04-17 20:36:51 +09:00
syuilo
f879122049 chore(client): 🎨 2020-04-17 20:30:12 +09:00
syuilo
e0d5ae579b feat(pages): Add rect method 2020-04-17 15:51:36 +09:00
syuilo
505b99cb00 feat(pages): Disable AiScript step limitation to improve usability 2020-04-17 15:51:25 +09:00
syuilo
a132a2cf71 chore(client): 🎨 2020-04-16 23:13:33 +09:00
syuilo
f90dc55308 fix(pages): AiScript変数があると型チェックができない問題を修正 2020-04-16 23:04:49 +09:00
syuilo
3f361fe86b feat(pages): Add arc method 2020-04-16 18:11:13 +09:00
tamaina
1a23922b54 Fix Media List in CW Content (#6099) 2020-04-16 01:04:21 +09:00
MeiMei
b17b746aa0 リアクションの修正 (#6260) 2020-04-16 00:47:17 +09:00
syuilo
abc46da944 Resolve #6256 2020-04-16 00:39:21 +09:00
mei23
f99eb1a38c lint 2020-04-14 01:13:01 +09:00
MeiMei
2905e56a72 リモートのカスタム絵文字リアクションを表示できるように (#6239)
* リモートのカスタム絵文字リアクションを表示できるように

* AP

* DBマイグレーション

* ローカルのリアクションの.

* fix

* fix

* fix

* space
2020-04-14 00:42:59 +09:00
syuilo
d9ecb62a65 chore(client): 🎨 2020-04-14 00:13:49 +09:00
tamaina
066b8e6f73 投稿のURLプレビューポップアップを改良 (#6226)
* URLプレビューポップアップを改良

- タッチデバイスでは表示しないように
- 幅をレスポンシブに

* Use maxTouchPoints to detect touch device

* fix
2020-04-14 00:00:52 +09:00
Satsuki Yanagi
ae5a8e776e sensitiveではないメディアも非表示にできるように (#6248)
* sensitiveではないメディアも非表示にできるように

* mounted -> created

* remove unnecessary v-if
2020-04-13 23:55:36 +09:00
syuilo
dc9ea9ea70 feat(client): Improve pages aiscript 2020-04-13 23:46:53 +09:00
Satsuki Yanagi
b4cdcab537 モデレーション周りのv11の機能復元 (#6249)
* モデレーション周りのv11の機能復元

* i18n

* wip

* wip

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-04-13 23:27:12 +09:00
syuilo
4bccfb62b3 Resolve #5755 2020-04-13 03:23:23 +09:00
MeiMei
69dd52920e プロキシの除外ホスト (#6244)
* プロキシの除外ホスト

* オブジェクトストレージとの通信にProxyを使うかを選択できるように

* fix lint

* コメント

Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2020-04-12 20:32:34 +09:00
syuilo
7ac8b672c5 Resolve #6242 2020-04-12 19:57:18 +09:00
syuilo
bcfa0b3cf7 AiScript関連 2020-04-12 19:38:19 +09:00
syuilo
415d54b758 feat(client): Implement AiScript scratchpad 2020-04-11 22:44:32 +09:00
Balazs Nadasdi
86a394dc50 Option to hide revealed sensitive media (#6209)
* Option to hide revealed sensitive media

This PR commit adds a button on sensitive images and videos
to to hide them without refreshing the page.

* fix position with multiple images

* Fixing some lint problems

Not related to this PR, but "Node.js CI / lint" failed on it.
2020-04-11 18:32:55 +09:00
Balazs Nadasdi
decdec2c1d Ability to set header image for a Page (#6210)
* Ability to set header image for a Page

 - Add header image to Page
 - Show it on Page view
 - Show correctly it on Page list view
 - On the Page list view, pages have a light border
   to make it easier to see an image belongs to a page

* Maybe it looks better

* Use <img> instead if <x-image>

* src -> :src; set width

* Update page.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-04-05 17:55:51 +09:00
syuilo
cefbecb94c refactor: Use === 2020-04-04 08:46:54 +09:00
syuilo
2c4faa7db6 perf(client): Lazy load themes 2020-04-04 08:25:28 +09:00
MeiMei
ece0cec1f8 APIリファレンスでレスポンスのスキーマを見るのにいちいち2回クリックさせられるのを修正 (#6217) 2020-04-03 23:36:13 +09:00
syuilo
a3e4a3ab5f Revert 2020-04-03 23:35:14 +09:00
Satsuki Yanagi
0fdd14fe77 i18n (#6219) 2020-04-03 22:41:18 +09:00
tamaina
aa49517740 Pre-render ReDoc
redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
2020-04-03 17:13:41 +09:00
syuilo
1e3d2f21f9 feat(streaming): Add emoji added event 2020-04-02 22:17:17 +09:00
MeiMei
2be9c67fd1 Use url if available (#6214)
* Fix #6213

* other link

* fix
2020-04-02 21:59:14 +09:00
mei23
50043fd3a8 lint 2020-04-02 05:41:03 +09:00
syuilo
8af638401b Refactoring 2020-03-31 09:11:43 +09:00
syuilo
d468d3281b アプリの権限を確認できるように 2020-03-29 17:06:36 +09:00
syuilo
31a0a42c7f Fix bug 2020-03-29 17:04:22 +09:00
syuilo
83933879fe テーマ関係 2020-03-29 16:09:44 +09:00
syuilo
1aa2c6cae7 🎨 2020-03-29 11:06:58 +09:00
syuilo
b5fcd885a7 Clean up 2020-03-29 10:59:05 +09:00
syuilo
f300d4efee 🎨 2020-03-29 10:34:46 +09:00
syuilo
82e76eaa29 ✌️ 2020-03-29 10:17:23 +09:00
syuilo
110d517bc3 ✌️ 2020-03-29 10:16:32 +09:00
syuilo
aa9a07b5b6 ✌️ 2020-03-29 10:15:33 +09:00
syuilo
921078c51e インスタンス一覧でソートできるように 2020-03-29 10:14:33 +09:00
syuilo
4b605be7e2 🎨 2020-03-28 22:25:52 +09:00
syuilo
6ca14ad2ad Fix style 2020-03-28 22:10:14 +09:00
syuilo
9b125e9feb Update apps.vue 2020-03-28 19:40:03 +09:00
syuilo
22eac682d8 インストールしたアプリ見れるようにしたり削除できるようにしたり 2020-03-28 19:33:11 +09:00
syuilo
6c24520888 ✌️ 2020-03-28 18:33:24 +09:00
syuilo
f6b80873eb Resolve #6192 2020-03-28 18:07:41 +09:00
syuilo
25efe1a2fb Resolve #6193 2020-03-28 15:57:31 +09:00
syuilo
62f118ffa7 🎨 2020-03-28 11:36:44 +09:00
syuilo
1b42292475 Fix doc page 2020-03-28 11:32:19 +09:00
syuilo
05564e5565 Implement MiAuth 2020-03-28 11:24:37 +09:00
syuilo
f5c5d5cd7e wip 2020-03-27 20:24:32 +09:00
syuilo
10d5062e15 Update patrons 2020-03-25 23:21:23 +09:00
syuilo
e8cc6bf2d6 🎨 2020-03-25 23:15:08 +09:00
syuilo
f0e234804d 🎨 2020-03-25 22:57:13 +09:00
syuilo
1e93dbfa7b Fix dark mode sync bug 2020-03-25 22:49:42 +09:00
和風ドレッシング
65ecfe1976 Fix #5986 (#6184)
* Fix #5986

* Fix #5986 追加修正
2020-03-25 22:26:50 +09:00
和風ドレッシング
00ee61d578 Fix #6176 (#6183) 2020-03-25 15:57:35 +09:00
syuilo
0579b0c182 Better theme validation 2020-03-23 19:09:20 +09:00
syuilo
6996f1bb1f テーマインポート機能を実装するなど 2020-03-23 19:06:46 +09:00
syuilo
66f535ca45 Fix dark mode sync 2020-03-22 20:23:35 +09:00
syuilo
5f284dcbb6 Fix #6179 2020-03-22 19:46:07 +09:00
syuilo
c8a664325c Fix bug 2020-03-22 19:41:35 +09:00
syuilo
9ea2a8e547 iOSで起動できない問題を修正 2020-03-22 19:35:34 +09:00
syuilo
9937e7d988 ダークモードの同期を強化 2020-03-22 18:39:37 +09:00
syuilo
8f3c33bdd0 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-22 18:18:37 +09:00
syuilo
cc0d6974d8 Remove smooth option to improve performance 2020-03-22 18:18:34 +09:00
okpierre
5705a3bcdd Add files via upload (#6116) 2020-03-22 17:59:14 +09:00
syuilo
d082ee0cec Add account setting link 2020-03-22 15:11:16 +09:00
syuilo
65430334ce Fix #6085 2020-03-22 14:57:21 +09:00
syuilo
55855c2513 🎨 2020-03-22 14:45:33 +09:00
syuilo
ad0826d831 Refactoring 2020-03-22 14:38:33 +09:00
syuilo
86760502d0 Update theme.vue 2020-03-22 10:57:58 +09:00
syuilo
587c5f5572 🎨 2020-03-22 10:55:46 +09:00
syuilo
732ecac5eb Fix error 2020-03-22 10:53:47 +09:00
Satsuki Yanagi
2674120cb3 i18n (#6171)
* i18n

Resolve #6155

* i18n for drive

* ✌️

* Extract doc

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-03-22 10:51:40 +09:00
syuilo
8ebac112b9 Resolve #6170 2020-03-22 10:39:12 +09:00
syuilo
9266b4646a 🎨 2020-03-22 09:44:02 +09:00
syuilo
535f37e168 🎨 2020-03-22 09:43:19 +09:00
syuilo
7f30b8cb5a Update collaborators 2020-03-21 23:33:39 +09:00
syuilo
80ec63f334 基底テーマ分離 2020-03-21 23:28:17 +09:00
syuilo
6bdd4e757c 招待コードが発行できない問題を修正 2020-03-21 23:27:54 +09:00
Xeltica
76bd26468a Add 削除して編集 (#6147)
* Add 削除して編集

* 言語ファイルを更新

* リプライとリノートも復元する

* Revert "リプライとリノートも復元する"

This reverts commit f23f7f8d784b28f3d365c8f5aecf81001577c672.

* リプライとリノートも復元する
2020-03-21 18:58:05 +09:00
syuilo
5f6110d6da Fix bug 2020-03-21 13:21:32 +09:00
syuilo
ef547887c1 🎨 2020-03-21 13:19:42 +09:00
syuilo
821692818e Fix bug 2020-03-21 13:10:44 +09:00
syuilo
1afa8e3aaf リモートユーザーでも投稿数とか見れるように 2020-03-21 13:07:15 +09:00
syuilo
c3a3c04355 Resolve #6145 2020-03-21 13:07:02 +09:00
syuilo
f8d68f72e3 wip 2020-03-21 12:32:40 +09:00
syuilo
4e4fb29bc4 wip 2020-03-21 00:21:33 +09:00
syuilo
f18c2e45df wip 2020-03-20 23:08:45 +09:00
syuilo
9f6b6d211c wip 2020-03-20 22:42:35 +09:00
syuilo
500518348b wip 2020-03-20 22:37:44 +09:00
syuilo
3d40b7e822 wip 2020-03-20 21:58:04 +09:00
syuilo
20775f7b73 wip 2020-03-20 19:19:28 +09:00
syuilo
b27e74c25f wip 2020-03-20 19:06:50 +09:00
syuilo
5763fe412c wip 2020-03-20 18:58:17 +09:00
syuilo
2dcd3f415b wip 2020-03-20 18:55:15 +09:00
syuilo
ea5c02bcd4 wip 2020-03-20 18:11:39 +09:00
syuilo
737f963d3d Fix bug 2020-03-20 18:00:42 +09:00
Oni-Men
3374312818 Add range component, 音量設定で使用する (#6146)
* add range component, use range component at volume setting

* refactor

* refactor 2

* Update range.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-03-20 14:30:37 +09:00
Oni-Men
d456425b81 use username if name was empty (#6166) 2020-03-20 13:57:55 +09:00
MeiMei
1b694f1e0c 連携ログインができないのなどを修正 (#6162)
* 連携ログインができないのを修正

* Cookie名変更, セッションに

* igiはやっぱり非セッションCookieで

* 2回目以降Discordログインできなくなるのを修正
2020-03-20 13:56:22 +09:00
Yuiga Wada
c89a10b40e Auth認証画面から正常にログインできるよう修正 (#6154)
* Fix #6095

Auth認証画面から正常にログインできるよう修正

* Fix #6095
2020-03-14 15:59:02 +09:00
MeiMei
ed818fc8e3 オブジェクトストレージでS3のvirtual-host形式のサポートなど (#6148)
* オブジェクトストレージでS3のvirtual-host形式のサポートなど

* 表記揺れ

* more simply

* S3ならばs3ForcePathStyleしない
2020-03-14 11:33:19 +09:00
tamaina
b71662b08d fix gif badge (#6153) 2020-03-14 11:31:03 +09:00
Oni-Men
326abb4672 note overflow: hidden (#6138) 2020-03-07 00:31:48 +09:00
fuyu
934d7b2392 ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117) 2020-03-06 22:54:23 +09:00
rinsuki
7e975dd116 lintをGitHub Actions でするように (#6101)
* package.json の lint スクリプトを修正

* lint アクションを追加

* yarn lint --fix

* 手動修正
2020-03-04 11:45:33 +09:00
tamaina
75d56ff255 ボリュームを0にしてもサウンドが鳴っていることになっていたのを修正 (#6098)
* Update init.ts

* parseFloat
2020-02-27 16:32:10 +09:00
syuilo
9a83fa946f Update google.vue 2020-02-27 15:13:46 +09:00
syuilo
8fdbc915c9 Resolve #6091 2020-02-27 07:04:28 +09:00
Oni-Men
8d66359139 同じホットキーが連続で発動しないように (#6082)
* add cooldown to hotkey

* remove blank

* use repeat flag

* format

* Add Repeatable option to Hotkey

* Boolean型のみに

* console.log消すの忘れてた
2020-02-26 17:22:43 +09:00
MeiMei
8965eca121 リアクション絵文字設定をいい感じに (#6074)
* リアクション絵文字設定をいい感じに

* みじかく
2020-02-26 16:48:23 +09:00
syuilo
d86ecdc675 Fix #6029 2020-02-23 02:34:54 +09:00
syuilo
668d3daf24 Fix #6063 2020-02-23 02:28:07 +09:00
syuilo
0874aec4ab Resolve #6053 2020-02-22 06:57:54 +09:00
syuilo
6630800bf7 Fix style 2020-02-22 06:54:35 +09:00
syuilo
aa0eef5f1d 🍕 2020-02-22 06:43:46 +09:00
syuilo
e3eab1db07 🎨 2020-02-22 06:40:48 +09:00
syuilo
88f9c985e4 Fix bug 2020-02-22 06:36:15 +09:00
syuilo
652c2ef162 🎨 2020-02-22 03:51:31 +09:00
syuilo
e5aec57525 🎨 2020-02-22 02:30:41 +09:00
syuilo
fc8ec4a834 Update particle.vue 2020-02-22 02:26:01 +09:00
syuilo
8a03fb71b7 Reaction particle 2020-02-22 01:20:58 +09:00
tamaina
1eb837e9a1 Fix #6057 (#6061) 2020-02-22 01:03:50 +09:00
Oni-Men
4f2dfd0d91 patch #6039 (#6052) 2020-02-21 17:16:51 +09:00
syuilo
505fab1347 🎨 2020-02-21 09:17:33 +09:00
syuilo
60705dada9 🎨 2020-02-21 09:11:35 +09:00
syuilo
de9207f0dc Improve usability 2020-02-21 07:21:27 +09:00
syuilo
69048a33ec Update style.scss 2020-02-21 07:11:25 +09:00
syuilo
bcc20eab9d 複数タブで開いてるときに動作がおかしい問題を修正 2020-02-21 03:51:41 +09:00
syuilo
7587b5caa9 Resolve #6043 2020-02-21 00:28:45 +09:00
syuilo
4637839e30 ボリュームが0のときサウンドを鳴らさないように 2020-02-20 23:17:17 +09:00
syuilo
032ca34f0b Fix bug 2020-02-20 23:11:09 +09:00
syuilo
53ebf4c128 Fix #6026 2020-02-20 23:07:20 +09:00
syuilo
323727893a Fix bug 2020-02-20 23:07:03 +09:00
syuilo
9125d39fac Fix bug 2020-02-20 23:02:55 +09:00
syuilo
2682b558c9 Add sounds 2020-02-20 07:29:34 +09:00
syuilo
ff0278b845 Remove header transition 2020-02-20 06:42:20 +09:00
syuilo
4b05306921 Fix #5943 2020-02-20 06:38:19 +09:00
syuilo
baefd80970 🎨 2020-02-20 06:08:54 +09:00
syuilo
9a67d667e4 Improve sound 2020-02-20 06:08:49 +09:00
MeiMei
ed85d62888 切断時ダイアログのタイミングの変更など (#6014)
* 再接続時インジケーター

* Update ja-JP.yml

* Update stream-indicator.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-20 03:42:35 +09:00
syuilo
092a61e6a6 Better sfx 2020-02-20 03:14:17 +09:00
syuilo
7002e829d1 サウンド設定など 2020-02-20 02:40:53 +09:00
syuilo
93c489b1ce media-listのgridの高さがsub-note-detailsのdetailsの中だと287pxになってしまっていたのを修正 (#5951)
* fix files grid height

* missing colon

* ✌️

* ✌️

* fix

* remove unused event listener
2020-02-20 01:24:45 +09:00
MeiMei
60ecbd89fd Fix #5943 (#6023) 2020-02-20 00:38:26 +09:00
syuilo
4971c6ab42 Update index.home.vue 2020-02-19 17:59:28 +09:00
syuilo
6e4e293bc0 Fix bug 2020-02-19 17:55:55 +09:00
tamaina
bf0ff1e451 remove unused event listener 2020-02-19 07:49:53 +09:00
syuilo
bd22f84241 🎨 2020-02-19 07:00:44 +09:00
syuilo
f024419750 🎨 2020-02-19 06:41:30 +09:00
syuilo
e2186fa0b9 Improve notification 2020-02-19 06:26:29 +09:00
syuilo
c056d1f97d 🎨 2020-02-19 06:17:41 +09:00
syuilo
554c9c65be Resolve #5978 2020-02-19 06:16:49 +09:00
syuilo
45bf53f08d Fix page like button 2020-02-19 04:15:14 +09:00
syuilo
eaff9cd247 Clean up 2020-02-19 04:12:49 +09:00
syuilo
4edf2c0c94 Resolve #5995 2020-02-19 04:08:35 +09:00
fuyu
4fa5322993 モデレーターになってしまっている場合は解除できるように (#5983) 2020-02-19 03:24:37 +09:00
syuilo
43a9cc87c9 ページ遷移のトランジションをなくした 2020-02-19 03:22:10 +09:00
syuilo
b4b8b4741f Some tweaks 2020-02-19 03:16:10 +09:00
Xeltica
28071c2739 固定投稿フォームを実装 (#5994)
* 固定投稿フォームを実装

* fix
2020-02-19 03:11:09 +09:00
syuilo
30513d50ba Fix bug 2020-02-18 23:42:08 +09:00
syuilo
068dc29602 Clean up 2020-02-18 23:16:55 +09:00
okpierre
73d55fe97c add missing image (#5967)
fix for explore banner
2020-02-18 21:33:51 +09:00
syuilo
6d19a552b7 Fix bug 2020-02-18 21:27:47 +09:00
syuilo
4bf3859d22 ログビューア実装 2020-02-18 21:27:43 +09:00
syuilo
b7cb172d89 Implement object storage settings 2020-02-18 21:12:05 +09:00
syuilo
c2e447ef6d Implement photo widget 2020-02-18 19:47:30 +09:00
syuilo
ea57f265ad Add activity widget 2020-02-18 19:31:11 +09:00
syuilo
a814652af0 Implement featured note injection 2020-02-18 19:05:11 +09:00
syuilo
2b666ee095 Improve paging 2020-02-18 18:19:11 +09:00
syuilo
b538899a8e Imprement promo read 2020-02-18 18:14:38 +09:00
fuyu
ee21ada008 管理者はモデレーターに変更できないように (#5970)
* 管理者をモデレーターに変更できないように

* Change error message
2020-02-18 17:53:52 +09:00
syuilo
9e812b5a08 Resolve #5963 2020-02-18 08:41:32 +09:00
syuilo
0678d4fc55 Fix bug 2020-02-18 01:25:02 +09:00
syuilo
68250f1887 Resolve #5949 2020-02-18 01:12:35 +09:00
syuilo
d9a7a472ce Fix bug 2020-02-17 07:23:39 +09:00
syuilo
3ce918af20 🎨 2020-02-17 07:14:03 +09:00
syuilo
4a66dd9dd0 Fix glitch 2020-02-17 06:48:04 +09:00
syuilo
1c47c62877 UI tweak 2020-02-17 06:43:52 +09:00
syuilo
98d3348af7 🎨 2020-02-17 06:39:41 +09:00
syuilo
56fbc889aa 🎨 2020-02-17 06:37:39 +09:00
syuilo
740d09f677 Clean up 2020-02-17 06:23:18 +09:00
syuilo
1460851d7f Update app.vue 2020-02-17 05:38:00 +09:00
syuilo
f816d3c7a3 i18n 2020-02-17 03:19:27 +09:00
syuilo
48d659d956 ユーザー設定とクライアント設定を分離 2020-02-17 03:10:51 +09:00
syuilo
7755586dc4 🎨 2020-02-17 02:41:03 +09:00
syuilo
51b7da86d8 Better instance page 2020-02-17 02:27:14 +09:00
syuilo
3f2902316c Improve instance info page 2020-02-17 02:21:27 +09:00
syuilo
68ff3ad270 Clean up 2020-02-16 22:46:51 +09:00
syuilo
caa850d52a Implement image dialog 2020-02-16 22:46:18 +09:00
syuilo
7bb49f1352 Resolve #5942 2020-02-16 22:15:49 +09:00
syuilo
f058f40162 Resolve #5958 2020-02-16 21:10:52 +09:00
syuilo
3ea1d216b6 Clean up 2020-02-16 21:05:17 +09:00
syuilo
0cd7d9b6e8 Refactor: Extract scroll utility functions 2020-02-16 20:58:41 +09:00
syuilo
53e2d51582 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-02-16 20:54:33 +09:00
syuilo
eb12526c9a 2回目以降の読み込みは30個までフェッチするように 2020-02-16 20:54:25 +09:00
okpierre
9a8f8d1ded Update notification (#5956)
* Add icon for messaging

This will add icon within messaging

* Update messaging-room.message.vue

Link to missing icon

* Update notification.vue

fix renote icon in notification

https://github.com/syuilo/misskey/issues/5955
2020-02-16 20:21:05 +09:00
fuyu
0fbee8fcfb テーマの切り替え時に時計の色が変わるように (#5959)
* テーマの切り替え時に時計の色が変わるように

* ディレイを追加
2020-02-16 20:20:02 +09:00
syuilo
e90d733f25 Clean up 2020-02-15 23:42:52 +09:00
syuilo
26d2fc8229 API doc 2020-02-15 23:13:59 +09:00
syuilo
615af912dc 🎨 2020-02-15 22:51:46 +09:00
syuilo
1cbf7f279a 🎨 2020-02-15 22:21:35 +09:00
tamaina
e3bec2bfc1 Fix widget bg (#5952) 2020-02-15 21:42:45 +09:00
tamaina
41f8cda7e4 fix 2020-02-15 21:31:56 +09:00
tamaina
41d2b9cdae ✌️ 2020-02-15 21:20:01 +09:00
tamaina
4e9f6b1bb1 ✌️ 2020-02-15 20:18:37 +09:00
tamaina
6e57bce9a4 missing colon 2020-02-15 19:34:30 +09:00
tamaina
c49f490c8c fix files grid height 2020-02-15 19:33:12 +09:00
syuilo
30574b63eb 🎨 2020-02-15 18:47:50 +09:00
syuilo
baf243b742 Update sequential-entrance.vue 2020-02-15 18:42:43 +09:00