summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): weird AP delivered chart in control panel (#14481)zyoshoka2024-09-244-7/+51
| | | | | | | | | | | | | * fix(frontend): `Out: Fail` was negative number * fix(frontend): don't stack AP delivered chart * test(#10336): add `pages/admin/overview.ap-requests.vue` story * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2024.9.0-alpha.7github-actions[bot]2024-09-232-2/+2
|
* fix(frontend): ↵かっこかり2024-09-232-9/+47
| | | | | | | | | | | | | | | | | | | | MkRangeのタッチ操作時にtooltipが複数重なって表示されないように (#14548) * fix: directiveでのtooltip表示との競合を解消 (#265) (cherry picked from commit 6d15d379a76b1b153ec2996e22bf0fc29ced5fda) * code style * Update Changelog * record origin * fix: ホバー時にもツールチップが出るように --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): ↵かっこかり2024-09-2336-595/+832
| | | | | | | | | | | popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554) * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
* fix(backend): happy-domを使用後にcloseするように (#14615)かっこかり2024-09-233-4/+10
| | | | | | | | | | | | | | | * Add `DetachedWindowAPI.close` calls to `MfmService` (cherry picked from commit ceaec3324925e53ca3f467b0438a98f1108eed0f) * fix * update changelog * fix --------- Co-authored-by: Julia Johannesen <julia@insertdomain.name>
* refactor(misskey-games): Misskey Games系パッケージのlint修正+Lint ↵かっこかり2024-09-237-45/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI整備 (#14612) * chore(lint): Fix linting in misskey-reversi (cherry picked from commit 894934a1a7743472b2d051e2690007ae373efd76) * chore(lint): Fix linting in misskey-bubble-game (cherry picked from commit 1ba9c37a8d5e4ae6a98494026b87f6f6439790c7) * enhance(gh): add lint ci for misskey games packages * enhance(gh): fix lint ci * fix * revert some changes that nothing to do with lint rules * fix * lint fixes * refactor: strict type def * lint fixes * :art: * :art: --------- Co-authored-by: 4censord <mail@4censord.de>
* Bump version to 2024.9.0-alpha.6github-actions[bot]2024-09-232-2/+2
|
* perf(embed): improve embed performance (#14613)syuilo2024-09-2312-72/+189
| | | | | | | | | | | | | | | * wip * wip * wip * refactor * refactor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): tweak control panelsyuilo2024-09-232-287/+278
|
* :art:syuilo2024-09-231-2/+4
|
* enhance(frontend): improve forms usabilitysyuilo2024-09-238-434/+500
|
* fix(misskey-js): wrong hashtag channel param type (#14611)zyoshoka2024-09-232-2/+2
|
* Bump version to 2024.9.0-alpha.5github-actions[bot]2024-09-222-2/+2
|
* :art:syuilo2024-09-222-5/+7
|
* enhance(frontend): tweak control panelsyuilo2024-09-221-4/+4
|
* refactorsyuilo2024-09-223-12/+10
|
* enhance(frontend): tweak control panelsyuilo2024-09-221-50/+36
|
* :art:syuilo2024-09-221-1/+1
|
* :art:syuilo2024-09-221-2/+1
|
* fix typo (#14609)かっこかり2024-09-221-13/+13
|
* fix(frontend): lint fixe for tweak control panel (#14610)かっこかり2024-09-221-1/+1
|
* Bump version to 2024.9.0-alpha.4github-actions[bot]2024-09-222-2/+2
|
* fix rbt bug?syuilo2024-09-222-1/+2
|
* enhance(frontend): tweak control panelsyuilo2024-09-224-80/+40
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-77/+151
|
* ffix(frontend): lint fixes for tweak control panel (#14607)かっこかり2024-09-221-4/+4
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-25/+5
|
* enhance(frontend): tweak control panelsyuilo2024-09-225-33/+103
|
* enhance(frontend): tweak control panelsyuilo2024-09-225-143/+173
|
* Bump version to 2024.9.0-alpha.3github-actions[bot]2024-09-222-2/+2
|
* refactor/perf(backend): provide metadata statically (#14601)syuilo2024-09-2255-487/+499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ReactionService.ts * Update ApiCallService.ts * Update timeline.ts * Update GlobalModule.ts * Update GlobalModule.ts * Update NoteEntityService.ts * wip * wip * wip * Update ApPersonService.ts * wip * Update GlobalModule.ts * Update mock-resolver.ts * Update RoleService.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * clean up * Update utils.ts * Update UtilityService.ts * Revert "Update utils.ts" This reverts commit a27d4be764b78c1b5a9eac685e261fee49331d89. * Revert "Update UtilityService.ts" This reverts commit e5fd9e004c482cf099252201c0c1aa888e001430. * vuwa- * Revert "vuwa-" This reverts commit 0c3bd12472b4b9938cdff2d6f131e6800bc3724c. * Update entry.ts * Update entry.ts * Update entry.ts * Update entry.ts * Update jest.setup.ts
* :art:syuilo2024-09-221-1/+6
|
* update deps (#14594)syuilo2024-09-2213-4402/+3211
| | | | | | | | | | | * wip * Update ClientServerService.ts * eslint * Update fetch-resource.ts * wip
* Check SPDX information properly (#14604)woxtu2024-09-221-1/+3
|
* Bump version to 2024.9.0-alpha.2github-actions[bot]2024-09-212-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-09-216-34/+298
|\
| * fix(backend): ↵かっこかり2024-09-212-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Retry-After`ヘッダーが実際には送信されなかった問題を修正 (#14597) * move rate-limit-exceeded error reporting, earlier a rate-limit-exceeded error has `kind:'client'`, so the branch that adds the `Retry-After` would never get taken (cherry picked from commit 8a982c61c01909e7540ff1be9f019df07c3f0624) * Update Changelog * fix * indent --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
| * ci: ↵Kisaragi2024-09-211-12/+21
| | | | | | | | api.jsonの差分がない時は折りたたみを生成しないようにする (#14598)
| * fix: EmailServiceでインラインスタイルを適用するように (#14600)Esurio/1673beta2024-09-213-13/+266
| | | | | | Co-authored-by: Esurio <esurio@esurio1673.net>
* | fix rbtsyuilo2024-09-212-6/+7
| |
* | :art:syuilo2024-09-213-83/+39
|/
* Bump version to 2024.9.0-alpha.1github-actions[bot]2024-09-202-2/+2
|
* chore(deps-dev): bump vite in /scripts/changelog-checker (#14569)dependabot[bot]2024-09-202-169/+215
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#14590)dependabot[bot]2024-09-2013-17/+17
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-09-202-1/+7
| | | | | | | | | | | | | ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588) * upd: don't ignore new lines on file info * Update Changelog * :v: --------- Co-authored-by: Marie <github@yuugi.dev>
* enhance: ↵かっこかり2024-09-2015-5/+221
| | | | | | | ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583) * enhance: インポート操作の実行可否をロールで制御できるように * Update Changelog
* Misskey® Reactions Buffering Technology™ (#14579)syuilo2024-09-2029-92/+498
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ReactionsBufferingService.ts * Update ReactionsBufferingService.ts * wip * wip * wip * Update ReactionsBufferingService.ts * wip * wip * wip * Update NoteEntityService.ts * wip * wip * wip * wip * Update CHANGELOG.md
* Update CHANGELOG.md (埋め込み機能のドキュメントへのリンク)かっこかり2024-09-201-1/+1
|
* fix(frontend): run pnpm build-assets (#14585)かっこかり2024-09-201-0/+8
|
* Bump version to 2024.9.0-alpha.0github-actions[bot]2024-09-193-3/+3
|