nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
107 stars 64 forks source link

Automatically disbaled for NextCloud 22 #185

Closed michael-dev closed 2 years ago

michael-dev commented 2 years ago

My system is configured for automatic updates and I just run into user_external 2.0.0 not being compatible with new nextcloud version. It looks like the new version 2.1.0, already merged, has not been published (release tag, upload to nextcloud app store) and thus was not updated automatically before upgrading to nextcloud 22.

I therefore kindly ask to publish the new version - it works fine for me.

nicoduck commented 2 years ago

This is starting to bug more and more users as the Nextcloud is offering the update even with incompatible plugins currently in use.

AVee commented 2 years ago

For those needing a quick fix, you can just edit $NEXTCLOUD_HOME/apps/user_external/appinfo/info.xml on your server and change max-version on line 35 to "22". If you got here after upgrading this change will allow you to enable the External user authentication app again. I guess that if you do this before upgrading you can actually upgrade without issues, but I haven't tested that.

violoncelloCH commented 2 years ago

sorry for the delay: my studies keep me quite busy currently I've pushed a new release to https://apps.nextcloud.com/apps/user_external

see https://github.com/nextcloud/user_external/pull/184 for details