summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PublicShareAuthController.php
AgeCommit message (Collapse)Author
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-13chore(CS): Unify construct() callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-13automated: Apply CS fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-18Replace old type constants with new onesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01More IShare::TYPE_* fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-27Make room names non-optionalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-13Strict controllers and migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-03Rename included class from "ShareManager" to "IShareManager"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08Add support for link shares in "share:password" roomsDaniel Calviño Sánchez
Until now only the e-mail shares had support for sending the password by Talk. In Nextcloud 15 that feature was added to link shares too, so the room name and the notification sent for "share:password" rooms has to be adjusted accordingly. The display name of "share:password" rooms is generated from the raw name of the room (the e-mail for mail shares and the file name for link shares) each time the room information is sent by the server, so the display name was generalized to accomodate both types of raw names. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08Remove unused attributeDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-08Remove outdated documentationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-22Better notifications for password sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-08Do not reuse the roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-08Use the language of the owner for the room nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-08Send notification to the sharer that a password has been requestedDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08Add end point to create rooms for requesting the password of a shareDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>