summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wiptamaina2022-02-202-3/+3
|
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-199-105/+57
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-197-8/+7
|
* refactor: fix typesyuilo2022-02-191-1/+2
|
* refactor: fix typesyuilo2022-02-191-4/+4
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-19320-5929/+4385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update abuse-user-reports.ts * Update files.ts * Update list-remote.ts * Update list.ts * Update show-users.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * Update search.ts * Update reactions.ts * Update search.ts * wip * wip * wip * wip * Update update.ts * Update relation.ts * Update available.ts * wip * wip * wip * Update packages/backend/src/server/api/define.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update define.ts * Update define.ts * typo * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * wip * Update signup.ts * Update call.ts * minimum for limit * type * remove needless annotation * wip * Update signup.ts * wip * wip * fix * Update create.ts Co-authored-by: Johann150 <johann.galle@protonmail.com>
* update depssyuilo2022-02-196-1053/+778
|
* refactor: better getChart result typesyuilo2022-02-181-2/+14
|
* refactor: add InstanceRepositorysyuilo2022-02-184-11/+41
|
* Delete jobs.tssyuilo2022-02-181-82/+0
|
* refactor: fix typessyuilo2022-02-152-1/+2
|
* fix(client): ↵syuilo2022-02-132-9/+22
| | | | | | リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 Fix #8071
* refactor: fix typessyuilo2022-02-131-4/+4
|
* refactor: fix typessyuilo2022-02-131-63/+72
|
* 12.107.0syuilo2022-02-122-2/+2
|
* New Crowdin updates (#8310)syuilo2022-02-123-0/+6
| | | | | | | * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English)
* fix(server): stats APIで内部エラーが発生する問題を修正syuilo2022-02-122-3/+4
| | | | Fix #8308
* fix(client): ↵syuilo2022-02-121-6/+6
| | | | nextTickの中でonUnmounted呼び出しても効かない可能性がある
* fix(client): ↵syuilo2022-02-122-2/+3
| | | | 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
* :art:syuilo2022-02-122-2/+2
|
* Update CHANGELOG.mdsyuilo2022-02-121-0/+9
|
* :art:syuilo2022-02-124-0/+44
|
* fix(client): フッターでセーフエリアを考慮するようにsyuilo2022-02-121-1/+1
|
* fix(client): tweak uisyuilo2022-02-121-2/+1
| | | | #8311
* ソフトミュートですべてがマッチしてしまうのを修正 (#8307)tamaina2022-02-111-1/+5
| | | | | | | | | | | | | * ソフトミュートですべてがマッチしてしまうのを修正 * Clean up * Update packages/client/src/scripts/check-word-mute.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * fix Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 12.106.3syuilo2022-02-112-2/+2
|
* enhance(client): tweak paddingsyuilo2022-02-112-2/+3
|
* fix(client): ノート詳細が開けないのを直したりsyuilo2022-02-113-11/+22
| | | | Fix #8305
* 12.106.2syuilo2022-02-112-5/+2
|
* New Crowdin updates (#8304)syuilo2022-02-111-1/+3
| | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified)
* Update CHANGELOG.mdsyuilo2022-02-111-0/+1
|
* fix(client): ノートの参照を断ち切るようにsyuilo2022-02-113-26/+39
| | | | | Fix #8201 Close #8237
* Update 1644010796173-convert-hard-mutes.jssyuilo2022-02-111-1/+1
|
* Update 1644010796173-convert-hard-mutes.jssyuilo2022-02-111-0/+1
|
* 12.106.1syuilo2022-02-112-5/+2
|
* fix(client): word mute cannot savesyuilo2022-02-112-1/+11
|
* 12.106.0syuilo2022-02-112-2/+3
|
* chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /packages/backend (#8303)dependabot[bot]2022-02-111-11/+4
| | | | | | | | | | | | | | | | Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* New Crowdin updates (#8282)syuilo2022-02-116-15/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Bengali)
* chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /packages/backend (#8302)dependabot[bot]2022-02-111-3/+3
| | | | | | | | | | | | | | | Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2022-02-111-1/+3
|
* chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/backend (#8301)dependabot[bot]2022-02-111-3/+3
| | | | | | | | | | | | | | | Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse 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 tar from 6.0.5 to 6.1.11 in /packages/backend (#8294)dependabot[bot]2022-02-111-24/+5
| | | | | | | | | | | | | | | | Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.0.5...v6.1.11) --- updated-dependencies: - dependency-name: tar 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 chartsyuilo2022-02-112-3/+5
|
* enhance(client): リアクションピッカーの幅、高さ制限を緩和syuilo2022-02-113-0/+18
|
* feat(client): make size of reaction picker configuablesyuilo2022-02-115-7/+36
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-111-53/+21
|\
| * chore(deps): bump browserslist from 4.16.3 to 4.19.1 in /packages/client (#8290)dependabot[bot]2022-02-111-53/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.19.1. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.19.1) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | enhance(server): add indexes for following hostsyuilo2022-02-112-0/+17
| |
* | :art:syuilo2022-02-111-0/+1
| |