summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* enhance(chart): better federation pub/sub calculationsyuilo2022-03-041-1/+14
|
* fix federation chart pubsubsyuilo2022-03-041-1/+1
|
* fix esmsyuilo2022-03-041-1/+1
|
* feat: instance default themesyuilo2022-03-013-0/+34
|
* fix esmsyuilo2022-03-013-3/+3
|
* fix esmsyuilo2022-03-013-3/+3
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-03-014-4/+4
|
* fix esmsyuilo2022-03-015-13/+13
|
* fix: use import assertionsyuilo2022-03-011-1/+1
|
* fix esmsyuilo2022-02-271-1/+1
|
* fixsyuilo2022-02-272-1/+3
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2730-89/+154
| | | | | | | | | | | | | | | | | | | | * 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-27707-3507/+4011
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix: better language settingssyuilo2022-02-263-12/+668
| | | | | Fix #8359 Fix #7968
* refactorsyuilo2022-02-251-3/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-231-6/+12
|\
| * fix: also recognize "shortcut icon" favicon (#8220)Johann1502022-02-231-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also recognize "shortcut icon" favicon Not using querySelector for this because it uses jsdom which might be slower. Reversing the order because WHATWG says the last appropriate link should be used. * also fetchIconUrl * br * improve readability * fix * フォールバックにhrefの評価を含める * fix val name * 将来的な拡張を考えたコードにした Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | feat: add pub & sub item for federation chartsyuilo2022-02-232-1/+14
|/