subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
476 stars 73 forks source link

Feature Request: Support for Nextcloud & Owncloud Shared URL's with Password Protection #223

Closed sunjam closed 6 years ago

sunjam commented 6 years ago

Owncloud and Nextcloud allow an optional password to be added to Shared Links before they can be accessed. Tusk does not currently support these passwords, but it would add an extra layer of security to support them on shared URL's. Thanks!

Here is documentation on the OCS Share API, if it helps.

zmilonas commented 6 years ago

Hey @sunjam thanks for the feature request.

I took a look at password protected ownCloud and Nextcloud links and seems like it's a custom password form implementation for both ownCloud and Nextcloud.

The link you provided does not lead to anything about the link retrieval, it's an API for adding and removing such shares - it is virtually impossible to programmatically access the database without an API for direct file retrieval.

I recommend using WebDAV with ownCloud and Nextcloud instead :)