-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Steps to reproduce
unfortunately i'm not sure right now (please be patient, these are my first steps on github!)
Expected behaviour
a clean an functional UI
Actual behaviour
have a look at the screenshot... 
the UI is definitely not like it should be.
Server configuration
i'm using a hoster, so i can't tell you everything exactly...
Operating system: Linux 3.13.0-110-generic #157-Ubuntu SMP x86_64
Web server: Apache 2.0
Database: mysql 5.6.33
PHP version: 7.0.14
Nextcloud version: 11.0.2.7
Tasks version: 0.9.4
Updated from an older Nextcloud or fresh install: updated from 11.0.1.2 with the app
Signing status:
Integrity checker has been disabled. Integrity cannot be verified.
i think this is because i tried to "sideload" the checksum-app via FTP because it can't be downloaded via the apps-menu (Client error response [url] https://herzberg-digital.de/checksum.tar.gz [status code] 404 [reason phrase] Not Found)... then it showed an app-update immediately and after applying that i got an integrity-warning on the admin-page.
List of activated apps:
i use this as a testing-instance so it is sadly a huge list. - at least i'm pretty sure the problems in the main-window are related with JavaScript XMPP Chat.
App list
Activity 2.4.1
Collaborative tags 1.1.3
Comments 1.1.0
Default encryption module 1.4.1
Deleted files 1.1.0
External storage support 1.1.2
External user support 0.4
Federation 1.1.1
File access control 1.1.2
File sharing 1.1.1
First run wizard 2.0
Gallery 16.0.0
Log Reader 2.0.0
Mail template editor 0.2
Nextcloud announcements 1.0
Notifications 1.0.1
Password policy 1.1.0
PDF viewer 1.0.1
Retention 1.0.1
Server info 1.1.1
Share by mail 1.0.1
Text editor 2.2
Theming 1.1.1
Update notification 1.1.1
Usage survey 0.1.5
Versions 1.4.0
Video player 1.0.0
Activities for shared file downloads 1.0.0
Activity Log 0.0.1
Admin notifications 1.0.0
Announcement Center 3.0.0
AppOrder 0.3.3
Calendar 1.5.0
Contacts 1.5.3
JavaScript XMPP Chat 3.1.1
Keeweb 0.3.0
Mail 0.6.2
News 10.1.0
Notizen 2.2.0
Phone Sync 1.11.5
RainLoop 4.26.1
Reader (ebook reader) 0.8.4
Tasks 0.9.4
Video calls 1.2.0
The content of config/config.php:
Config report
<?php
$CONFIG = array (
'instanceid' => 'XXX',
'passwordsalt' => 'XXX',
'secret' => 'XXX',
'trusted_domains' =>
array (
0 => 'test.domain.tld',
),
'datadirectory' => '/www/htdocs/XXX/test/nextcloud/data',
'overwrite.cli.url' => 'http://test.domain.tld/nextcloud',
'dbtype' => 'mysql',
'version' => '11.0.2.7',
'dbname' => 'XXX',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'XXX_',
'dbuser' => 'XXX',
'dbpassword' => 'XXX',
'logtimezone' => 'Europe/Berlin',
'installed' => true,
'default_language' => 'de',
'memcache.local' => '\\OC\\Memcache\\ArrayCache',
'tempdirectory' => '/www/htdocs/XXX/test/nextcloud/tmp/',
'updater.release.channel' => 'production',
'loglevel' => 0,
'theme' => '',
'updater.secret' => 'XXX',
'maintenance' => false,
);
Are you using external storage, if yes which one: no
Are you using encryption: yes, just in case for external storage.
Are you using an external user-backend, if yes which one: no
Browser
i'm using Firefox 51.0.1 (64-Bit)