summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): improve usabilitysyuilo2022-07-141-1/+1
|
* refactor(client): rename menu(sidebar) -> navbarsyuilo2022-07-143-13/+14
|
* chore(client): trust iossyuilo2022-07-132-2/+2
|
* feat: auto nsfw detection (#8840)syuilo2022-07-072-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* fix(client): ↵syuilo2022-07-061-2/+8
| | | | テーマを作成するとクライアントが起動しなくなる
* chore(client): tweak decksyuilo2022-07-051-10/+0
|
* fix: spellcheck is boolean not stringJohann1502022-07-041-1/+1
|
* enhance(client): tweak statusbarsyuilo2022-07-042-18/+20
|
* enhance(client): refine decksyuilo2022-07-032-14/+1
| | | | Fix #7720
* fix(client): style tweak for iossyuilo2022-07-032-2/+2
|
* feat(client): status bar (experimental)syuilo2022-07-033-0/+189
|
* fix(client): use unique class names for root to prevent conflicts of stylesyuilo2022-07-021-2/+2
|
* refactor(client): refactoringsyuilo2022-07-0230-30/+0
|
* enhance(client): show confirm dialog when logoutsyuilo2022-06-301-1/+7
|
* tweak clientsyuilo2022-06-302-11/+7
|
* chore(client): tweak stylesyuilo2022-06-281-1/+1
|
* chore(client): refactor and style tweakssyuilo2022-06-281-27/+18
|
* chore(client): tweak uisyuilo2022-06-242-17/+54
|
* refactor(client): Refine routing (#8846)syuilo2022-06-2032-372/+417
|
* feat: image cropping (#8808)syuilo2022-06-111-3/+29
| | | | | | | * wip * wip * wip
* chore: fix some lints automatically (#8788)Johann1502022-06-105-6/+6
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* chore: fix import tinycolortamaina2022-05-301-1/+1
|
* Fix theme import (#8749)tamaina2022-05-282-7/+9
|
* fix lints (#8737)Johann1502022-05-265-16/+16
| | | | | | | | | | | | | | | * 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
* fix(client): fix undefined data value on 2FA settings (#8725)Andreas Nedbal2022-05-231-1/+1
|
* enhance: Display TOTP Register URLsyuilo2022-05-141-2/+3
| | | | | | Close #7261 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
* fix(client): add setup attribute to notification page (#8648)Andreas Nedbal2022-05-121-1/+1
|
* refactor(client): refactor settings/theme/manage to use Composition API (#8596)Andreas Nedbal2022-05-051-57/+38
|
* refactor(client): refactor settings/word-mute to use Composition API (#8597)Andreas Nedbal2022-05-051-107/+83
|
* refactor(client): refactor settings/deck to use Composition API (#8598)Andreas Nedbal2022-05-051-62/+44
|
* Refactor settings/sounds to use Composition API (#8594)Andreas Nedbal2022-05-051-88/+74
| | | | | | | | | | | * refactor(client): refactor settings/sounds to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * chore(client): remove old sound reference Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor 2FA settings to Composition API (#8599)Andreas Nedbal2022-05-051-164/+153
|
* fix(client): fix duplicate token request dialog in plugin install (#8612)Andreas Nedbal2022-05-051-21/+1
|
* Refactor settings/notifications to use Composition API (#8587)Andreas Nedbal2022-05-041-49/+37
| | | | | * refactor(client): refactor settings/notifications to use Composition API * fix(client): use async/await for API methods
* Refactor account-info to use Composition API (#8568)Andreas Nedbal2022-05-041-58/+45
| | | | | | | * refactor(client): refactor account-info to use Composition API * fix(client): use mounted hook for initial data * fix(client): switch to non-null assertion for account check
* refactor(client): refactor settings/api to use Composition API (#8569)Andreas Nedbal2022-05-041-39/+28
|
* refactor(client): refactor settings/apps to use Composition API (#8570)Andreas Nedbal2022-05-041-33/+25
|
* Refactor delete-account to use Composition API (#8572)Andreas Nedbal2022-05-041-45/+33
| | | | | | | | | * refactor(client): refactor delete-account to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor settings/drive to use Composition API (#8573)Andreas Nedbal2022-05-041-74/+53
|
* Refactor settings/email to use Composition API (#8576)Andreas Nedbal2022-05-041-69/+52
| | | | | * refactor(client): refactor settings/email to use Composition API * fix(client): switch to non-null assertion for settings values
* Refactor settings/general to use Composition API (#8578)Andreas Nedbal2022-05-041-149/+114
| | | | | * refactor(client): refactor settings/general to use Composition API * fix(client): turn watcher callback asynchronous
* Refactor settings/menu to use Composition API (#8586)Andreas Nedbal2022-05-041-76/+55
| | | | | | | | | | | | | * refactor(client): refactor settings/menu to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor settings/other to use Composition API (#8589)Andreas Nedbal2022-05-041-44/+22
| | | | | * refactor(client): refactor settings/other to use Composition API * fix(client): fix 'show featured notes' checkbox
* refactor(client): refactor settings/plugin to use Composition API (#8590)Andreas Nedbal2022-05-041-62/+49
|
* refactor(client): refactor settings/plugin/install to use Composition API ↵Andreas Nedbal2022-05-041-97/+107
| | | | (#8591)
* refactor(client): refactor settings/security to use Composition API (#8592)Andreas Nedbal2022-05-041-73/+59
|
* refactor(client): refactor settings/theme to use Composition API (#8595)Andreas Nedbal2022-05-031-86/+63
|
* refactor(client): refactor settings/accounts to use Composition API (#8604)Andreas Nedbal2022-05-031-70/+69
|
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-019-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip * :v: * use import * fix * install rollup * use defineAsyncComponent. * fix emojilist * wip use defineAsyncComponent * popup(import -> popup(defineAsyncComponent(() => import * draggable? * fix init import * clean up * fix router * add comment * :v: * :v: * :v: * remove webpack * update vite * fix boot sequence * Revert "fix boot sequence" This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39. * revert boot import * never make two app div * ; * remove console.log * change clientEntry sequence * fix * Revert "fix" This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a. * fix * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 * add log * add comment Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>