summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(dev): add pull_request_template.md for github bugsyuilo2023-03-091-0/+23
|
* chore(dev): update pull request templatessyuilo2023-03-092-6/+18
|
* fix: ↵mmorita2023-03-092-18/+31
| | | | | | | | | チャンネルの編集権限をチャンネル所有者とモデレーターに限定する (#10268) * チャンネルの編集権限をチャンネルオーナーとモデレーターに限定する * PR 指摘点対応(共有ボタンを全員に表示、$i の nullable 対応、fix a typo) * everyOne -> share
* fix(server): videoThumbnailGeneratorが適用されない問題を修正tamaina2023-03-081-3/+1
|
* fix: 登録フォームにおける競合状態を修正 (#10267)RyotaK2023-03-083-7/+26
| | | | | * fix: 登録フォームにおける競合状態を修正 * エラーを修正
* feat: Reaction acceptance (#10256)syuilo2023-03-0817-27/+131
| | | | | | | * wip * wip * デフォルト設定
* feat: Per-user renote mute (#10249)syuilo2023-03-0843-26/+683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* refactor(dev): separate test workflowssyuilo2023-03-072-52/+61
|
* lint fixsyuilo2023-03-071-2/+2
|
* fix(backend): ↵danominium2023-03-071-2/+2
| | | | | ブロックホストがない場合はINクエリを生成しない。 (#10258) 空のINクエリはシンタックスエラーとなるため。
* tweak of 0554dd8375syuilo2023-03-071-1/+1
|
* enhance(client): DM作成時にメンションも含むようにsyuilo2023-03-073-2/+14
|
* Update about-misskey.vuesyuilo2023-03-071-0/+4
|
* fix: 登録時のフォームにおいて送信できる条件を修正 (#10238)RyotaK2023-03-072-1/+16
| | | | | * fix: 登録時のフォームにおいて送信できる条件を修正 * テストを追加
* chore(client): tweak default sound settingsyuilo2023-03-071-2/+2
|
* enhance(client): improve mute-block pagesyuilo2023-03-071-12/+133
|
* enhance(server): tweak notes/featured apisyuilo2023-03-071-1/+1
|
* [ci skip] chore(client): ↵syuilo2023-03-061-0/+1
| | | | showNoteActionsOnlyHover変更時にリロードダイアログを出すように
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-066-2/+16
|\
| * update CHANGELOG.mdtamaina2023-03-061-0/+1
| |
| * update CHANGELOG.mdtamaina2023-03-061-0/+1
| |
| * New Crowdin updates (#10223)syuilo2023-03-063-0/+8
| | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian)
| * update CHANGELOG.mdtamaina2023-03-061-1/+2
| |
| * fix correctFilename extが.から始まる場合も考慮するtamaina2023-03-062-1/+4
| |
* | fix(client): ↵syuilo2023-03-062-1/+2
|/ | | | みつけるのロール一覧でコンディショナルロールが含まれるのを修正
* Update CHANGELOG.mdsyuilo2023-03-051-1/+2
|
* fix(docker): cannot build docker image on some environments (#10220)Acid Chicken (硫酸鶏)2023-03-051-2/+2
|
* fix(frontend): ↵arrow2nd2023-03-052-2/+5
| | | | | | | ユーザーページのバッジ表示を適切に折り返すように (#10222) * fix(frontend): ユーザーページのバッジ表示を適切に折り返すように * Update CHANGELOG.md
* [ci skip] :art:syuilo2023-03-051-2/+2
|
* [ci skip] fix(client): fix post button of channelsyuilo2023-03-051-1/+1
|
* [ci skip] Update CHANGELOG.mdsyuilo2023-03-051-0/+1
|
* 13.9.2syuilo2023-03-052-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-055-4/+7
|\
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-03-057-2/+10
| |\
| | * Merge pull request #10213 from Ry0taK/fix/disable-jest-autoruntamaina2023-03-051-1/+2
| | |\ | | | | | | | | fix: Jestの自動実行を無効に
| | | * fix: Jestの自動実行を無効にRy0taK2023-03-051-1/+2
| | | |
| | * | Merge pull request #10206 from Khsmty/fix-devcontainer-pnpmtamaina2023-03-051-0/+3
| | |\ \ | | | | | | | | | | fix: devcontainer で pnpm が command not found になるのを修正
| | | * | fix: pnpm が command not found になるのを修正Khsmty2023-03-051-0/+3
| | | | |
| | * | | Merge pull request #10207 from Ry0taK/fix/devcontainer-on-macostamaina2023-03-052-1/+2
| | |\ \ \ | | | | | | | | | | | | fix: macOS上でDev Containersが動作しない問題を修正
| | | * | | fix: macOS上でDevContainerが動作しない問題を修正Ry0taK2023-03-052-1/+2
| | | | |/ | | | |/|
| * | | | chore: remove deprecated vs code extentiontamaina2023-03-052-2/+0
| | | | |
* | | | | refactor(client): use css modulesyuilo2023-03-051-21/+21
| | | | |
* | | | | enhance(client): tweak MkFolder componentsyuilo2023-03-051-43/+47
| | | | |
* | | | | enhance(client): tweak brain diver detectionsyuilo2023-03-051-1/+8
| |/ / / |/| | |
* | | | New Crowdin updates (#10214)syuilo2023-03-053-0/+3
|/ / / | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai)
* | | fix: pnpm ↵RyotaK2023-03-051-2/+3
| | | | | | | | | | | | dev時にファイルが空ならバックエンドの起動を待つように (#10210)
* | | change: deprecate link to Misskey Forum in favor of GitHub Discussions (#10212)jojobii2023-03-051-1/+1
| | | | | | | | | see: https://forum.misskey.io/d/112-misskey-forum-to-end-service-at-the-end-of-this-month
* | | enhance(client): tweak signup formsyuilo2023-03-052-0/+2
| | |
* | | Update about-misskey.vuesyuilo2023-03-051-0/+7
|/ /
* | New Crowdin updates (#10184)syuilo2023-03-058-53/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (German) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional)