-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Create a new event in a calendar/shared calendar
- Open the Activity Stream
Expected behaviour
Date and time of the created event should be included in the Activity stream item
Actual behaviour
Date and time of the created event are missing in the Activity stream item
Reference: nextcloud/event_update_notification#10
Server configuration detail
Operating system: Linux 4.19.0-6-amd64 nextcloud/activity#1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) x86_64
Webserver: Apache/2.4.38 (Debian) (apache2handler)
Database: mysql 10.4.8
PHP version: 7.3.10
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 17.0.0 - 17.0.0.9
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: Docker
Signing status
Array
(
)
List of activated apps
Enabled:
- accessibility: 1.3.0
- activity: 2.10.1
- bookmarks: 2.3.1
- calendar: 1.7.1
- cloud_federation_api: 1.0.0
- comments: 1.7.0
- cospend: 0.1.5
- dav: 1.13.0
- event_update_notification: 1.0.0
- federatedfilesharing: 1.7.0
- federation: 1.7.0
- files: 1.12.0
- files_pdfviewer: 1.6.0
- files_rightclick: 0.15.1
- files_sharing: 1.9.0
- files_trashbin: 1.7.0
- files_versions: 1.10.0
- files_videoplayer: 1.6.0
- firstrunwizard: 2.6.0
- gallery: 18.4.0
- issuetemplate: 0.5.0
- logreader: 2.2.0
- lookup_server_connector: 1.5.0
- notifications: 2.5.0
- oauth2: 1.5.0
- password_policy: 1.7.0
- privacy: 1.1.0
- provisioning_api: 1.7.0
- recommendations: 0.5.0
- serverinfo: 1.7.0
- sharebymail: 1.7.0
- spreed: 7.0.1
- support: 1.0.1
- systemtags: 1.7.0
- tasks: 0.11.3
- text: 1.1.0
- theming: 1.8.0
- twofactor_backupcodes: 1.6.0
- updatenotification: 1.7.0
- viewer: 1.1.0
- workflowengine: 1.7.0
Disabled:
- admin_audit
- encryption
- files_external
- nextcloud_announcements
- survey_client
- user_ldap
Configuration (config/config.php)
{
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"overwriteprotocol": "https",
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"living.dkadioglu.de"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "17.0.0.9",
"installed": true,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"loglevel": 2,
"theme": "",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"mysql.utf8mb4": true,
"overwrite.cli.url": "https:\/\/living.dkadioglu.de",
"app_install_overwrite": [
"issuetemplate"
]
}
Are you using external storage, if yes which one: none
Are you using encryption: true
Are you using an external user-backend, if yes which one: none
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36
Operating system: Arch Linux
Logs
none