📜 Requires users to accept the terms of service before accessing data.
Перейти к файлу
Nextcloud bot b548036b8b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 01:45:21 +00:00
.github
.tx
LICENSES
appinfo
build-js
docs
img
js
l10n
lib
src
templates
tests
vendor
vendor-bin
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
AUTHORS.md
CHANGELOG.md
COPYING
Makefile
README.md
REUSE.toml
babel.config.js
composer.json
composer.lock
openapi-administration.json
openapi-full.json
openapi.json
package-lock.json
package.json
psalm.xml
stylelint.config.js
webpack.js

README.md

📜 Terms of service

REUSE status

Requires users to accept terms of service before accessing data. Text and languages are configurable on the administration panel.

🔗 Display on public shares

The setting applies to shares via link or mail (with and without password protection).

Default is disabled: 0

./occ config:app:set terms_of_service tos_on_public_shares --value '1'

👤 Exclude registered users

To exclude registered users from accepting the terms of service, set this config to 0. Therefore, only public link and mail sharees have to accept the terms of service.

Default is enabled: 1

./occ config:app:set terms_of_service tos_for_users --value '0'

🏗️ Development setup

  1. Clone the repository
  2. Setup your environment: make
  3. Start contributing 🎉