summaryrefslogtreecommitdiffstats
path: root/lib/Controller/FilesIntegrationController.php
AgeCommit message (Expand)Author
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
2022-07-04Throttle more endpointsJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-04-13Check if the file is accessible by someone else before allowing to chat about itJoas Schilling
2021-04-13Also allow accessing file conversations when access is possible via external ...Joas Schilling
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2019-10-21Add a setting to disable files and public sharing integrationJoas Schilling
2019-10-01Make sure the controller also works for guestsJoas Schilling
2019-10-01Merge the two controllersJoas Schilling
2019-09-26Add support for public shares to file roomsDaniel Calviño Sánchez
2019-09-13Free FilesControllerJoas Schilling