- Notifications
You must be signed in to change notification settings - Fork14
🔑 The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.
License
nextcloud/privacy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.
This app is shipped and enabled by default in every Nextcloud instance starting with Nextcloud 16. If you wish to disable this app, go toApps
,Active Apps
, scroll down to findPrivacy
and clickDisable
.
The app can be built by using the provided Makefile by running:
make
This requires the following things to be present:
- make
- which
- tar: for building the archive
- curl: used if phpunit and composer are not installed to fetch them from the web
- npm: for building and testing everything JS, only required if a package.json is placed inside thejs/ folder
The make command will install or update Composer dependencies if a composer.json is present and alsonpm run build if a package.json is present in thejs/ folder. The npmbuild script should use local paths for build systems and package managers, so people that simply want to build the app won't need to install npm libraries globally, e.g.:
package.json:
"scripts": {"test":"node node_modules/gulp-cli/bin/gulp.js karma","prebuild":"npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update","build":"node node_modules/gulp-cli/bin/gulp.js"}
First get an account for theApp Store then run:
make && make appstore
The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
You can use the provided Makefile to run all tests by using:
make test
This will run the PHP unit and integration tests and if a package.json is present in thejs/ folder will executenpm run test
Of course you can also installPHPUnit and use the configurations directly:
phpunit -c phpunit.xml
or:
phpunit -c phpunit.integration.xml
for integration tests
About
🔑 The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.