Closed hanserasmus closed 6 years ago
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/4807 (Add a dark theme to theming app), https://github.com/nextcloud/server/issues/9737 (Advanced Theming Support), https://github.com/nextcloud/server/issues/10457 (issues with custom color and dark theme), https://github.com/nextcloud/server/pull/10269 (Clarify beta state of dark theme), and https://github.com/nextcloud/server/issues/10024 (Footer link to text (Theming App)).
Most likely an issue with the serverinfo app: https://github.com/nextcloud/serverinfo/issues
cc @skjnldsv
Should I leave this here? Or close and re-open there?
Should I leave this here? Or close and re-open there?
Let @skjnldsv decide this ;)
Hey @hanserasmus :) Thnks for your report. Yes this needs to be set in the serverinfo app :)
Signing status
``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```App list
``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```Config report
``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```LDAP config
``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```Web server error log
``` Insert your webserver log here ```Nextcloud log
``` Insert your Nextcloud log here ```Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```