ThatOneCalculator
894cb76baf
revers
2022-07-29 15:07:07 -07:00
ThatOneCalculator
f4eafae86d
test
2022-07-29 09:27:39 -07:00
ThatOneCalculator
e150685203
try new query
2022-07-29 09:17:10 -07:00
ThatOneCalculator
42ba2cf94a
im stuff
2022-07-29 01:11:25 -07:00
ThatOneCalculator
20608d9b55
stuff
2022-07-29 00:35:49 -07:00
ThatOneCalculator
e2db8dd230
brackets
2022-07-29 00:33:51 -07:00
ThatOneCalculator
7852e3ae4a
()
2022-07-29 00:30:42 -07:00
ThatOneCalculator
e2d3d8a9d4
im stuff
2022-07-29 00:28:21 -07:00
ThatOneCalculator
acb27d13f5
try @Johann150's solution :)
2022-07-29 00:25:22 -07:00
ThatOneCalculator
f3ba1742b1
im stuff
2022-07-29 00:20:40 -07:00
ThatOneCalculator
8af503ec91
no quotes
2022-07-29 00:13:29 -07:00
ThatOneCalculator
92b914b581
testtt
2022-07-29 00:09:49 -07:00
ThatOneCalculator
cfe6f1b71c
testtt
2022-07-29 00:00:39 -07:00
ThatOneCalculator
a13c978122
FROM clause
2022-07-28 23:57:18 -07:00
ThatOneCalculator
888038646f
aaa
2022-07-28 23:53:42 -07:00
ThatOneCalculator
59c2927650
proper error
2022-07-28 23:01:13 -07:00
ThatOneCalculator
9aeffce5df
bruh
2022-07-28 22:57:54 -07:00
ThatOneCalculator
962a5213f7
help i cant write queer ees :(
2022-07-28 22:54:59 -07:00
ThatOneCalculator
2fb389601a
ack
2022-07-28 22:46:51 -07:00
ThatOneCalculator
d9f111bb31
test :(
2022-07-28 22:42:40 -07:00
ThatOneCalculator
4dc7e746ce
I think i fixed it!
2022-07-28 22:29:54 -07:00
ThatOneCalculator
978bf199a0
test
2022-07-28 22:17:59 -07:00
ThatOneCalculator
1e95004007
typo in file name
2022-07-28 21:50:00 -07:00
ThatOneCalculator
ba29733ea7
typo
2022-07-28 21:49:36 -07:00
ThatOneCalculator
bcacfc0811
Recommended timeline!
2022-07-28 21:28:13 -07:00
ThatOneCalculator
690b03979b
Custom splash icons!
2022-07-27 10:25:30 -07:00
ThatOneCalculator
0ed6d30f5e
Add endpoint
2022-07-27 09:58:18 -07:00
ThatOneCalculator
3efd03800d
Custom MOTD!
2022-07-27 09:46:35 -07:00
ThatOneCalculator
995a330926
semi for children
2022-07-26 14:45:36 -07:00
ThatOneCalculator
2944d70379
fix
2022-07-25 14:17:58 -07:00
Johann150
071f893007
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
c4b9f702b4
.js
2022-07-25 14:02:46 -07:00
ThatOneCalculator
a718f8d053
fix import
2022-07-25 13:59:12 -07:00
Johann150
2c72acd813
enable to fetch replies recursively
2022-07-25 13:40:37 -07:00
Johann150
3f9788cae8
pack children without detail
2022-07-25 13:40:22 -07:00
Johann150
2c814b317f
remove ms dependency
2022-07-25 13:38:31 -07:00
Johann150
fed2085138
Merge: enhance privacy of notes
...
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/14
2022-07-25 13:36:44 -07:00
Johann150
adcc3c9286
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
6ece6fb041
Merge remote-tracking branch 'misskey/develop' into develop
2022-07-24 18:07:18 -07:00
syuilo
3a8b93ac26
tweak rate limit
2022-07-24 17:56:48 +09:00
nullobsi
4e52c8d8fd
Add secure mode settings to Security tab
2022-07-17 15:25:40 -07:00
nullobsi
7131ca8897
In private mode, block access to many public APIs
2022-07-17 15:25:40 -07:00
nullobsi
8f6605eb63
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
fa72ec1f08
re: update mfm-js 0.23.0-canary.1
2022-07-11 23:13:23 +09:00
syuilo
638f0eba12
enhance: make active email validation configurable
2022-07-09 15:05:55 +09:00
syuilo
ed5d81859f
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
bbd8f6cd57
chore(server): tweak api for admin
2022-07-07 19:08:18 +09:00
syuilo
7e3404e763
chore(server): tweak api for admin
2022-07-07 18:09:50 +09:00
syuilo
aac0251dd4
perf: allow get for notes/reactions
2022-07-05 19:16:21 +09:00
CyberRex
bc49a0e9be
Add additional drive capacity change support ( #8867 )
...
* Add additional drive capacity change support
* Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* 🎨
* show instance default capacity in placeholder
* fix
* update api/drive
* fix
* remove :
* fix lint
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2022-07-05 00:21:01 +09:00