summaryrefslogtreecommitdiffstats
path: root/lib/Config.php
AgeCommit message (Expand)Author
2023-07-17fix(CI): Make psalm happyJoas Schilling
2023-05-05Add unit tests and implement pending methodsVitor Mattos
2023-05-05Add user setting for toggle typing privacyVitor Mattos
2023-05-03Updates lib/Config.php PHPDoc comments.Faraz Samapoor
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-27Don't claim recording is enabled when no secret or servers are configuredJoas Schilling
2023-02-23Remove isSignalingDev methodVitor Mattos
2023-02-14Add setting to configure recording serversDaniel Calviño Sánchez
2023-01-05Merge pull request #8465 from nextcloud/add-app-config-for-default-attachment...Joas Schilling
2023-01-03Remove the possibility to change the allowed mime types by settingVitor Mattos
2022-12-28Don't force the recordings to be inside the attachments folder, just default ...Vitor Mattos
2022-12-28Cover method with unit testVitor Mattos
2022-12-28Move default mimes to configVitor Mattos
2022-12-28Method moved to stay near by other methods related with recordingVitor Mattos
2022-12-27Rename vars to make more readdable and create method to return default record...Vitor Mattos
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-15Merge pull request #8460 from nextcloud/bugfix/8448/enforce-length-of-private...Joas Schilling
2022-12-13Add app config to specify default attachment folder locationThomas Citharel
2022-12-12Fix var name from capability to configVitor Mattos
2022-12-12Enfore length of private keysJoas Schilling
2022-12-12Allow to define default permissionsJoas Schilling
2022-12-09Move logic to a single placeVitor Mattos
2022-12-09Add system message and testsVitor Mattos
2022-12-09Minor thingsJoas Schilling
2022-12-08Set call_recording enabled by defaultVitor Mattos
2022-12-08Split recording capabilityVitor Mattos
2022-12-08Add capability to toggle recordingVitor Mattos
2022-12-07Add a config to disable breakout roomsJoas Schilling
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
2022-07-07Add support for algorithm "EdDSA" and add tests.Joachim Bauch
2022-07-07Implement JWT auth for signaling connection.Joachim Bauch
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-12-06Reduce MissingReturnTypeVitor Mattos
2021-11-03Start with integration tests for invitesJoas Schilling
2021-10-27Enable limitation by default as it increases performanceJoas Schilling
2021-10-27Add config setting to make grid videos limit a hard limitDaniel Calviño Sánchez
2021-10-27Add config setting to limit the number of videos in the gridDaniel Calviño Sánchez
2021-10-22Use typed eventJoas Schilling
2021-10-21Introduce event so other apps can override the list of TURN servers.Joachim Bauch
2021-05-10Merge pull request #5491 from brknkfr/multiple_turnserversDaniel Calviño Sánchez
2021-05-10Provide multiple TURN servers to webrtc clientSebastian L
2021-05-07Provide multiple STUN servers to webrtc clientSebastian L
2021-02-05Add support for "turns:" schemeDaniel Calviño Sánchez
2020-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
2020-11-26Only allow enabling SIP when the user can enable itJoas Schilling
2020-10-30No mix of _ and -Joas Schilling
2020-10-30Check if the SIP is configuredJoas Schilling
2020-10-30Add a shared secretJoas Schilling
2020-10-30Add dial-in info and fix group display namesJoas Schilling