mirror of
https://github.com/nextcloud/data_request.git
synced 2026-06-14 12:09:02 +02:00
No description
- JavaScript 80.3%
- PHP 15.5%
- Makefile 4%
- SCSS 0.2%
|
|
||
|---|---|---|
| .github | ||
| .tx | ||
| appinfo | ||
| css | ||
| cypress | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| LICENSES | ||
| screenshots | ||
| templates/Settings | ||
| tests | ||
| vendor-bin | ||
| .gitignore | ||
| .nextcloudignore | ||
| .php-cs-fixer.dist.php | ||
| AUTHORS.md | ||
| CHANGELOG.md | ||
| composer.json | ||
| composer.lock | ||
| COPYING | ||
| cypress.config.mjs | ||
| krankerl.toml | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| psalm.xml | ||
| README.md | ||
| REUSE.toml | ||
data_request
👨⚖️ 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:
make test