summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(server): improve nodeinfo performancesyuilo2023-01-101-8/+19
| | | | Resolve #9505
* perf(server): improve stats api performancesyuilo2023-01-101-8/+13
|
* typosyuilo2023-01-091-2/+1
|
* カスタム絵文字一覧情報をmetaから分離syuilo2023-01-094-57/+97
|
* fix(server): ↵syuilo2023-01-091-3/+2
| | | | | | 非公開のクリップのURLでOGPレンダリングされる問題を修正 Fix #9129
* fix importssyuilo2023-01-098-8/+8
|
* fix: Escape SQL LIKE (#9493)MeiMei2023-01-088-15/+23
| | | | | * SQL LIKE escape * CHANGELOG
* delete pollVote notificationsyuilo2023-01-081-7/+0
|
* enhance(server): refactor and tweak emoji proxysyuilo2023-01-072-44/+41
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-01-062-11/+15
|\
| * カスタム絵文字にプロキシを復活 (#9481)tamaina2023-01-062-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Revert "Update ClientServerService.ts" This reverts commit 88c64ece78db199d2f4685180511f2d6b84945d6. * Revert "disable custom emoji proxy temporary" This reverts commit 495d513efdb8b2a996287fd54ae5014832352616. * :v:
* | chore: remove ` Search` from the name of OpenSearchtamaina2023-01-062-2/+2
|/
* Update ClientServerService.tssyuilo2023-01-061-1/+1
|
* disable custom emoji proxy temporarysyuilo2023-01-061-0/+5
| | | | https://github.com/misskey-dev/misskey/pull/9431#issuecomment-1373006446
* Update flash.pugsyuilo2023-01-061-1/+1
|
* enhance(server): SSR for flashsyuilo2023-01-062-1/+61
|
* fix(backend): Set correct access control of admin/drive/files (#9472)CyberRex2023-01-061-1/+1
|
* fix instance sortsyuilo2023-01-051-2/+2
|
* MisskeyPlay (#9467)syuilo2023-01-0511-0/+642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v:
* fix(server): pages/likeのエラーIDが重複しているのを修正syuilo2023-01-041-1/+1
|
* fix(server): fix pages/updatesyuilo2023-01-041-1/+1
|
* :v:syuilo2023-01-031-0/+2
|
* drop lastCommunicatedAt of instancesyuilo2023-01-031-2/+0
|
* PV集計はローカルユーザーのみにsyuilo2023-01-031-4/+6
|
* feat: add per user pv chartsyuilo2023-01-014-1/+52
|
* clean upsyuilo2023-01-011-7/+0
|
* feat: make possible to export favorited notessyuilo2023-01-013-0/+37
| | | | #9331
* enhance(server): productionじゃない限りレートリミットを無効にsyuilo2023-01-011-3/+8
|
* :v:syuilo2023-01-013-2/+4
|
* tweak max-agesyuilo2022-12-311-1/+1
|
* cache emoji responsesyuilo2022-12-311-6/+8
|
* enhance(server): clean emoji responsesyuilo2022-12-311-2/+1
|
* fix: use || for emoji url fallback instead of ??tamaina2022-12-301-1/+2
|
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-302-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943
* fix(server): /emoji to accept `@.` host expressiontamaina2022-12-291-1/+2
|
* refactor: 絵文字URLを引き回すのをやめる (#9423)syuilo2022-12-292-2/+33
|
* Support OpenSearch (closes #7058) (#9427)Soni L2022-12-292-0/+20
| | | Co-authored-by: Chaos <chaoticryptidz@owo.monster>
* fix(server): bodyLimit for each endpointssyuilo2022-12-281-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-2/+2
|
* feat: introduce fluent emojisyuilo2022-12-261-0/+15
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-261-1/+3
|
* fix(server): アンテナの作成数上限を追加syuilo2022-12-261-0/+13
|
* 64kbsyuilo2022-12-251-3/+3
|
* fixsyuilo2022-12-251-0/+1
|
* fix(server): Ap inboxの最大ペイロードサイズを256kbに制限syuilo2022-12-251-4/+3
|
* refactorsyuilo2022-12-255-6/+5
|
* feat: introduce retention-rate aggregationsyuilo2022-12-253-0/+53
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404