📜 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 ci: Check only the diff for openapi for now 2024-10-28 14:25:49 +01:00
.tx
LICENSES
appinfo feat(openapi): Migrate the code to be openapi-compatible 2024-10-25 16:54:17 +02:00
build-js
docs
img
js chore(assets): Recompile assets 2024-10-21 13:17:17 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-11-04 01:45:21 +00:00
lib feat(openapi): Migrate the code to be openapi-compatible 2024-10-25 16:54:17 +02:00
src feat(api): Move from index.php to ocs API 2024-10-21 12:27:45 +02:00
templates
tests ci(psalm): Add psalm CI 2024-10-23 11:11:02 +02:00
vendor
vendor-bin ci(openapi): Add openapi extractor 2024-10-25 16:53:34 +02:00
.eslintrc.js
.gitattributes
.gitignore ci(psalm): Add psalm CI 2024-10-23 11:11:02 +02:00
.l10nignore
AUTHORS.md
CHANGELOG.md release 4.0.0 2024-10-23 11:31:37 +02:00
COPYING
Makefile
README.md
REUSE.toml fix(openapi): Fix reuse 2024-10-25 17:11:23 +02:00
babel.config.js
composer.json ci(openapi): Add openapi extractor 2024-10-25 16:53:34 +02:00
composer.lock ci(psalm): Add psalm CI 2024-10-23 11:11:02 +02:00
openapi-administration.json build(openapi): Commit compiled assets 2024-10-25 16:54:51 +02:00
openapi-full.json build(openapi): Commit compiled assets 2024-10-25 16:54:51 +02:00
openapi.json build(openapi): Commit compiled assets 2024-10-25 16:54:51 +02:00
package-lock.json Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 2024-10-31 02:25:21 +00:00
package.json Chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1 2024-10-14 03:51:02 +00:00
psalm.xml ci(psalm): Add psalm CI 2024-10-23 11:11:02 +02:00
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 🎉