summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/nodeinfo.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-104/+0
|
* enhance: read theme color nodeinfo (#8977)Johann1502022-07-131-0/+1
| | | | | | | | * provide theme color in nodeinfo metadata * read theme color from nodeinfo Prefer to read the theme color from the nodeinfo since it is more performant than performing selector search on a DOM.
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* .jssyuilo2022-03-211-1/+1
|
* perf(server): cache nodeinfo to reduce db querysyuilo2022-03-211-2/+5
|
* refactor: Use ESM (#8358)syuilo2022-02-271-5/+5
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* remove max note text length settingsyuilo2022-02-201-1/+2
| | | | Resolve #8323
* fix: NodeInfo のユーザー数と投稿数の内容を見直す (#8255)xianon2022-02-061-7/+5
| | | | | * NodeInfoのアクティブユーザーの取得方法を変更する * NodeInfoの投稿数の出力内容を見直す
* NodeInfo にユーザー数と投稿数の情報を追加する (#8126)xianon2022-01-221-16/+16
|
* fix lintsyuilo2021-12-091-5/+5
|
* refactoringsyuilo2021-11-121-0/+101
Resolve #7779