summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-121-3/+3
| | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
* enhance: fallback option for media proxysyuilo2022-12-081-1/+2
|
* enhance: Modify MkInstanceTicker (#9236)tamaina2022-11-271-3/+4
| | | | | | | | | | | | | | | | | * fix and enhance MkNoteDetailed * change instanceticker * :art: * fix * :art: * fix * :art: * revert MkNoteDetailed
* Revert #8098tamaina2022-11-241-0/+1
|
* Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-241-1/+1
|\
| * Fix typo in keycode.ts (#9224)Ikko Ashimine2022-11-241-1/+1
| | | | | | Programatically -> Programmatically
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-1732-248/+616
|\|
| * improve performancesyuilo2022-11-172-1/+20
| |
| * ノートの詳細ボタンを...に追加 (#9166)nenohi2022-11-131-3/+13
| | | | | | | | | | | | | | | | | | | | | | * noteの詳細を追加 * add detail option to note menu * add detailed , fix typo * delete button Co-authored-by: Gray Olson <gray@grayolson.com>
| * fix(client): ↵syuilo2022-11-121-0/+13
| | | | | | | | インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
| * fix typesyuilo2022-09-241-17/+2
| |
| * なんかもうめっちゃ変えたsyuilo2022-09-182-6/+8
| |
| * refactor(client): align filename to component namesyuilo2022-08-316-6/+6
| |
| * enhance(client): add html color-schema supportsyuilo2022-08-271-0/+5
| |
| * enhance(client): improve clock widgetssyuilo2022-08-051-0/+49
| |
| * enhance(client): add some themessyuilo2022-07-221-0/+2
| |
| * enhance(client): tweak uisyuilo2022-07-171-0/+158
| |
| * chore(client): tweak user-info routingsyuilo2022-07-161-3/+4
| |
| * enhance(client): ↵syuilo2022-07-151-0/+19
| | | | | | | | RSSティッカーで表示順序をシャッフルできるように
| * lit fixessyuilo2022-07-131-1/+1
| |
| * fix: add `es2017` build target (#8931)Johann1502022-07-132-7/+8
| | | | | | | | | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar
| * fix(client): fix url encoded string handling of niraxsyuilo2022-07-131-0/+7
| | | | | | | | Fix #8878
| * :art:syuilo2022-07-131-2/+2
| |
| * chore: fix lint errors (#8981)yzhe8192022-07-101-1/+1
| |
| * enhance(client): update themessyuilo2022-07-101-4/+4
| |
| * feat: auto nsfw detection (#8840)syuilo2022-07-072-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * 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.
| * chore: fix client lint errors (#8934)Kainoa Kanter2022-07-052-46/+48
| | | | | | | | | | | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
| * fix lint @typescript-eslint/ban-typesJohann1502022-07-043-5/+7
| |
| * fix lint no-prototype-builtinsJohann1502022-07-041-1/+1
| |
| * fix lint padded-blocksJohann1502022-07-043-3/+0
| |
| * chore(client): tweak uisyuilo2022-07-021-0/+2
| |
| * feat: Log user ips (#8872)syuilo2022-07-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * chore(client): tweak uisyuilo2022-06-301-2/+3
| |
| * tweak clientsyuilo2022-06-301-124/+124
| |
| * Prevent access to user pages when not logged in [v2] (#8904)Johann1502022-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * do not throw error when navigating * enhance: add loginRequired to router This allows client pages to require logging in before displaying the page, useful for example for user settings pages. * add login requirements Co-authored-by: Andreas Nedbal <git@pixelde.su>
| * refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-0/+22
| | | | | | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
| * refactor(client): extract tooltip logic of chartsyuilo2022-06-251-0/+50
| |
| * fix lintsJohann1502022-06-241-1/+1
| |
| * fix #8861syuilo2022-06-241-0/+2
| |
| * enhance: word mute checks CW (#8873)Johann1502022-06-231-3/+5
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-06-211-2/+2
|\|
| * tweak clientsyuilo2022-06-211-2/+2
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-06-2114-110/+182
|\|
| * refactor(client): Refine routing (#8846)syuilo2022-06-205-72/+78
| |
| * refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-201-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
| * feat: Add Badge Image to Push Notification (#8012)tamaina2022-06-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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を戻した * backend/src/web/index.ts * notification-badges * add scripts * change create-notification.ts * 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 * refactor * キャッシュ対策 * Truncate push notification message * fix * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * fix lint * changelog * alpha-test * also with twemoji * add isMimeImage function * catch * Colour => Color * char2file => char2filePath * Update autocomplete.vue * remove clone? Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * fix typosyuilo2022-06-181-4/+4
| |
| * Improve: unclip (#8823)futchitwo2022-06-181-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page * Improve: unclip * Fix unclip * Fix unclip * chore: better type and name * Fix * Fix clipPage vue provider Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * chore: fix some lints automatically (#8788)Johann1502022-06-107-11/+11
| | | | | | | | | | | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint