summaryrefslogtreecommitdiffstats
path: root/lib/Middleware
AgeCommit message (Expand)Author
2022-11-09Fix signaling server check when being blocked from talkJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-08-03Use public throttlerJoas Schilling
2022-07-04Throttle more endpointsJoas Schilling
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-04Deduplicate getting the room and participant in case some annotations are com...Joas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Allow users individually into the lobbyJoas Schilling
2021-06-10Fall back get participant in case session is goneVincent Petry
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2020-10-30Inject the room into the pin validationJoas Schilling
2020-10-30Fix session handling so lobby can kick you correctlyJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-04-14Allow different API versionsJoas Schilling
2019-10-17Use DI for the middlewareJoas Schilling
2019-09-19Also prevent starting a call on API levelJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-28Rename lobby constantsDaniel Calviño Sánchez
2019-08-28Use a different status code for lobby blocked requestsJoas Schilling
2019-08-28Prevent access to some APIs for non-moderators if lobby is enabledJoas Schilling
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
2019-03-15Deduplicate the annotations codeJoas Schilling
2019-03-14Add "@RequireParticipant" annotationJoas Schilling
2019-03-14Add "@RequireModeratorParticipant" annotationJoas Schilling
2019-03-14Add "@RequireLoggedInModeratorParticipant" annotationJoas Schilling
2019-03-14Add "@RequireLoggedInParticipant" annotationJoas Schilling
2019-03-01Use a middleware to prevent access to the APIs tooJoas Schilling