Bon, au moins, en 8 ans, ils ont fait des progrès :-)
su - www-data -s /bin/bash -c './owncloud/occ upgrade'
su - www-data -s /bin/bash -c './owncloud/occ maintenance:mode --off'
# dpkg -l|grep -i owncloud
ii owncloud-deps-php5 9.1.5-1.1 all ownCloud - dependencies for php5
ii owncloud-files 9.1.5-1.1 all ownCloud - Server
Bien sur, en utilisant le repo debian de ownCloud plutôt que le source, c'est beaucoup plus simple...
un script qui permet d'upload directement un screenshot sur owncloud, me reste plus qu'à binder!
un webinar pour owncloud, turns out que j'avais déjà fait un meilleur design de cluster que ce qu'ils proposent dans la conférence, sans reposer sur redhat storage du tout <3 :D
Un bug connu, certes, mais l'usage n'est pas vraiment courant. La plupart des gens font une synchro directe via leur client de synchro. Pour avoir pas mal testé cette fonctionnalité, il est plutôt simple de ne pas faire l'erreur
seems nice, reste à synchroniser :)
Firefox on Android
Firefox on Android uses the RC4-SHA SSL cipher suite. This must be enabled on your server in order for synchronization to work with Firefox on your smartphone or tablet.
If you use nginx you need to add RC4-SHA to the ssl_ciphers section in your nginx.conf. For more information see the nginx documentation.
If you use apache you need to add RC4-SHA to the SSLCipherSuite section in your apache2.conf. For more information see the apache2 documentation.
Mozilla has a document listing the recommended TLS ciphers.
Firefox Sync on Android does not support SNI. A workaround is to disable it for the domain owncloud is using. Use this in your nginx.conf:
listen 443 default_server ssl;
Additionally, if you are using a self-signed SSL certificate you need to import it to Android via: Settings → Security → Install from storage. Note that Android will only import self-signed certificates with the CA bit set. The import was successful when you see your certificate in Settings → Security → Trusted credentials.
Le megabug qui me faisait chier ... m'a suffit de virer le gzip pour le vhost owncloud -> RuleZ !
"NGINX strips off ETags when gzipping. In my case, turning gzip off fixed it."
/path/of/owncloud/console.php files:scan Userid
marche très bien :)