PaulLereverend / NextcloudExtract

Bring extraction to your nextcloud web interface
GNU Affero General Public License v3.0
51 stars 16 forks source link

fixed extraction in case of external storage with session authentication (>=NC21) #80

Closed phreaker0 closed 2 years ago

phreaker0 commented 2 years ago

starting with nextcloud 21 the mount type for external storage with session authentication changed from "external" to "external-session". This broke this plugin because the external flag was not set anymore. This PR matches all external storage mount types and extraction works again.