summaryrefslogtreecommitdiff
path: root/.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comment new propertyHazelnoot2025-05-304-12/+12
|
* add slowQueryThreshold setting to configure slow query warningHazelnoot2025-05-304-2/+16
|
* disable TypeORM query cache by defaultHazelnoot2025-05-304-8/+18
|
* add mediaDirectory config option to configure location of uploaded mediaRuby Iris Juric2025-05-264-0/+16
|
* improve YAML syntax for defining allowed IPsHazelnoot2025-05-134-12/+75
|
* fix indent of `logging.verbose` optionHazelnoot2025-05-084-12/+12
|
* add `logging.verbose` option to enable debug logging in production. (same ↵Hazelnoot2025-05-084-0/+12
| | | | function as `MK_VERBOSE` environment variable)
* Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-04-304-0/+12
|\
| * #1042 - Added extra connection option and comment for statement_timeoutLilith2025-04-294-0/+12
| |
* | align `docker_example.yml` with `example.yml`dakkar2025-04-282-12/+71
| | | | | | | | | | | | | | | | | | | | | | | | bits I've left different: * hostname for db, redis, meili (so they match the values in the example compose file) * listen address / socket (because changing them will confuse docker) * no mention of the pidfile (because it's completely useless in docker)
* | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-04-131-0/+8
|\|
| * docs: Add usage example of "customHtml.head" to ".config/example.yml"Zlendy2025-04-111-0/+8
| |
* | merge from misskey-developHazelnoot2025-04-023-0/+15
|\ \
| * | enhance: implement `sentryForFrontend` (#15433)zyoshoka2025-04-023-0/+15
| | | | | | | | | Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | | copy changes to ci.ymlHazelnoot2025-04-011-5/+81
| | |
* | | merge upstreamHazelnoot2025-03-253-23/+38
|\| | | |/ |/|
| * Merge commit from fork饺子w (Yumechi)2025-02-233-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. [GHSA-6w2c-vf6f-xf26](https://github.com/misskey-dev/misskey/security/advisories/GHSA-6w2c-vf6f-xf26) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * Enhance: Add configuration option to disable all external redirects when responding to an ActivityPub lookup (config.disallowExternalApRedirect) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * fixup! fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. * docs & one edge case Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * remove stale frontend reference to _responseInvalidIdHostNotMatch Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* | merge: Optionally enable websocket compression (!921)Marie2025-03-191-0/+6
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/921 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | Add warning about memory fragmentationPrivateGER2025-02-261-0/+2
| | |
| * | Optionally enable websocket compressionPrivateGER2025-02-251-0/+4
| | |
* | | convert Authorized Fetch to a setting and add support for hybrid mode ↵Hazelnoot2025-03-163-6/+0
|/ / | | | | | | (essential metadata only)
* | Rename tsvector to sqlTsvectorPrivateGER2025-02-191-1/+1
| |
* | adjust docsPrivateGER2025-02-191-1/+6
| |
* | Implement tsvector search supportPrivateGER2025-02-191-0/+8
| |
* | merge: Add separate redis for rate limit (!908)Marie2025-02-184-0/+40
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/908 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * | implement redisForRateLimitHazelnoot2025-02-184-0/+40
| | |
* | | add inbound activity logger for debuggingHazelnoot2025-02-164-9/+59
|/ /
* | Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-111-0/+2
|\ \
| * | make the listen address configurable - fixes #927dakkar2025-02-101-0/+2
| | | | | | | | | | | | sadly `fastify.listen` doesn't support passing more than 1 address
* | | copy changes to ci.yml and cypress-devcontainer.ymlHazelnoot2025-02-032-5/+75
| | |
* | | merge upstream 2025-02-03Hazelnoot2025-02-032-8/+64
|\ \ \ | |/ / |/| / | |/
| * feat(backend): pgroongaに対応(configの構成変更あり) (#14978)おさむのひと2025-01-142-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): pgroongaに対応(configの構成変更あり) * fix CHANGELOG.md * fix CHANGELOG.md * add using provider logging * fix CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * feat(backend): ↵おさむのひと2025-01-142-0/+20
| | | | | | | | | | | | | | | | | | config(default.yml)からSQLログ全文を出力するか否かを設定可能に (#15268) * feature(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に * disableHighlightやめる * refactor
* | while we're here, fix the example and commentdakkar2025-01-231-2/+2
| |
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-054-0/+20
|\ \
| * | add option `filePermissionBits` to override permissions on locally-stored filesHazelnoot2024-11-294-0/+20
| | | | | | | | | | | | This is useful for custom deployments, such as using a reverse proxy to serve static files directly
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-221-2/+2
|\| |
| * | Change example config - db name and user consistent with docsMaciej2024-11-071-2/+2
| | |
* | | example test configdakkar2024-11-081-0/+17
| | |
* | | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-082-0/+27
|\ \ \ | |/ / |/| / | |/
| * fix: 初期パスワードをコメントアウト (#14682)かっこかり2024-10-031-1/+2
| | | | | | | | | | | | | | * fix: 初期パスワードをコメントアウト * :art: * fix indent
| * initialPassword -> setupPasswordsyuilo2024-10-032-2/+2
| |
| * feat: ↵かっこかり2024-10-032-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | サーバー初期設定時に初期パスワードを要求できるように (#14626) * feat: サーバー初期設定時専用の初期パスワードを設定できるように * 無いのに入力された場合もエラーにする * :art: * :art: * cypress-devcontainerにもpassを設定(テストが失敗するため) * [ci skip] :art: * :v: * test: please revert this commit before merge * Revert "test: please revert this commit before merge" This reverts commit 66b2b48f66830d2450d8cda03955c143feba76c7. * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * build assets * Update Changelog * fix condition * fix condition * add comment * change error code * 他のエラーコードと合わせる * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | add separate limits for CW lengthHazelnoot2024-10-264-0/+16
| |
* | fix unit testsHazelnoot2024-10-264-16/+25
| |
* | separate character limits for local and remote notesHazel K2024-10-263-3/+21
| |
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-093-0/+229
|\|
| * Misskey® Reactions Buffering Technology™ (#14579)syuilo2024-09-203-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ReactionsBufferingService.ts * Update ReactionsBufferingService.ts * wip * wip * wip * Update ReactionsBufferingService.ts * wip * wip * wip * Update NoteEntityService.ts * wip * wip * wip * wip * Update CHANGELOG.md
| * Dev: cypressをdev containerで実行可に(e2e-dev-container) (#14526)KanariKanaru2024-09-101-0/+203
| |
* | increase character limits and share between text and CWHazel K2024-10-033-3/+3
| |