-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contacts menu doesn't find / list all users (with external user backend webdav) #9505
Comments
What user back-end is that? Is that an external app? |
@ChristophWurst it's the official External User Support App (https://github.com/nextcloud/apps/tree/master/user_external) configured to authenticate against a WebDAV server |
Okay, so I think the issue is that the contacts menu uses the @georgehrke @MorrisJobke @rullzer does anybody know if the DAV address books should contain those external users as well? cc @skjnldsv because I think you asked about a similar issue last week. |
I also recognized the contacts menu doesn't show the profile picture/avatar for the shown contacts from external user backend; but the ones of database users are shown |
IIRC that's because the avatars are a feature of the internal DAV representation of system users. We haven't got any information about external users, I think. |
But users of external storage have got profile pics or avatars whith a color and a letter in the admin user view and in the sharing dialog... why are the images shown in these locations and not in the contacts menu? |
Fair enough. Then those features must use a different API or it's not stored in the
|
this issue should stay open as it is not yet fixed.... |
I am going to close this since there doesn't seem to be a lot of interest (no upvotes) and no respond since over 2 years. Please reopen if you still want to implement this. |
Steps to reproduce
Expected behaviour
all users should be listed or at least the should pop up when searching for
Actual behaviour
only one user (+local users) is listed
this one was probably created before upgrading nextcloud to 13.0.2
Server configuration
Operating system: Ubuntu 16.04
Web server: apache2
Database: mariaDB
PHP version: 7.2
Nextcloud version: 13.0.2
Updated from an older Nextcloud/ownCloud or fresh install: fresh (updated from 13.0.0)
Where did you install Nextcloud from: official nextcloud.com download
Signing status:
Signing status
List of activated apps:
App list
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"auth.bruteforce.protection.enabled": true,
"0": [
".htaccess",
"Thumbs.db",
"thumbs.db"
],
"cron_log": true,
"activity_expire_days": 33,
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "13.0.2.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"enable_previews": true,
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\Movie",
"OC\Preview\PDF",
"OC\Preview\MP3",
"OC\Preview\TXT",
"OC\Preview\MarkDown"
],
"preview_max_x": 1024,
"preview_max_y": 768,
"preview_max_scale_factor": 1,
"filesystem_check_changes": 0,
"filelocking.enabled": "true",
"htaccess.RewriteBase": "/",
"integrity.check.disabled": false,
"knowledgebaseenabled": false,
"logfile": "/var/nc_data/nextcloud.log",
"loglevel": 0,
"logtimezone": "Europe/Berlin",
"log_rotate_size": 104857600,
"maintenance": false,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"overwriteprotocol": "https",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"password": "REMOVED SENSITIVE VALUE",
"port": 0,
"timeout": 0
},
"quota_include_external_storage": false,
"share_folder": "",
"skeletondirectory": "/srv/nextclouddata/presets/",
"theme": "",
"trashbin_retention_obligation": "auto, 7",
"updater.release.channel": "stable",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"user_backends": [
{
"class": "\OCA\User_External\WebDAVAuth",
"arguments": [
"REMOVED SENSITIVE VALUE"
]
}
],
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "ssl",
"mail_smtphost": "REMOVED SENSITIVE VALUE"
}
}
Insert your webserver log here
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: