summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): extract tooltip logic of chartsyuilo2022-06-252-41/+52
|
* fix(client): only enable hotkeys for logged in users (#8793)Andreas Nedbal2022-06-251-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)Johann1502022-06-258-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-251-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-251-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 componentsyuilo2022-06-251-32/+16
|
* 12.112.0-beta.3syuilo2022-06-251-1/+1
|
* chore(client): tweak uisyuilo2022-06-251-2/+22
|
* chore(client): improve usabilitysyuilo2022-06-245-5/+4
|
* fix bugsyuilo2022-06-241-2/+9
|
* refactor: remove unused importsyuilo2022-06-241-1/+0
|
* feat: ↵syuilo2022-06-245-86/+133
| | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
* fix(client): ↵syuilo2022-06-241-10/+10
| | | | アカウント作成フォームでエラーが出る問題を修正
* fix(client): ログアウトできない問題を修正syuilo2022-06-241-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-245-5/+3
|\
| * fix lintsJohann1502022-06-245-5/+3
| |
* | chore(client): tweak mini-chart renderingsyuilo2022-06-241-15/+5
|/
* enhance: Redisをioredisに統一してIPv6サポート (#8869)MeiMei2022-06-249-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)Johann1502022-06-241-0/+3
|
* chore(client): tweak uisyuilo2022-06-243-31/+72
|
* refactor(client): use composition apisyuilo2022-06-241-36/+18
|
* fix(nirax): Normalize path (#8877)tamaina2022-06-241-2/+4
|
* fix #8861syuilo2022-06-242-67/+71
|
* chore(client): tweak uisyuilo2022-06-231-3/+11
|
* lint fixessyuilo2022-06-231-20/+20
|
* refactor: simplify ap/show with DbResolver (#8838)Johann1502022-06-231-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)Johann1502022-06-232-6/+10
|
* chore(client): tweak client designsyuilo2022-06-233-7/+37
|
* chore(dev): improve eslint configsyuilo2022-06-232-1/+5
|
* enhance(client): tweak uisyuilo2022-06-225-74/+119
|
* 12.112.0-beta.2syuilo2022-06-221-1/+1
|
* tweak clientsyuilo2022-06-223-4/+17
|
* refactor(client): use composition apisyuilo2022-06-221-63/+46
|
* refactor(client): refactor header tab handlingsyuilo2022-06-2213-123/+170
|
* :art:syuilo2022-06-223-1/+5
|
* tweak clientsyuilo2022-06-223-35/+117
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-211-0/+2
|\
| * update changelogJohann1502022-06-211-0/+2
| |
* | fix(client): moderators cannot view instance-info pagesyuilo2022-06-211-2/+1
|/
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-214-1/+17
| | | | abuse report
* tweak clientsyuilo2022-06-218-167/+175
|
* refactor(client): use composition apisyuilo2022-06-211-54/+43
|
* fix(server): faviconUrl of federated instance is missingsyuilo2022-06-213-0/+7
|
* chore: add commentssyuilo2022-06-212-2/+6
|
* tweak clientsyuilo2022-06-216-181/+194
| | | | Fix #8856
* fix: block button in federation panel (#8855)Johann1502022-06-201-6/+11
|
* tweak clientsyuilo2022-06-202-15/+8
|
* fix clientsyuilo2022-06-202-182/+184
|
* refactor(client): Refine routing (#8846)syuilo2022-06-20149-6506/+6148
|
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-207-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