paricafe/packages/backend/src
anatawa12 145c6cf2b5
fix: node.js の punycode モジュールが使用されている場所がある問題 (#15248)
* fix: punycode.js が使用されていない場所がある問題

* fix: use punycode/punycode.js on backend

* fix: use punycode/punycode.es6.js on backend

* fix: d.ts missing declare keyword

* chore: don't use punycode.js on backend

* update pnpm-lock.yaml

* chore: remove punycode.d.ts

* chore: use punycode.js instead of punycode npm package

* chore: bump psl to 1.15.0

* chore: bump nsfwjs to 4.2.0

4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904

* chore: prevent loading node-fetch from tensorflow

* chore: DOMWindow['document'] => Document

IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit

* fix: disable --trace-deprecation

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-14 12:37:39 +00:00
..
@types revert 5f88d56d96 2024-07-20 21:33:20 +09:00
boot fix(backend): disableClustering設定時の初期化ロジックを調整 (#15224) 2025-01-07 12:19:59 +00:00
core fix: node.js の punycode モジュールが使用されている場所がある問題 (#15248) 2025-01-14 12:37:39 +00:00
daemons refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
misc fix(backend): SQLのサニタイズを強化 (#14920) 2024-11-09 10:51:28 +09:00
models enhance: 連合モードにあわせてフロントエンドを変化させるように (#15112) 2025-01-14 11:08:54 +00:00
queue refactor: SystemWebhook/UserWebhookの配信処理呼び出し部分の改善 (#15035) 2025-01-14 11:14:02 +00:00
server fix: node.js の punycode モジュールが使用されている場所がある問題 (#15248) 2025-01-14 12:37:39 +00:00
config.ts feat(backend): pgroongaに対応(configの構成変更あり) (#14978) 2025-01-14 12:01:01 +00:00
const.ts Misskey® Reactions Buffering Technology™ (#14579) 2024-09-20 21:03:53 +09:00
decorators.ts refactor(backend): use Reflet for autobind deco (#14482) 2024-09-15 17:43:24 +09:00
di-symbols.ts refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
env.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
global.d.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GlobalModule.ts feat(backend): pgroongaに対応(configの構成変更あり) (#14978) 2025-01-14 12:01:01 +00:00
logger.ts refactor(backend): remove unused logger option 2024-06-06 10:01:50 +09:00
MainModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NestLogger.ts lint fixes 2024-06-06 11:40:11 +09:00
postgres.ts feat(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に (#15268) 2025-01-14 10:37:41 +00:00
types.ts feat: 通報の強化 (#14704) 2024-10-05 16:20:15 +09:00