summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): tweak uisyuilo2022-07-161-2/+2
|
* chore(client): trust iossyuilo2022-07-131-2/+2
|
* 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 uisyuilo2022-07-121-1/+1
|
* enhance: make active email validation configurablesyuilo2022-07-091-0/+16
|
* feat: auto nsfw detection (#8840)syuilo2022-07-071-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: fix client lint errors (#8934)Kainoa Kanter2022-07-051-1/+1
| | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
* fix lint no-undefJohann1502022-07-041-1/+0
|
* fix lint: use let instead of const for $refJohann1502022-07-041-1/+1
| | | | 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-042-4/+4
|
* fix(client): style tweak for iossyuilo2022-07-031-2/+2
|
* enhance(client): better sticky-container componentsyuilo2022-07-021-3/+0
|
* feat: Log user ips (#8872)syuilo2022-07-021-0/+15
| | | | | | | | | | | | | | | | | | | * 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-0219-19/+0
|
* chore(client): tweak uisyuilo2022-07-011-11/+13
|
* chore(client): fix pie renderingsyuilo2022-07-011-4/+4
|
* chore(client): tweak uisyuilo2022-06-302-6/+28
|
* chore(client): tweak uisyuilo2022-06-301-3/+3
|
* chore(client): tweak uisyuilo2022-06-302-10/+10
|
* tweak clientsyuilo2022-06-301-1/+0
|
* feat(client): add tag cloud componentsyuilo2022-06-291-1/+32
|
* enhance(client): improve routersyuilo2022-06-291-1/+1
| | | | Fix #8902
* enhance(client): メニュー整理syuilo2022-06-291-1/+1
| | | | | Resolve #6389 Fix #8035
* improve instance doughnut chartssyuilo2022-06-281-2/+2
|
* chore(client): tweak stylesyuilo2022-06-281-2/+2
|
* chore(client): tweak stylesyuilo2022-06-282-2/+2
|
* feat(client): add instances doughnuts charts for dashboardsyuilo2022-06-282-5/+155
|
* chore(client): tweak uisyuilo2022-06-262-25/+40
|
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-9/+4
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* enhance(client): tweak control panel dashboardsyuilo2022-06-264-13/+158
|
* fix(client): remove needless requestLog callsyuilo2022-06-251-4/+0
|
* enhance(client): improve control panelsyuilo2022-06-256-160/+985
|
* feat: allow GET for some endpointssyuilo2022-06-251-2/+2
| | | | Resolve #8263
* chore(client): improve usabilitysyuilo2022-06-241-1/+1
|
* feat: ↵syuilo2022-06-241-74/+8
| | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
* enhance(client): tweak uisyuilo2022-06-221-67/+9
|
* tweak clientsyuilo2022-06-221-1/+7
|
* refactor(client): refactor header tab handlingsyuilo2022-06-222-29/+66
|
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-212-1/+12
| | | | abuse report
* refactor(client): Refine routing (#8846)syuilo2022-06-2021-790/+1136
|
* enhance(client): improve file moderation uisyuilo2022-06-172-106/+1
|
* enhance(client): improve files page of control panelsyuilo2022-06-161-80/+85
|
* chore: fix some lints automatically (#8788)Johann1502022-06-103-4/+4
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* fix lints (#8737)Johann1502022-05-262-6/+6
| | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
* refactor(client): refactor admin/other-settings to use Composition API (#8667)Andreas Nedbal2022-05-251-39/+22
|
* Refactor admin/overview to use Composition API (#8674)Andreas Nedbal2022-05-251-79/+37
| | | | | * refactor(client): refactor admin/overview to use Composition API * fix(client): apply review suggestions
* refactor(client): refactor admin/settings to use Composition API (#8678)Andreas Nedbal2022-05-191-141/+125
|
* Refactor file-dialog to use Composition API (#8661)Andreas Nedbal2022-05-181-54/+32
| | | | | | | | | * refactor(client): refactor file-dialog to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/index to use Composition API (#8662)Andreas Nedbal2022-05-181-277/+262
| | | | | | | | | | | | | * refactor(client): refactor admin/index to use Composition API * fix(client): fix navigation to initial admin pages * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): re-add abuses page to admin/index Co-authored-by: Johann150 <johann@qwertqwefsday.eu>