- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.6k
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV #18120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV #18120
Conversation
| \OC::$server->getConfig() | ||
| ); | ||
| $groupPrincipalBackend = new GroupPrincipalBackend($groupManager, $userSession, $shareManager, $l10n); | ||
| $groupPrincipalBackend = new GroupPrincipalBackend($groupManager, $userSession, $shareManager); | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GroupPrincipalBackend doesn't even take a fourth parameter: (Also not on /stable(15|16|17)/)
https://github.com/nextcloud/server/blob/master/apps/dav/lib/DAV/GroupPrincipalBackend.php#L55
Not sure why it was there in the first place.
99b4447    to
    9964030      
    Compare
  
    | /backport to stable17 | 
| /backport to stable16 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
| Rebase ;) | 
…kend for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
9964030    to
    c3748cf      
    Compare
  
    | Rebased | 
| The backport to stable17 failed. Please do this backport manually. | 
| GRMPF | 
| The backport to stable16 failed. Please do this backport manually. | 
| Backport to stable17: #18205 | 
| @georgehrke Do we still need a backport for 16 as well? | 
| ideally yes, let me look into it, so we can include it in the maintenance releases. | 
fixes #11087