Commit graph

161 commits

Author SHA1 Message Date
Johann150 74cf3d887c backend: fix lint "no-throw-literal" 2022-08-04 13:36:37 -07:00
ThatOneCalculator 025a8e23c4 revers 2022-07-29 15:07:07 -07:00
ThatOneCalculator 3ccf2ea098 test 2022-07-29 09:27:39 -07:00
ThatOneCalculator 5b9e2ec817 try new query 2022-07-29 09:17:10 -07:00
ThatOneCalculator 669ee2c600 im stuff 2022-07-29 01:11:25 -07:00
ThatOneCalculator 8d1144cda0 stuff 2022-07-29 00:35:49 -07:00
ThatOneCalculator 1372a246b5 brackets 2022-07-29 00:33:51 -07:00
ThatOneCalculator b51a8750a3 () 2022-07-29 00:30:42 -07:00
ThatOneCalculator b53bbc960f im stuff 2022-07-29 00:28:21 -07:00
ThatOneCalculator 5112f6425e try @Johann150's solution :) 2022-07-29 00:25:22 -07:00
ThatOneCalculator 13648d03a1 im stuff 2022-07-29 00:20:40 -07:00
ThatOneCalculator 40c197ed60 no quotes 2022-07-29 00:13:29 -07:00
ThatOneCalculator 152c8c9cae testtt 2022-07-29 00:09:49 -07:00
ThatOneCalculator 8380487afe testtt 2022-07-29 00:00:39 -07:00
ThatOneCalculator 3fae29e4d5 FROM clause 2022-07-28 23:57:18 -07:00
ThatOneCalculator 15ad79c3de aaa 2022-07-28 23:53:42 -07:00
ThatOneCalculator 291649b6e7 proper error 2022-07-28 23:01:13 -07:00
ThatOneCalculator 9d53e8322a bruh 2022-07-28 22:57:54 -07:00
ThatOneCalculator e8ccd62a27 help i cant write queer ees :( 2022-07-28 22:54:59 -07:00
ThatOneCalculator e447e72c77 ack 2022-07-28 22:46:51 -07:00
ThatOneCalculator 664ea1dcf4 test :( 2022-07-28 22:42:40 -07:00
ThatOneCalculator 2c7ece6bc6 I think i fixed it! 2022-07-28 22:29:54 -07:00
ThatOneCalculator 1af22f0bc2 test 2022-07-28 22:17:59 -07:00
ThatOneCalculator a0529277e3 typo in file name 2022-07-28 21:50:00 -07:00
ThatOneCalculator c96c0ac7d3 typo 2022-07-28 21:49:36 -07:00
ThatOneCalculator b3a50187b1 Recommended timeline! 2022-07-28 21:28:13 -07:00
ThatOneCalculator 1129a2ec8c Custom splash icons! 2022-07-27 10:25:30 -07:00
ThatOneCalculator 7ae95770aa Add endpoint 2022-07-27 09:58:18 -07:00
ThatOneCalculator 4d22797624 Custom MOTD! 2022-07-27 09:46:35 -07:00
ThatOneCalculator a88fe74b82 semi for children 2022-07-26 14:45:36 -07:00
ThatOneCalculator f04995c3e8 fix 2022-07-25 14:17:58 -07:00
Johann150 7da0602759 use getNote instead of Notes.find
If a note is not visible to the requesting user, an error will be raised.
2022-07-25 14:17:20 -07:00
ThatOneCalculator 3046b87b76 .js 2022-07-25 14:02:46 -07:00
ThatOneCalculator 0eb25b5ab4 fix import 2022-07-25 13:59:12 -07:00
Johann150 15f06a1d50 enable to fetch replies recursively 2022-07-25 13:40:37 -07:00
Johann150 86342538aa pack children without detail 2022-07-25 13:40:22 -07:00
Johann150 d6a95797d8 remove ms dependency 2022-07-25 13:38:31 -07:00
Johann150 20763a84ee Merge: enhance privacy of notes
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/14
2022-07-25 13:36:44 -07:00
Johann150 3b40c7d081 remove unnecessary joins
These joins are no longer necessary as of commit
c35372a20d22cddb75e93a0b407f2b652cd7faf0. It seems they are bad enough
for performance to break installs.
2022-07-25 13:28:57 -07:00
ThatOneCalculator 2b1e707f8c Merge remote-tracking branch 'misskey/develop' into develop 2022-07-24 18:07:18 -07:00
syuilo 9f5c8f42e0
tweak rate limit 2022-07-24 17:56:48 +09:00
nullobsi a69557f193
Add secure mode settings to Security tab 2022-07-17 15:25:40 -07:00
nullobsi e7f20affc9
In private mode, block access to many public APIs 2022-07-17 15:25:40 -07:00
nullobsi 2bf2eac765
Add Secure Mode and Private Mode
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-07-17 15:25:39 -07:00
syuilo a5648fb07f re: update mfm-js 0.23.0-canary.1 2022-07-11 23:13:23 +09:00
syuilo 75d516011b enhance: make active email validation configurable 2022-07-09 15:05:55 +09:00
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
syuilo da239b8362 chore(server): tweak api for admin 2022-07-07 19:08:18 +09:00
syuilo 423e7692db chore(server): tweak api for admin 2022-07-07 18:09:50 +09:00
syuilo 972b03f842 perf: allow get for notes/reactions 2022-07-05 19:16:21 +09:00