summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/ActivityPubServerService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix "federation allowed" check in our codedakkar2024-10-121-1/+1
* remove MetaService from ActivityPubServerServicedakkar2024-10-091-3/+0
* replace `isBlockedHost` with `isFederationAllowedHost`dakkar2024-10-091-3/+3
* Merge remote-tracking branch 'misskey/develop' into future-2024-04-25dakkar2024-04-251-2/+2
|\
| * fix(backend): incorrect logic for determining whether Quote or not (#13700)zyoshoka2024-04-141-2/+2
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
* | merge: upstream (1)Marie2024-01-211-0/+4
|\|
| * return a `Vary: Accept` header for all dual-format endpoints #365 (#13044)かっこかり2024-01-211-0/+4
* | authorised fetch: log more detailsdakkar2024-01-081-10/+12
* | lintdakkar2023-12-311-32/+16
* | auth-fetch: ask to never cache responsesdakkar2023-12-311-16/+39
* | fix loggingdakkar2023-12-231-1/+1
* | fix typodakkar2023-12-231-1/+1
* | authorized fetch: log when things go wrongdakkar2023-12-231-2/+21
* | authorized fetch: let /@instance.actor throughdakkar2023-12-231-0/+1
* | authorized fetch #217dakkar2023-12-231-0/+129
|/
* enhance: “つながりの公開範囲”がフォロー・フォロワー...zawa-ch2023-12-181-4/+4
* fix(backend): HTTP Digestヘッダのアルゴリズム部分に大文字の"...syuilo2023-12-161-1/+1
* Remove an unnecessary type assertion (#12666)woxtu2023-12-151-2/+1
* fix: Filter featured collection (#12541)MeiMei2023-12-021-2/+3
* enhance(backend): Implementation of HTTP header and body validation to fix SI...Jaehong Kang2023-11-151-3/+23
* Merge pull request from GHSA-3f39-6537-3cgcsyuilo2023-11-141-3/+55
* fix(backend): We can renote pure renote (#12171)anatawa122023-10-301-1/+2
* lint fixessyuilo2023-10-091-3/+4
* refactor(backend): update directory structure for modelssyuilo2023-09-201-3/+3
* update deps (#11820)syuilo2023-09-151-1/+1
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-10/+10
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-271-0/+5
* refactor: 可読性のため一部で`Array.prototype.at`を使うように (...okayurisotto2023-07-141-3/+3
* refactor(backend): `core/activitypub` (#11247)okayurisotto2023-07-131-4/+17
* perf(backend): use limit() instead of take()syuilo2023-07-081-1/+1
* feat(backend): カスタム絵文字ごとに連合するかどうか設定...syuilo2023-05-181-1/+1
* enhance: account migration (#10592)Namekuji2023-04-301-3/+3
* Use unique identifier for each follow request (#10600)hutchisr2023-04-121-25/+63
* enhance(backend): improve userkeypair cachesyuilo2023-04-051-3/+3
* refactorsyuilo2023-02-131-2/+2
* refactor: fix typessyuilo2023-02-121-14/+14
* add cors header to ActivityPubServerService.ts (#9888)momoirodouhu2023-02-121-0/+8
* refactor: fix typessyuilo2023-02-091-0/+1
* refactor: fix typessyuilo2023-02-091-6/+10
* 64kbsyuilo2022-12-251-3/+3
* fixsyuilo2022-12-251-0/+1
* fix(server): Ap inboxの最大ペイロードサイズを256kbに制限syuilo2022-12-251-4/+3
* fix(server): add missing vary headersyuilo2022-12-231-0/+5
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-1/+1
* inboxが処理できない問題を多分修正syuilo2022-12-061-0/+2
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-1/+11