|
| 1 | +.. _activity: |
| 2 | + |
| 3 | +====================== |
| 4 | +Using the Activity app |
| 5 | +====================== |
| 6 | + |
| 7 | +The Activity app keeps track of everything happening in your Nextcloud. |
| 8 | +It records events such as file changes, shares, calendar updates, and |
| 9 | +more, giving you a chronological overview of what happened and when. |
| 10 | + |
| 11 | +The Activity app is enabled by default. |
| 12 | + |
| 13 | +.. figure:: images/activity-stream-all.png |
| 14 | + |
| 15 | + *The Activity stream showing all recent activities.* |
| 16 | + |
| 17 | + |
| 18 | +Viewing your activity stream |
| 19 | +---------------------------- |
| 20 | + |
| 21 | +To view your activity stream, click on the **Activity** icon in the |
| 22 | +top navigation bar or navigate to ``/apps/activity`` in your browser. |
| 23 | + |
| 24 | +The stream shows all events grouped by day. Each entry shows what |
| 25 | +happened, which file or object was affected, and how long ago the |
| 26 | +event occurred. Entries from other apps such as Calendar, Contacts, |
| 27 | +or Talk also appear in the stream if those apps are installed. |
| 28 | + |
| 29 | + |
| 30 | +Filtering activities |
| 31 | +^^^^^^^^^^^^^^^^^^^^ |
| 32 | + |
| 33 | +The left sidebar provides filters to narrow down the activity stream: |
| 34 | + |
| 35 | +* **All activities** shows everything. |
| 36 | +* **By you** shows only activities that you triggered yourself. |
| 37 | +* **By others** shows only activities triggered by other users. |
| 38 | +* **File changes** shows only file and folder events (create, modify, |
| 39 | + delete, rename, move). |
| 40 | + |
| 41 | +Additional filters may appear depending on which apps are installed |
| 42 | +on your Nextcloud instance (e.g. **Favorites**, **Calendar**, |
| 43 | +**Contacts**). |
| 44 | + |
| 45 | +.. figure:: images/activity-stream-self.png |
| 46 | + |
| 47 | + *The activity stream filtered to show only your own activities.* |
| 48 | + |
| 49 | +.. figure:: images/activity-stream-file-changes.png |
| 50 | + |
| 51 | + *The activity stream filtered to file changes only.* |
| 52 | + |
| 53 | + |
| 54 | +Activity in the Files sidebar |
| 55 | +----------------------------- |
| 56 | + |
| 57 | +You can also view activities for a specific file or folder directly |
| 58 | +from the Files app. Select a file, open the sidebar and click on the |
| 59 | +**Activity** tab. This shows only the events related to that |
| 60 | +particular file, such as when it was created, modified, shared, or |
| 61 | +tagged. |
| 62 | + |
| 63 | +.. figure:: images/activity-sidebar.png |
| 64 | + |
| 65 | + *The Activity tab in the Files sidebar showing per-file events.* |
| 66 | + |
| 67 | + |
| 68 | +RSS feed |
| 69 | +-------- |
| 70 | + |
| 71 | +The Activity app can provide your activity stream as an RSS feed, |
| 72 | +allowing you to follow your Nextcloud activity from any feed reader. |
| 73 | + |
| 74 | +To enable the RSS feed: |
| 75 | + |
| 76 | +1. Open the Activity app. |
| 77 | +2. Click **Activity settings** at the bottom of the left sidebar. |
| 78 | +3. Enable the **Enable RSS feed** toggle. |
| 79 | +4. Copy the RSS feed link that appears. |
| 80 | + |
| 81 | +.. note:: The RSS feed link contains a secret token. Do not share it |
| 82 | + with others, as it provides unauthenticated access to your activity |
| 83 | + stream. |
| 84 | + |
| 85 | + |
| 86 | +Notification settings |
| 87 | +--------------------- |
| 88 | + |
| 89 | +You can choose how you want to be notified about different types of |
| 90 | +activities. Go to **Settings** > **Personal** > **Notifications** to |
| 91 | +configure your preferences. |
| 92 | + |
| 93 | +.. figure:: images/activity-settings-personal.png |
| 94 | + |
| 95 | + *Personal notification settings for the Activity app.* |
| 96 | + |
| 97 | +The settings are organized by category (e.g. **Files**, **Sharing**, |
| 98 | +**Calendar, contacts and tasks**). For each activity type you can |
| 99 | +choose to receive: |
| 100 | + |
| 101 | +* **Mail** notifications (email) |
| 102 | +* **Push** notifications (mobile and desktop) |
| 103 | + |
| 104 | +Check or uncheck the corresponding boxes to enable or disable |
| 105 | +notifications for each activity type. |
| 106 | + |
| 107 | + |
| 108 | +Email notification frequency |
| 109 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 110 | + |
| 111 | +Below the notification matrix you can choose how often email |
| 112 | +notifications are sent: |
| 113 | + |
| 114 | +* **As soon as possible** sends an email shortly after each event. |
| 115 | +* **Hourly** batches notifications and sends them once per hour. |
| 116 | +* **Daily** sends a single email per day. |
| 117 | +* **Weekly** sends a single email per week. |
| 118 | + |
| 119 | + |
| 120 | +Daily activity summary |
| 121 | +^^^^^^^^^^^^^^^^^^^^^^ |
| 122 | + |
| 123 | +You can enable a daily summary email that is sent every morning with |
| 124 | +an overview of the previous day's activities. This option is available |
| 125 | +as a separate toggle below the notification frequency setting: |
| 126 | + |
| 127 | +* Check **Send daily activity summary in the morning** to enable it. |
| 128 | + |
| 129 | +The daily summary is independent of the per-event notifications above |
| 130 | +and provides a convenient digest of all activity. |
0 commit comments