nextcloud / user_external

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

Regression. #121

Closed fskale closed 2 years ago

fskale commented 4 years ago

When using nextcloud 17.0.2, the libraries cannot be found and an error occurs: User backend OCUser[Backend] not found Actually, this is a regression: See: https://github.com/owncloud/user_external/pull/12/commits/c1bddb2e183312e4e491dc70536a65524fcebc04

Tested using version nextcloud 17.0.2

Fixes# Regression User backend OCUser[Backend] not found nextcloud version 17.0.2

-

violoncelloCH commented 4 years ago

thank you for the PR @fskale ! @ChristoptohWurst does this go into the right direction for what has to be done for #57 ? If I get it right we wouldn't need this file (and respectively this fix) at all if the classes etc were named correctly, right? So maybe you @fskale could take a look at #57 and implement what is suggested there if you'd have some time?

ChristophWurst commented 4 years ago

@ChristoptohWurst does this go into the right direction for what has to be done for #57 ?

No. You have to rename the source files to PSR4: https://www.php-fig.org/psr/psr-4/. Just see how the other apps name their files.

violoncelloCH commented 2 years ago

superseded by #191