summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* :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
|
* 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-047-2/+43
|
* enhance(client): add share button to clip and channel pagesyuilo2023-03-043-1/+31
| | | | Resolve #10183
* 13.9.1syuilo2023-03-032-1/+6
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-036-57/+335
|\
| * New Crowdin updates (#10176)syuilo2023-03-036-57/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (French) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Vietnamese)
* | 通知部分は残す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.
* fix CHANGELOG.mdtamaina2023-03-031-1/+1
|
* (CSS完全に)理解したsyuilo2023-03-031-1/+1
|
* 13.9.0syuilo2023-03-032-2/+2
|
* clean upsyuilo2023-03-031-4/+0
|
* :art:syuilo2023-03-033-200/+223
|
* fix(client): prevent null reference errorsyuilo2023-03-031-4/+10
|
* New Crowdin updates (#10114)syuilo2023-03-0318-19/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Arabic) * 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 (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 (Indonesian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian)
* localization: インスタンス -> サーバーsyuilo2023-03-031-36/+36
| | | | Resolve #7599
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-0327-528/+734
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-032-0/+7
| | | | | | | チャンネルでミュートが正しく機能していないのを修正 (#10166) * fix(server): チャンネルでミュートが正しく機能していないのを修正 * Update CHANGELOG.md
* Update CHANGELOG.mdsyuilo2023-03-031-0/+1
|
* 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
|
* clean upsyuilo2023-03-024-4/+1
|
* enhance(client): provide sticktyFootersyuilo2023-03-024-19/+60
|
* refactor(frontend): add explicit `Promise<void>` return types in `os.ts` ↵Kagami Sascha Rosylight2023-03-021-5/+5
| | | | (#10156)
* refactor(client): use css modulessyuilo2023-03-021-64/+51
|
* update soundssyuilo2023-03-0219-5/+14
|
* Update about-misskey.vuesyuilo2023-03-021-0/+3
|
* :art:syuilo2023-03-011-1/+1
|
* Update CHANGELOG.mdsyuilo2023-03-011-0/+1
|
* enhance(client): add new soundssyuilo2023-03-017-0/+6
|
* enhance(e2e): more resilient version of `visit('/')` (#10128)Kagami Sascha Rosylight2023-03-012-8/+13
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-014-25/+23
|
* refactor: plugin.tsの型を修正する (#10027)KokiSakano2023-03-012-21/+54
| | | | | | | | | | | | | | | | | * refactor:plugin内のすべての関数にreturn typeを設定 * fix:pluginContextsから取得できない場合は早期リターンする * fix:valueがstring以外の時は早期リターンする * fix:valueが取得できる時以外は早期リターンする * fix:pluginに型をつける * fix:絞り込みをassertStringに変更 * fix:修正漏れ * fix:valToJsからvalueを取得するように変更
* enhance(client): Renote した時の表示をリップルエフェクトと ↵Khsmty2023-03-013-5/+47
| | | | | | | | | | | | | | | toast に (#10116) * enhance(client): Renote した時の表示を toast に * fix: lint エラー * enhance(client): Renote した時の表示をリップルエフェクトに * toast も追加 * rippleeffect のタイミング変更 * toast の位置を header に被らないように
* :art:syuilo2023-03-012-0/+2
|
* :art:syuilo2023-03-011-2/+2
|
* :art:syuilo2023-03-013-70/+88
|
* fix of #10145syuilo2023-03-013-3/+3
|
* :art:syuilo2023-03-011-16/+32
|
* feat: 時限ロール (#10145)syuilo2023-03-0116-390/+295
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up