summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #13801 from misskey-dev/release/2024.5.0github-actions[bot]2024-05-313-3/+3
|\ | | | | Release: 2024.5.0
| * [skip ci] Release: 2024.5.0github-actions[bot]2024-05-312-2/+2
| |
| * Bump version to 2024.5.0-rc.13github-actions[bot]2024-05-312-2/+2
| |
| * Revert "2024.5.0"syuilo2024-05-312-2/+2
| | | | | | | | This reverts commit 27d1b7e6156699184bed278c9a43d5b94e159d4e.
| * 2024.5.0syuilo2024-05-312-2/+2
| |
| * Bump version to 2024.5.0-rc.12github-actions[bot]2024-05-312-2/+2
| |
| * Bump version to 2024.5.0-rc.11github-actions[bot]2024-05-312-2/+2
| |
| * Bump version to 2024.5.0-rc.10github-actions[bot]2024-05-312-2/+2
| |
| * Merge branch 'develop' into release/2024.5.0syuilo2024-05-313-8/+13
| |\
| * | Bump version to 2024.5.0-rc.9github-actions[bot]2024-05-312-2/+2
| | |
| * | Merge branch 'develop' into release/2024.5.0syuilo2024-05-3124-87/+268
| |\ \
| * \ \ Merge branch 'develop' into release/2024.5.0syuilo2024-05-311-4/+0
| |\ \ \
| * | | | Bump version to 2024.5.0-rc.8github-actions[bot]2024-05-312-2/+2
| | | | |
| * | | | Merge branch 'develop' into release/2024.5.0syuilo2024-05-312-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into release/2024.5.0syuilo2024-05-3123-83/+186
| |\ \ \ \ \
| * | | | | | Bump version to 2024.5.0-rc.7github-actions[bot]2024-05-282-2/+2
| | | | | | |
| * | | | | | Bump version to 2024.5.0-rc.6github-actions[bot]2024-05-282-2/+2
| | | | | | |
| * | | | | | Merge branch 'develop' into release/2024.5.0syuilo2024-05-2816-86/+865
| |\ \ \ \ \ \
| * | | | | | | Bump version to 2024.5.0-beta.5github-actions[bot]2024-05-272-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'develop' into release/2024.5.0syuilo2024-05-2759-123/+558
| |\ \ \ \ \ \ \
| * | | | | | | | Bump version to 2024.5.0-beta.4github-actions[bot]2024-05-272-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' into release/2024.5.0syuilo2024-05-2751-149/+774
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bump version to 2024.5.0-beta.3github-actions[bot]2024-05-272-2/+2
| | | | | | | | | |
| * | | | | | | | | Bump version to 2024.5.0-beta.2github-actions[bot]2024-05-232-2/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch 'develop' into release/2024.5.0syuilo2024-05-237-4/+30
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into release/2024.5.0syuilo2024-05-2178-417/+1449
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #13816 from misskey-dev/developsyuilo2024-05-101-19/+39
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | developにマージされた分の追いつき用