summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ci: add quote (#13990)Kisaragi2024-06-221-1/+1
|
* refactor: api/*/update系の必須キーを最低限に (#13824)yupix2024-06-228-84/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: clips/updateの必須キーをclipIdのみに * refactor: admin/roles/update の必須キーをroleIdのみに * feat: pages/update の必須キーをpageIdのみに * refactor: gallery/posts/update の必須キーをpostidのみに * feat: misskey-jsの型を更新 * feat: i/webhooks/updateの必須キーをwebhookIdのみに * feat: admin/ad/updateの必須キーをidのみに * feat: misskey-jsの型を更新 * chore: update CHANGELOG.md * docs: update CHANGELOG.md * fix: secretが更新できなくなる場合がある Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> * Update packages/backend/src/server/api/endpoints/gallery/posts/update.ts --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵Kisaragi2024-06-224-3/+26
| | | | | | | | | | | | | | | | | | | フィードのノートのMFMはHTMLにレンダーしてから返す (#14006) * fix(backend): フィードのノートのMFMはHTMLにレンダーしてから返す (test wip) * chore: beforeEachを使う? * fix: プレーンテキストにフォールバックしてMFMが含まれていないか調べる方針を実装 * fix: application/jsonだとパースされるのでその作用をキャンセル * build: fix lint error * docs: update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): WidgetInstanceInfo.vue と WidgetProfile.vue ↵ぬるきゃっと2024-06-223-6/+13
| | | | | | | | | | | | | のスタイル調整 (#14028) * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 home.vue
* chore(deps): bump docker/build-push-action from 5 to 6 (#14039)dependabot[bot]2024-06-222-2/+2
| | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-06-222-1/+3
| | | | | | | リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 (#14045) * fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 * :v:
* fix: ↵anatawa122024-06-222-0/+7
| | | | | notRespondingSinceが実装される前に不通になったインスタンスが自動的に配信停止にならない (#14059) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): fallback if `sinceId` is older than the oldest in cache when ↵zyoshoka2024-06-223-8/+40
| | | | | | | | | using FTT (#14061) * fix(backend): fallback if `sinceId` is older than the oldest in cache when using FTT * Update CHANGELOG.md * chore: fix description of test
* Replace with `vue/no-setup-props-reactivity-loss` rule (#14062)woxtu2024-06-229-10/+10
|
* test(frontend): fix component error in `MkChart` story (#14056)zyoshoka2024-06-213-44/+52
|
* Fix type checking (#14052)woxtu2024-06-211-5/+5
|
* refactorsyuilo2024-06-211-5/+4
|
* remove unused filessyuilo2024-06-213-34/+0
|
* remove unused filesyuilo2024-06-212-48/+0
|
* refactor(backend): remove unnecessary isNotNull sugarsyuilo2024-06-2122-65/+36
|
* update typescriptsyuilo2024-06-216-137/+137
|
* Fix type checking (#14047)woxtu2024-06-201-1/+1
|
* Enable to iterate over DOM collections (#14040)woxtu2024-06-191-1/+2
|
* Add missing styles (#14031)woxtu2024-06-181-0/+9
|
* docs: add changelog entry (follow-up of #14036) (#14037)Kisaragi2024-06-181-0/+1
|
* Fix(backend): Limit antenna/webhook/list to exact amount (#14036)Ryu jongheon2024-06-189-14/+12
| | | | ... not +1 * Update antennas/clips e2e test
* fix(frontend): fix time on `MkChart`'s story (#13958)zyoshoka2024-06-152-1/+14
|
* fix changelogかっこかり2024-06-151-1/+1
|
* ci: upgrade dockle (#14002)anatawa122024-06-151-2/+4
|
* fix(frontend): chart in `MkInstanceCardMini` is no longer displayed (#13932)zyoshoka2024-06-156-3/+98
| | | | | | | | | | | * fix(frontend): chart in `MkInstanceCardMini` is no longer displayed * Update CHANGELOG.md * test: add `MkInstanceCardMini` story --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(backend): get column names from metadata (#13943)Acid Chicken2024-06-151-25/+5
| | | | | | | | | * ci: enable * chore: stop when generated column found * chore: get column names from metadata * ci: disable
* chore: issueを起票する前にGitHub Discussionsにも誘導する (#13991)Kisaragi2024-06-151-0/+4
|
* fix rate limit check never ends (#13994)anatawa122024-06-151-1/+1
|
* docs: update changelog (follow-up of #13949) (#13971)Kisaragi2024-06-131-1/+1
|
* feat(backend): report `Retry-After` if client hit rate limit (#13949)Kisaragi2024-06-132-23/+40
| | | | | * feat(backend): report `Retry-After` if client hit rate limit * refactor(backend): fix lint error
* node 22 supportsyuilo2024-06-132-62/+62
|
* Fix json module imports for node 22 (#13875)sirsegv2024-06-134-4/+4
|
* node_modulesをvolume化して高速化+パーミッション問題回避 ↵おやき2024-06-123-2/+5
| | | | git submodule update時にローカルにsubmoduleがあっても問題が起こらないようにする (#13956)
* fix(frontend): ↵Kisaragi2024-06-122-2/+2
| | | | | | | 追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968) * fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する * docs: update changelog
* test(#10336): add `components/MkC.*` stories (#13830)zyoshoka2024-06-0828-86/+1083
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0879-369/+6527
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通報を受けた際にメールまたは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-072-3/+3
| | | | | | | (#13945) * 配信停止したインスタンス一覧が見れなくなる問題を修正 * Update CHANGELOG.md
* enhance(backend): improve sentry integrationsyuilo2024-06-072-0/+8
|
* fix(backend): ↵taichan2024-06-072-4/+4
| | | | | | | チャート生成時に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] Update CHANGELOG.md (prepend template)github-actions[bot]2024-05-311-0/+12
|