syuilo
|
b5bf4e75a6
|
use es2021 for node
|
2022-07-31 14:20:10 +09:00 |
syuilo
|
207d7e0478
|
fix test
|
2022-07-08 11:21:11 +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 |
MeiMei
|
034c5d792b
|
fix: streamingテストおそい (#8912)
|
2022-07-03 20:54:54 +09:00 |
MeiMei
|
f834d6a813
|
fix: mocha テストが動かないのを修正 v2 (#8892)
* on push
* Fix mute test
* fix note test
* api
* inc timeout
* uploadUrl
* Revert "on push"
This reverts commit 778a58df61 .
* lint
* waitFire
* Wrap connectStream
* return
|
2022-06-26 19:16:32 +09:00 |
syuilo
|
d17298d3b5
|
fix(test): make chart tests working
|
2022-06-05 20:37:24 +09:00 |
syuilo
|
702edfd3d3
|
fix test
|
2022-06-04 14:25:30 +09:00 |
syuilo
|
3c3140a100
|
refactor: use ===
|
2022-05-25 23:19:39 +09:00 |
syuilo
|
b8544814ec
|
lint
|
2022-05-21 22:21:41 +09:00 |
syuilo
|
425084b596
|
Update utils.ts
|
2022-05-21 22:07:01 +09:00 |
syuilo
|
2205c61edf
|
Update utils.ts
|
2022-05-21 17:40:43 +09:00 |
iwata
|
67e1ee41c9
|
test: Nodeのカスタムローダーを直してテストが動くように (#8625)
* test: Nodeのカスタムローダーを直してテストが動くように
* dev: mochaを呼ぶコマンドにNODE_ENV=testを追加
* Update packages/backend/test/loader.js
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* chore: change export style in loader.js
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
|
2022-05-14 16:10:20 +09:00 |
iwata
|
ebb4308a5c
|
test: `__dirname`はESModuleでは使えないので置き換えた (#8626)
|
2022-05-14 16:09:47 +09:00 |
syuilo
|
44a01c4b5a
|
refactoe
|
2022-04-16 17:19:30 +09:00 |
syuilo
|
1c67c26bd8
|
refactor: migrate to typeorm 3.0 (#8443)
* wip
* wip
* wip
* Update following.ts
* wip
* wip
* wip
* Update resolve-user.ts
* maxQueryExecutionTime
* wip
* wip
|
2022-03-26 15:34:00 +09:00 |
Ehsan Javadynia
|
08bace6c7d
|
Resolve #7208 (#7226)
add decrement replies count on delete note and a test for that
|
2022-03-22 22:48:33 +09:00 |
syuilo
|
079425c027
|
improve test
|
2022-02-27 14:14:27 +09:00 |
syuilo
|
d071d18dd7
|
refactor: Use ESM (#8358)
* wip
* wip
* fix
* clean up
* Update tsconfig.json
* Update activitypub.ts
* wip
|
2022-02-27 11:07:39 +09:00 |
syuilo
|
510de87607
|
refactor: use ajv instead of cafy (#8324)
* wip
* wip
* Update abuse-user-reports.ts
* Update files.ts
* Update list-remote.ts
* Update list.ts
* Update show-users.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update update.ts
* Update search.ts
* Update reactions.ts
* Update search.ts
* wip
* wip
* wip
* wip
* Update update.ts
* Update relation.ts
* Update available.ts
* wip
* wip
* wip
* Update packages/backend/src/server/api/define.ts
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* Update define.ts
* Update define.ts
* typo
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update update.ts
* wip
* Update signup.ts
* Update call.ts
* minimum for limit
* type
* remove needless annotation
* wip
* Update signup.ts
* wip
* wip
* fix
* Update create.ts
Co-authored-by: Johann150 <johann.galle@protonmail.com>
|
2022-02-19 14:05:32 +09:00 |
syuilo
|
264e72d335
|
fix test
|
2022-02-09 13:49:28 +09:00 |
syuilo
|
7b1ec26655
|
fix test
|
2022-02-09 04:53:07 +09:00 |
syuilo
|
7fcd9435f3
|
feat: introduce intersection calculation of charts
|
2022-02-09 03:46:58 +09:00 |
tamaina
|
e1d69e236f
|
enhance: e2eテストをできるだけ改良してみた (#8159)
* update docker image?
* 続
* serial run delete from "${table}" cascade
* use cypress official github action
* refuse install by cypress action
* clean up
* use wait?
* use more wait?
* Revert "use more wait?"
This reverts commit 18d0fcae9c .
* Revert "use wait?"
This reverts commit 5aa8feec9c .
* fix
* test
* test
* log?
* 握りつぶしてみる
* clean up
* env?
* clean up?
* disable video
* add comment
* remove test
* 成功?
* test browser
* nodeインストール無効化
* node16.13.0-chrome95-ff94
* node.js復活
* ?
* ちょっと戻してみる
* chrome?
* cross browser test2
* --shm-size=2g
* artifact?
* misskey.local?
* firefoxはあきらめる
* not headless?
* oops
* fix
* ??
* test1
* if?
* fail-fast: false
* headless: false
* easy error ignoreing describe
* エラーの解消
とちょっとリファクター
* add browser name to artifact
* Install mplayer for FireFox
* no wait?
* タイムアウトを甘くしてみる
* firefoxをあきらめる(n回目)
* remove timeout setting
* wait復活
* Update basic.js
* Update index.js
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-01-21 16:43:56 +09:00 |
syuilo
|
0be4e10462
|
enhance(backend): improve chart engine
|
2021-12-14 18:12:37 +09:00 |
xianon
|
22464c434e
|
fix: 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する (#8014)
* 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する
* test: Add rotate.jpg test
* Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す
* test: Support orientation
|
2021-12-03 11:19:28 +09:00 |
syuilo
|
19cc9f7fb0
|
test
|
2021-11-12 12:43:55 +09:00 |
syuilo
|
7706c38d3d
|
fix test
|
2021-11-12 12:07:37 +09:00 |