summaryrefslogtreecommitdiff
path: root/packages/backend/src/daemons (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing `await` in ApLogCleanupServiceHazelnoot2025-02-161-1/+1
|
* implement AP fetch logsHazelnoot2025-02-161-20/+9
|
* rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot2025-02-162-8/+8
|
* add logging for ActivityLogCleanupServiceHazelnoot2025-02-161-2/+11
|
* add inbound activity logger for debuggingHazelnoot2025-02-162-0/+67
|
* Revert "Synchronize server startup"Hazelnoot2024-12-192-3/+3
| | | | This reverts commit ffbdfa912388c705ac288b68f45aa31fc9e75c40.
* Synchronize server startupHazelnoot2024-12-082-3/+3
| | | | This prevents an edge case where the server begins processing inbound API / AP requests before any of the chart / management daemons are ready, potentially leading to incorrect chart statistics.
* Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-4/+6
|\
| * refactor/perf(backend): provide metadata statically (#14601)syuilo2024-09-221-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | fix error spam from ServerStatsService when running on WindowsHazel K2024-08-171-1/+2
|/
* (re) update SPDX-FileCopyrightTexttamaina2024-02-133-3/+3
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-133-3/+3
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-123-3/+3
|
* refactor(frontend): `widgets/server-metric`内の型エラーを除去 (#12937)zyoshoka2024-01-071-1/+1
|
* Remove unnecessary nullish coalescing (#12058)woxtu2023-10-181-2/+1
|
* feat: passkey support (#11804)syuilo2023-09-082-53/+0
| | | https://github.com/MisskeyIO/misskey/pull/149
* update deps (#11764)syuilo2023-09-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* chore: ↵Shun Sakai2023-07-274-0/+20
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): make some features optionablesyuilo2023-07-021-3/+9
| | | | | Resolve #11064 Resolve #11065
* refactorsyuilo2023-05-293-4/+19
|
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-291-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update QueueService.ts * wip * refactor * :v: * fix * Update QueueStatsService.ts * refactor * Update ApNoteService.ts * Update mock-resolver.ts * refactor * Update mock-resolver.ts
* fix(backend): ↵nexryai2023-04-301-1/+1
| | | | | | | サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 (#10728) * FIX: サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 * Update CHANGELOG
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-162-4/+2
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-043-0/+9
|
* fix import typesyuilo2022-09-211-1/+1
|
* testsyuilo2022-09-193-9/+9
|
* なんかもうめっちゃ変えたsyuilo2022-09-187-159/+233
|
* refactor: fix typesyuilo2022-04-172-4/+4
|
* refactor: Use ESM (#8358)syuilo2022-02-273-7/+7
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactor: fix typesyuilo2022-02-191-4/+4
|
* fix lintsyuilo2021-12-093-4/+4
|
* refactoringsyuilo2021-11-123-0/+159
Resolve #7779