Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Privacy
Place this app in **nextcloud/apps/**
# :key: Privacy

The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.

## Installation

This app is shipped and enabled by default in every Nextcloud instance starting with Nextcloud 16. If you wish to disable this app, go to `Apps`, `Active Apps`, scroll down to find `Privacy` and click `Disable`.

## Building the app

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>privacy</id>
<name>Privacy</name>
<summary>-</summary>
<description><![CDATA[-]]></description>
<description><![CDATA[The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Georg Ehrke</author>
Expand Down