summaryrefslogtreecommitdiffstats
path: root/psalm.xml
AgeCommit message (Collapse)Author
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
- Incoming federation - Outgoing federation - Group list - Limit federation to trusted servers Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-30Handle dial-out exceptionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-27fix(events): Migrate files sidebar integration to registerEventListener()Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-22fix(CI): Add stub for circles eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-16fix(CI): Fix CI on pushesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-10Move away from private and deprecated classesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-31fix(dev): Fix autoloader populating dev dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-23feat(psalm): Add a stub for the command base classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-16fix(CI): Make psalm a level more aggressive with straight forward changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-04fix: Stop using Symfony event dispatcher directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-13Enable less/more specific errorsjld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-04-18fix(CI): Ignore internal exception classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-03fix(CI): Add upcoming psalm options to get rid of warningsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-22Return error when trying to stop an unknown recordingDaniel Calviño Sánchez
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>
2023-02-14Send requests to the recording server to start and stop recordingsDaniel Calviño Sánchez
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>
2023-01-04Fix psalm schema locationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12Fix missing parent classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Adjust coding styleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-03Use public throttlerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16Also retry on connect exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Retry sending signaling messages up to 3 timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-11Update baselineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-03Remove deprecated configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-03Use public API of trusted domain helperJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-26Limit URLs to trusted domains for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-06bump christophwurst/nextcloudVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-05Bump psalm versionVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-08-24Update Psalm listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Fix fixable Psalm errorsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Fix psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17Fix unit tests and psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-01Ignore circle classes for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13Allow to mention groupfolder users in file chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Ignore Psalm error on getInnerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-08Update psalm baselineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-08Update code to work with doctrine/dbal 3.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-18Remove vendor from extrafilesVincent Petry
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>
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ↵Joas Schilling
easier later on Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Ignore the exception that is unknownJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Fix CS and psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Ignore "missing" doctrine classesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-28Add a stub for the comments manager to clarify it's defined methodsVincent Petry
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-09Add PsalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>