nextcloud / terms_of_service

πŸ“œ Requires users to accept the terms of service before accessing data.

Home Page:https://apps.nextcloud.com/apps/terms_of_service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“œ 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 πŸŽ‰

About

πŸ“œ Requires users to accept the terms of service before accessing data.

https://apps.nextcloud.com/apps/terms_of_service

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 86.5%Language:PHP 11.3%Language:Vue 1.9%Language:Makefile 0.2%Language:Shell 0.1%