Joas Schilling
f7e1025e84
fix(CI): Add stub for circles events
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
d9219705e4
fix(CI): Fix CI on pushes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
a57dbcbb52
Move away from private and deprecated classes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
02026811d6
fix(dev): Fix autoloader populating dev dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
948f87851d
feat(psalm): Add a stub for the command base class
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
dda8b4cbe7
fix(CI): Make psalm a level more aggressive with straight forward changes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling
b57f32b8bb
fix: Stop using Symfony event dispatcher directly
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
jld3103
9c4622fa7a
Enable less/more specific errors
Signed-off-by: jld3103 <jld3103yt@gmail.com>
3 years ago
Joas Schilling
07a8ad0883
fix(CI): Ignore internal exception class
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
091c6a6368
fix(CI): Add upcoming psalm options to get rid of warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Daniel Calviño Sánchez
03735df988
Return error when trying to stop an unknown recording
The Nextcloud server expects a notification to be sent by the recording
server once a recording is stopped. However, if the recording server
does not know about certain recording the Nextcloud server did not
change the recording status, and the recording was kept active (even if
it was not).
To solve that now the recording server returns a 404 when trying to stop
an unknown recording (although not if the recording is being stopped),
and in that case the Nextcloud server updates the recording status to
"failed".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years ago
Daniel Calviño Sánchez
af83fb6040
Send requests to the recording server to start and stop recordings
The owner of the recording must be provided when starting it to be able
to later store it.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years ago
Vitor Mattos
ae97a85637
Fix psalm schema location
Signed-off-by: Vitor Mattos <vitor@php.rio>
3 years ago
Joas Schilling
1d575ca597
Fix missing parent class
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
a22a546401
Adjust coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
1cdd96a113
Add Mozart to avoid conflict with other JWT apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
b1b01f849a
Use public throttler
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
6a1707935c
Fix psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
ed0d575135
Also retry on connect exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
a8aec629b4
Retry sending signaling messages up to 3 times
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
5c1a17e13f
Update baseline
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Vitor Mattos
0ee8e5a3c5
Remove deprecated
f72f2f6fbe/docs/running_psalm/configuration.md (totallytyped)
Signed-off-by: Vitor Mattos <vitor@php.rio>
4 years ago
Joas Schilling
3381cb7ff3
Remove deprecated config
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
8d73f7341d
Use public API of trusted domain helper
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
2c6dc8240a
Limit URLs to trusted domains for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Vitor Mattos
251d68513b
bump christophwurst/nextcloud
Signed-off-by: Vitor Mattos <vitor@php.rio>
4 years ago
Vitor Mattos
8841415daf
Bump psalm version
Signed-off-by: Vitor Mattos <vitor@php.rio>
4 years ago
Joas Schilling
75f30c9f6d
Update Psalm list
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Gary Kim
5219c0deb2
Fix fixable Psalm errors
Signed-off-by: Gary Kim <gary@garykim.dev>
5 years ago
Joas Schilling
85b477aa67
Fix psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
b8a12bc952
Fix unit tests and psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
1029a6f6bb
Ignore circle classes for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
73be7bece9
Allow to mention groupfolder users in file chats
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
9f001b9bc9
Ignore Psalm error on getInner
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
1028908a7e
Update psalm baseline
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
f0220343e4
Update code to work with doctrine/dbal 3.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
46452d7b2a
Remove vendor from extrafiles
Since we use the autoloader now to load the needed libraries this is not
needed any more.
Fixes issue where psalm is analyzing files in the vendor folder also.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Joas Schilling
6eefd9c3fa
Save the read privacy on the attendee model too, so we can select-query it easier later on
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
fbf72c1af5
Create a new table for internal signaling and guest names with a PK
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
2b7ce7a2d3
Ignore the exception that is unknown
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
12d1bf1b7b
Fix CS and psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
ca16dcab45
Ignore "missing" doctrine classes
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
3caa7ca676
Add a stub for the comments manager to clarify it's defined methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
3b9deaae79
Add Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago