summaryrefslogtreecommitdiff
path: root/packages/backend/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy34 hours4-15/+15
* merge: Improve URL validation *FOR STABLE* (!1191)dakkar2025-07-283-19/+188
|\
| * fix DI error in HttpRequestService.tsHazelnoot2025-07-271-1/+0
| * resolve domain names when checking for private URLsHazelnoot2025-07-271-17/+43
| * allow HTTP connections to private IPsHazelnoot2025-07-271-2/+24
| * refactor actor validation to reduce code duplicationHazelnoot2025-07-272-1/+113
| * validate all URLs before fetchHazelnoot2025-07-271-10/+20
* | scale rate limit dripRate with factorHazelnoot2025-07-271-10/+26
|/
* merge: fix(backend): Send Abuse Reports To Set Maintainer E-Mail (!1127)dakkar2025-06-191-0/+72
|\
| * refactor(backend): Remove Useless VariableLilly Schramm2025-06-181-2/+1
| * fix(backend): Send Abuse Reports To Set Maintainer E-MailLilly Schramm2025-06-181-0/+73
* | fix testsHazelnoot2025-06-181-0/+2
* | fold renderUpNote into renderNoteHazelnoot2025-06-181-53/+0
|/
* fix TS errorsHazelnoot2025-06-131-1/+1
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-122-2/+2
* pcleanup dependencies:Hazelnoot2025-06-123-4/+4
* merge: Emit log messages with correct level (!1097)Hazelnoot2025-06-121-3/+1
|\
| * fix type errors with JsonLdService and remove unused factory patternHazelnoot2025-06-091-3/+1
* | normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-092-125/+312
* | implement userFollowersCacheHazelnoot2025-06-091-0/+6
* | re-type userFollowingsCache to match the othersHazelnoot2025-06-091-2/+2
* | move QuantumKVCache to a separate fileHazelnoot2025-06-092-3/+3
* | disable caches in unit testsHazelnoot2025-06-094-17/+44
* | implement no-op caches for testingHazelnoot2025-06-091-0/+196
* | implement QuantumKVCache.add and QuantumKVCache.addManyHazelnoot2025-06-091-0/+62
* | implement QuantumKVCache.setMany and QuantumKVCache.seleteManyHazelnoot2025-06-091-21/+125
* | add ignoreRemote filter to InternalEventServiceHazelnoot2025-06-091-2/+2
* | implement QuantumKVCacheHazelnoot2025-06-091-0/+431
* | implement InternalEventServiceHazelnoot2025-06-091-0/+92
|/
* more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-061-0/+75
* remove unused fields from WebhookTestService.tsHazelnoot2025-06-041-3/+0
* fix unit testsHazelnoot2025-06-041-0/+5
* fix testsHazelnoot2025-05-284-6/+58
* add function diffArraysSimple for more efficient change detectionHazelnoot2025-05-281-1/+39
* minor optimization to diff-arraysHazelnoot2025-05-281-3/+3
* fix type errors caused by new User, Note, and Instance fieldsHazelnoot2025-05-282-0/+6
* add diff-arrays utility for efficient array diffsHazelnoot2025-05-281-0/+53
* enable TypeScript incremental mode to speed up IDEsHazelnoot2025-05-281-0/+1
* fix unit tests for HttpRequestService.tsHazelnoot2025-05-131-2/+12
* allow private IP ranges to specify allowed portsHazelnoot2025-05-121-0/+103
* refactor: ファイルアップロード時のテストを追加 (#15928)おさむのひと2025-05-081-0/+164
* Revert "fix: 添付ファイルのあるリクエストを受けたときの...おさむのひと2025-05-082-110/+2
* separate type imports for CheerioHazelnoot2025-05-081-1/+2
* replace JSDOM with cheerioHazelnoot2025-05-082-8/+8
* Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-05-061-0/+21
|\
| * make `toPuny` work better in testingdakkar2025-04-211-0/+21
* | fix type errors in e2e testsHazelnoot2025-04-302-3/+3
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-292-2/+110
|\ \
| * | fix: 添付ファイルのあるリクエストを受けたときの初動を...おさむのひと2025-04-292-2/+110
* | | merge upstream againHazelnoot2025-04-244-13/+22
|\| |