summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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)
* | fix of b9a3b2c165syuilo2023-03-051-1/+1
| |
* | enhance(server): make identicon same between local and remotesyuilo2023-03-052-7/+8
| | | | | | | | Resolve #10200
* | tweak of 8e5e6f90cbsyuilo2023-03-051-1/+4
| |
* | fix(client): PWAでlangがnullになる現象の応急処置syuilo2023-03-051-0/+4
| | | | | | | | #10202
* | Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-0513-34/+120
|\|
| * Dev Container周りtamaina2023-03-054-5/+24
| | | | | | | | Related to #10201
| * docker: build assets on native arch (#10080)rinsuki2023-03-041-14/+32
| | | | | | | | | | * docker: build assets on native arch * 消しすぎた
| * enhance(server): メディアプロキシでico,bmpを読めるように ↵tamaina2023-03-044-10/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#10186) * enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 Resolve #10036 Resolve #4750 * untitled * オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする * :v: * tiff * fix filename * add test * /files/でもContent-Disposition * enhance(server): メディアプロキシでico,bmpを読めるように Fix #10120 * comment * fix test --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Fix: If mail delivery is disabled on the server, make the settings page ↵nexryai2023-03-042-1/+7
| | | | | | | | | | indicate this (#10191) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * chore: Replace tab with space (#10185)Ikumi Nakamura2023-03-042-4/+4
| |
* | fix(client): ↵syuilo2023-03-052-2/+3
|/ | | | | | ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正 Fix #10203
* :art:syuilo2023-03-041-2/+14
|
* Update CHANGELOG.mdsyuilo2023-03-041-0/+2
|
* chore(client): tweak default value of numberOfPageCachesyuilo2023-03-041-1/+1
|
* enhance(server): ↵tamaina2023-03-046-42/+134
| | | | | | | | | | | | | | | | | | | | | | | | | downloadUrlでContent-Dispositionからファイル名を取得 (#10150) * enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 Resolve #10036 Resolve #4750 * untitled * オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする * :v: * tiff * fix filename * add test * /files/でもContent-Disposition * comment * fix test
* fix(server): DriveFile related N+1 query when call note packMany (again) ↵rinsuki2023-03-044-5/+168
| | | | | | | | | | | | | | | | | | | | | (#10190) * Revert "Revert "fix(server): DriveFile related N+1 query when call note packMany (#10133)"" This reverts commit a7c82eeabcc732e76c5c358c98812cac8457d57f. * packManyByIdsMap: 存在チェックをしてなかったものは null を入れるように * Note.packMany で reply とか renote がもうあったらそのファイルも引く * テストを書く * fix test * fix test * fix test * fix test
* enhance(client): improve channel uisyuilo2023-03-041-108/+53
|