summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Per-user renote mute (#10249)syuilo2023-03-0841-26/+680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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-072-1/+5
|
* Update about-misskey.vuesyuilo2023-03-071-0/+4
|
* fix: 登録時のフォームにおいて送信できる条件を修正 (#10238)RyotaK2023-03-071-1/+3
| | | | | * 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-062-1/+4
|\
| * fix correctFilename extが.から始まる場合も考慮するtamaina2023-03-062-1/+4
| |
* | fix(client): ↵syuilo2023-03-061-1/+1
|/ | | | みつけるのロール一覧でコンディショナルロールが含まれるのを修正
* fix(frontend): ↵arrow2nd2023-03-051-1/+4
| | | | | | | ユーザーページのバッジ表示を適切に折り返すように (#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
|
* 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
|
* enhance(client): tweak signup formsyuilo2023-03-051-0/+1
|
* Update about-misskey.vuesyuilo2023-03-051-0/+7
|
* fix of b9a3b2c165syuilo2023-03-051-1/+1
|
* enhance(server): make identicon same between local and remotesyuilo2023-03-051-7/+7
| | | | 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-054-8/+17
|\
| * enhance(server): メディアプロキシでico,bmpを読めるように ↵tamaina2023-03-043-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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-041-1/+6
| | | | | | | | | | indicate this (#10191) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | fix(client): ↵syuilo2023-03-051-1/+2
|/ | | | | | ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正 Fix #10203
* :art:syuilo2023-03-041-2/+14
|
* 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
|
* fix(client): Viteで This assignment will throw because "role" is a ↵syuilo2023-03-041-1/+1
| | | | | | constantというエラーが出る Fix #10187
* enhance(client): improve channel uisyuilo2023-03-046-2/+41
|
* enhance(client): add share button to clip and channel pagesyuilo2023-03-042-1/+23
| | | | Resolve #10183
* 通知部分は残すsyuilo2023-03-032-54/+35
| | | | Co-Authored-By: rinsuki <428rinsuki+contact.github@gmail.com>
* Revert "fix(server): DriveFile related N+1 query when call note packMany ↵syuilo2023-03-035-66/+58
| | | | | | (#10133)" This reverts commit 452a48e7f4782cf9bdf08b554264ab3cdcb12685.
* (CSS完全に)理解したsyuilo2023-03-031-1/+1
|
* clean upsyuilo2023-03-031-4/+0
|
* :art:syuilo2023-03-033-200/+223
|
* fix(client): prevent null reference errorsyuilo2023-03-031-4/+10
|
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-0325-466/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what
* fix(server): ↵kabo24682023-03-031-0/+6
| | | | | | | チャンネルでミュートが正しく機能していないのを修正 (#10166) * fix(server): チャンネルでミュートが正しく機能していないのを修正 * Update CHANGELOG.md
* fix(server): DriveFile related N+1 query when call note packMany (#10133)rinsuki2023-03-035-58/+66
| | | | | | | | | | | | | | | | | * fix(server): DriveFile related N+1 query when call note packMany * Update packages/backend/src/misc/is-not-null.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * ignore lint * 途中でやめたやつが混入していた * fix: 順番通りである必要がある場所で順番通りになっていなかった --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update soundssyuilo2023-03-0337-23/+29
|
* :art:syuilo2023-03-036-4/+27
|
* :art:syuilo2023-03-0210-265/+300
|