-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Steps to reproduce
- Create two users A and B
- Make sure user B has checked the box "New file or folder has been created" of the activity settings
- As user A, create a folder and share it with user B
- As user A, create a file in that folder
Expected behaviour
Tell us what should happen
User B should receive a notification email which announces the share and another email, when the file has been uploaded into the shared folder
Actual behaviour
User B receives an email after the share, but not after the file upload. The same is true for folders which are created by the groupfolder app.
Server configuration
Server configuration detail
Operating system: Linux 4.4.0-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 x86_64
Webserver: Apache (apache2handler)
Database: mysql 10.0.33
PHP version: 7.0.22-0ubuntu0.16.04.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, mysqlnd, PDO, xml, apcu, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imagick, intl, json, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 13.0.0 - 13.0.0.14
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
List of activated apps
Enabled:
- activity: 2.6.1
- bruteforcesettings: 1.0.3
- calendar: 1.6.0
- comments: 1.3.0
- contacts: 2.0.1
- dav: 1.4.6
- federatedfilesharing: 1.3.1
- federation: 1.3.0
- files: 1.8.0
- files_pdfviewer: 1.2.0
- files_sharing: 1.5.0
- files_texteditor: 2.5.1
- files_trashbin: 1.3.0
- files_versions: 1.6.0
- files_videoplayer: 1.2.0
- firstrunwizard: 2.2.1
- gallery: 18.0.0
- groupfolders: 1.2.0
- issuetemplate: 0.3.0
- logreader: 2.0.0
- lookup_server_connector: 1.1.0
- nextcloud_announcements: 1.2.0
- notifications: 2.1.2
- oauth2: 1.1.0
- password_policy: 1.3.0
- provisioning_api: 1.3.0
- quota_warning: 1.2.0
- serverinfo: 1.3.0
- sharebymail: 1.3.0
- spreed: 3.0.1
- survey_client: 1.1.0
- systemtags: 1.3.0
- theming: 1.4.1
- twofactor_backupcodes: 1.2.3
- updatenotification: 1.3.0
- workflowengine: 1.3.0
Disabled: - admin_audit
- encryption
- files_external
- ojsxc
- richdocuments
- user_external
- user_ldap
</details>
<details><summary>Configuration (config/config.php)</summary>
{
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
REMOVED SENSITIVE VALUE
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "13.0.0.14",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"force_language": "de",
"htaccess.RewriteBase": "/",
"logtimezone": "Europe/Berlin",
"maintenance": false,
"theme": "",
"loglevel": 2,
"updater.release.channel": "beta",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
No relevant log entries
I already opened a thread in the forum (https://help.nextcloud.com/t/send-email-when-adding-file-in-groupfolder-edit-email-is-also-not-send-when-adding-file-in-regular-shared-folder/26907) because I am not sure whether this behavior is intentional or not.