summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Throttle MountPublicLinkController when share is not foundRoeland Jago Douma2021-05-121-1/+3
* Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-191-0/+10
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* Set proper share type when converting link shares to federated sharesJulius Härtl2020-04-211-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-251-5/+0
* Update license headersChristoph Wurst2019-12-051-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Remove old code to be compatible with Nextcloud 9 and beforeMorris Jobke2018-03-121-114/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-20/+24
* Update license headersMorris Jobke2017-11-061-0/+4
* sent, an invitation, - successfulAllan Nordhøy2017-07-141-2/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-1/+3
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+1
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-3/+10
* some code cleanup while working on the fileBjoern Schiessle2017-01-191-19/+26
* add brute force protection to 'mount public link' operationBjoern Schiessle2017-01-191-0/+1
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-241-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* don't convert link share to federated share if outgoing federated shares are ...Bjoern Schiessle2016-07-141-1/+11
* rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-141-0/+314