summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-214-4/+4
|
* 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
|
* 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(frontend): chart in `MkInstanceCardMini` is no longer displayed (#13932)zyoshoka2024-06-155-3/+97
| | | | | | | | | | | * 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
* fix rate limit check never ends (#13994)anatawa122024-06-151-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-131-2/+2
|
* Fix json module imports for node 22 (#13875)sirsegv2024-06-132-2/+2
|
* 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
|\|