summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix querysyuilo2022-03-271-1/+3
|
* limit federation of reactions on direct notes (#8448)Johann1502022-03-271-1/+10
|
* 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
|
* 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
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-26319-1434/+1263
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* .jssyuilo2022-03-252-2/+2
|
* perf(server): refactor and performance improvementssyuilo2022-03-2569-188/+287
|
* refactorsyuilo2022-03-254-14/+5
|
* refactorsyuilo2022-03-251-9/+4
|
* refactor: separate meta api for admin or notsyuilo2022-03-252-184/+401
|
* recognize null in _misskey_content for notes (#8440)Johann1502022-03-231-1/+1
|
* Resolve #7208 (#7226)Ehsan Javadynia2022-03-221-0/+4
| | | 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-222-16/+16
|
* perf(server): reduce db querysyuilo2022-03-211-11/+27
|
* 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
|
* perf(server): reduce db querysyuilo2022-03-212-5/+24
|
* perf(server): reduce db querysyuilo2022-03-201-3/+3
|
* Fix: warn about outdated NodeJS fixed (#8388)Kainoa Kanter2022-03-201-7/+5
| | | | | | | | * Fix #8387 * update changelog Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(server): reduce memory usage of redissyuilo2022-03-191-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-03-191-2/+2
|\
| * fix API console (#8416)Johann1502022-03-191-2/+2
| | | | | | | | Adjusted the server to send the API description based on the new API type declarations introduced previously.
* | feat: introduce bull dashboardsyuilo2022-03-192-0/+44
|/
* Fix: "Adding email to profile ends in error" (#8405)dogcraft2022-03-141-1/+1
|
* Fix bug : "IPCIDR is not a constructor" (#8400)dogcraft2022-03-121-1/+1
|
* fix(server): dummy image is not served correctlysyuilo2022-03-121-1/+1
| | | | Fix #8393
* リレーが動作するように修正する (#8396)xianon2022-03-121-1/+1
|
* fix(server): ulidを使用していると動作しない問題を修正syuilo2022-03-111-1/+1
|
* feat: use instance icon for splash screensyuilo2022-03-091-1/+1
|
* use high resolution asset for splash screen (#7875)Johann1502022-03-091-1/+1
|
* remove HTTPS handling (#8380)Johann1502022-03-083-21/+1
|
* fix federation chartsyuilo2022-03-082-9/+29
|
* update depssyuilo2022-03-071-2/+2
|
* delete needless instance drive columnssyuilo2022-03-075-26/+0
|
* feat: add active to federation chartsyuilo2022-03-072-1/+9
|
* feat: アンケート終了通知syuilo2022-03-068-4/+62
| | | | Resolve #4664
* feat: 時限ミュートsyuilo2022-03-048-1/+58
| | | | #7677
* fix query errorsyuilo2022-03-041-3/+3
|
* set timeout for db querysyuilo2022-03-041-2/+5
| | | | Resolve #8150