summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-076-49/+61
| | | | | | | | | | | | | | | * enhance: reusable visibility component * rename renote tooltip component The tooltip that is used for renotes can be used in other cases as well. * add tooltip for specified recipients * add changelog entry * Update visibility.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: auto nsfw detection (#8840)syuilo2022-07-076-25/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-073-22/+26
|
* chore(client): tweak uisyuilo2022-07-073-28/+35
|
* chore(client): tweak uisyuilo2022-07-071-3/+7
|
* chore(client): tweak uisyuilo2022-07-071-1/+1
|
* enhance(client): make widgets available on tablet againsyuilo2022-07-071-14/+1
|
* chore(client): tweak stylesyuilo2022-07-073-3/+3
|
* chore(client): tweak uisyuilo2022-07-071-41/+2
|
* refactor: use overflow-y to determine scroll containerJohann1502022-07-061-6/+2
| | | | | | By using `overflow-y` instead of `overflow` using `endsWith` can be avoided and represents the data we are actually interested in here more accurately.
* refactor: use autofocus parameterJohann1502022-07-061-14/+1
| | | | | Using the `ref` seems to be broken but using the autofocus parameter seems to fix it.
* chore(client): tweak stylesyuilo2022-07-061-1/+1
|
* perf(client): trying improve perf of emoji-pickersyuilo2022-07-061-2/+2
|
* Revert "revert emoji picker changes"syuilo2022-07-062-29/+28
| | | | This reverts commit 38d5303ccd067e67f11ae130b643713f6ca86eef.
* fix prismjs importJohann1502022-07-061-1/+1
| | | | fixes #8944
* revert emoji picker changessyuilo2022-07-062-28/+29
|
* fix(client): ↵syuilo2022-07-063-3/+17
| | | | テーマを作成するとクライアントが起動しなくなる
* chore(client): rendering performance tweak a bitsyuilo2022-07-052-8/+8
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-055-84/+85
|
* chore(client): remove unused classsyuilo2022-07-053-6/+6
|
* chore(client): tweak uisyuilo2022-07-052-45/+49
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-055-29/+34
|
* chore(client): fix typesyuilo2022-07-051-1/+1
|
* enhance(client): improve usabilitysyuilo2022-07-052-1/+10
|
* feat(client): メニューからページをリロードできるようにsyuilo2022-07-051-0/+7
|
* perf: allow get for notes/reactionssyuilo2022-07-051-1/+2
|
* chore(client): tweak uisyuilo2022-07-051-1/+1
|
* fix: pagination uses API correctly (#8925)Johann1502022-07-051-2/+6
|
* fix(client): user search of explore not workingsyuilo2022-07-051-0/+1
|
* chore(client): tweak stylesyuilo2022-07-051-8/+0
|
* enhance(client): improve marqueesyuilo2022-07-051-0/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-051-1/+0
|\
| * Update store.ts (#8937)Kainoa Kanter2022-07-051-1/+0
| |
* | chore(client): tweak decksyuilo2022-07-052-1/+7
| |
* | chore(client): tweak decksyuilo2022-07-053-15/+7
|/
* chore(client): tweak uisyuilo2022-07-051-11/+11
|
* chore: fix client lint errors (#8934)Kainoa Kanter2022-07-0514-65/+78
| | | | | | | | | * 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 @typescript-eslint/ban-typesJohann1502022-07-045-10/+7
|
* fix lint no-prototype-builtinsJohann1502022-07-044-5/+6
|
* fix lint no-undefJohann1502022-07-046-3/+5
|
* fix lint: use let instead of const for $refJohann1502022-07-044-6/+6
| | | | Fixes lint no-const-assign.
* refactor: remove unnecessary computedJohann1502022-07-041-8/+3
| | | | Fixes lint no-const-assign.
* fix lint vue/require-valid-default-propJohann1502022-07-041-2/+2
|
* fix lint no-fallthroughJohann1502022-07-041-0/+3
|
* fix lint padded-blocksJohann1502022-07-045-5/+0
|
* fix(lint): semicolong spacingJohann1502022-07-042-2/+4
|
* fix: replace use of windowJohann1502022-07-041-3/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-047-13/+13
|\
| * fix: spellcheck is boolean not stringJohann1502022-07-047-13/+13
| |