summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/entities/user.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-248/+0
|
* Add additional drive capacity change support (#8867)CyberRex2022-07-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore: synchronize code and database schema (#8577)Johann1502022-05-051-1/+1
| | | | | | | | | | * chore: remove default null null is always the default value if a table column is nullable, and typeorm's @Column only accepts strings for default. * chore: synchronize code with database schema * chore: sync generated migrations with code
* fix ogp rendering and refactorsyuilo2022-04-171-2/+2
|
* perf(server): refactor and performance improvementssyuilo2022-03-251-0/+6
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-271-20/+0
| | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-271-2/+2
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-061-0/+6
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* fix lintsyuilo2021-12-091-32/+32
|
* refactoringsyuilo2021-11-121-0/+250
Resolve #7779