summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove unused imports (#12730)woxtu2023-12-2185-141/+64
|
* chore: remove hashtag from featured immediately (#12668)anatawa122023-12-212-3/+38
| | | | | | | | | * chore: remove hashtag from featured immediately * docs(changelog): ハッシュタグのトレンド除外設定が即時に効果を持つように修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 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-2112-22/+140
| | | | | | | | | | | | | | | | | | | | | | | | * 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-211-1/+1
|
* chore(QueueProcessorService): show error stack for failures (#12727)Kagami Sascha Rosylight2023-12-211-14/+14
|
* Fix(frontend): ↵1STEP6212023-12-201-69/+8
| | | | | | | CW内などの画像が表示されないことがあるバグを修正 (#12721) * 画像のアスペクト比をデフォルト以外に設定しているとCW内の画像が表示されないのを修正 * fix
* fix: 追加絵文字候補辞書の修正(主に国旗) (#12716)GrapeApple02023-12-191-250/+250
| | | | | * fix: 絵文字候補辞書の修正(主に国旗) * 間違って削除してしまった絵文字の復旧
* 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-1820-67/+643
| | | | | | | | | | | | | | | | | | “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#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-183-4/+12
| | | | | | | | | * RNと引用RNの判定が間違っているのを修正 * remove dump.rdb * update CHANGELOG.md * lint fix
* Enhance(frontend): Shift+Tabで前の補完候補が選択できるように ↵1STEP6212023-12-181-1/+14
| | | | | | | (#12704) * Shift+Tabで前の補完候補が選択できるように * update CHANGELOG.md
* enhance: Unicode ↵zyoshoka2023-12-186-7/+49
| | | | 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
* update mfm-jssyuilo2023-12-182-2/+2
|
* update depssyuilo2023-12-184-11/+11
|
* refactor(frontend): use GLSL ES 3.0syuilo2023-12-181-21/+18
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-12-181-1/+0
|\
| * fix lint error (#12692)果物リン2023-12-171-1/+0
| |
* | fix(backend): add missing kind definition for admin endpoints to improve ↵syuilo2023-12-1876-2/+152
|/ | | | security
* enhance(frontend): tweak avatar decoration setting uisyuilo2023-12-165-43/+66
|
* feature: チャンネル投稿はフォームに色がつくとうれしい ↵果物リン2023-12-161-0/+13
| | | | (#12686)
* update depssyuilo2023-12-164-30/+30
|
* feat(frontend): 画面に雪を降らせる機能を復活syuilo2023-12-164-0/+494
|
* clean upsyuilo2023-12-161-3/+0
|
* fix(frontend): 絵文字ピッカー設定ページのボタン文言修正 ↵おさむのひと2023-12-161-4/+4
| | | | | | | (#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-162-2/+18
| | | | | | | | | | | コードブロックのハイライト機能を利用するには言語を明示的に指定させるように (#12681) * (enhance) コードブロックのハイライトを使用するには言語指定を求める * Update changelog * fix * typo
* enhance(frontend): tweak user home pagesyuilo2023-12-163-33/+31
|
* fix(backend): HTTP ↵syuilo2023-12-161-1/+1
| | | | | | Digestヘッダのアルゴリズム部分に大文字の"SHA-256"しか使えない Fix #12678
* Fix(backend): JSONSchemaに不足しているパラメータを追加 (#12680)shiosyakeyakini2023-12-161-0/+8
| | | | | | | | | * Fix(backend): JSONSchemaに不足しているパラメータを追加 * nullable:falseに修正 --------- Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
* Fix: ↵FineArchs2023-12-161-6/+2
| | | | | | | AiScriptの`readline`が不正な値を返すことがある問題を修正 (#12675) * fix input bug * Update CHANGELOG.md
* fix(frontend): testが落ちるのを修正 (#12679)おさむのひと2023-12-162-4/+6
|
* Fix(frontend): ↵1STEP6212023-12-152-4/+4
| | | | | | | | | ほとんどのMkTextareaでMFMプレビューが表示されてしまっている問題を修正 (#12672) * ほとんどのMkTextareaでMFMのプレビューが表示されてしまっている不具合を修正 * refactor * そもそも #12130 でプロフィールはnyaizeされない仕様にもどっていたらしいので修正
* コード入力ボックスでTabを入力できるように (#12671)1STEP6212023-12-157-6/+16
|
* perf(frontend): introduce MkLazy for lazy loadingsyuilo2023-12-153-3/+65
|
* perf: early return users/notes and users/featured-notes if me is blocked by ↵anatawa122023-12-152-3/+16
| | | | requesting user (#12663)
* Remove an unnecessary type assertion (#12666)woxtu2023-12-151-2/+1
|
* enhance: ↵syuilo2023-12-147-3/+44
| | | | アイコンデコレーションの位置を微調整できるように
* fix: ↵yukineko2023-12-142-2/+3
| | | | | | | devモードの特定条件下でページが表示されなくなる問題を修正 (#12653) * fix: devモードでキャッシュクリアするとページが表示されなくなる問題を修正 * fix: localeがnullの場合も最新のlocaleを取得するように
* (dev-mode) devモードの改善 (#12639)おさむのひと2023-12-146-4/+102
| | | | | | | | | | | | | * fix dev-mode * fix dev-mode * fix dev-mode * fix dev-mode --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update depssyuilo2023-12-141-2/+2
|
* Cleanup unused dependencies (#12660)woxtu2023-12-141-5/+0
|
* feat(frontend): MFM のアニメーション要素に delay ↵YAVIIGI2023-12-141-8/+16
| | | | | | | オプションを追加 (#12659) * Add delay option * Update CHANGELOG.md
* fix(frontend): fix missing localizationsyuilo2023-12-141-2/+2
|
* fix(frontend) リアクションの表示位置を微調整 (#12651)おさむのひと2023-12-141-2/+4
| | | | | * fix(frontend) リアクションの表示位置を微調整 * fix inline-flex