diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-01-26 12:05:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 12:05:16 +0100 |
commit | 3afd3c3a3d7938a8cc56e706e91335b9d09db8f3 (patch) | |
tree | 34d36056785b68ca3d406045b2d4a90f982d5781 /apps | |
parent | 3a603ab8b421b306373e06b9d1210e6013093a99 (diff) | |
parent | ed55b87b65c0a4e54abb70ca6c124b29fbb87025 (diff) | |
download | nextcloud-server-3afd3c3a3d7938a8cc56e706e91335b9d09db8f3.tar.gz nextcloud-server-3afd3c3a3d7938a8cc56e706e91335b9d09db8f3.zip |
Merge pull request #3265 from nextcloud/brute-force-protection-public-link-auth
add brute force protection for public link authentication
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 178c4265dd5..6f9d4ca032a 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -160,6 +160,7 @@ class ShareController extends Controller { /** * @PublicPage * @UseSession + * @BruteForceProtection publicLinkAuth * * Authenticates against password-protected shares * @param string $token |