Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
:man_judge: Nextcloud app to let users request a data export or account removal
- Host: GitHub
- URL: https://github.com/nextcloud/data_request
- Owner: nextcloud
- License: agpl-3.0
- Created: 2018-05-15T15:49:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T03:48:58.000Z (9 days ago)
- Last Synced: 2025-02-02T04:24:09.281Z (9 days ago)
- Topics: account, gdpr, nextcloud, nextcloud-app, personal-data
- Language: JavaScript
- Homepage: https://apps.nextcloud.com/apps/data_request
- Size: 1.57 MB
- Stars: 14
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# data_request
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/data_request)](https://api.reuse.software/info/github.com/nextcloud/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
```