- Apr 12, 2023
-
-
kakkokari-gtyih authored
* (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>
-
syuilo authored
Resolve #10581
-
tamaina authored
* 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>
-
tamaina authored
* 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 *
✌️ * 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 *✌️ * 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 *
✌️ * 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 *✌️ * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * clean up * update sounds.vue * update * fix type *✌️ * ;v; --------- Co-authored-by:Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
tamaina authored
-
syuilo authored
-
Namekuji authored
* 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>
-
- Apr 11, 2023
-
-
futchitwo authored
-
okayurisotto authored
* 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>
-
tamaina authored
-
syuilo authored
-
syuilo authored
-
たーびん authored
#10555 の更新分
-
syuilo authored
-
syuilo authored
* New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Indonesian)
-
syuilo authored
-
syuilo authored
Fix #10574
-
syuilo authored
-
syuilo authored
-
tamaina authored
* sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
-
- Apr 10, 2023
-
-
たーびん authored
* 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>
-
Chimorium authored
-
tamaina authored
-
tamaina authored
Fix #9052
-
tamaina authored
Fix https://github.com/misskey-dev/misskey/pull/10534
-
tamaina authored
-
okayurisotto authored
* 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`になる場合がある問題を修正 コメントの文言を調整
-
syuilo authored
Fix #10564
-
-
藤 authored
Co-authored-by:
藤 <nyaguri0417@gmail.com>
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
-
syuilo authored
Fix #10482
-
- Apr 09, 2023
-
-
YS authored
-
syuilo authored
-
syuilo authored
-
Acid Chicken (硫酸鶏) authored
* test: add `/@:acct` stories * test: add mocks
-
syuilo authored
Fix #10499
-