| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 12.118.0-beta.4 | syuilo | 2022-07-25 | 1 | -1/+1 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-25 | 2 | -27/+11 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-25 | 2 | -1/+17 |
| |\ | |||||
| | * | 一部のアプリからファイルを投稿フォームへドロップで ↵ | hayabusa | 2022-07-25 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | ない場合がある問題を修正 (#9035) * dropEffectとeffectAllowedの関連付けを修正 * Update Changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | | add missing dependency | syuilo | 2022-07-25 | 2 | -3/+18 |
| |/ | |||||
| * | update deps | syuilo | 2022-07-25 | 6 | -1186/+327 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-24 | 1 | -2/+4 |
| | | |||||
| * | tweak rate limit | syuilo | 2022-07-24 | 1 | -1/+1 |
| | | |||||
| * | fix html | syuilo | 2022-07-24 | 1 | -1/+0 |
| | | |||||
| * | refactor(client): refactor components | syuilo | 2022-07-24 | 3 | -116/+90 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-24 | 3 | -24/+27 |
| | | |||||
| * | chore(deps): bump undici from 5.5.1 to 5.8.0 in /packages/backend (#9028) | dependabot[bot] | 2022-07-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0) --- updated-dependencies: - dependency-name: undici 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 file-type from 17.1.2 to 17.1.3 in /packages/backend (#9030) | dependabot[bot] | 2022-07-23 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 17.1.2 to 17.1.3. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v17.1.2...v17.1.3) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | lint fix | syuilo | 2022-07-23 | 1 | -1/+1 |
| | | |||||
| * | update tfjs | syuilo | 2022-07-23 | 2 | -76/+97 |
| | | |||||
| * | fix: broken chats (#8983) | Kainoa Kanter | 2022-07-23 | 2 | -18/+18 |
| | | | | | | | | * Fix broken chats Co-authored-by: @ltlapy * :art: | ||||
| * | Update CHANGELOG.md | syuilo | 2022-07-22 | 1 | -0/+1 |
| | | |||||
| * | リモートユーザーを正しくブロックできるように修正す ↵ | xianon | 2022-07-22 | 1 | -1/+1 |
| | | | | | (#9027) | ||||
| * | 12.118.0-beta.3 | syuilo | 2022-07-22 | 1 | -1/+1 |
| | | |||||
| * | Update CONTRIBUTING.md | syuilo | 2022-07-22 | 1 | -0/+28 |
| | | |||||
| * | enhance(client): add some themes | syuilo | 2022-07-22 | 3 | -0/+177 |
| | | |||||
| * | fix(client): MiAuth page is broken | syuilo | 2022-07-22 | 2 | -68/+72 |
| | | | | | Fix #9026 | ||||
| * | chore: improve error message of boot | syuilo | 2022-07-21 | 1 | -0/+2 |
| | | |||||
| * | fix(client): fix drawer menu style regression | syuilo | 2022-07-21 | 1 | -0/+3 |
| | | |||||
| * | fix(client): some fixes | syuilo | 2022-07-21 | 3 | -0/+6 |
| | | |||||
| * | 12.118.0-beta.2 | syuilo | 2022-07-20 | 1 | -1/+1 |
| | | |||||
| * | fix(client): fix some routings | syuilo | 2022-07-20 | 3 | -2/+22 |
| | | |||||
| * | Add vi-VN language support | syuilo | 2022-07-20 | 2 | -0/+2 |
| | | | | | Resolve #8975 | ||||
| * | 12.118.0-beta.1 | syuilo | 2022-07-20 | 1 | -1/+1 |
| | | |||||
| * | chore(client): tweak theme select ui | syuilo | 2022-07-20 | 1 | -14/+17 |
| | | |||||
| * | fix(client): support v-if of select component | syuilo | 2022-07-20 | 1 | -0/+2 |
| | | |||||
| * | refactor(client): :sparkles: | syuilo | 2022-07-20 | 92 | -756/+793 |
| | | |||||
| * | chore(deps): bump terser from 5.9.0 to 5.14.2 (#9024) | dependabot[bot] | 2022-07-20 | 1 | -15/+56 |
| | | | | | | | | | | | | | | | | | Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | fix(client): タイミングによっては tag-cloud ↵ | syuilo | 2022-07-20 | 1 | -18/+20 |
| | | | | | でエラーが発生するのを修正 | ||||
| * | chore(client): tweak radio component | syuilo | 2022-07-20 | 1 | -29/+20 |
| | | |||||
| * | enhance(client): ネストしたルーティングに対応 | syuilo | 2022-07-20 | 9 | -261/+387 |
| | | |||||
| * | enhance(client): suspense | syuilo | 2022-07-19 | 2 | -1/+14 |
| | | | | | Fix #8817 | ||||
| * | 12.117.1 | syuilo | 2022-07-19 | 2 | -2/+2 |
| | | |||||
| * | New translations ja-JP.yml (Slovak) (#9014) | syuilo | 2022-07-19 | 1 | -0/+2 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2022-07-19 | 2 | -1/+2 |
| | | | | | | | 「インスタンスからのお知らせを受け取る」の設定を変更できない問題を修正 Fix #8474 | ||||
| * | fix(client): tweak mfm-cheat-sheet | syuilo | 2022-07-19 | 3 | -263/+279 |
| | | |||||
| * | Update CHANGELOG.md | syuilo | 2022-07-19 | 1 | -0/+1 |
| | | |||||
| * | fix(server): make sure `getFileInfo` doesn't fail if `detectSensitivity` ↵ | Acid Chicken (硫酸鶏) | 2022-07-19 | 1 | -2/+6 |
| | | | | | ever fails (#9020) | ||||
| * | update vite | syuilo | 2022-07-19 | 2 | -5/+5 |
| | | |||||
| * | Update CHANGELOG.md | syuilo | 2022-07-19 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-19 | 3 | -3/+3 |
| |\ | |||||
| | * | ユーザー情報の取得の再試行を修正する (#9017) | xianon | 2022-07-18 | 3 | -3/+3 |
| | | | |||||
| * | | fix(client): fix window default prop | syuilo | 2022-07-19 | 1 | -1/+1 |
| |/ | |||||
| * | chore(client): tweak style | syuilo | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | update vite | syuilo | 2022-07-18 | 2 | -10/+10 |
| | | |||||