| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(client): extract tooltip logic of chart | syuilo | 2022-06-25 | 2 | -41/+52 |
| | | |||||
| * | fix(client): only enable hotkeys for logged in users (#8793) | Andreas Nedbal | 2022-06-25 | 1 | -10/+13 |
| | | | | | | * fix(client): only enable hotkeys for logged in users * fix(client): keep theme and search hotkeys for logged out users | ||||
| * | fix: always respect instance mutes (#8854) | Johann150 | 2022-06-25 | 8 | -73/+71 |
| | | | | | | | | | | * fix: muted user query also checks instances This way it can be ensured that the instance mute is used everywhere it is required without checking the whole codebase again. Muted users and muted instances should be used together anyways. * fix lint | ||||
| * | chore(deps): bump jpeg-js from 0.4.1 to 0.4.4 in /packages/backend (#8843) | dependabot[bot] | 2022-06-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.1 to 0.4.4. - [Release notes](https://github.com/eugeneware/jpeg-js/releases) - [Commits](https://github.com/eugeneware/jpeg-js/compare/v0.4.1...v0.4.4) --- updated-dependencies: - dependency-name: jpeg-js 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 undici from 5.4.0 to 5.5.1 in /packages/backend (#8842) | dependabot[bot] | 2022-06-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.4.0 to 5.5.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.4.0...v5.5.1) --- 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(client): tweak MkKeyValue component | syuilo | 2022-06-25 | 1 | -32/+16 |
| | | |||||
| * | 12.112.0-beta.3 | syuilo | 2022-06-25 | 1 | -1/+1 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-25 | 1 | -2/+22 |
| | | |||||
| * | chore(client): improve usability | syuilo | 2022-06-24 | 5 | -5/+4 |
| | | |||||
| * | fix bug | syuilo | 2022-06-24 | 1 | -2/+9 |
| | | |||||
| * | refactor: remove unused import | syuilo | 2022-06-24 | 1 | -1/+0 |
| | | |||||
| * | feat: ↵ | syuilo | 2022-06-24 | 5 | -86/+133 |
| | | | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように | ||||
| * | fix(client): ↵ | syuilo | 2022-06-24 | 1 | -10/+10 |
| | | | | | アカウント作成フォームでエラーが出る問題を修正 | ||||
| * | fix(client): ログアウトできない問題を修正 | syuilo | 2022-06-24 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-06-24 | 5 | -5/+3 |
| |\ | |||||
| | * | fix lints | Johann150 | 2022-06-24 | 5 | -5/+3 |
| | | | |||||
| * | | chore(client): tweak mini-chart rendering | syuilo | 2022-06-24 | 1 | -15/+5 |
| |/ | |||||
| * | enhance: Redisをioredisに統一してIPv6サポート (#8869) | MeiMei | 2022-06-24 | 9 | -32/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use ioredis, Supports IPv6 host https://github.com/misskey-dev/misskey/issues/8862 * Fix import * order * a * i * fix * flushdb * family * CHANGELOG * redis_version Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | fix(client): ask to log in for poll vote (#8883) | Johann150 | 2022-06-24 | 1 | -0/+3 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-24 | 3 | -31/+72 |
| | | |||||
| * | refactor(client): use composition api | syuilo | 2022-06-24 | 1 | -36/+18 |
| | | |||||
| * | fix(nirax): Normalize path (#8877) | tamaina | 2022-06-24 | 1 | -2/+4 |
| | | |||||
| * | fix #8861 | syuilo | 2022-06-24 | 2 | -67/+71 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-06-23 | 1 | -3/+11 |
| | | |||||
| * | lint fixes | syuilo | 2022-06-23 | 1 | -20/+20 |
| | | |||||
| * | refactor: simplify ap/show with DbResolver (#8838) | Johann150 | 2022-06-23 | 1 | -99/+33 |
| | | | | | | | Using the existing code in DbResolver we can avoid separate code for parsing the URIs in this endpoint. Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | enhance: word mute checks CW (#8873) | Johann150 | 2022-06-23 | 2 | -6/+10 |
| | | |||||
| * | chore(client): tweak client design | syuilo | 2022-06-23 | 3 | -7/+37 |
| | | |||||
| * | chore(dev): improve eslint config | syuilo | 2022-06-23 | 2 | -1/+5 |
| | | |||||
| * | enhance(client): tweak ui | syuilo | 2022-06-22 | 5 | -74/+119 |
| | | |||||
| * | 12.112.0-beta.2 | syuilo | 2022-06-22 | 1 | -1/+1 |
| | | |||||
| * | tweak client | syuilo | 2022-06-22 | 3 | -4/+17 |
| | | |||||
| * | refactor(client): use composition api | syuilo | 2022-06-22 | 1 | -63/+46 |
| | | |||||
| * | refactor(client): refactor header tab handling | syuilo | 2022-06-22 | 13 | -123/+170 |
| | | |||||
| * | :art: | syuilo | 2022-06-22 | 3 | -1/+5 |
| | | |||||
| * | tweak client | syuilo | 2022-06-22 | 3 | -35/+117 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-06-21 | 1 | -0/+2 |
| |\ | |||||
| | * | update changelog | Johann150 | 2022-06-21 | 1 | -0/+2 |
| | | | |||||
| * | | fix(client): moderators cannot view instance-info page | syuilo | 2022-06-21 | 1 | -2/+1 |
| |/ | |||||
| * | enhance(client): show warning in control panel when there is an unresolved ↵ | syuilo | 2022-06-21 | 4 | -1/+17 |
| | | | | | abuse report | ||||
| * | tweak client | syuilo | 2022-06-21 | 8 | -167/+175 |
| | | |||||
| * | refactor(client): use composition api | syuilo | 2022-06-21 | 1 | -54/+43 |
| | | |||||
| * | fix(server): faviconUrl of federated instance is missing | syuilo | 2022-06-21 | 3 | -0/+7 |
| | | |||||
| * | chore: add comments | syuilo | 2022-06-21 | 2 | -2/+6 |
| | | |||||
| * | tweak client | syuilo | 2022-06-21 | 6 | -181/+194 |
| | | | | | Fix #8856 | ||||
| * | fix: block button in federation panel (#8855) | Johann150 | 2022-06-20 | 1 | -6/+11 |
| | | |||||
| * | tweak client | syuilo | 2022-06-20 | 2 | -15/+8 |
| | | |||||
| * | fix client | syuilo | 2022-06-20 | 2 | -182/+184 |
| | | |||||
| * | refactor(client): Refine routing (#8846) | syuilo | 2022-06-20 | 149 | -6506/+6148 |
| | | |||||
| * | refactor: チャットルームをComposition API化 (#8850) | tamaina | 2022-06-20 | 7 | -613/+537 |
| | | | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1 | ||||