You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Testplan with all checked notifications in Activity settings menu and a mail set in our oC server.
To trigger email sending for testing:
mysql owncloud -e 'update oc_activity_mq set amq_timestamp=0,amq_latest_send=0;'
mysql owncloud -e 'update oc_jobs set last_run=0,last_checked=0,reserved_at=0;'
occ system:cron
This will send out the activity email currently in the queue.
Testing functionality
Test Case
Expected Result
Result
Related Comment
CLI commands
Enable Activity app via CLI using occ app:enable activity
The apps gets enabled
🚧
Disable Activity app via CLI using occ app:disable activity
The apps gets disabled
🚧
All activities section
Check that all activities done in this Testplan are shown in this section
🚧
Activities by you section
Check that all activities done with my user in this Testplan are shown in this section
🚧
Activities by others section
Check that all activities done dealing with my user by other users in this Testplan are shown in this section
🚧
An LDAP user shares a file with my user
Check that LDAP username is shown properly in this section
🚧
An LDAP user edits a file shared with my user
Check that LDAP username is shown properly in this section
🚧
A Shibboleth user shares a file with my user
Check that Shibboleth username is shown properly in this section
🚧
A Shibboleth user edits a file shared with my user
Check that Shibboleth username is shown properly in this section
🚧
Comments
Make a comment in a file
Check that the notification is shown in activity section and in the sidebar
🚧
Make a comment in a folder
Check that the notification is shown in activity section and in the sidebar
🚧
Shares section
Share a file/folder
Check that the notification is shown in activity section and in the sidebar
🚧
Share a file/folder with a user of other oC server
Check that the notification is shown in activity section and in the sidebar
🚧
Share a file/folder via link
Check that the notification is shown in activity section and in the sidebar
🚧
Receive a share for another user
Check that the notification is shown in activity section and in the sidebar
🚧
Receive a share for another user of other oC server
Check that the notification is shown in activity section and in the sidebar
🚧
Receive a file/folder via link adding to your owncloud
Check that the notification is shown in activity section and in the sidebar
🚧
Settings section stream
Uncheck a new file or folder has been created stream notification and create a folder
Notification is not shown
🚧
Uncheck a file or folder has been changed stream notification and change a file
Notification is not shown
🚧
Uncheck limit notifications about creation and changes to your favorite files stream notification and change favorite file and a regular file
Notification is not shown
🚧
Uncheck a file or folder has been deleted stream notification and delete a file
Notification is not shown
🚧
Uncheck a file or folder has been restored stream notification and restore a file
Notification is not shown
🚧
Uncheck a file or folder has been shared stream notification and share a file
Notification is not shown
🚧
Uncheck a file or folder was shared from another server stream notification and accept a share
Notification is not shown
🚧
Uncheck a public shared file or folder was downloaded stream notification and download a file
Notification is not shown
🚧
Try to uncheck comments for files (always listed in stream) stream notification and make a comment
It should not be possible
🚧
Uncheck System tags for a file have been modified stream notification and tag a file
'Activity' Test Plan
To trigger email sending for testing:
This will send out the activity email currently in the queue.
Testing functionality
occ app:enable activity
occ app:disable activity
The text was updated successfully, but these errors were encountered: