No description
  • JavaScript 80.3%
  • PHP 15.5%
  • Makefile 4%
  • SCSS 0.2%
Find a file
Nextcloud bot fe7c6f37a8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-12 01:05:49 +00:00
.github chore: fix cypress test 2026-06-01 11:15:56 +02:00
.tx
appinfo feat(deps): Add Nextcloud 35 support on master 2026-05-20 18:27:29 +02:00
css docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
cypress chore: fix cypress test 2026-06-01 11:15:56 +02:00
img docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
js fix: replace jQuery with plain JavaScript 2026-05-21 13:52:20 +02:00
l10n fix(l10n): Update translations from Transifex 2026-06-12 01:05:49 +00:00
lib feat: add user rate limiting for requests 2026-02-25 23:03:12 +01:00
LICENSES ci(reuse): Add reuse check 2024-10-03 11:20:14 +02:00
screenshots docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
templates/Settings chore: fix CI issues 2026-05-28 18:06:07 +02:00
tests chore: fix CI issues 2026-05-28 18:06:07 +02:00
vendor-bin chore(dev-deps): Bump nextcloud/ocp package 2026-06-07 03:22:13 +00:00
.gitignore chore: fix CI issues 2026-05-28 18:06:07 +02:00
.nextcloudignore docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
.php-cs-fixer.dist.php chore: Fix cs-fixer configuration and apply latest coding standard 2024-12-02 10:51:18 +01:00
AUTHORS.md docs(authors): Add contact info 2024-10-03 16:17:42 +02:00
CHANGELOG.md chore: release v4.0.0 2025-08-21 16:40:20 +02:00
composer.json chore(deps): Update nextcloud/ocp 2024-12-09 11:27:17 +01:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-06-07 03:22:13 +00:00
COPYING
cypress.config.mjs docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
krankerl.toml docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
Makefile docs(spdx): Add SPDX header 2024-10-03 11:19:22 +02:00
package-lock.json chore(deps): bump fast-xml-parser and @nextcloud/cypress 2026-06-01 19:50:33 +02:00
package.json chore(deps): bump fast-xml-parser and @nextcloud/cypress 2026-06-01 19:50:33 +02:00
psalm.xml chore(psalm): Bump PHP version 2026-05-20 15:17:54 +02:00
README.md docs(reuse): Add reuse badge 2024-10-03 11:22:13 +02:00
REUSE.toml chore: fix CI issues 2026-05-28 18:06:07 +02:00

data_request

REUSE status

👨‍⚖️ 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