summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* コンディショナルロールもバッジとして表示可能にsyuilo2023-02-111-2/+8
|
* /proxyでemoji, ↵tamaina2023-02-091-8/+16
| | | | avatarなどの命令がありかつ画像でないなら404を返すように
* i/notificationsのレートリミットを緩和syuilo2023-02-091-1/+1
|
* i/notificationsのレートリミットを緩和tamaina2023-02-091-1/+1
| | | | SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
* perf: renderBaseでCache-Controlを300秒から30秒にtamaina2023-02-091-1/+1
|
* Fix #9842tamaina2023-02-091-1/+2
|
* perf: renderBaseでCache-Controlを15秒から300秒にtamaina2023-02-091-1/+1
|
* refactor: fix typessyuilo2023-02-094-6/+5
|
* refactor: fix typessyuilo2023-02-091-1/+1
|
* refactor: fix typessyuilo2023-02-092-2/+2
|
* refactor: fix typessyuilo2023-02-091-0/+1
|
* refactor: fix typessyuilo2023-02-095-4/+9
|
* refactor: fix typessyuilo2023-02-091-3/+3
|
* refactor: fix typessyuilo2023-02-091-2/+2
|
* clean upsyuilo2023-02-091-20/+6
|
* refactor: fix typessyuilo2023-02-096-13/+17
|
* revert: 650187deafsyuilo2023-02-082-1/+9
|
* fix(server): validate url from ap to improve securitysyuilo2023-02-081-0/+4
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-082-9/+1
| | | | #9778
* fix(server): DriveFileEntityService.getPublicUrl調整tamaina2023-02-071-8/+10
| | | | | - 外部MediaProxyではビデオのサムネイルを生成できないので外部に投げない - thumbnailUrlが存在しない場合、画像の場合はプロキシで圧縮させる
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-072-3/+3
|\
| * fix: postgre -> postgres (#9814)Masaya Suzuki2023-02-072-3/+3
| |
* | fix(server): validate urls from ap to improve securitysyuilo2023-02-072-6/+27
|/
* fix(server): ↵syuilo2023-02-051-2/+2
| | | | 自分のノートをお気に入りに登録しても実績解除される問題を修正
* fix(server): validate filename and emoji name to improve securitysyuilo2023-02-052-1/+9
|
* Deny UNIX domain socket (#9802)MeiMei2023-02-051-0/+1
| | | | | * Deny UNIX domain socket * got v12ならこれが使える?
* feat: ↵syuilo2023-02-056-0/+44
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* fix(server): clean up file in FileServertamaina2023-02-041-0/+4
|
* fix(server): cannot follow usersyuilo2023-02-041-4/+4
|
* fix(server): improve securitysyuilo2023-02-041-2/+2
|
* fix(client): validate urls to improve securitysyuilo2023-02-041-0/+8
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-049-49/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(server): improvement of external mediaProxy * add a comment * :v: * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check
* perf(server): cache blockingsyuilo2023-02-048-65/+99
|
* fix typosyuilo2023-02-0412-50/+50
|
* perf: use replaceAll instead of regexsyuilo2023-02-032-3/+3
|
* drop syslogsyuilo2023-02-033-40/+3
| | | | Close #9774
* drop twitter/github/discord integrationssyuilo2023-02-0315-1063/+6
| | | | Close #9775
* drop hashtag chartsyuilo2023-02-0312-124/+1
|
* refactor: fix typesyuilo2023-02-012-4/+13
|
* refactor: fix typesyuilo2023-02-011-2/+2
|
* refactor: fix typesyuilo2023-02-011-37/+41
|
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-013-48/+71
| | | | | * enhance(backend): enhance anyOf handling * clean up
* refactor: fix typesyuilo2023-02-015-12/+6
|
* refactor: tweak variable namesyuilo2023-02-011-23/+23
|
* fix(try): ld signature normalizer (#9758)Nya Candy2023-01-311-1/+4
|
* fix(server): fix aggregation of retentionsyuilo2023-01-271-1/+8
|
* proxyRemoteFilesがfalseならリモートカスタム絵文字は直リン ↵syuilo2023-01-261-1/+5
| | | | する
* リアクション履歴が公開なら、ログインしていなくても ↵hayabusa2023-01-261-1/+1
| | | | 示できるように (#9728)
* refactor: ↵tamaina2023-01-266-257/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /proxyをFileServerServiceに統合し、/proxyのurlで/filesが指定されていた場合は直接ファイルを解決するようにする (#9709) * wip? * clean up * Implement? HttpFetchService * :v: * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix * wip???? * wip * :v: * set .node-version * clean up * refactor * clean up * refactor * refactor detectRequestType * rename detectResponseType * :v: * fix * wip * clean up * no got * remove got * wip * :v: * fix * clean up * remove unnnecessary const * good cleanup * no stream * Revert "no stream" This reverts commit 636f9192fcd2b17e71bbf6b5b106b490e0f66244. * fix * cache-control: max-age=300 to error * refactor cleanup
* tweak custom emoji handlingsyuilo2023-01-264-2/+141
| | | | Close #9721