| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(client): tweak ui | syuilo | 2022-07-16 | 1 | -2/+2 |
| | | |||||
| * | chore(client): trust ios | syuilo | 2022-07-13 | 1 | -2/+2 |
| | | |||||
| * | fix(client): hide bot protection warning with disabled registrations (#8794) | Andreas Nedbal | 2022-07-13 | 1 | -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 ui | syuilo | 2022-07-12 | 1 | -1/+1 |
| | | |||||
| * | enhance: make active email validation configurable | syuilo | 2022-07-09 | 1 | -0/+16 |
| | | |||||
| * | feat: auto nsfw detection (#8840) | syuilo | 2022-07-07 | 1 | -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 Kanter | 2022-07-05 | 1 | -1/+1 |
| | | | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue | ||||
| * | fix lint no-undef | Johann150 | 2022-07-04 | 1 | -1/+0 |
| | | |||||
| * | fix lint: use let instead of const for $ref | Johann150 | 2022-07-04 | 1 | -1/+1 |
| | | | | | Fixes lint no-const-assign. | ||||
| * | refactor: remove unnecessary computed | Johann150 | 2022-07-04 | 1 | -8/+3 |
| | | | | | Fixes lint no-const-assign. | ||||
| * | fix: spellcheck is boolean not string | Johann150 | 2022-07-04 | 2 | -4/+4 |
| | | |||||
| * | fix(client): style tweak for ios | syuilo | 2022-07-03 | 1 | -2/+2 |
| | | |||||
| * | enhance(client): better sticky-container component | syuilo | 2022-07-02 | 1 | -3/+0 |
| | | |||||
| * | feat: Log user ips (#8872) | syuilo | 2022-07-02 | 1 | -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): refactoring | syuilo | 2022-07-02 | 19 | -19/+0 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-01 | 1 | -11/+13 |
| | | |||||
| * | chore(client): fix pie rendering | syuilo | 2022-07-01 | 1 | -4/+4 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-30 | 2 | -6/+28 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-30 | 1 | -3/+3 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-30 | 2 | -10/+10 |
| | | |||||
| * | tweak client | syuilo | 2022-06-30 | 1 | -1/+0 |
| | | |||||
| * | feat(client): add tag cloud component | syuilo | 2022-06-29 | 1 | -1/+32 |
| | | |||||
| * | enhance(client): improve router | syuilo | 2022-06-29 | 1 | -1/+1 |
| | | | | | Fix #8902 | ||||
| * | enhance(client): メニュー整理 | syuilo | 2022-06-29 | 1 | -1/+1 |
| | | | | | | Resolve #6389 Fix #8035 | ||||
| * | improve instance doughnut charts | syuilo | 2022-06-28 | 1 | -2/+2 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-06-28 | 1 | -2/+2 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-06-28 | 2 | -2/+2 |
| | | |||||
| * | feat(client): add instances doughnuts charts for dashboard | syuilo | 2022-06-28 | 2 | -5/+155 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-26 | 2 | -25/+40 |
| | | |||||
| * | refactor(client): extract interval logic to a composable function | syuilo | 2022-06-26 | 1 | -9/+4 |
| | | | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか | ||||
| * | enhance(client): tweak control panel dashboard | syuilo | 2022-06-26 | 4 | -13/+158 |
| | | |||||
| * | fix(client): remove needless requestLog call | syuilo | 2022-06-25 | 1 | -4/+0 |
| | | |||||
| * | enhance(client): improve control panel | syuilo | 2022-06-25 | 6 | -160/+985 |
| | | |||||
| * | feat: allow GET for some endpoints | syuilo | 2022-06-25 | 1 | -2/+2 |
| | | | | | Resolve #8263 | ||||
| * | chore(client): improve usability | syuilo | 2022-06-24 | 1 | -1/+1 |
| | | |||||
| * | feat: ↵ | syuilo | 2022-06-24 | 1 | -74/+8 |
| | | | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように | ||||
| * | enhance(client): tweak ui | syuilo | 2022-06-22 | 1 | -67/+9 |
| | | |||||
| * | tweak client | syuilo | 2022-06-22 | 1 | -1/+7 |
| | | |||||
| * | refactor(client): refactor header tab handling | syuilo | 2022-06-22 | 2 | -29/+66 |
| | | |||||
| * | enhance(client): show warning in control panel when there is an unresolved ↵ | syuilo | 2022-06-21 | 2 | -1/+12 |
| | | | | | abuse report | ||||
| * | refactor(client): Refine routing (#8846) | syuilo | 2022-06-20 | 21 | -790/+1136 |
| | | |||||
| * | enhance(client): improve file moderation ui | syuilo | 2022-06-17 | 2 | -106/+1 |
| | | |||||
| * | enhance(client): improve files page of control panel | syuilo | 2022-06-16 | 1 | -80/+85 |
| | | |||||
| * | chore: fix some lints automatically (#8788) | Johann150 | 2022-06-10 | 3 | -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) | Johann150 | 2022-05-26 | 2 | -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 Nedbal | 2022-05-25 | 1 | -39/+22 |
| | | |||||
| * | Refactor admin/overview to use Composition API (#8674) | Andreas Nedbal | 2022-05-25 | 1 | -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 Nedbal | 2022-05-19 | 1 | -141/+125 |
| | | |||||
| * | Refactor file-dialog to use Composition API (#8661) | Andreas Nedbal | 2022-05-18 | 1 | -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 Nedbal | 2022-05-18 | 1 | -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> | ||||