summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PageController.php
AgeCommit message (Expand)Author
2023-08-10fix(bruteforce): Fix resetting the bruteforce protectionJoas Schilling
2023-05-03feat(initial-state): Add own user groups to initial stateJoas Schilling
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-24fix(controllers): Always specify the bruteforced actionJoas Schilling
2023-04-24fix(controllers): Migrate to BruteForceProtection attributeJoas Schilling
2023-04-24fix(controllers): Migrate to UseSession attributeJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-17fix: Conversation token is not optional in this routeJoas Schilling
2023-02-15Add specific page for recording callsDaniel Calviño Sánchez
2023-02-06Always log the token and reset again when joining successfullyJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-03Move to new event syntaxJoas Schilling
2022-09-12Dispatch reference rendering eventJoas Schilling
2022-08-03Use public throttlerJoas Schilling
2022-07-18Fix quick access anchors for navigation and contentJoas Schilling
2022-07-05Also throttle on call/Joas Schilling
2022-07-04Throttle more endpointsJoas Schilling
2022-07-01Prevent brute forcing rooms as logged in usersJoas Schilling
2022-06-30Reset the password attempts on succcessful answerJoas Schilling
2022-06-30Show warning about the throttlingJoas Schilling
2022-06-30Add brute-force protection to conversation passwordsJoas Schilling
2022-05-20Add template data as the app parameter is currently not publicJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-07Use public HintException onlyJoas Schilling
2021-10-18Replace old type constants with new onesJoas Schilling
2021-07-01Use extended mediarecorderMarco Ambrosini
2021-05-19Regenerate session id after entering passwordRoeland Jago Douma
2021-05-10Display map in the MessageListMarco Ambrosini
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-11Make sure that collections scripts event is properly emittedJulius Härtl
2021-01-21Initial state service is deprecatedJoas Schilling
2020-10-30Fix some more participant handlingJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-09-22Merge pull request #4189 from nextcloud/feature/noid/less-participant-queriesJoas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-09-21Don't break on other errorsJoas Schilling
2020-09-17Fix "enable_matterbridge" initial state not set for guestsDaniel Calviño Sánchez
2020-08-25Allow to install the Matterbridge app directly in the Talk settingsJoas Schilling
2020-08-25basic toggle matterbridge via admin settingsJulien Veyssier
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-05-12Require a distributed MemCacheJoas Schilling
2020-04-27Create the initialState in a single locationJoas Schilling
2020-04-22Move routes to appJoas Schilling
2020-04-16Don't break when showing the login mask to usersJoas Schilling
2020-04-07Merge pull request #3287 from nextcloud/fix-invalid-config-attribute-after-mergeJoas Schilling