misskey/packages/backend
samunohito 7ff095c6f2 Refactor FileServerService: Extract file handling logic into dedicated handlers
- Introduced FileServerDriveHandler to manage drive file requests.
- Created FileServerFileResolver for resolving file access keys and downloading files.
- Added FileServerProxyHandler to handle proxy requests and image processing.
- Moved utility functions to FileServerUtils for better organization.
- Removed redundant methods from FileServerService, improving readability and maintainability.
2026-01-11 12:16:31 +09:00
..
.vscode Update settings.json 2022-04-15 21:33:00 +09:00
assets enable and fix no-unused-vars and no-async-promise-executor (#17070) 2026-01-08 11:49:12 +09:00
migration enhance: 誕生日のユーザーウィジェットで、今日だけに限らず、直近の誕生日ユーザーを表示できるように (#13637) 2025-12-31 22:33:26 +09:00
nsfw-model feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
scripts enable and fix no-unused-vars and no-async-promise-executor (#17070) 2026-01-08 11:49:12 +09:00
src Refactor FileServerService: Extract file handling logic into dedicated handlers 2026-01-11 12:16:31 +09:00
test chore(backend): FileServerServiceのunit-testを追加 (#17086) 2026-01-11 11:34:29 +09:00
test-federation enable and fix no-unused-vars and no-async-promise-executor (#17070) 2026-01-08 11:49:12 +09:00
test-server Minify backend (#17054) 2026-01-05 20:56:52 +09:00
.madgerc Create .madgerc 2022-09-20 01:04:08 +09:00
.swcrc enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (#16908) 2025-12-01 18:36:55 +09:00
README.md chore: ✌️ 2022-12-24 14:39:17 +09:00
build.js Minify backend (#17054) 2026-01-05 20:56:52 +09:00
eslint.config.js enable and fix no-unused-vars and no-async-promise-executor (#17070) 2026-01-08 11:49:12 +09:00
jest.config.cjs enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (#16908) 2025-12-01 18:36:55 +09:00
jest.config.e2e.cjs enhance(backend): テストの高速化 (#12939) 2024-01-08 17:43:52 +09:00
jest.config.fed.cjs test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
jest.config.unit.cjs feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
jest.js Node.js 24 support (#16723) 2025-10-30 21:47:04 +09:00
ormconfig.js Minify backend (#17054) 2026-01-05 20:56:52 +09:00
package.json Minify backend (#17054) 2026-01-05 20:56:52 +09:00
tsconfig.json feat: use tsgo where capable (#16984) 2025-12-22 16:52:05 +09:00

README.md

Misskey Backend