summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): ↵syuilo2023-04-121-1/+6
| | | | カスタム絵文字でリアクションできないことがある問題を修正
* test(backend): Add tests for users (#10546)Nanashia2023-04-122-4/+903
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(server): Misskey ↵kakkokari-gtyih2023-04-125-0/+215
| | | | | | | | | | | | | | | | | | | | | | | | | Webでユーザーフレンドリーなエラーページを出す (#10590) * (add) user-friendly error page * Update CHANGELOG.md * (add) cache-control header * Add ClientLoggerService * Log params and query * remove error stack on client * fix pug * 文面を調整 * :art] --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat: role timelinesyuilo2023-04-1219-7/+344
| | | | Resolve #10581
* enhance: カスタム絵文字関連の変更 (#9794)tamaina2023-04-124-39/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PackedNoteなどのemojisはプロキシしていないURLを返すように * MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する * update CHANGELOG.md * fix changelog * ?? * wip * fix * merge * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * merge * calc scale --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: サウンド関連の設定をpizzaxに移行 (#8105)tamaina2023-04-124-41/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * wip * clean up * migration * migration * comment * move soundConfigStore * :v: * clean up * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * remove reversi setting * 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 * clean up * update sounds.vue * update * fix type * :v: * ;v; --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): ↵syuilo2023-04-122-16/+19
| | | | ノート作成時のアンテナ追加パフォーマンスを改善
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-1223-168/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wrap follow/unfollow and block/unblock as job queue * create import job to follow in each iteration * make relationship jobs concurrent * replace to job queue if called repeatedly * use addBulk to import * omit stream when importing * fix job caller * use ThinUser instead of User to reduce redis memory consumption * createImportFollowingToDbJobの呼び出し方を変える, 型補強 * Force ThinUser * オブジェクト操作のみのメソッド名はgenerate...Data * Force ThinUser in generateRelationshipJobData * silent bulk unfollow at admin api endpoint --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Refactor sw (#10579)okayurisotto2023-04-1214-137/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): 冗長な部分を変更 * refactor(sw): 使われていない煩雑な機能を削除 * refactor(sw): remove dead code * refactor(sw): URL文字列の作成に`URL`を使うように * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処 * refactor(sw): `append` -> `set` in `URLSearchParams` * refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処 * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処 対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。 * refactor(sw): i18n loading * refactor(sw): 型推論がうまくできる書き方に変更 `codes`が`(string | undefined)[]`から`string[]`になった * refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように * refactor(sw): `findClient` * refactor(sw): `openClient`における`any`や`as`の書き換え * refactor(sw): `openPost`における`any`の書き換え * refactor(sw): `let` -> `const` * refactor(sw): `any` -> `unknown` * cleanup(sw): import * cleanup(sw) * cleanup(sw): `?.` * cleanup(sw/.eslintrc.js) * refactor(sw): `@typescript-eslint/explicit-function-return-type` * refactor(sw): `@typescript-eslint/no-unused-vars` * refactor(sw): どうしようもないところに`eslint-disable-next-line`を * refactor(sw): `import/no-default-export` * update operations.ts * throw new Error --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): noPaging: true with gallery/featuredtamaina2023-04-111-1/+1
|
* enhance(frontend): tweak post form stylesyuilo2023-04-111-8/+16
|
* enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和syuilo2023-04-111-1/+1
|
* enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和syuilo2023-04-111-1/+1
| | | | Fix #10574
* perf(backend): cache swSubscriptionssyuilo2023-04-111-5/+16
|
* sw: なんかもうめっちゃ変えた (#10570)tamaina2023-04-118-29/+96
| | | | | | | | | * sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-115-2/+164
| | | | | | | | | | | | | | | | | | | | | | * add channel search * move channel search to channel list page --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
* カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題 ↵Chimorium2023-04-112-8/+4
| | | | を修正 (#10573)
* fix(client): Consider safe-area-inset-bottom on global widgets areatamaina2023-04-103-4/+9
| | | | Fix #9052
* fix(client): :art: fix MkEmojiPicker safe-area-inset-bottomtamaina2023-04-101-1/+4
| | | | Fix https://github.com/misskey-dev/misskey/pull/10534
* chore(sw): use PascalCasetamaina2023-04-104-18/+18
|
* swのesbuildの更新とビルドスクリプトの更新 (#10549)okayurisotto2023-04-102-25/+30
| | | | | | | | | | | | | | | | | * cleanup(sw/build.js) * fix(sw/build.js): `define`に真偽値を渡していた問題を修正 `define`では文字列を渡さなければならないので、`JSON.stringify`をするようにした。 * fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正 * update(sw): esbuild 0.17.15 * fixup! update(sw): esbuild 0.17.15 * fixup! fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正 コメントの文言を調整
* fix(frontend): webhook, ↵syuilo2023-04-102-34/+40
| | | | | | 連携アプリ一覧でコンテンツが重複して表示される問題を修正 Fix #10564
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-101-1/+1
|\
| * fix issue #10195 設定のバックアップ ↵2023-04-101-1/+1
| | | | | | | | | | の「削除」の文字がない (#10559) Co-authored-by: 藤 <nyaguri0417@gmail.com>
* | enhance(frontend): 常に広告を見られるオプションを追加syuilo2023-04-103-1/+7
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-101-0/+1
|\
| * MkContainer.vue i18n をtemplateから見えるように (#10560)YS2023-04-101-0/+1
| |
* | fix(backend): ↵syuilo2023-04-103-3/+3
|/ | | | | | アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正 Fix #10482
* fix(backend): イベント用redis分離が上手く動かない問題を修正syuilo2023-04-099-34/+53
|
* fix(backend): ↵syuilo2023-04-091-2/+2
| | | | ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正
* test: add `/@:acct` stories (#10517)Acid Chicken (硫酸鶏)2023-04-093-0/+76
| | | | | * test: add `/@:acct` stories * test: add mocks
* fix(backend): ↵syuilo2023-04-091-1/+1
| | | | | | 連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正 Fix #10499
* add notesyuilo2023-04-091-0/+1
|
* fix(server): リアクションできない問題をとりあえず修正 ↵tamaina2023-04-092-3/+6
| | | | | | | | | | | | (#10529) * fix(server): リアクションできない問題をとりあえず修正 Fix #10502 * Update packages/backend/src/core/CustomEmojiService.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ユーザープレビューが表示されない問題を修正syuilo2023-04-091-2/+2
| | | | Fix #10540
* チャンネルを新規作成できない問題を修正syuilo2023-04-091-1/+1
|
* さがすのローカルユーザー(ピンどめ)が無限に生成さ ↵syuilo2023-04-091-1/+1
| | | | る問題を修正
* チャンネルのお気に入りが無限に読み込まれる問題を修正syuilo2023-04-091-0/+1
|
* fix(client): ↵taichan2023-04-092-0/+2
| | | | | | | | | リスト、クリップが無限ロードされる現象の解決 (#10538) * fix my-list infinite items loading * update CHANGELOG.md * fix my-clip infinite items loading
* fix(backend): ↵syuilo2023-04-091-0/+1
| | | | 通知読み込みでエラーが発生する場合がある問題を修正
* fix: redis から取得できないチャンネル投稿はDBから取得 ↵futchitwo2023-04-091-6/+12
| | | | (#10539)
* fix(server): ↵tamaina2023-04-097-7/+92
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* fix(client): ↵Takeshi Kishi2023-04-091-0/+1
| | | | | | | | | | PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534) * fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
* disable account migrationsyuilo2023-04-083-5/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-081-0/+1
|\
| * fix(client): Fix antenna list infinite items loadingtamaina2023-04-081-0/+1
| | | | | | | | https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
* | use for ofsyuilo2023-04-081-4/+4
|/
* enhance(client): ↵atsuchan2023-04-082-2/+51
| | | | 広告・お知らせが新規登録時に増殖しないように (#10412)
* fix(frontend): URLに他のクエリがあるときにもZen ↵okayurisotto2023-04-081-1/+1
| | | | UIが適用されるように (#10477)
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-082-1/+7
|\