| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | revert: restore `SatisfiesExpression` | Acid Chicken (硫酸鶏) | 2023-04-01 | 1 | -0/+2 |
| | | | | | This reverts commit f246699f38a28befbfccc11e9eade22cbaace4f3. | ||||
| * | refactor: restore `SatisfiesExpression` | Acid Chicken (硫酸鶏) | 2023-04-01 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybook | Acid Chicken (硫酸鶏) | 2023-04-01 | 3 | -21/+0 |
| |\ | |||||
| | * | refactor: remove autobind-decorator dep | syuilo | 2023-03-31 | 3 | -21/+0 |
| | | | |||||
| * | | build(#10336): fix missing type definition | Acid Chicken (硫酸鶏) | 2023-03-31 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybook | Acid Chicken (硫酸鶏) | 2023-03-31 | 1 | -6/+6 |
| |\| | |||||
| | * | feat: チャンネルにノートをピン留めできるように | syuilo | 2023-03-31 | 1 | -6/+6 |
| | | | | | | | | | Resolve #7740 | ||||
| * | | build(#10336): interactions | Acid Chicken (硫酸鶏) | 2023-03-25 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybook | Acid Chicken (硫酸鶏) | 2023-03-24 | 5 | -76/+268 |
| |\| | |||||
| | * | perf(frontend): cache user lists | syuilo | 2023-03-24 | 1 | -2/+2 |
| | | | |||||
| | * | enhance(frontend): ↵ | syuilo | 2023-03-24 | 3 | -59/+158 |
| | | | | | | | | | クリップボタンをノートアクションに追加できるように | ||||
| | * | fix(client): ↵ | syuilo | 2023-03-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | ドライブファイルのメニューが正常に動作しない問題を修正 Fix #10387 | ||||
| | * | fix(client): An error occurs when you press the Play button of Misskey Play | syuilo | 2023-03-22 | 1 | -16/+16 |
| | | | | | | | | | Fix #10381 | ||||
| | * | tweak drive-cleaner | syuilo | 2023-03-20 | 1 | -0/+93 |
| | | | |||||
| * | | build(#10336): control themes | Acid Chicken (硫酸鶏) | 2023-03-21 | 1 | -1/+0 |
| | | | |||||
| * | | build(#10336): load locales and vite config | Acid Chicken (硫酸鶏) | 2023-03-20 | 2 | -0/+3 |
| |/ | |||||
| * | enhance(client): tweak search page | syuilo | 2023-03-16 | 1 | -0/+41 |
| | | |||||
| * | refactor(frontend): 引数の型を強くし、関数内部のas ↵ | Kisaragi | 2023-03-13 | 1 | -2/+2 |
| | | | | | anyを除去 (#10315) | ||||
| * | fix: Do not use avif (#10301) | tamaina | 2023-03-12 | 1 | -2/+2 |
| | | | | | | | | * fix: Do not use avif * fix * fix | ||||
| * | enhance(server): ↵ | tamaina | 2023-03-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) * DriveService, is-mime-image * static, previewをavifに, アニメーション画像でもthumbnailを生成 * fallback * animated: true * fix * avatarはwebp * revert ?? file.url --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | fix: 登録フォームにおける競合状態を修正 (#10267) | RyotaK | 2023-03-08 | 1 | -1/+2 |
| | | | | | | * fix: 登録フォームにおける競合状態を修正 * エラーを修正 | ||||
| * | feat: Per-user renote mute (#10249) | syuilo | 2023-03-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe> | ||||
| * | enhance(client): DM作成時にメンションも含むように | syuilo | 2023-03-07 | 1 | -1/+1 |
| | | |||||
| * | update sounds | syuilo | 2023-03-03 | 1 | -15/+21 |
| | | |||||
| * | clean up | syuilo | 2023-03-02 | 1 | -1/+0 |
| | | |||||
| * | update sounds | syuilo | 2023-03-02 | 1 | -5/+14 |
| | | |||||
| * | enhance(client): add new sounds | syuilo | 2023-03-01 | 1 | -0/+6 |
| | | |||||
| * | fix(frontend): read KeyboardEvent.key instead of which/code (#10083) | Kagami Sascha Rosylight | 2023-03-01 | 2 | -18/+3 |
| | | |||||
| * | feat: 時限ロール (#10145) | syuilo | 2023-03-01 | 1 | -2/+26 |
| | | | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up | ||||
| * | fix: ↵ | tamaina | 2023-02-28 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | 外部メディアプロキシ使用時にアバタークロップができない問題を修正 (#10142) * wip * fix * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | enhance(client): improve user menu ux | syuilo | 2023-02-26 | 1 | -42/+32 |
| | | |||||
| * | refactor(frontend): fix eslint error (#10084) | Kagami Sascha Rosylight | 2023-02-25 | 1 | -1/+1 |
| | | |||||
| * | enhance(client): ↵ | syuilo | 2023-02-25 | 2 | -7/+12 |
| | | | | | | | ノートメニューからユーザーメニューを開けるように Resolve #10019 | ||||
| * | feat: 2つの検索画面の統合 (#9949) (#10038) | Khsmty | 2023-02-25 | 1 | -63/+0 |
| | | | | | | | | | | | | * feat: 検索画面の UI を統一 * fix: エラーの修正 * add: changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | バックグラウンドで一定時間経過したらページネーショ ↵ | YS | 2023-02-25 | 1 | -0/+19 |
| | | | | | のアイテム更新をしない (#10053) | ||||
| * | enhance(client): improve clip menu ux | syuilo | 2023-02-24 | 1 | -61/+59 |
| | | |||||
| * | Add dialog to remove follower (#9718) | atsuchan | 2023-02-24 | 1 | -0/+2 |
| | | |||||
| * | lint | syuilo | 2023-02-22 | 2 | -2/+2 |
| | | |||||
| * | lint | syuilo | 2023-02-22 | 4 | -14/+14 |
| | | |||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 7 | -13/+5 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | drop group (#9942) | syuilo | 2023-02-15 | 1 | -33/+2 |
| | | | | | | * drop group * Update operations.ts | ||||
| * | fix(client): use tabler icons (#9915) | taiy | 2023-02-14 | 4 | -36/+36 |
| | | |||||
| * | enhance(client): ロールをより簡単に付与できるように | syuilo | 2023-02-11 | 1 | -0/+14 |
| | | |||||
| * | chore(client): add type check | syuilo | 2023-02-05 | 1 | -1/+5 |
| | | |||||
| * | perf(server): improvement of external mediaProxy (#9787) | tamaina | 2023-02-04 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(server): improvement of external mediaProxy * add a comment * :v: * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check | ||||
| * | update idb-proxy.ts | tamaina | 2023-02-03 | 1 | -6/+7 |
| | | | | | Maybe fixed #9769 | ||||
| * | enhance: PizzaxデータをindexedDBに保存するように (#9225) | tamaina | 2023-02-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | * Revert "Revert #8098" This reverts commit 8b9dc962ae7b04354c65f6e80ad0e9a6bafd57ea. * fix * use deepClone instead of deepclone * defaultStore.loaded * fix load * wait ready * use top-level await, await in device-kind.ts | ||||
| * | enhance: Unicode絵文字名逆引き効率化 (#9757) | YS | 2023-02-01 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | * Unicode絵文字名前取得を連想配列で行う * Unicode絵文字事前カテゴリ集計 * Mapを使用 * Update packages/frontend/src/scripts/emojilist.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | refactor | syuilo | 2023-01-27 | 1 | -1/+1 |
| | | |||||
| * | fix(client): note reacted reflection failed | tamaina | 2023-01-26 | 1 | -5/+2 |
| | | | | | Fix #9730 | ||||