rookie0 / nextcloud-sharing-path

🌩 Nextcloud app to enhance files sharing to be accessed by stored path, can be used as CDN origin.
GNU Affero General Public License v3.0
47 stars 11 forks source link

Spaces formatting in URL #24

Closed theosche closed 4 years ago

theosche commented 4 years ago

If there is a space in the name of the file (or any parent folder) I want to share, then the link I get includes these space characters. Space characters should be replaced by "%20" so that links are correctly recognized.

For example I should not get: https://cloud.domain.com/index.php/apps/sharingpath/user/Parent name/file name.docx

But: https://cloud.domain.com/index.php/apps/sharingpath/user/Parent%20name/file%20name.docx

rookie0 commented 4 years ago

Sorry for the late reply, fixed in v0.2.5.