summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CONTRIBUTING.mdsyuilo2022-03-271-0/+3
|
* Update ROADMAP.mdsyuilo2022-03-271-1/+7
|
* Update ROADMAP.mdsyuilo2022-03-271-0/+1
|
* Create ROADMAP.mdsyuilo2022-03-271-0/+21
|
* chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 (#8313)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects 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 follow-redirects in /packages/backend (#8314)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)dependabot[bot]2022-03-271-5/+5
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump nanoid from 3.1.30 to 3.3.1 in /packages/backend (#8426)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.1) --- updated-dependencies: - dependency-name: nanoid 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 minimist from 1.2.5 to 1.2.6 (#8445)dependabot[bot]2022-03-271-3/+3
| | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist 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 minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* tweak clientsyuilo2022-03-272-1/+4
|
* fix of clientsyuilo2022-03-271-2/+2
|
* fix querysyuilo2022-03-271-1/+3
|
* update depssyuilo2022-03-272-22/+22
|
* limit federation of reactions on direct notes (#8448)Johann1502022-03-271-1/+10
|
* refactorsyuilo2022-03-271-8/+8
|
* fix: Handle decodeURIComponent error (#8411)tamaina2022-03-271-3/+11
|
* fix null in querysyuilo2022-03-261-5/+6
|
* refactorsyuilo2022-03-261-1/+1
|
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-265-13/+38
|
* refactorsyuilo2022-03-261-12/+12
|
* Update CHANGELOG.mdsyuilo2022-03-261-0/+1
|
* perf(server): reduce db query when get notificationssyuilo2022-03-261-0/+2
|
* perf(server): improve deliver performancesyuilo2022-03-261-7/+18
|
* refactor and performance improvementssyuilo2022-03-261-61/+65
|
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/backend (#8447)dependabot[bot]2022-03-261-3/+3
| | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-26325-1494/+1314
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* .jssyuilo2022-03-252-2/+2
|
* update depssyuilo2022-03-256-324/+325
|
* perf(server): refactor and performance improvementssyuilo2022-03-2571-189/+289
|
* refactorsyuilo2022-03-254-14/+5
|
* Update account.tssyuilo2022-03-251-1/+1
|
* enhance(client): ↵syuilo2022-03-252-1/+6
| | | | アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように
* refactorsyuilo2022-03-251-9/+4
|
* refactor: separate meta api for admin or notsyuilo2022-03-2514-196/+413
|
* recognize null in _misskey_content for notes (#8440)Johann1502022-03-231-1/+1
|
* Resolve #7208 (#7226)Ehsan Javadynia2022-03-222-0/+36
| | | add decrement replies count on delete note and a test for that
* Use unique id for Undo (#8434)MeiMei2022-03-221-0/+2
|
* perf(server): disable some antenna features to improve performancesyuilo2022-03-223-19/+19
|
* perf(server): reduce db querysyuilo2022-03-213-12/+29
|
* tweak logsyuilo2022-03-211-1/+1
|
* chore: add notesyuilo2022-03-211-0/+2
|
* perf(server): reduce db querysyuilo2022-03-211-3/+1
|
* .jssyuilo2022-03-211-1/+1
|
* .jssyuilo2022-03-211-3/+3
|
* perf(server): cache nodeinfo to reduce db querysyuilo2022-03-211-2/+5
|
* perf(server): reduce db querysyuilo2022-03-216-17/+30
|
* デッキまわりをCompositon API / Setup Sugarに (#8410)tamaina2022-03-2115-716/+599
| | | | | | | | | | | | | | | | | | | * universal.widgets.vue * column.vue, antenna-column.vue * direct-column.vue, list-column.vue * main-column.vue * wip * :v: * fix * :v: * :v:
* perf(server): reduce db querysyuilo2022-03-212-5/+24
|