| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 21 hours | 1 | -1/+1 |
| | | |||||
| * | remove unused console logging fallbacks | Hazelnoot | 2025-07-27 | 1 | -25/+5 |
| | | |||||
| * | use logger instead of console for uncaughtException debug lines | Hazelnoot | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | add workarounds for node-fetch crashes | Hazelnoot | 2025-07-27 | 1 | -2/+20 |
| | | |||||
| * | add additional process exit loggers | Hazelnoot | 2025-06-12 | 1 | -1/+19 |
| | | |||||
| * | use uncaughtExceptionMonitor instead uncaughtException | Hazelnoot | 2025-06-12 | 1 | -4/+4 |
| | | |||||
| * | normalize use of .info (INFO) instead of .succ (DONE) logging | Hazelnoot | 2025-06-06 | 1 | -6/+6 |
| | | |||||
| * | reduce, clarify, and normalize more error messages | Hazelnoot | 2025-06-06 | 2 | -5/+13 |
| | | |||||
| * | add `logging.verbose` option to enable debug logging in production. (same ↵ | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | | | | function as `MK_VERBOSE` environment variable) | ||||
| * | rename activity_log and activity_context to ap_inbox_log and ap_context | Hazelnoot | 2025-02-16 | 1 | -2/+2 |
| | | |||||
| * | add inbound activity logger for debugging | Hazelnoot | 2025-02-16 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'develop' into merge/2024-02-03 | Hazelnoot | 2025-02-11 | 1 | -1/+3 |
| |\ | |||||
| | * | make the listen address configurable - fixes #927 | dakkar | 2025-02-10 | 1 | -1/+3 |
| | | | | | | | | | sadly `fastify.listen` doesn't support passing more than 1 address | ||||
| * | | print an error when booting with both MK_ONLY_SERVER and MK_ONLY_QUEUE set | Hazelnoot | 2025-02-07 | 1 | -2/+7 |
| | | | |||||
| * | | remove unused meta.version call | Hazelnoot | 2025-02-04 | 1 | -1/+0 |
| | | | |||||
| * | | merge upstream 2025-02-03 | Hazelnoot | 2025-02-03 | 2 | -16/+35 |
| |\ \ | |/ |/| | |||||
| | * | fix(backend): ↵ | おさむのひと | 2025-01-27 | 1 | -2/+1 |
| | | | | | | | | | デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む (#15355) | ||||
| | * | fix(backend): disableClustering設定時の初期化ロジックを調整 ↵ | おさむのひと | 2025-01-07 | 2 | -13/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15224) * fix(backend): disableClustering設定時の初期化ロジックを調整 * onlyServer かつ enableCluster な場合、メインプロセスでlistenするとワーカープロセス側のlistenと衝突するため、メインプロセスはforkのみに制限する(listenしない) * ログの追加 * fix CHANGELOG.md * fix comment | ||||
| * | | merge: Revert "Synchronize server startup" (!831) | dakkar | 2024-12-21 | 1 | -9/+8 |
| |\ \ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/831 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Charlotte <timo.herngreen@gmail.com> | ||||
| | * | | Revert "Synchronize server startup" | Hazelnoot | 2024-12-19 | 1 | -9/+8 |
| | | | | | | | | | | | | | This reverts commit ffbdfa912388c705ac288b68f45aa31fc9e75c40. | ||||
| * | | | merge: Fix the ascii art (!835) | Hazelnoot | 2024-12-20 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/835 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Hazelnoot <acomputerdog@gmail.com> | ||||
| | * | | | Fix the ascii art | CenTdemeern1 | 2024-12-20 | 1 | -4/+4 |
| | |/ / | | | | | | | | | | I should really make a new one from scratch sometime | ||||
| * | | | Update file worker.ts | Kio! | 2024-12-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update file worker.ts | Kio! | 2024-12-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add missing imports before Dakkar can mention it | Kio! | 2024-12-19 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add Meta, oops | Kio! | 2024-12-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add Release version to sentry logging | Kio! | 2024-12-19 | 2 | -0/+6 |
| |/ / | |||||
| * | | Synchronize server startup | Hazelnoot | 2024-12-08 | 1 | -8/+9 |
| | | | | | | | | | 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. | ||||
| * | | restore functionality of `MK_NO_DAEMONS` option | Hazelnoot | 2024-12-06 | 1 | -0/+3 |
| | | | |||||
| * | | chore: update donation links in backend and frontend | Marie | 2024-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'develop' into feature/misskey-2024.07 | dakkar | 2024-08-06 | 1 | -1/+9 |
| |\ \ | | | | | | | | | | fixing conflicts in `package.json` | ||||
| | * | | ignore cpuCount when it's 0 - fixes #586 | dakkar | 2024-07-21 | 1 | -8/+7 |
| | | | | | | | | | | | | | seems more useful this way | ||||
| | * | | error out when we can't spawn workers - fixes #586 | dakkar | 2024-07-21 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Setting `clusterLimit` to 0 means no workers are started, which usually breaks things. Also, some "hardening" things may prevent node from seeing how many CPUs the machine has, which has the same effect. With this commit we provide hopefully-useful error messages. | ||||
| * | | | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07 | dakkar | 2024-08-02 | 3 | -2/+25 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | lint fixes | syuilo | 2024-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | enhance(backend): improve sentry integration | syuilo | 2024-06-06 | 1 | -0/+23 |
| | | | |||||
| | * | fix | syuilo | 2024-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | merge: Revert "fix: start only one instance of ChartManagementService ↵ | dakkar | 2024-06-18 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | scheduled job" (!555) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/555 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: fEmber <acomputerdog@gmail.com> | ||||
| | * | | Revert "fix: start only one instance of ChartManagementService scheduled job" | dakkar | 2024-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | This reverts commit 2532fea702e185aa8a7b98f167535cd679da34bc. | ||||
| * | | | Merge remote-tracking branch 'misskey/release/2024.5.0' into future | dakkar | 2024-05-31 | 3 | -0/+29 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | feat: sentry integration (#13897) | syuilo | 2024-05-28 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts | ||||
| | * | feat(backend): add /healthz endpoint (#13834) | Acid Chicken | 2024-05-23 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): add /healthz endpoint * feat(backend): also check meilisearch status if available * style: header * chore: no-store * chore: healthcheck.sh * style: format | ||||
| * | | merge: fix: start only one instance of ChartManagementService scheduled job ↵ | fEmber | 2024-05-30 | 1 | -1/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | (!514) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/514 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <marie@kaifa.ch> | ||||
| | * | | fix: start only one instance of ChartManagementService scheduled job | fEmber | 2024-05-30 | 1 | -1/+0 |
| | | | | |||||
| * | | | fix: don't create duplicate workers when clustering is disabled | fEmber | 2024-05-30 | 1 | -1/+1 |
| |/ / | |||||
| * | | merge: upstream | Marie | 2024-02-19 | 4 | -4/+4 |
| |\| | |||||
| | * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 4 | -4/+4 |
| | | | | | | | | | Fix #13290 | ||||
| | * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 4 | -4/+4 |
| | | | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| | * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 4 | -4/+4 |
| | | | |||||
| * | | merge: all upstream changes | Mar0xy | 2023-10-13 | 1 | -2/+0 |
| |\| | |||||