summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2740-5704/+0
|
* wip: retention for dashboardsyuilo2022-12-272-0/+55
|
* enhance(client): make heatmap available on about pagesyuilo2022-12-271-223/+3
|
* :art:syuilo2022-12-271-3/+4
|
* :art:syuilo2022-12-271-4/+5
|
* enhance(client): heatmap for dashboardsyuilo2022-12-272-0/+247
|
* :art:syuilo2022-12-266-99/+107
|
* :art:syuilo2022-12-261-2/+2
|
* :art:syuilo2022-12-261-2/+3
|
* :art:syuilo2022-12-261-1/+3
|
* oopssyuilo2022-12-261-1/+6
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-261-0/+52
|
* :art:syuilo2022-12-253-5/+5
|
* :art:syuilo2022-12-252-7/+7
|
* :art:syuilo2022-12-242-2/+4
|
* :art:syuilo2022-12-244-44/+121
|
* :art:syuilo2022-12-231-2/+2
|
* :art:syuilo2022-12-231-6/+2
|
* enhance(client): enhance dashboard of control panelsyuilo2022-12-2311-729/+1119
|
* style(client): fix `vue/v-on-event-hyphenation` (#9389)Kagami Sascha Rosylight2022-12-222-4/+4
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-221-42/+42
|
* :art:syuilo2022-12-201-1/+1
|
* :art:syuilo2022-12-203-5/+5
|
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-201-2/+0
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* tabler iconssyuilo2022-12-202-2/+2
|
* Use tabler icons (#9354)syuilo2022-12-1922-130/+132
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-1915-46/+46
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-1915-46/+46
|
* chore: fix spelling error "Enviroment"tamaina2022-12-051-1/+1
| | | | Fix #9269
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-133-2/+27
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactor(client): refactor file name and directory structuresyuilo2022-09-0621-31/+31
|
* refactor(client): align filename to component namesyuilo2022-08-3110-12/+12
|
* refactor(client): :sparkles:syuilo2022-07-2011-70/+76
|
* enhance(client): ネストしたルーティングに対応syuilo2022-07-201-73/+26
|
* 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
|