summaryrefslogtreecommitdiff
path: root/packages/client/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): improve usabilitysyuilo2022-07-141-1/+1
|
* use MkStickyContainer (#9000)tamaina2022-07-141-14/+14
|
* refactor(client): rename menu(sidebar) -> navbarsyuilo2022-07-143-13/+14
|
* chore(client): trust iossyuilo2022-07-1310-11/+11
|
* fix(client): hide bot protection warning with disabled registrations (#8794)Andreas Nedbal2022-07-131-1/+1
| | | | | | | | | | * 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>
* chore(client): tweak explore pagesyuilo2022-07-132-11/+9
|
* chore(client): tweak uisyuilo2022-07-121-1/+1
|
* enhance: make active email validation configurablesyuilo2022-07-091-0/+16
|
* feat: auto nsfw detection (#8840)syuilo2022-07-073-6/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * 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>
* chore(client): tweak uisyuilo2022-07-072-20/+24
|
* chore(client): tweak uisyuilo2022-07-071-27/+30
|
* chore(client): tweak uisyuilo2022-07-071-3/+7
|
* fix(client): ↵syuilo2022-07-062-3/+9
| | | | テーマを作成するとクライアントが起動しなくなる
* chore(client): remove unused classsyuilo2022-07-052-2/+2
|
* chore(client): tweak uisyuilo2022-07-052-45/+49
|
* fix(client): user search of explore not workingsyuilo2022-07-051-0/+1
|
* chore(client): tweak decksyuilo2022-07-051-10/+0
|
* chore(client): tweak uisyuilo2022-07-051-11/+11
|
* chore: fix client lint errors (#8934)Kainoa Kanter2022-07-057-13/+15
| | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
* Add additional drive capacity change support (#8867)CyberRex2022-07-051-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | * 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> * :art: * 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>
* fix lint no-undefJohann1502022-07-044-1/+3
|
* fix lint: use let instead of const for $refJohann1502022-07-043-4/+4
| | | | Fixes lint no-const-assign.
* refactor: remove unnecessary computedJohann1502022-07-041-8/+3
| | | | Fixes lint no-const-assign.
* fix: spellcheck is boolean not stringJohann1502022-07-044-6/+6
|
* enhance(client): tweak statusbarsyuilo2022-07-042-18/+20
|
* enhance(client): refine decksyuilo2022-07-032-14/+1
| | | | Fix #7720
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* fix(client): style tweak for iossyuilo2022-07-0310-11/+11
|
* fix(client): ↵syuilo2022-07-031-1/+1
| | | | フォロワー一覧がフォローににゃっているんだにゃあ
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* feat(client): status bar (experimental)syuilo2022-07-033-0/+189
|
* feat: moderation notesyuilo2022-07-031-43/+93
|
* fix(client): use unique class names for root to prevent conflicts of stylesyuilo2022-07-021-2/+2
|
* enhance(client): better sticky-container componentsyuilo2022-07-021-3/+0
|
* enhance(client): better marquee componentsyuilo2022-07-021-1/+1
|
* feat: Log user ips (#8872)syuilo2022-07-023-7/+81
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* refactor(client): refactoringsyuilo2022-07-0288-113/+25
|
* chore(client): tweak uisyuilo2022-07-021-1/+9
|
* feat(client): poll highlights in explore pagesyuilo2022-07-011-2/+16
|
* enhance(client): ハイライトをみつけるに統合syuilo2022-07-014-209/+195
|
* chore(client): tweak uisyuilo2022-07-015-483/+632
|
* chore(client): tweak uisyuilo2022-07-011-144/+132
|
* chore(client): fix pie renderingsyuilo2022-07-011-4/+4
|
* chore(client): tweak uisyuilo2022-06-302-6/+28
|
* chore(client): tweak uisyuilo2022-06-305-115/+123
|
* chore(client): tweak uisyuilo2022-06-302-10/+10
|
* chore(client): tweak clientsyuilo2022-06-301-2/+1
|
* enhance(client): show confirm dialog when logoutsyuilo2022-06-301-1/+7
|
* tweak clientsyuilo2022-06-304-16/+10
|