summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): ↵syuilo2024-08-232-2/+10
| | | | ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正
* better boot error screensyuilo2024-08-221-3/+3
|
* fix(backend): Fix chart generation non-matching blockedHosts (#14441)atsuchan2024-08-201-5/+5
|
* fix button translation (#14444)かっこかり2024-08-201-1/+1
| | | | | | | that Japanese string exactly matches that i18n key (cherry picked from commit a408d32bb72ada9a4ad6bd1afe6e3fadb9b403db) Co-authored-by: dakkar <dakkar@thenautilus.net>
* :art:syuilo2024-08-202-2/+16
|
* refactorsyuilo2024-08-1911-49/+16
|
* refactorsyuilo2024-08-199-9/+7
|
* refactorsyuilo2024-08-194-8/+9
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2024-08-181-0/+12
|
* Release: 2024.8.0github-actions[bot]2024-08-182-2/+2
|
* New translations ja-jp.yml (English) (#14432)syuilo2024-08-181-0/+4
|
* Bump version to 2024.8.0-rc.5github-actions[bot]2024-08-182-2/+2
|
* fix(frontend): focustrapがzindexを考慮するように (#14431)かっこかり2024-08-181-4/+60
|
* Bump version to 2024.8.0-rc.4github-actions[bot]2024-08-182-2/+2
|
* fix(backend): memory leak in memory caches (#14363)Hazel K2024-08-1812-84/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | * encapsulate `MemoryKVCache<T>` * remove infinity caches * encapsulate other caches * add missing awaits to internally synchronize caches * implement pull-through caching * tune cache lifetimes * optimize cache GC by stopping early * summarize changes in CHANGELOG.md * Fix timeout comments Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * add comments about awaiting the redis write --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-08-182-0/+8
|\
| * New Crowdin updates (#14426)syuilo2024-08-182-0/+8
| | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified)
* | :art:syuilo2024-08-181-1/+1
|/
* Update about-misskey.vuesyuilo2024-08-181-4/+0
|
* Remove undefined style (#14427)woxtu2024-08-181-1/+1
|
* [skip ci] New Crowdin updates (#14423)syuilo2024-08-172-0/+3
| | | | | * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified)
* Fix(beckend): html content-type detection on signedGet (#14424)taichan2024-08-171-2/+2
| | | | | | | * fix(backend): contenttype detection of html in signedGet * code style * fix by review
* Update packages/backend/src/core/activitypub/ApRequestService.tsかっこかり2024-08-171-1/+3
|
* fix(misskey-js): eliminate any (follow-up of #13523) (#14422)かっこかり2024-08-171-3/+6
|
* Update CHANGELOG.mdかっこかり2024-08-171-1/+1
| | | Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
* fix(frontend): 以前のpopupの呼び出し方を修正 (#14421)かっこかり2024-08-173-6/+12
|
* Update about-misskey.vuesyuilo2024-08-171-0/+3
|
* Update timeline.vue (refactor)かっこかり2024-08-171-1/+1
|
* Bump version to 2024.8.0-rc.3github-actions[bot]2024-08-172-2/+2
|
* enhance(backend): ↵taichan2024-08-172-2/+23
| | | | | | | | | | | | | | | | | | | headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照して照会できるように (#14371) * signedGet時にhttpかつalternate属性のlinkがある場合に一回だけfollowして照会する * Fix: validation position * Fix import * Fix tagname * Update CHANGELOG * Fix code style --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(backend): ↵zyoshoka2024-08-1716-30/+333
| | | | | | | | | | | | | | | ページ、ギャラリー、Playのモデレーション強化 (#13523) * enhance(backend): Page、ギャラリー、Playのモデレーション強化 * Update CHANGELOG.md * fix: update misskey-js * refactor(frontend): use `MkA` * Update CHANGELOG.md * fix(i18n): Page -> ページ
* :art:syuilo2024-08-171-23/+40
|
* Bump version to 2024.8.0-beta.2github-actions[bot]2024-08-172-2/+2
|
* fix(backend): ↵かっこかり2024-08-172-2/+15
| | | | | | | | | | | | | ベースロールのポリシー変更時モデレーションログが残るように (#14418) * fix(policies): ベースロールのポリシー変更時モデレーションログが残るように (MisskeyIO#700) (cherry picked from commit 80389a914049f6f26237fde8da7d4e1bd41452fc) * Update Changelog --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix(frontend): リノートの判定が甘いのを修正 (#14396)かっこかり2024-08-179-46/+73
| | | | | | | | | | | | | | | | | | | | | * fix(frontend): リノートの判定が甘いのを修正 * fix * Update Changelog * fix * use type assertion * fix + add comments * lint * misskey-jsに移動 * PureRenote -> Renote * isRenote -> isPureRenote
* New Crowdin updates (#14393)syuilo2024-08-173-3/+4
| | | | | | | * New translations ja-jp.yml (English) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Spanish)
* Bump version to 2024.8.0-alpha.1github-actions[bot]2024-08-172-2/+2
|
* suspend周りの改修 (#14409)syuilo2024-08-1713-97/+165
| | | | | | | | | | | | | | | | | | | | | | * enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように * Update CHANGELOG.md * wip * Update gen-spec.ts * Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> * owa- * revert misskey-js related changes (#14414) --------- Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* update misskey-dev/eslint-pluginsyuilo2024-08-172-6/+6
|
* fix(backend): ↵syuilo2024-08-172-0/+7
| | | | 無制限にストリーミングのチャンネルに接続できる問題を修正
* Update timeline.vue (fix wrong type)かっこかり2024-08-161-1/+1
|
* feat: localizable dialog title for enter section title (#14401)anatawa122024-08-165-13/+23
| | | | | * feat: localizable dialog title for enter section title * refactor: define `getPageBlockList` in separated file and import instead of provide/inject
* fix(frontend): ↵かっこかり2024-08-161-4/+20
| | | | | | | | | Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように (#14412) * fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように * Update timeline.vue * Update timeline.vue
* fix(frontend): correct condition to displayed as system account on ↵zyoshoka2024-08-162-1/+2
| | | | moderation page (#14407)
* fix(backend): リバーシの設定変更が反映されないのを修正 ↵かっこかり2024-08-166-12/+47
| | | | | | | | | (#14404) * fix(backend): リバーシの設定変更が反映されないのを修正 * Update Changelog * add bindthis
* enhance(frontend): improve usabilitysyuilo2024-08-151-11/+12
|
* refactor(frontend): remove stale reload method call on `/admin/users` page ↵zyoshoka2024-08-141-2/+2
| | | | (#14406)
* Revert "enhance(backend): ↵syuilo2024-08-144-81/+64
| | | | | | 凍結されたアカウントのフォローリクエストを表示しないように" This reverts commit cd210001e6ffd6232678cbc74f06f8e6d05a1d15.
* enhance(backend): ↵syuilo2024-08-144-64/+81
| | | | 凍結されたアカウントのフォローリクエストを表示しないように
* chore: fix some comments (#14394)timesince2024-08-122-3/+3
| | | Signed-off-by: timesince <seekseat@icloud.com>