You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible – or can we have this implemented – to upload to an upload-password-protected instance by passing the password in the url?
One use case would be to request files from someone and make life easy for them ('please upload at https://myfiles.example/share-create/password123')
This feature might also be useful to bypass upload passwords for "safe" ip-addresses by configuring the forward proxy to proxy https://myfiles.example/share-create as http://localhost/share-create/password123 for ip-addresses which are considered "safe"
Maybe I could try to implement this myself but I'd like to hear your opinion first.
The text was updated successfully, but these errors were encountered:
Hi!
Yes it would be possible. In the v5 branch, there is something like that to expose direct download links. Of course, users have to take extra care not to leak the password...
I think it is worth waiting for the v5 branch to be stable to implement this though, as the related code has been completely rewritten.
Is it possible – or can we have this implemented – to upload to an upload-password-protected instance by passing the password in the url?
One use case would be to request files from someone and make life easy for them ('please upload at https://myfiles.example/share-create/password123')
This feature might also be useful to bypass upload passwords for "safe" ip-addresses by configuring the forward proxy to proxy https://myfiles.example/share-create as http://localhost/share-create/password123 for ip-addresses which are considered "safe"
Maybe I could try to implement this myself but I'd like to hear your opinion first.
The text was updated successfully, but these errors were encountered: