Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextcloud/data_request

:man_judge: Nextcloud app to let users request a data export or account removal
https://github.com/nextcloud/data_request

account gdpr nextcloud nextcloud-app personal-data

Last synced: about 1 month ago
JSON representation

:man_judge: Nextcloud app to let users request a data export or account removal

Awesome Lists containing this project

README

        

# data_request
:man_judge: Nextcloud app to let users request a data export or account removal

## Features

📊 Let users request their own data

💬 Automatic Email sending

## Bugs

https://github.com/nextcloud/data_request/issues

## Testing

Running the tests requires `npm` and `docker` to be installed.

On the first run the nextcloud image will be downloaded
which may take a while.

Install cypress and run the end to end tests:

```bash
make test
```