summaryrefslogtreecommitdiffstats
path: root/lib/Config.php
AgeCommit message (Expand)Author
2024-02-12feat(federation): Add appconfig options to restrict federationJoas Schilling
2023-12-11fix(CS): Migrate more strpos() calls to str_* functionsJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-10-23fix(sip-dialout): Add an admin config for SIP dial-outJoas Schilling
2023-10-20fix(events): Fix event name when getting turn serversJoas Schilling
2023-10-06feat(settings): Add initial state for the admin settingJoas Schilling
2023-10-06feat(recording): Recording consent API - Version 2Joas Schilling
2023-10-06feat(recording): Add API for recording consent MVP levelJoas Schilling
2023-09-26feat(user_status): Increase participant limit to 1k usersJoas Schilling
2023-07-11Use PHP8's constructor property promotionHamid Dehnavi
2023-07-04fix(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