misskey/packages/backend/src/models/entities
syuilo e560601815
feat: auto nsfw detection (#8840)
* feat: auto nsfw detection

* ✌️

* Update ja-JP.yml

* Update ja-JP.yml

* ポルノ判定のしきい値を高めに

* エラーハンドリングちゃんとした

* Update ja-JP.yml

* 感度設定を強化

* refactor

* feat: add video support for auto nsfw detection

* rename: image -> media

* .js

* fix: add missing error handling

* fix: use valid pathname instead of using filename due to invalid usage

* perf(nsfw-detection): decode frames

* disable detection of video for some reasons

* perf(nsfw-detection): streamify detection process for video

* disable disallowUploadWhenPredictedAsPorn option

* fix(nsfw-detection): improve reliability

* fix(nsfw-detection): use Math.ceil instead of Math.round

* perf(nsfw-detection): delete tmp frames after used

* fix(nsfw-detection): FSWatcher does not emit ready event

* perf(nsfw-detection): skip black frames

* refactor: strip exists check

* Update package.json

* めっちゃ変えた

* lint

* Update COPYING

* オプションで動画解析できるように

* Update yarn.lock

* Update CHANGELOG.md

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-07 21:06:37 +09:00
..
abuse-user-report.ts
access-token.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
ad.ts
announcement-read.ts
announcement.ts
antenna-note.ts
antenna.ts
app.ts
attestation-challenge.ts
auth-session.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
blocking.ts
channel-following.ts
channel-note-pining.ts
channel.ts
clip-note.ts
clip.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
drive-file.ts feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
drive-folder.ts
emoji.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
follow-request.ts
following.ts
gallery-like.ts
gallery-post.ts
hashtag.ts
instance.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
messaging-message.ts
meta.ts feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
moderation-log.ts
muted-note.ts
muting.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
note-favorite.ts
note-reaction.ts
note-thread-muting.ts
note-unread.ts
note-watching.ts
note.ts chore: synchronize code and database schema (#8577) 2022-05-05 22:45:22 +09:00
notification.ts feat: アンケート終了通知 2022-03-06 16:06:27 +09:00
page-like.ts
page.ts
password-reset-request.ts
poll-vote.ts
poll.ts
promo-note.ts
promo-read.ts
registration-tickets.ts
registry-item.ts
relay.ts
signin.ts
sw-subscription.ts
used-username.ts
user-group-invitation.ts
user-group-joining.ts
user-group.ts
user-ip.ts feat: Log user ips (#8872) 2022-07-02 15:12:11 +09:00
user-keypair.ts
user-list-joining.ts
user-list.ts
user-note-pining.ts
user-pending.ts
user-profile.ts feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
user-publickey.ts
user-security-key.ts
user.ts Add additional drive capacity change support (#8867) 2022-07-05 00:21:01 +09:00
webhook.ts feat: Webhook (#8457) 2022-04-02 15:28:49 +09:00