summaryrefslogtreecommitdiffstats
path: root/lib/Middleware
AgeCommit message (Expand)Author
2024-03-13fix(federation): Use shared logic when removing self from a roomJoas Schilling
2024-03-13fix(federation): Don't allow declining after acceptingJoas Schilling
2024-03-12fix(federation): Allow accessing avatars with pending invitesJoas Schilling
2024-02-23feat(federation): Allow editing and deleting for federated usersJoas Schilling
2024-02-23fix(federation): Return "422 Unprocessable Entity" when can not reach remoteJoas Schilling
2024-02-23feat(middleware): Filter federation supported things on the middlewareJoas Schilling
2024-02-23feat(middleware): Allow to easily jump from the Attribute to the MiddlewareJoas Schilling
2024-02-23fix(federation): Use authenticator all the time instead of duplicating it int...Joas Schilling
2024-02-23feat(federation): Add TalkV1 federation proxy for mentionsJoas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2023-12-12Merge pull request #11201 from nextcloud/bugfix/noid/move-away-from-deprecate...Joas Schilling
2023-12-12fix(middleware): Add types as per OCP class we extendJoas Schilling
2023-12-12fix(OCP): Move away from deprecated RedirectToDefaultAppResponseJoas Schilling
2023-12-11Merge pull request #11197 from nextcloud/techdebt/noid/redundant-phpdoc-tagsJoas Schilling
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-12-11fix(API): Fix duplicate exception catchesJoas Schilling
2023-12-01fix(API): Remove unused variables and deprecated methodsJoas Schilling
2023-11-28fix(API): Add ParameterOutOfRange middlewareJoas Schilling
2023-11-22fix(API): Require recording consent compatible version of clientsJoas Schilling
2023-11-21fix(settings): Allow requesting hosted HPB without being in "Can use Talk" groupJoas Schilling
2023-10-10Try to load a room by accessTokenJoas Schilling
2023-08-16fix(conversations): Allow accessing avatars of listable conversationsJoas Schilling
2023-07-10Use PHP8's constructor property promotionHamid Dehnavi
2023-06-01feat(API): Allow to block older clientsJoas Schilling
2023-05-12fix(settings): Fix recording server check for blocked adminsJoas Schilling
2023-04-25techdebt(controllers): Migrate Talk annotations to attributesJoas Schilling
2023-04-25feat(middleware): Move RequireCallEnabled annotation to attributeJoas Schilling
2023-04-24fix(controllers): Migrate to proper "multiple bruteforce protections" supportJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-06Always log the token and reset again when joining successfullyJoas Schilling
2023-01-31fix(polls): Don't allow to create polls in changelog conversationsJoas Schilling
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