summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: email verify enable logic (#12743)Nya Candy2023-12-231-3/+3
|
* Update CHANGELOG.mdsyuilo2023-12-221-2/+3
|
* 2023.12.0syuilo2023-12-222-2/+2
|
* Update CHANGELOG.mdsyuilo2023-12-221-1/+7
|
* enhance: ↵ikasoba2023-12-226-65/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | チャンネルに新規の投稿がある場合にバッジを表示させる (#12690) * 多分できたかも * 不要なpropsを削除 * 不要なimportを削除 * 縁を付けた * 枠線の位置を端に寄せた * やっぱり内側へ寄せることにした * できたかも * 修正 * 修正 * クラスにまとめた * 微調整 * 直せたかも * importを付け足し * 多分できたかも * Update channel.vue * Update MkMenu.vue * Update channel.vue * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* [Hub Next] Misskey Hubのリンクを変更 (#12699)かっこかり2023-12-2211-38/+38
| | | | | | * misskey hub のリンクを変更 * misskey-hub.net -> assets.misskey-hub.net Related to misskey-dev/misskey-hub-next#57
* fix typesyuilo2023-12-221-1/+1
|
* New Crowdin updates (#12732)syuilo2023-12-225-2/+166
| | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English)
* fix(i18n): ↵zyoshoka2023-12-222-0/+2
| | | | ロールが付与された際の通知のローカライゼーションが一部欠けているのを修正 (#12745)
* fix: 引用RNがpure RNとして連合され、pure ↵anatawa122023-12-222-4/+6
| | | | | | | | | | | RNが引用RNとして連合される (#12744) * fix: quote notes are rendered as pure renote * fix: filesが指定されてて空配列のときにQuote扱いされる * chore: isQuoteの仕様をmisc/is-quote.tsと揃える * docs: is-quote.tsの方にNoteCreateService.isQuoteのことを書いて更新忘れを防ぐ
* fix(backend): テストが死んでいるのを修正 (#12738)おさむのひと2023-12-223-14/+34
| | | | | | | | | | | * fix test * fix test * fix test * fix test * fix test
* enhance: ↵GrapeApple02023-12-2135-7/+822
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | api.jsonのレスポンスの内容を実際の内容に合わせる (#12723) * Create packedAdSchema * admin/emoji/add * admin/get-user-ips * admin/roles/users * admin/get-index-stats * admin/accounts/find-by-email * fix type of admin/ad/list * federation/stats * endpoints * get-online-users-count * i/2fa/register-key * i/2fa/key-done * i/2fa/register * i/apps * i/authorized-apps * i/registry/get-all * i/registry/get * i/registry/get-detail * i/registry/key-with-type * i/registry/scopes-with-domain * i/update-email * i/move * i/webhooks/create * fix miss type * i/webhooks/show * i/webhooks/list * flash/create * roles/users * server-info * test * users/lists/get-memberships * users/achievements * fetch-rss * fetch-external-resources
* Update CHANGELOG.mdsyuilo2023-12-211-0/+1
| | | Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* 2023.12.0-beta.6syuilo2023-12-211-1/+1
|
* New Crowdin updates (#12722)syuilo2023-12-212-3/+6
| | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean)
* chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#12713)dependabot[bot]2023-12-217-10/+10
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove unused imports (#12730)woxtu2023-12-2185-141/+64
|
* chore: remove hashtag from featured immediately (#12668)anatawa122023-12-213-3/+39
| | | | | | | | | * chore: remove hashtag from featured immediately * docs(changelog): ハッシュタグのトレンド除外設定が即時に効果を持つように修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update CHANGELOG.mdsyuilo2023-12-211-0/+2
|
* perf(frontend): import snowfall-effect dynamically to reduce bundle sizesyuilo2023-12-211-1/+1
|
* fix(backend): ↵syuilo2023-12-211-0/+5
| | | | | | ロールアサインの通知がある状態でページをリロードすると通知欄に何もでなくなる Fix #12729
* enhance: ロールにアサインされたときの通知 (#12607)syuilo2023-12-2115-22/+143
| | | | | | | | | | | | | | | | | | | | | | | | * wip * Update misskey-js.api.md * Update CHANGELOG.md * Update RoleService.ts * Update locales/ja-JP.yml Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update UserListService.ts * Update misskey-js.api.md * fix (#12724) --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* chore(workflows): use postgres 15 everywhere (#12726)Kagami Sascha Rosylight2023-12-214-5/+5
|
* chore(QueueProcessorService): show error stack for failures (#12727)Kagami Sascha Rosylight2023-12-211-14/+14
|
* Fix(frontend): ↵1STEP6212023-12-202-69/+9
| | | | | | | CW内などの画像が表示されないことがあるバグを修正 (#12721) * 画像のアスペクト比をデフォルト以外に設定しているとCW内の画像が表示されないのを修正 * fix
* fix: 追加絵文字候補辞書の修正(主に国旗) (#12716)GrapeApple02023-12-191-250/+250
| | | | | * fix: 絵文字候補辞書の修正(主に国旗) * 間違って削除してしまった絵文字の復旧
* New Crowdin updates (#12652)syuilo2023-12-1929-85/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Chinese Traditional)
* Fix(frontend): ↵1STEP6212023-12-192-2/+2
| | | | | | | | | | | | | CWボタンに常に「引用」が出てしまうのを修正 (#12715) * RNと引用RNの判定が間違っているのを修正 * remove dump.rdb * update CHANGELOG.md * lint fix * fix cw button label
* enhance: ↵zawa-ch2023-12-1823-71/+648
| | | | | | | | | | | | | | | | | | “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12702) * Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072) * refactor: crowdin 編集部分のコミットを打ち消し https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 * refactor: オブジェクトの名前修正 https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 * fix: 設定項目の説明を削除 名称が具体的になって必要なくなったため https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
* Fix: Renoteの判定が間違っているのを修正 (#12706)1STEP6212023-12-184-4/+14
| | | | | | | | | * RNと引用RNの判定が間違っているのを修正 * remove dump.rdb * update CHANGELOG.md * lint fix
* Enhance(frontend): Shift+Tabで前の補完候補が選択できるように ↵1STEP6212023-12-182-1/+15
| | | | | | | (#12704) * Shift+Tabで前の補完候補が選択できるように * update CHANGELOG.md
* Update CHANGELOG.mdsyuilo2023-12-181-0/+1
|
* enhance: Unicode ↵zyoshoka2023-12-187-20/+62
| | | | 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
* update mfm-jssyuilo2023-12-183-15/+19
|
* update depssyuilo2023-12-185-388/+565
|
* refactor(frontend): use GLSL ES 3.0syuilo2023-12-181-21/+18
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-12-182-11/+14
|\
| * 設定を付けた & 設定自体をフォーマット (#12693)ikasoba2023-12-181-10/+14
| |
| * fix lint error (#12692)果物リン2023-12-171-1/+0
| |
* | fix(backend): add missing kind definition for admin endpoints to improve ↵syuilo2023-12-1877-2/+153
|/ | | | security
* enhance(frontend): tweak avatar decoration setting uisyuilo2023-12-167-43/+68
|
* feature: チャンネル投稿はフォームに色がつくとうれしい ↵果物リン2023-12-161-0/+13
| | | | (#12686)
* 2023.12.0-beta.5syuilo2023-12-161-1/+1
|
* update depssyuilo2023-12-167-581/+700
|
* feat(frontend): 画面に雪を降らせる機能を復活syuilo2023-12-167-4/+501
|
* clean upsyuilo2023-12-161-3/+0
|
* fix(frontend): 絵文字ピッカー設定ページのボタン文言修正 ↵おさむのひと2023-12-163-8/+8
| | | | | | | (#12676) * fix(frontend): 絵文字ピッカー設定ページのボタン文言修正 * fix
* fix(dev): ↵かっこかり2023-12-162-2/+6
| | | | | | | | | | | ファイルの読み込みに失敗することがあるのを修正 (#12684) * (enhance) コード入力をMkCodeEditorに変更 * (fix) devでファイルの読み込みに失敗することがある * Revert "(enhance) コード入力をMkCodeEditorに変更" This reverts commit 726d56c3e962680efc5b5a166e2210d09730341f.
* (enhance) コード入力をMkCodeEditorに変更 (#12682)かっこかり2023-12-167-37/+85
|
* enhance(frontend): ↵かっこかり2023-12-163-5/+25
| | | | | | | | | | | コードブロックのハイライト機能を利用するには言語を明示的に指定させるように (#12681) * (enhance) コードブロックのハイライトを使用するには言語指定を求める * Update changelog * fix * typo