ThatOneCalculator
|
b5fe871668
|
Merge remote-tracking branch 'thatonecalculator/chat-swap-enter-ctrlenter' into develop
|
2022-07-18 20:35:17 -07:00 |
|
ThatOneCalculator
|
9ab67038ad
|
Merge remote-tracking branch 'thatonecalculator/autocomplete-chat' into develop
|
2022-07-18 20:35:11 -07:00 |
|
ThatOneCalculator
|
f7007f2863
|
Merge remote-tracking branch 'thatonecalculator/fix-chat-continuation' into develop
|
2022-07-18 20:34:53 -07:00 |
|
ThatOneCalculator
|
67460a4e7b
|
Merge remote-tracking branch 'thatonecalculator/self-host-images' into develop
|
2022-07-18 20:34:37 -07:00 |
|
ThatOneCalculator
|
134040410f
|
Merge remote-tracking branch 'thatonecalculator/toggle-ads' into develop
|
2022-07-18 20:31:46 -07:00 |
|
ThatOneCalculator
|
005d557502
|
Calckey
|
2022-07-18 19:00:45 -07:00 |
|
xianon
|
1848655262
|
ユーザー情報の取得の再試行を修正する (#9017)
|
2022-07-18 21:43:31 +09:00 |
|
syuilo
|
321b6f3977
|
lint fix
|
2022-07-18 05:08:13 +09:00 |
|
syuilo
|
b76d76b8f9
|
enhance(client): tweak ui
|
2022-07-18 05:03:39 +09:00 |
|
syuilo
|
6437723414
|
enhance(client): tweak ui
|
2022-07-17 23:18:05 +09:00 |
|
syuilo
|
18462c1ec7
|
chore(client): tweak style
|
2022-07-17 05:13:07 +09:00 |
|
syuilo
|
da75b53f52
|
feat(client): registry editor
|
2022-07-16 23:11:05 +09:00 |
|
syuilo
|
e725ad54cc
|
chore(client): tweak style
|
2022-07-16 22:16:01 +09:00 |
|
syuilo
|
1c670a3074
|
chore(client): tweak user-info routing
|
2022-07-16 16:52:12 +09:00 |
|
syuilo
|
f4aad83644
|
chore(client): tweak deck ui
|
2022-07-16 15:19:44 +09:00 |
|
syuilo
|
ad298da308
|
chore(client): tweak ui
|
2022-07-16 13:49:23 +09:00 |
|
syuilo
|
c6d8346b7f
|
enhance(client): RSSティッカーで表示順序をシャッフルできるように
|
2022-07-15 17:12:08 +09:00 |
|
syuilo
|
2cb5e792fd
|
chore(client): tweak ui
|
2022-07-15 17:01:13 +09:00 |
|
Kainoa Kanter
|
e15be5ce08
|
Merge branch 'develop' into toggle-ads
|
2022-07-14 17:48:59 -07:00 |
|
syuilo
|
52a3dd2f25
|
chore(client): improve usability
|
2022-07-14 23:50:07 +09:00 |
|
tamaina
|
2759fa5891
|
use MkStickyContainer (#9000)
|
2022-07-14 23:31:01 +09:00 |
|
syuilo
|
6b1a892a86
|
refactor(client): rename menu(sidebar) -> navbar
|
2022-07-14 17:42:12 +09:00 |
|
ThatOneCalculator
|
17381e9c0c
|
Make showing ads toggleable
|
2022-07-13 17:54:12 -07:00 |
|
syuilo
|
66ce279232
|
chore(client): trust ios
|
2022-07-13 21:41:06 +09:00 |
|
Andreas Nedbal
|
0e9dec388b
|
fix(client): hide bot protection warning with disabled registrations (#8794)
* fix(client): hide bot protection warning with disabled registrations
* Apply review suggestion from @Johann150
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-07-13 21:23:20 +09:00 |
|
syuilo
|
c2e1cd19e7
|
chore(client): tweak explore page
|
2022-07-13 18:09:41 +09:00 |
|
syuilo
|
ac335a17ae
|
chore(client): tweak ui
|
2022-07-12 22:42:50 +09:00 |
|
Kainoa Kanter
|
29eefbd553
|
🎨
|
2022-07-11 15:00:48 -07:00 |
|
ThatOneCalculator
|
b739eeb8d6
|
Fix broken chats
Co-authored-by: @ltlapy
|
2022-07-11 13:45:00 -07:00 |
|
syuilo
|
638f0eba12
|
enhance: make active email validation configurable
|
2022-07-09 15:05:55 +09:00 |
|
ThatOneCalculator
|
9ccc508d01
|
Remove from watch
|
2022-07-08 16:09:18 -07:00 |
|
ThatOneCalculator
|
ee30560bc8
|
Make optional
|
2022-07-08 15:45:19 -07: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
|
f70965a258
|
chore(client): tweak ui
|
2022-07-07 21:00:42 +09:00 |
|
syuilo
|
011df8b99d
|
chore(client): tweak ui
|
2022-07-07 20:19:50 +09:00 |
|
syuilo
|
4ba0d551e0
|
chore(client): tweak ui
|
2022-07-07 18:06:34 +09:00 |
|
ThatOneCalculator
|
a66f9ef810
|
prevent default for good enter
|
2022-07-06 18:39:32 -07:00 |
|
ThatOneCalculator
|
50e7c828f3
|
Disable enter for touchscreens
|
2022-07-06 18:35:45 -07:00 |
|
ThatOneCalculator
|
bf1e0bb0c6
|
Fix client lint
|
2022-07-06 18:14:05 -07:00 |
|
ThatOneCalculator
|
61268823aa
|
Autocomplete in messaging
|
2022-07-06 18:09:26 -07:00 |
|
ThatOneCalculator
|
d8a7e14294
|
Don't need for shift key
|
2022-07-06 17:59:21 -07:00 |
|
ThatOneCalculator
|
7b6665653e
|
Enter sends message, ctrl/meta/shift + enter makes newline
|
2022-07-06 17:54:04 -07:00 |
|
syuilo
|
1ceeec7cfa
|
fix(client): テーマを作成するとクライアントが起動しなくなる
|
2022-07-06 07:08:45 +09:00 |
|
syuilo
|
7bf93660be
|
chore(client): remove unused class
|
2022-07-05 22:40:53 +09:00 |
|
syuilo
|
8e5af92d2e
|
chore(client): tweak ui
|
2022-07-05 22:40:15 +09:00 |
|
syuilo
|
516cb31ca7
|
fix(client): user search of explore not working
|
2022-07-05 17:20:34 +09:00 |
|
syuilo
|
9d24f0f8fb
|
chore(client): tweak deck
|
2022-07-05 15:55:55 +09:00 |
|
syuilo
|
0e4389aa5a
|
chore(client): tweak ui
|
2022-07-05 12:09:49 +09:00 |
|
Kainoa Kanter
|
698409a1b1
|
chore: fix client lint errors (#8934)
* Fix client lint
* Hide no-v-html
* Ignore banned type
* Update page-editor.vue
|
2022-07-05 11:21:59 +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 |
|