-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Steps to reproduce
- change something in the filesystem without owncloud
- look at the folder through owncloud
- wait for cron-job to complete successfully or configure ajax refresh
Expected behaviour
Changes are not visible
Actual behaviour
Change should be visible
Server configuration
Operating system: FreeBSD 10.1-RELEASE-p10
Web server: lighttpd-1.4.39_1
Database: postgresql93-server-9.3.12
PHP version: php56-5.6.23
Nextcloud version: nextcloud-9.0.51
Updated from an older Nextcloud/ownCloud or fresh install: update from oc9 which was updated from oc8 (I think that's where things broke, between oc8 and oc9)
Where did you install Nextcloud from: official FreeBSD packages
Signing status (Nextcloud 9.0 and above):
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
- activity: 2.2.1
- admin_audit: 1.0.0
- calendar: 1.2.2
- comments: 0.2
- contacts: 1.3.1.0
- dav: 0.1.6
- federatedfilesharing: 0.1.0
- federation: 0.0.4
- files: 1.4.4
- files_external: 0.5.2
- files_pdfviewer: 0.8.1
- files_sharing: 0.9.1
- files_texteditor: 2.1
- files_videoplayer: 0.9.8
- firstrunwizard: 1.1
- notifications: 0.2.3
- provisioning_api: 0.4.1
- systemtags: 0.2
- tasks: 0.9.1
- templateeditor: 0.1
- updatenotification: 0.1.0
Disabled: - encryption
- external
- files_trashbin
- files_versions
- gallery
- user_external
- user_ldap
The content of config/config.php:
Config report
'oc337af89298',
'passwordsalt' => 'FOO',
'secret' => 'BAR',
'trusted_domains' =>
array (
0 => '192.168.3.202',
1 => 'BAX,
),
'datadirectory' => '/usr/local/www/nextcloud/data',
'overwrite.cli.url' => 'http://192.168.3.202',
'dbtype' => 'pgsql',
'version' => '9.0.51.0',
'installed' => true,
'forcessl' => true,
'maintenance' => false,
'dbname' => 'owncloud',
'dbhost' => '192.168.3.203',
'dbuser' => 'oc_user',
'dbpassword' => '',
'loglevel' => 1,
'theme' => '',
'appcodechecker' => false,
'mail_smtpmode' => 'sendmail',
'mail_from_address' => 'owncloud',
'mail_domain' => 'BAT',
'htaccess.RewriteBase' => '/',
);
Web server error log
nothingNextcloud log
only unrelated stuffMetadata
Metadata
Assignees
Labels
No labels