1
0
Fork 0
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:
Jérôme Lebleu 2016-06-30 20:52:25 +02:00
parent 90fbb14da8
commit 85dff2bf2a
2 changed files with 6 additions and 4 deletions

View file

@ -22,9 +22,10 @@ this package:
## Limitations ## Limitations
To integrate the logout button to the SSO, we have to patch ownCloud sources 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. Since this upstream [pull-request](https://github.com/owncloud/core/pull/24642)
That is going to give you an alert about invalid integrity core code... 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 Also, note we made the choice to disable third-parties applications at the
upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud

View file

@ -6,7 +6,8 @@
"#DOMAIN#" "#DOMAIN#"
], ],
"updatechecker": false, "updatechecker": false,
"memcache.local": "\\OC\\Memcache\\APCu" "memcache.local": "\\OC\\Memcache\\APCu",
"integrity.check.disabled": true
}, },
"apps": { "apps": {
"user_ldap": { "user_ldap": {