Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update download names file for weak clients
  • Loading branch information
alexandrestein committed May 13, 2019
commit b991c65d8b0f3ed37563bace2e61e6c06f1296b5
2 changes: 1 addition & 1 deletion src/views/Share.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
return this.$route.params.pathMatch
},
link: function () {
return `${baseURL}/api/public/dl/${this.hash}`
return `${baseURL}/api/public/dl/${this.hash}/${encodeURI(this.file.name)}`
},
fullLink: function () {
return window.location.origin + this.link
Expand Down