Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions components/ILIAS/Awareness/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Awareness Privacy

This documentation does not warrant completeness or correctness. Please report any
missing or wrong information using the [ILIAS issue tracker](https://mantis.ilias.de)
or contribute a fix via [Pull Request](../../../docs/development/contributing.md#pull-request-to-the-repositories).
> **Disclaimer: This documentation does not guarantee completeness or accuracy. Please report any missing or incorrect information via [Pull Request](docs/development/contributing.md#pull-request-to-the-repositories).**


## General Information

- The Awareness component provides the "Who is online?" / awareness overlay in the metabar. It shows other users that are relevant to the current user according to configured providers, e.g. contacts, support contacts, course contacts, current course members, users from shared memberships or, if enabled, all users.
- The component is intended for communication and quick user interaction. It does not provide a free-text content model of its own, but it presents personal data from user accounts, online-status information and user-action providers.
- Anonymous users and the current user are not listed in the awareness overlay.


## Integrated Services

Expand All @@ -19,11 +25,6 @@ or contribute a fix via [Pull Request](../../../docs/development/contributing.md
- The **Legal Documents** service removes users whose online status must be hidden according to legal-document settings.
- [Notifications](../Notifications/PRIVACY.md) provides the on-screen display integration, if on-screen display is enabled.

## General Information

- The Awareness component provides the "Who is online?" / awareness overlay in the metabar. It shows other users that are relevant to the current user according to configured providers, e.g. contacts, support contacts, course contacts, current course members, users from shared memberships or, if enabled, all users.
- The component is intended for communication and quick user interaction. It does not provide a free-text content model of its own, but it presents personal data from user accounts, online-status information and user-action providers.
- Anonymous users and the current user are not listed in the awareness overlay.

## Configuration

Expand Down Expand Up @@ -85,4 +86,4 @@ or contribute a fix via [Pull Request](../../../docs/development/contributing.md

- The Awareness component has no export or download feature.
- Awareness data are not included in a component-specific XML, HTML, ZIP, PDF or archive export by the Awareness component itself.
- Personal data may still be exported by integrated services such as User, Contact, Course, Group, Membership or Notifications according to their own export functionality and privacy documentation.
- Personal data may still be exported by integrated services such as User, Contact, Course, Group, Membership or Notifications according to their own export functionality and privacy documentation.
Loading