misskey/packages/client/src/pages/admin
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
..
_header_.vue fix lint no-undef 2022-07-04 16:33:55 +02:00
abuses.vue fix: spellcheck is boolean not string 2022-07-04 10:35:27 +02:00
ads.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
announcements.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
bot-protection.vue refactor: remove unnecessary computed 2022-07-04 16:17:07 +02:00
database.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
email-settings.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
emoji-edit-dialog.vue Refactor emoji-edit-dialog to use Composition API (#8657) 2022-05-15 22:20:01 +09:00
emojis.vue chore: fix client lint errors (#8934) 2022-07-05 11:21:59 +09:00
files.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
index.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
instance-block.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
integrations.discord.vue Refactor admin/integrations to use Composition API (#8664) 2022-05-18 01:31:48 +09:00
integrations.github.vue Refactor admin/integrations to use Composition API (#8664) 2022-05-18 01:31:48 +09:00
integrations.twitter.vue Refactor admin/integrations to use Composition API (#8664) 2022-05-18 01:31:48 +09:00
integrations.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
metrics.vue chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
object-storage.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
other-settings.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
overview.federation.vue refactor(client): extract interval logic to a composable function 2022-06-26 03:12:58 +09:00
overview.pie.vue chore(client): tweak ui 2022-06-30 22:02:08 +09:00
overview.queue-chart.vue chore(client): tweak style 2022-06-28 10:42:54 +09:00
overview.user.vue fix lint: use let instead of const for $ref 2022-07-04 16:22:21 +02:00
overview.vue fix(client): style tweak for ios 2022-07-03 16:17:31 +09:00
proxy-account.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
queue.chart.chart.vue chore(client): tweak style 2022-06-28 10:42:54 +09:00
queue.chart.vue enhance(client): improve control panel 2022-06-25 23:01:40 +09:00
queue.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
relays.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
security.vue feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
settings.vue refactor(client): refactoring 2022-07-02 14:00:37 +09:00
users.vue fix: spellcheck is boolean not string 2022-07-04 10:35:27 +02:00