tualo / bsc
Tualo Office Application
Installs: 699
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tualo/bsc
Requires
- monolog/monolog: ~3.7.0
- phpseclib/phpseclib: ~3.0.41
- ramsey/uuid: ~4.9.0
- tualo/pug: ^1.3
- tualo/server: ^1
- vanilla/garden-cli: ~v4.0
- dev-main
- 1.4.23
- 1.4.22
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-11-01 08:48:15 UTC
README
CSP
[tualo-backend]
csp[]="base-uri 'none' 'self'"
csp[]="default-src 'none' 'self'"
csp[]="script-src 'self' 'unsafe-eval'"
csp[]="style-src 'self' 'unsafe-inline'"
csp[]="form-action 'self'"
csp[]="img-src 'self' data:"
csp[]="worker-src 'self' 'unsafe-inline' * blob:"
csp[]="frame-src 'self'
scopes
insert ignore into route_scopes_permissions (scope,`group`,allowed)
select scope,'administration' `group`,1 allowed from route_scopes where scope not in (select scope from route_scopes_permissions where allowed=1)