summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): Android ↵tamaina2023-02-251-0/+8
| | | | | | | ChromeでPWAとしてインストールできない問題を修正 (#10069) * fix(client): Android ChromeでPWAとしてインストールできない問題を修正 * 順番関係ある?
* 未知のユーザーが deleteActor されたら処理をスキップする ↵xianon2023-02-251-2/+4
| | | | (#10067)
* fix(server): ↵tamaina2023-02-241-0/+10
| | | | | | | notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする (#9911) * fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする * NO_SUCH_FILE
* test(backend): restore ap-request tests (#9997)Kagami Sascha Rosylight2023-02-241-38/+34
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix: ↵tamaina2023-02-235-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042) * wip * fix * create migration * oops * fix front const * changelog * fix type * fix * wip * Revert "wip" This reverts commit 6cdb3600e280be3550b8b6353b2c7930f7b31438. * enumのこす * fix --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: make pwa icon maskable (#10033)Shogo Sensui2023-02-231-2/+4
|
* Revert "Allow configuring the listen host (#9924)"syuilo2023-02-223-6/+4
| | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
* Allow configuring the listen host (#9924)ledlamp2023-02-223-4/+6
|
* MFMのDOM ParserをJSDOMからhappy-domに変更する (#10016)potpro2023-02-221-7/+7
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(server): tweak admin/show-user apisyuilo2023-02-221-6/+0
| | | | Fix #9883
* fix typessyuilo2023-02-223-6/+6
|
* fix typesyuilo2023-02-221-2/+2
|
* chore: add tiny definition for redis-lock (#9971)dojineko2023-02-224-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * add tiny definition for redis-lock * Update packages/backend/src/@types/redis-lock.d.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix type name * add @typescript-eslint/naming-convention * define taskToPerform type * chore: use default settings for `@typescript-eslint/naming-convention` * set `format:none` to typeParameter (default) * ignore lines to be treated as exceptions * chore: fix naming --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵tamaina2023-02-221-53/+54
| | | | | | | | | | | | MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943) * fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 Fix #9627 * update CHANGELOG.md * clean up * search-by-username-and-host大改造
* enhance: ↵syuilo2023-02-2210-18/+260
| | | | exploreで公開ロール一覧とそのメンバーを閲覧できるように
* fix(server): improve security of admin/drive/show-filesyuilo2023-02-211-4/+12
|
* 削除済みのユーザーが deleteActor ↵xianon2023-02-201-1/+1
| | | | される時の動作を修正する (#9980)
* :art: 2FA設定のデザイン向上 / ↵tamaina2023-02-2010-26/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | セキュリティキーの名前を変更できるように (#9985) * wip * fix * wip * wip * :v: * rename key * :art: * update CHANGELOG.md * パスワードレスログインの判断はサーバーで * 日本語 * 日本語 * 日本語 * 日本語 * :v: * fix * refactor * トークン→確認コード * fix password-less / qr click * use otpauth * 日本語 * autocomplete * パスワードレス設定は外に出す * :art: * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 型エラー修正 / Fix type errors backend (#9983)noonworks2023-02-203-5/+5
| | | | | | | | | | | | | | | | | * refactor: fix type errors in backend * revert some changes * なるべくJS挙動を変えない方法に修正 * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * コンフリクトするファイルを削除 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore(server): tweak notes/featured apisyuilo2023-02-191-1/+1
|
* refactor: fix typessyuilo2023-02-171-1/+2
|
* refactor: fix typessyuilo2023-02-1719-117/+90
|
* refactor: fix typessyuilo2023-02-174-7/+5
|
* refactor: fix typessyuilo2023-02-172-0/+53
|
* perf(client): ウェルカムページを最適化 (#9960)tamaina2023-02-172-2/+5
| | | | | * perf(client): ウェルカムページの最適化 * remove max
* style(backend): fix all eslint errors (#9967)Kagami Sascha Rosylight2023-02-179-12/+11
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-16171-238/+113
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(server): ↵tamaina2023-02-161-0/+1
| | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
* fix(server): dropGroupマイグレーションが通るように (#9961)tamaina2023-02-161-1/+5
|
* startAt -> startsAtsyuilo2023-02-154-8/+8
|
* 広告開始時期の設定 (#9944)nenohi2023-02-155-5/+14
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-1541-1448/+13
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-1534-1722/+11
| | | | | * drop messaging (from backend) * wip
* enhance(server): ↵tamaina2023-02-141-10/+17
| | | | | | | | | | | | | | | | | | | URLプレビュー(summaly)はプロキシを通すように (#9905) * enhance(server): URLプレビュー(summaly)はプロキシを通すように * update summaly * update summaly * 型エラーバスター * basic.html * Delete basic.html --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 改行コードをLFに統一 (#9926)Neko7sora2023-02-141-72/+72
| | | | | * chore: update gitattribute editorconfig * Normalize all the line endings
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1437-185/+178
|\
| * refactor: fix typessyuilo2023-02-131-1/+1
| |
| * refactorsyuilo2023-02-1333-146/+146
| |
| * refactor: fix typessyuilo2023-02-1319-102/+95
| |
* | fix(server): HttpRequestService.sendでは常にUser-Agentを含むようにtamaina2023-02-141-3/+4
|/ | | | Fix #9817 (maybe)
* refactor: fix typessyuilo2023-02-121-5/+5
|
* refactor: fix typessyuilo2023-02-122-2/+2
|
* refactor: fix typessyuilo2023-02-1224-130/+142
|
* Fix moduleNameMapper to not resolve `.wasm.js` to `.wasm` (#9894)Kagami Sascha Rosylight2023-02-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix moduleNameMapper to not resolve `.wasm.js` to `.js` Fixes #9767 Undici [tries to import `./llhttp/llhttp.wasm.js`](https://github.com/nodejs/undici/blob/e155c6db5cec9bc577d548fa7c7378013631c79c/lib/client.js#L342) which is currently broken by the (hacky) module name mapper. * longer timeout value * 30s * 50s * 60s to be safe * Revert "60s to be safe" This reverts commit f3e0f5796273c0cdcbd901e8c08ae3136b9768f8. * 2cc98226cac2e0a08332e1ce281ba8917c5b58fc revert? * revert * remove timeout * detectOpenHandles * Really solved? * Revert "detectOpenHandles" This reverts commit 29214bdff80e15998f34171bf409d454a3d10129. * Add `coveragePathIgnorePatterns` * Revert "Add `coveragePathIgnorePatterns`" This reverts commit fcf8c6806b339b7c21f53137f9939d00020904aa. * Import jsonld dynamically * remove import * add comment --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* improve error handlingsyuilo2023-02-122-3/+18
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-121-8/+10
|
* enhance(server): videoThumbnailGenerator config (#9845)tamaina2023-02-125-14/+73
| | | | | | | | | | | | | * enhance(server): videoThumbnailGenerator config * :v: * fix * 相対url * サムネイルのproxyRemoteFilesは直接プロキシを指定する * メディアプロキシ
* add cors header to ActivityPubServerService.ts (#9888)momoirodouhu2023-02-121-0/+8
| | | | | * add cors header to ActivityPubServerService.ts * Update CHANGELOG.md
* CLIページにおいてAPIリクエスト時にContent-Typeヘッダを付 ↵RyotaK2023-02-121-0/+3
| | | | するように変更 (#9887)
* コンディショナルロールもバッジとして表示可能にsyuilo2023-02-111-2/+8
|