summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(misskey-js): ↵かっこかり2024-09-063-393/+22
| | | | content-typeはapplication/jsonでないもののみを記録するように (#14508)
* refactor(frontend): scss deprecated 警告に対応 (#14513)かっこかり2024-09-068-31/+30
|
* enhance(frontend): ↵かっこかり2024-09-062-13/+81
| | | | | | | | | アイコンデコレーション管理画面にプレビューを追加 (#14511) * enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 * Update Changelog * tweak
* chore(ci/lint): ESLintのキャッシュが保存できない問題を修正 ↵taiy2024-09-061-7/+7
| | | | (#14506)
* Update .gitignoresyuilo2024-09-051-0/+1
|
* refactor(sw): fix type errors (#14478)zyoshoka2024-08-307-21/+31
| | | | | | | | | | | * style(sw): lint fixes * refactor(sw): fix type errors * chore(sw): disable `noImplicitAny` * ci(sw): enable typecheck ci * ci(sw): build `misskey-js` before typecheck
* fix(frontend): server metrics look strange after reload (#14467)zyoshoka2024-08-303-2/+3
|
* fix(backend): use `prefixItems` in `admin/queue/*-delayed` endpoint schema ↵zyoshoka2024-08-307-48/+59
| | | | | | | | | | | | | | | (#14468) * fix(backend): represent tuples with `prefixItems` * refactor(frontend): fix type errors * fix(backend): add `prefixItems` in `SchemaType` * fix(backend): add `unevaluatedItems: false` to disallow extra items * refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue` * fix(backend): add `unevaluatedItems` in `SchemaType`
* refactor(sw): use fully typed locales (#14470)zyoshoka2024-08-308-120/+89
| | | | | * refactor(sw): use fully typed locales * fix(backend): enumerate achievement notification type
* fix(backend): correct `app`-type notification schema (#14471)zyoshoka2024-08-293-7/+7
|
* 消し忘れsyuilo2024-08-271-2/+0
|
* refactorsyuilo2024-08-273-8/+5
|
* fix: ↵Kisaragi2024-08-261-1/+1
| | | | 投稿フォームの字数上限計算を実際の投稿内容に合わせる (#14466)
* enhance(frontend): error message i18nsyuilo2024-08-243-0/+10
|
* enhance(frontend): ↵syuilo2024-08-238-5/+21
| | | | サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
* add notesyuilo2024-08-231-0/+1
|
* 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>