summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): instance ↵かっこかり2024-09-062-32/+43
| | | | | | | infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515) * fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 * fix
* 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-061-13/+80
| | | | | | | | | アイコンデコレーション管理画面にプレビューを追加 (#14511) * enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 * Update Changelog * tweak
* refactor(sw): fix type errors (#14478)zyoshoka2024-08-306-20/+29
| | | | | | | | | | | * 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-302-2/+2
|
* 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-241-0/+5
|
* enhance(frontend): ↵syuilo2024-08-237-4/+20
| | | | サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
* add notesyuilo2024-08-231-0/+1
|
* fix(backend): ↵syuilo2024-08-231-1/+9
| | | | ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正
* 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
|
* Release: 2024.8.0github-actions[bot]2024-08-181-1/+1
|
* Bump version to 2024.8.0-rc.5github-actions[bot]2024-08-181-1/+1
|
* fix(frontend): focustrapがzindexを考慮するように (#14431)かっこかり2024-08-181-4/+60
|
* Bump version to 2024.8.0-rc.4github-actions[bot]2024-08-181-1/+1
|
* fix(backend): memory leak in memory caches (#14363)Hazel K2024-08-1811-84/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* :art:syuilo2024-08-181-1/+1
|
* Update about-misskey.vuesyuilo2024-08-181-4/+0
|
* Remove undefined style (#14427)woxtu2024-08-181-1/+1
|
* 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
|
* 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-171-1/+1
|
* enhance(backend): ↵taichan2024-08-171-2/+22
| | | | | | | | | | | | | | | | | | | 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-1713-28/+314
| | | | | | | | | | | | | | | ページ、ギャラリー、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-171-1/+1
|
* fix(backend): ↵かっこかり2024-08-171-2/+13
| | | | | | | | | | | | | ベースロールのポリシー変更時モデレーションログが残るように (#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-178-46/+72
| | | | | | | | | | | | | | | | | | | | | * fix(frontend): リノートの判定が甘いのを修正 * fix * Update Changelog * fix * use type assertion * fix + add comments * lint * misskey-jsに移動 * PureRenote -> Renote * isRenote -> isPureRenote
* Bump version to 2024.8.0-alpha.1github-actions[bot]2024-08-171-1/+1
|
* suspend周りの改修 (#14409)syuilo2024-08-1710-96/+157
| | | | | | | | | | | | | | | | | | | | | | * 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>
* fix(backend): ↵syuilo2024-08-171-0/+6
| | | | 無制限にストリーミングのチャンネルに接続できる問題を修正
* Update timeline.vue (fix wrong type)かっこかり2024-08-161-1/+1
|
* feat: localizable dialog title for enter section title (#14401)anatawa122024-08-163-13/+18
| | | | | * 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