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: about 1 month 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: 2024-09-29T04:14:37.000Z (about 2 months ago)
- Last Synced: 2024-09-30T02:41:02.278Z (about 2 months ago)
- Topics: account, gdpr, nextcloud, nextcloud-app, personal-data
- Language: JavaScript
- Homepage: https://apps.nextcloud.com/apps/data_request
- Size: 1.4 MB
- Stars: 14
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
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
```