summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor custom-css to use Composition API (#8571)Andreas Nedbal2022-05-011-34/+22
| | | | | | | | | * refactor(client): refactor custom-css 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 import-export to use Composition API (#8579)Andreas Nedbal2022-05-011-91/+63
|
* Refactor instance-mute to use Composition API (#8580)Andreas Nedbal2022-05-011-46/+30
| | | | | | | | | | | | | * refactor(client): refactor instance-mute 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 integration to use Composition API (#8581)Andreas Nedbal2022-05-011-101/+66
| | | | | | | * refactor(client): refactor integration to use Composition API * fix(client): drop superfluous enable* constants * refactor(client): deduplicate window opening for services
* feat: Improve Push Notification (#7667)tamaina2022-04-3012-250/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * 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 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): refactor scratchpad to use Composition API (#8565)Andreas Nedbal2022-04-291-88/+75
|
* refactor(client): refactor api-console to use Composition API (#8566)Andreas Nedbal2022-04-291-54/+42
|
* enhance: ↵tamaina2022-04-2810-81/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) * wip * Update packages/client/src/os.ts Co-authored-by: tamaina <tamaina@hotmail.co.jp> * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * :v: * fix * fix * :v: * WEBP * aaa * :v: * webp * lazy load browser-image-resizer * rename * rename 2 * Fix * clean up * add comment * clean up * jpeg, pngにもどす * fix * fix name * webpでなくする ただしサムネやプレビューはwebpのまま (テスト) * 動画サムネイルはjpegに * エラーハンドリング * :v: * v2.2.1-misskey-beta.2 * browser-image-resizer#v2.2.1-misskey.1 * :v: * fix alert * update browser-image-resizer to v2.2.1-misskey.2 * lockfile Co-authored-by: mei23 <m@m544.net> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* fix(client): fix lint issues in autocomplete (#8548)Andreas Nedbal2022-04-281-11/+11
|
* refactor: use composition API (#8541)Johann1502022-04-271-39/+29
|
* Fix(client): fix profile tab link (#8536)futchitwo2022-04-241-5/+7
|
* fix: Fix settings page (#8508)tamaina2022-04-233-58/+104
| | | | | | | | | | | * Fix settings page * nanka iroiro * clean up * clean up * インデックスに戻ってもタイトルが残ってしまうのを修正
* chore: fix lint command for windowssyuilo2022-04-231-1/+1
|
* update depssyuilo2022-04-232-214/+196
|
* Revert "make emoji stand out more on reaction button"syuilo2022-04-201-4/+0
| | | | This reverts commit e0c5401241a5cc3dcd3692a257a0da733c399927.
* make emoji stand out more on reaction buttonJohann1502022-04-191-0/+4
| | | | a slight shadow makes them easier to see
* refactor: move typings to devDependencies (#8500)rinsuki2022-04-161-21/+21
|
* refactorsyuilo2022-04-111-1/+1
|
* update depssyuilo2022-04-112-134/+145
|
* fix theme-color apply (#8464)tamaina2022-04-031-2/+2
|
* Fix: Adjust ESLint calls to properly interpret globs (#8462)Andreas Nedbal2022-04-021-1/+1
| | | | | | | | | * fix(backend): rename .eslintrc.js to .eslintrc.cjs * fix(backend): wrap lint path glob in quotation marks * fix(client): wrap lint path glob in quotation marks * chore(workflow): make lint workflow use Node 16
* feat: Webhook (#8457)syuilo2022-04-025-1/+231
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* enhance: ↵tamaina2022-04-022-5/+5
| | | | | | | | | | | | | | | | | タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450) * enhance experience of deck with touchpad * test: 単純にdeltaYを加算してみる * clean up * ios bug fix? * :v: * use overflow-y * Safari does not supports clip
* update depssyuilo2022-04-013-100/+89
|
* Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)dependabot[bot]2022-03-271-5/+5
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* tweak clientsyuilo2022-03-272-1/+4
|
* fix of clientsyuilo2022-03-271-2/+2
|
* refactorsyuilo2022-03-271-8/+8
|
* fix: Handle decodeURIComponent error (#8411)tamaina2022-03-271-3/+11
|
* update depssyuilo2022-03-252-168/+171
|
* perf(server): refactor and performance improvementssyuilo2022-03-252-1/+2
|
* Update account.tssyuilo2022-03-251-1/+1
|
* enhance(client): ↵syuilo2022-03-251-1/+5
| | | | アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように
* refactor: separate meta api for admin or notsyuilo2022-03-2512-12/+12
|
* perf(server): disable some antenna features to improve performancesyuilo2022-03-221-3/+3
|
* perf(server): reduce db querysyuilo2022-03-211-1/+1
|
* デッキまわりをCompositon API / Setup Sugarに (#8410)tamaina2022-03-2115-716/+599
| | | | | | | | | | | | | | | | | | | * universal.widgets.vue * column.vue, antenna-column.vue * direct-column.vue, list-column.vue * main-column.vue * wip * :v: * fix * :v: * :v:
* fix(client): fix popup menu direction calclationsyuilo2022-03-191-12/+12
|
* update depssyuilo2022-03-192-240/+217
|
* feat: introduce bull dashboardsyuilo2022-03-192-0/+10
|
* :art:syuilo2022-03-121-6/+9
|
* tweal c;iemysyuilo2022-03-112-1/+62
|
* update depssyuilo2022-03-092-54/+54
|
* fix scroll (#8382)nullobsi2022-03-091-0/+4
|
* テーマ選択から重複要素を排除するように (#8385)MeiMei2022-03-092-2/+13
|
* fix federation chartsyuilo2022-03-081-4/+9
|
* update depssyuilo2022-03-072-247/+299
|
* delete needless instance drive columnssyuilo2022-03-071-4/+0
|