summaryrefslogtreecommitdiffstats
path: root/tests/psalm-baseline.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-14 12:44:27 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-23 14:33:00 +0100
commit74e75417be28f0329ce98667ce4d84bd03e6441c (patch)
tree381bcdaee20bcc6fa3b7a23981c0250d955b910b /tests/psalm-baseline.xml
parent848fecf97d0e218c42fa6b31e93d140ab8ad7caa (diff)
feat(federation): Add TalkV1 federation proxy for mentions
Decision is to proxy the requests on the own server, so we can proxy other services (matrix coming to mind) in the future and the clients still have to only talk to their own server, to help with CSP and to reduce the efforts Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 19e18b52c..0339a1a5d 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -41,6 +41,11 @@
<code>Filesystem</code>
</UndefinedClass>
</file>
+ <file src="lib/Federation/Authenticator.php">
+ <NoInterfaceProperties>
+ <code><![CDATA[$this->request->server]]></code>
+ </NoInterfaceProperties>
+ </file>
<file src="lib/Files/Util.php">
<InvalidArgument>
<code>$fileId</code>
@@ -54,12 +59,6 @@
<code>private</code>
</UndefinedClass>
</file>
- <file src="lib/Middleware/InjectionMiddleware.php">
- <NoInterfaceProperties>
- <code><![CDATA[$this->request->server]]></code>
- <code><![CDATA[$this->request->server]]></code>
- </NoInterfaceProperties>
- </file>
<file src="lib/Migration/Version2001Date20170707115443.php">
<InvalidArrayAccess>
<code><![CDATA[$return['num_rooms']]]></code>