| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 41 hours | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | add `logging.verbose` option to enable debug logging in production. (same ↵ | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | | | | function as `MK_VERBOSE` environment variable) | ||||
| * | 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 | 1 | -11/+22 |
| |\ \ | |/ |/| | |||||
| | * | fix(backend): ↵ | おさむのひと | 2025-01-27 | 1 | -2/+1 |
| | | | | | | | | | デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む (#15355) | ||||
| | * | fix(backend): disableClustering設定時の初期化ロジックを調整 ↵ | おさむのひと | 2025-01-07 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15224) * fix(backend): disableClustering設定時の初期化ロジックを調整 * onlyServer かつ enableCluster な場合、メインプロセスでlistenするとワーカープロセス側のlistenと衝突するため、メインプロセスはforkのみに制限する(listenしない) * ログの追加 * fix CHANGELOG.md * fix comment | ||||
| * | | 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 | ||||
| * | | | Add Release version to sentry logging | Kio! | 2024-12-19 | 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 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | fix | syuilo | 2024-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'misskey/release/2024.5.0' into future | dakkar | 2024-05-31 | 1 | -0/+20 |
| |\| | |||||
| | * | feat: sentry integration (#13897) | syuilo | 2024-05-28 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts | ||||
| * | | merge: upstream | Marie | 2024-02-19 | 1 | -1/+1 |
| |\| | |||||
| | * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | | | | | Fix #13290 | ||||
| | * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| | * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | merge: upstream | Mar0xy | 2023-10-03 | 1 | -0/+1 |
| |\| | |||||
| | * | feat(backend): MasterプロセスのPIDを書き出せるように (#11909) | CyberRex | 2023-09-27 | 1 | -0/+1 |
| | | | |||||
| * | | Minor Modification | Insert5StarName | 2023-09-22 | 1 | -10/+13 |
| |/ | |||||
| * | fix(backend): ↵ | syuilo | 2023-09-17 | 1 | -10/+23 |
| | | | | | | | MK_ONLY_SERVERオプションを指定した際にクラッシュする問題を修正 Fix: #11811 | ||||
| * | Remove an unused dependency (#11405) | woxtu | 2023-07-29 | 1 | -1/+0 |
| | | |||||
| * | chore: ↵ | Shun Sakai | 2023-07-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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> | ||||
| * | enhance(backend): add unix socket support (#11275) | dogcraft | 2023-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * unix socket support * add changelog * lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | refactor: `substr` -> `substring` (#11273) | okayurisotto | 2023-07-14 | 1 | -1/+1 |
| | | |||||
| * | use engines | syuilo | 2023-07-08 | 1 | -6/+0 |
| | | |||||
| * | nodeの推奨(デフォルト)バージョンと最小バージョンを分離 | syuilo | 2023-07-08 | 1 | -1/+1 |
| | | |||||
| * | Revert "Allow configuring the listen host (#9924)" | syuilo | 2023-02-22 | 1 | -1/+1 |
| | | | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b. | ||||
| * | Allow configuring the listen host (#9924) | ledlamp | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | enhance(server): onlyServer / onlyQueue オプションを復活 | syuilo | 2023-01-23 | 1 | -24/+9 |
| | | |||||
| * | enhance(server): separate job queue process (#9662) | syuilo | 2023-01-21 | 1 | -9/+16 |
| | | | | | | * enhance(server): separate job queue process * add commands for build with swc | ||||
| * | improve nest logger | syuilo | 2022-12-10 | 1 | -1/+4 |
| | | |||||
| * | fixes | syuilo | 2022-09-24 | 1 | -2/+1 |
| | | |||||
| * | なんかもうめっちゃ変えた | syuilo | 2022-09-18 | 1 | -15/+22 |
| | | |||||
| * | enhance: Perform port diagnosis at startup only when Listen fails (#8698) | MeiMei | 2022-05-19 | 1 | -32/+4 |
| | | | | | | | | | | * Change port check * Comment: disableClustering * CHANGELOG * Smart message | ||||
| * | refactor: migrate to typeorm 3.0 (#8443) | syuilo | 2022-03-26 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip | ||||
| * | Fix: warn about outdated NodeJS fixed (#8388) | Kainoa Kanter | 2022-03-20 | 1 | -7/+5 |
| | | | | | | | | | * Fix #8387 * update changelog Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | refactor: Use ESM (#8358) | syuilo | 2022-02-27 | 1 | -25/+27 |
| | | | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip | ||||
| * | refactoring | syuilo | 2021-11-12 | 1 | -0/+194 |
| Resolve #7779 | |||||