Fix public uploads for nextcloud subdirectories#1619
Conversation
Update main
Signed-off-by: Philip Gouverneur <philipgouverneur@gmx.de>
|
@major-mayer, would you be interested to test this again? |
Signed-off-by: Philip Gouverneur <philipgouverneur@gmx.de>
|
Hi @gouverneurp , |
|
Thank you for your help! |
|
All right, I just tested this branch without a subdirectory hosting and the upload for external shares is still working flawlessly. |
|
Does this PR fixes #1634 as well? |
|
@gouverneurp thank you for this fix. I tapped into the same issue. |
This PR fixes uploads to public folders (for unregistered users) in Nextcloud instances that are deployed in a subdirectory.
For example, when a Nextcloud instance is hosted at
www.example-cloud.com/nextcloudinstead of directly atwww.example-cloud.com, the previous implementation did not work correctly.