summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix instance sortsyuilo2023-01-051-2/+2
|
* MisskeyPlay (#9467)syuilo2023-01-0520-1/+875
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-01-042-2/+2
|\
| * fix(server): pages/likeのエラーIDが重複しているのを修正syuilo2023-01-041-1/+1
| |
| * fix(server): fix pages/updatesyuilo2023-01-041-1/+1
| |
* | chore: remove unused function (truncateUnreadAntennaNote)tamaina2023-01-041-20/+0
|/
* clean upsyuilo2023-01-031-5/+0
|
* :v:syuilo2023-01-038-17/+45
|
* drop latestStatus of instancesyuilo2023-01-032-10/+0
|
* drop lastCommunicatedAt of instancesyuilo2023-01-038-19/+2
|
* drop latestRequestSentAt of instancesyuilo2023-01-034-23/+7
|
* PV集計はローカルユーザーのみにsyuilo2023-01-031-4/+6
|
* feat: add per user pv chartsyuilo2023-01-0111-4/+135
|
* clean upsyuilo2023-01-011-7/+0
|
* feat: make possible to export favorited notessyuilo2023-01-017-2/+216
| | | | #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
|
* clean upsyuilo2022-12-312-12/+0
|
* fix(server): ↵syuilo2022-12-311-1/+3
| | | | driveCapacityOverrideMbが公開情報になっているのを修正
* enhance(server): clean emoji responsesyuilo2022-12-318-184/+4
|
* fix: use || for emoji url fallback instead of ??tamaina2022-12-305-6/+10
|
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-307-24/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-294-6/+39
|
* 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
|
* Fix: Block delivery (#9397)atsuchan2022-12-261-5/+11
| | | | | * Fix: Block delivery * Fix: Block delivery -
* feat: introduce fluent emojisyuilo2022-12-261-0/+15
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-261-1/+3
|
* fix(server): アンテナの作成数上限を追加syuilo2022-12-261-0/+13
|
* getJsonで256kbに制限syuilo2022-12-251-0/+1
|
* 64kbsyuilo2022-12-251-3/+3
|
* fixsyuilo2022-12-251-0/+1
|
* fix(server): Ap inboxの最大ペイロードサイズを256kbに制限syuilo2022-12-251-4/+3
|
* fix(server): trim long text of note from apsyuilo2022-12-251-0/+4
| | | | Fix #9407
* refactorsyuilo2022-12-259-22/+24
|
* feat: introduce retention-rate aggregationsyuilo2022-12-2512-3/+191
|
* chore: fix reporisotry namesyuilo2022-12-253-5/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-12-251-3/+2
|\
| * enhance: convert video thumbnail to webptamaina2022-12-241-1/+1
| |
| * chore: Delete comment that is not truetamaina2022-12-241-2/+1
| |
* | chore: fix reporisotry namesyuilo2022-12-255-7/+7
|/
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404
* fix dummy image pathsyuilo2022-12-231-1/+1
|
* fix(server): add missing vary headersyuilo2022-12-232-0/+8
| | | | Fix #9393
* fix: WebFinger returns 500 (#9390)rinsuki2022-12-221-0/+3
|
* enhance(server): delete outdated notes of antenna regularly to improve db ↵syuilo2022-12-221-1/+8
| | | | performance