summaryrefslogtreecommitdiffstats
path: root/lib/Controller/RoomController.php
AgeCommit message (Expand)Author
2023-08-10fix(bruteforce): Fix resetting the bruteforce protectionJoas Schilling
2023-05-05fix(CI): FIx import order for linterJoas Schilling
2023-05-04techdebt(api): Make the checksum verification generic so it can be reusedJoas Schilling
2023-05-02Merge pull request #9412 from nextcloud/bugfix/8787/keep-guest-attendees-with...Joas Schilling
2023-05-02fix(guests): Keep guest attendees with display name or non-default permissionsJoas Schilling
2023-05-02chore(api): Use nullsafe operatorJoas Schilling
2023-05-01fix(user-status): Fix type and missing docs of user status clearAtJoas Schilling
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-25techdebt(controllers): Migrate Talk annotations to attributesJoas Schilling
2023-04-24fix(controllers): Migrate to proper "multiple bruteforce protections" supportJoas Schilling
2023-04-24fix(controllers): Always specify the bruteforced actionJoas Schilling
2023-04-24fix(controllers): Migrate to BruteForceProtection attributeJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-21fix(API): Extend list of configs influencing X-Nextcloud-Talk-Hash headerJoas Schilling
2023-02-24Restrict available APIs for breakout roomsJoas Schilling
2023-02-17Return status of other user on one to one roomVitor Mattos
2023-02-14Merge pull request #8726 from nextcloud/perf/8710/modified-since-support-on-r...Joas Schilling
2023-02-10Support "modified since" on the room listJoas Schilling
2023-02-10Don't throw when breakout rooms are not startedJoas Schilling
2023-02-06Always log the token and reset again when joining successfullyJoas Schilling
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2023-01-30Extract the formatter into a separate classJoas Schilling
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-24Only kick the session we want to remove, not anyJoas Schilling
2023-01-24Only do previous participant work when we actually have a sessionJoas Schilling
2023-01-24Don't load any session when we don't have oneJoas Schilling
2023-01-04Prevent toggling guests or the lobby directlyJoas Schilling
2023-01-04Restrict the object rooms that can be createdJoas Schilling
2023-01-04Add user to parent room when added to a breakout roomJoas Schilling
2023-01-04Allow creating individual breakout rooms via the normal APIJoas Schilling
2023-01-04Merge pull request #8492 from nextcloud/feature/store-recordingJoas Schilling
2023-01-04Also check the expiration on all other renderingsJoas Schilling
2022-12-29Expose avatar versionVitor Mattos
2022-12-23Move SIPBridge validator to serviceVitor Mattos
2022-12-21Changes after code reviewVitor Mattos
2022-12-16Update documentation and expose room propertyVitor Mattos
2022-12-12formatRoom does not throw anymoreJoas Schilling
2022-12-12Add an API that allows students and teachers so list the breakout roomsJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-12-07Also integration test the status and mode fieldsJoas Schilling
2022-12-07Rename attributeJoas Schilling
2022-12-07Documentation of room avatar propertyVitor Mattos
2022-12-07Return room URL in activities and referencesVitor Mattos
2022-12-07Return avatar in place of conversaion icon when the convesration have an avatarVitor Mattos
2022-11-25Merge pull request #8265 from nextcloud/bugfix/4670/fix-session-issuesJoas Schilling
2022-11-18Add callStartTime to room APIJoas Schilling
2022-11-02Don't keep the session open when joining/leaving a room to reduce the chance ...Joas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling