summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(backend): tweak repository namesyuilo2023-04-134-14/+14
|
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-1313-3/+357
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* Revert #10475 in MkTimetamaina2023-04-131-2/+1
|
* test(#10336): add `components/Mk[A-B].*` stories (#10475)Acid Chicken (硫酸鶏)2023-04-1319-15/+598
| | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(#10336): register snippets * test(#10336): add `components/Mk[A-B].*` stories * build: desynced lockfile * ci(#10336): preload assets * ci(#10336): use pull_request * build: update lockfile * fix: reactivity transform * chore: track upstream changes * refactor: avoid temporary previous tapping declarations * revert: avoid temporary previous tapping declarations This reverts commit e649b1b1e6771bee674f2dfb044e0efd72d0be5d. * test: flaky snapshots * style: import
* [ci skip] improve readabilitysyuilo2023-04-131-1/+1
|
* [ci skip] remove outdated commentsyuilo2023-04-131-2/+0
|
* fix(backend): ↵syuilo2023-04-131-1/+1
| | | | | | チャンネルのピン留めされたノートの順番が正しくない問題を修正 Fix #10541
* :art:syuilo2023-04-131-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-136-37/+80
|\
| * fix(server): ↵futchitwo2023-04-132-8/+8
| | | | | | | | | | | | | | アンテナとロールTLのuntil/sinceプロパティが動くように (#10605) * fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように * fix
| * fixtamaina2023-04-121-1/+1
| |
| * fix type in CustomEmojiService 2tamaina2023-04-122-2/+3
| |
| * fix type in CustomEmojiServicetamaina2023-04-121-2/+2
| |
| * Use unique identifier for each follow request (#10600)hutchisr2023-04-122-26/+68
| | | | | | Co-authored-by: anemone <anemoneya@icloud.com>
* | Update about-misskey.vuesyuilo2023-04-131-0/+1
|/
* fix typesyuilo2023-04-121-2/+2
|
* Update CustomEmojiService.tssyuilo2023-04-121-0/+1
|
* 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
|