summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵Kisaragi2024-06-121-1/+1
| | | | | | | 追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968) * fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する * docs: update changelog
* test(#10336): add `components/MkC.*` stories (#13830)zyoshoka2024-06-0827-45/+1036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test(storybook): add `components/MkC.*` stories * test(storybook): add some tests * test: add sleep * test: comment-out flaky test * test(storybook): add test for `MkChannelFollowButton` * chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test * fix(chromatic): add delay to `MkChannelList` * chore: replace `mswDecorator` with `mswLoader` * fix(storybook): tweak some parameters * chore: serve static files * fix(chromatic): add delay to `MkCwButton` * chore: delete logging for debug * fix: add right click in `MkContextMenu` play * refactor: remove unused imports
* feat: ↵おさむのひと2024-06-0876-369/+6405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) * feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする * モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので) * fix spdx * fix migration * fix migration * fix models * add e2e webhook * tweak * fix modlog * fix bugs * add tests and fix bugs * add tests and fix bugs * add tests * fix path * regenerate locale * 混入除去 * 混入除去 * add abuseReportResolved * fix pnpm-lock.yaml * add abuseReportResolved test * fix bugs * fix ui * add tests * fix CHANGELOG.md * add tests * add RoleService.getModeratorIds tests * WebhookServiceをUserとSystemに分割 * fix CHANGELOG.md * fix test * insertOneを使う用に * fix * regenerate locales * revert version * separate webhook job queue * fix * :art: * Update QueueProcessorService.ts --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* 配信停止したインスタンス一覧が見れなくなる問題を修 ↵Porlam Nicla2024-06-071-2/+2
| | | | | | | (#13945) * 配信停止したインスタンス一覧が見れなくなる問題を修正 * Update CHANGELOG.md
* enhance(backend): improve sentry integrationsyuilo2024-06-072-0/+8
|
* fix(backend): ↵taichan2024-06-071-3/+3
| | | | | | | チャート生成時にinstance.isSuspendedが読まれてしまう問題の修正 (#13951) * fix(backend): use sustensionState instead of isSuspended * Update CHANGELOG.md
* enhance(backend): improve sentry integrationsyuilo2024-06-061-8/+8
|
* lint fixessyuilo2024-06-063-3/+3
|
* enhance(backend): improve sentry integrationsyuilo2024-06-061-7/+56
|
* enhance(backend): improve sentry integrationsyuilo2024-06-063-6/+35
|
* fixsyuilo2024-06-061-1/+1
|
* refactor(backend): remove unused logger optionsyuilo2024-06-065-14/+10
|
* enhance(backend): sentry integration for job queuessyuilo2024-06-061-158/+231
|
* fixかっこかり2024-06-041-1/+1
|
* Update about-misskey.vueかっこかり2024-06-041-3/+6
|
* fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)Acid Chicken2024-06-0136-215/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): use insertOne insteadof insert/findOneOrFail combination * fix: typo * fix(backend): inherit mainAlias? * refactor(backend): use extend * fix(backend): invalid entityTarget * fix(backend): fake where * chore: debug * chore: debug * test: log * fix(backend): column names * fix(backend): remove dummy from * revert: log * fix(backend): position * fix(backend): automatic aliasing * chore(backend): alias * chore(backend): remove from * fix(backend): type * fix(backend): avoid pure name * test(backend): fix type * chore(backend): use cte * fix(backend): avoid useless alias * fix(backend): fix typo * fix(backend): __disambiguation__ * fix(backend): quote * chore(backend): t * chore(backend): accessible * chore(backend): concrete returning * fix(backend): quote * chore: log more * chore: log metadata * chore(backend): use raw * fix(backend): returning column name * fix(backend): transform * build(backend): wanna logging * build(backend): transform empty * build(backend): build alias * build(backend): restore name * chore: return entity * fix: test case * test(backend): 204 * chore(backend): log sql * chore(backend): assert user joined * fix(backend): typo * chore(backend): log long sql * chore(backend): log join * chore(backend): log join depth null * chore(backend): joinAttributes * chore(backend): override createJoinExpression * chore: join log * fix(backend): escape * test(backend): log log * chore(backend): join gonna success? * chore(backend): relations * chore(backend): undefined * chore(backend): target * chore(backend): remove log * chore(backend): log chart update * chore(backend): log columns * chore(backend): check hasMetadata * chore(backend): unshift id when not included * chore(backend): missing select * chore(backend): remove debug code
* [skip ci] Release: 2024.5.0github-actions[bot]2024-05-311-1/+1
|
* Bump version to 2024.5.0-rc.13github-actions[bot]2024-05-311-1/+1
|
* Revert "2024.5.0"syuilo2024-05-311-1/+1
| | | | This reverts commit 27d1b7e6156699184bed278c9a43d5b94e159d4e.
* 2024.5.0syuilo2024-05-311-1/+1
|
* Bump version to 2024.5.0-rc.12github-actions[bot]2024-05-311-1/+1
|
* Bump version to 2024.5.0-rc.11github-actions[bot]2024-05-311-1/+1
|
* Bump version to 2024.5.0-rc.10github-actions[bot]2024-05-311-1/+1
|
* Merge branch 'develop' into release/2024.5.0syuilo2024-05-311-8/+8
|\
| * :art:syuilo2024-05-311-8/+8
| |
* | Bump version to 2024.5.0-rc.9github-actions[bot]2024-05-311-1/+1
| |
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-3124-87/+268
|\|
| * perf(backend): avoid N+1 selects from `user` table when packing many ↵zyoshoka2024-05-3124-87/+268
| | | | | | | | | | | | | | entities (#13911) * perf(backend): avoid N+1 selects from `user` table when packing many entities * perf(backend): use `packMany` instead of mapping to `pack`
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-311-4/+0
|\|
| * Update 1717117195275-inquiryUrl.jssyuilo2024-05-311-4/+0
| |
* | Bump version to 2024.5.0-rc.8github-actions[bot]2024-05-311-1/+1
| |
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-312-0/+3
|\|
| * fix testsyuilo2024-05-312-0/+3
| |
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-3118-80/+164
|\|
| * fix(backend): fix backward compatibility of antennasyuilo2024-05-312-0/+6
| |
| * enhance: サーバーのお問い合わせ先URLを設定できるようにsyuilo2024-05-3110-7/+77
| |
| * fix code stylesyuilo2024-05-311-52/+56
| |
| * fix(frontend): ↵KanariKanaru2024-05-301-9/+10
| | | | | | | | | | | | | | | | | | ノートにテキストがなくてもファイルが5つ以上あるときは折りたたむように (#13907) * fix: ノートにテキストがなくてもファイルが5つ以上あるときは折りたたむように * 冗長な記述を修正 * Update CHANGELOG.md
| * chore(misskey-js): fix `repository` and add `license` in `package.json` (#13902)zyoshoka2024-05-291-1/+3
| |
| * refactor(backend): avoid `as any` on CustomEmojiService.ts (#13903)Kisaragi2024-05-291-3/+4
| |
| * chore(backend): rename local variable (#13904)Kisaragi2024-05-291-7/+7
| | | | | | much -> matched
| * refactor: avoid `as any[]` on FetchInstanceMetadataService.ts (#13905)Kisaragi2024-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | * refactor: avoid `as any[]` on FetchInstanceMetadataService.ts * apply suggestion Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | Bump version to 2024.5.0-rc.7github-actions[bot]2024-05-281-1/+1
| |
* | Bump version to 2024.5.0-rc.6github-actions[bot]2024-05-281-1/+1
| |
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-288-81/+166
|\|
| * feat: sentry integration (#13897)syuilo2024-05-284-26/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts
| * fix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps ↵tamaina2024-05-284-55/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | urlだった際はスキップするように (#13610) * fix(federation): AnnounceのobjectがLike出なかったらキューにためない Fix https://github.com/misskey-dev/misskey/issues/13552 * revert * better reason handlings * result * improve announce handling * skip bearcaps * also announce
* | Bump version to 2024.5.0-beta.5github-actions[bot]2024-05-271-1/+1
| |
* | Merge branch 'develop' into release/2024.5.0syuilo2024-05-2724-53/+336
|\|
| * 新着ノートをサウンドで通知する機能をdeck UIに追加 (#13867)anatawa122024-05-2723-53/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(deck-ui): implement note notification * chore: remove notify in antenna * docs(changelog): 新着ノートをサウンドで通知する機能をdeck UIに追加 * fix: type error in test * lint: key order * fix: remove notify column * test: remove test for notify * chore: make sound selectable * fix: add license header * fix: add license header again * Unnecessary await Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * ファイルを選択してください -> ファイルが選択されていません * fix: i18n忘れ * fix: i18n忘れ * pleaseSelectFile > fileNotSelected --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>