mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[enh] Disable code source integrity checking (bugfix #408)
This commit is contained in:
parent
90fbb14da8
commit
85dff2bf2a
2 changed files with 6 additions and 4 deletions
|
@ -22,9 +22,10 @@ this package:
|
|||
|
||||
## Limitations
|
||||
|
||||
To integrate the logout button to the SSO, we have to patch ownCloud sources
|
||||
until this [feature](https://github.com/owncloud/core/pull/24642) is integrated.
|
||||
That is going to give you an alert about invalid integrity core code...
|
||||
To integrate the logout button to the SSO, we have to patch ownCloud sources.
|
||||
Since this upstream [pull-request](https://github.com/owncloud/core/pull/24642)
|
||||
will not be integrated, the code source integrity checking has been disabled to
|
||||
prevent the warning message.
|
||||
|
||||
Also, note we made the choice to disable third-parties applications at the
|
||||
upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"#DOMAIN#"
|
||||
],
|
||||
"updatechecker": false,
|
||||
"memcache.local": "\\OC\\Memcache\\APCu"
|
||||
"memcache.local": "\\OC\\Memcache\\APCu",
|
||||
"integrity.check.disabled": true
|
||||
},
|
||||
"apps": {
|
||||
"user_ldap": {
|
||||
|
|
Loading…
Add table
Reference in a new issue