egirlskey/packages/backend
dakkar 58d329e3bd make sure that sensitive is a boolean - fixes #596
Some remote instances may send garbage. If the `sensitive` value
passed to `driveService.uploadFromUrl` is not a boolean, eventually
we'll get an exception from the database complaining about that. This
change avoids that problem.
2024-08-05 10:12:27 +01:00
..
.vscode
assets Merge remote-tracking branch 'misskey/develop' into future-2024-04-25 2024-04-25 11:44:24 +01:00
migration add copyright text to all our files 2024-06-15 11:36:55 +01:00
scripts
src make sure that sensitive is a boolean - fixes #596 2024-08-05 10:12:27 +01:00
test fix types in my test 2024-05-31 12:59:32 +01:00
test-server
.eslintignore
.eslintrc.cjs
.madgerc
.swcrc
jest.config.cjs
jest.config.e2e.cjs
jest.config.unit.cjs
jsconfig.json
ormconfig.js
package.json implement fetching host-meta before the webfinger endpoint 2024-07-09 05:45:41 +03:00
README.md
tsconfig.json

Misskey Backend