[Pkg-owncloud-commits] [owncloud] 210/215: Merge tag 'upstream/8.1.0_alpha3_dfsg' into stable8

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 01b1f94a0a06d7eee011ab2782b2a7786c450e1d
Merge: 9f168f1 63ed371
Author: David Prévot <taffit at debian.org>
Date:   Mon May 4 18:01:35 2015 -0400

    Merge tag 'upstream/8.1.0_alpha3_dfsg' into stable8
    
    Upstream version 8.1.0~alpha3~dfsg
    
    # gpg: Signature faite le lun. 04 mai 2015 18:01:09 AST
    # gpg:                avec la clef RSA 058C1CF944F6BD3C
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #    Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 3rdparty/doctrine/common/.gitmodules               |    3 -
 3rdparty/james-heinrich/getid3/.gitattributes      |   22 -
 3rdparty/kriswallsmith/assetic/.gitattributes      |    7 -
 apps/activity/controller/settings.php              |    2 +-
 apps/activity/l10n/.tx/config                      |    9 +
 apps/activity/l10n/en_GB.js                        |    4 +
 apps/activity/l10n/en_GB.json                      |    4 +
 apps/activity/l10n/id.js                           |    8 +-
 apps/activity/l10n/id.json                         |    8 +-
 apps/activity/tests/controller/settingstest.php    |    2 +-
 apps/encryption/appinfo/application.php            |    3 +-
 apps/encryption/hooks/userhooks.php                |    4 +-
 apps/encryption/js/encryption.js                   |    2 +-
 apps/encryption/l10n/en_GB.js                      |    3 +
 apps/encryption/l10n/en_GB.json                    |    3 +
 apps/encryption/l10n/es.js                         |    8 +-
 apps/encryption/l10n/es.json                       |    8 +-
 apps/encryption/lib/crypto/crypt.php               |   11 +-
 apps/encryption/lib/crypto/encryption.php          |   78 +-
 apps/encryption/lib/keymanager.php                 |    8 +-
 apps/encryption/lib/users/setup.php                |    1 +
 apps/encryption/tests/hooks/UserHooksTest.php      |   13 +-
 .../encryption/tests/lib/crypto/encryptionTest.php |   90 +-
 apps/encryption_dummy/appinfo/app.php              |    6 -
 apps/encryption_dummy/appinfo/info.xml             |   20 -
 apps/encryption_dummy/appinfo/version              |    1 -
 apps/encryption_dummy/img/app.svg                  |   51 -
 apps/encryption_dummy/lib/dummymodule.php          |  137 --
 apps/files/appinfo/remote.php                      |    1 +
 apps/files/css/files.css                           |    4 +-
 apps/files/js/file-upload.js                       |   12 +-
 apps/files/js/fileactions.js                       |   15 +-
 apps/files/l10n/ca.js                              |    1 +
 apps/files/l10n/ca.json                            |    1 +
 apps/files/l10n/cs_CZ.js                           |    1 +
 apps/files/l10n/cs_CZ.json                         |    1 +
 apps/files/l10n/de.js                              |    1 +
 apps/files/l10n/de.json                            |    1 +
 apps/files/l10n/de_DE.js                           |    1 +
 apps/files/l10n/de_DE.json                         |    1 +
 apps/files/l10n/el.js                              |    1 +
 apps/files/l10n/el.json                            |    1 +
 apps/files/l10n/en_GB.js                           |    2 +
 apps/files/l10n/en_GB.json                         |    2 +
 apps/files/l10n/es.js                              |    1 +
 apps/files/l10n/es.json                            |    1 +
 apps/files/l10n/fi_FI.js                           |    1 +
 apps/files/l10n/fi_FI.json                         |    1 +
 apps/files/l10n/fr.js                              |    3 +-
 apps/files/l10n/fr.json                            |    3 +-
 apps/files/l10n/gl.js                              |    1 +
 apps/files/l10n/gl.json                            |    1 +
 apps/files/l10n/id.js                              |    4 +
 apps/files/l10n/id.json                            |    4 +
 apps/files/l10n/it.js                              |    1 +
 apps/files/l10n/it.json                            |    1 +
 apps/files/l10n/ja.js                              |    2 +-
 apps/files/l10n/ja.json                            |    2 +-
 apps/files/l10n/lb.js                              |    1 +
 apps/files/l10n/lb.json                            |    1 +
 apps/files/l10n/nl.js                              |    1 +
 apps/files/l10n/nl.json                            |    1 +
 apps/files/l10n/ru.js                              |    1 +
 apps/files/l10n/ru.json                            |    1 +
 apps/files/l10n/sr.js                              |    1 +
 apps/files/l10n/sr.json                            |    1 +
 apps/files/l10n/tr.js                              |    1 +
 apps/files/l10n/tr.json                            |    1 +
 apps/files/tests/js/fileUploadSpec.js              |   59 +-
 apps/files/tests/js/fileactionsSpec.js             |   42 +
 apps/files_external/3rdparty/Dropbox/API.php       |  760 +++---
 apps/files_external/3rdparty/composer.json         |    2 +-
 apps/files_external/3rdparty/composer.lock         |   14 +-
 .../3rdparty/composer/installed.json               |   14 +-
 .../3rdparty/icewind/smb/composer.json             |    2 +-
 .../3rdparty/icewind/smb/src/Parser.php            |    1 -
 apps/files_external/l10n/en_GB.js                  |    2 +
 apps/files_external/l10n/en_GB.json                |    2 +
 apps/files_external/l10n/fr.js                     |    2 +-
 apps/files_external/l10n/fr.json                   |    2 +-
 .../tests/env/start-ftp-morrisjobke.sh             |    2 +-
 apps/files_external/tests/env/start-sftp-atmoz.sh  |    2 +-
 .../tests/env/start-smb-silvershell.sh             |    2 +-
 apps/files_external/tests/env/start-smb-windows.sh |    2 +-
 .../tests/env/start-webdav-ownCloud.sh             |    2 +-
 .../tests/env/stop-ftp-morrisjobke.sh              |    2 +-
 apps/files_external/tests/env/stop-sftp-atmoz.sh   |    2 +-
 .../tests/env/stop-smb-silvershell.sh              |    2 +-
 apps/files_external/tests/env/stop-smb-windows.sh  |    2 +-
 .../tests/env/stop-webdav-ownCloud.sh              |    2 +-
 apps/files_external/tests/js/mountsfilelistSpec.js |    2 +-
 apps/files_locking/lib/lock.php                    |   51 +-
 apps/files_locking/tests/LockingWrapperTest.php    |   10 -
 apps/files_sharing/appinfo/app.php                 |   37 +-
 apps/files_sharing/appinfo/application.php         |  124 +
 apps/files_sharing/appinfo/routes.php              |    1 -
 apps/files_sharing/application.php                 |  115 -
 apps/files_sharing/l10n/cs_CZ.js                   |    1 +
 apps/files_sharing/l10n/cs_CZ.json                 |    1 +
 apps/files_sharing/l10n/de.js                      |    1 +
 apps/files_sharing/l10n/de.json                    |    1 +
 apps/files_sharing/l10n/de_DE.js                   |    1 +
 apps/files_sharing/l10n/de_DE.json                 |    1 +
 apps/files_sharing/l10n/el.js                      |    1 +
 apps/files_sharing/l10n/el.json                    |    1 +
 apps/files_sharing/l10n/en_GB.js                   |    2 +
 apps/files_sharing/l10n/en_GB.json                 |    2 +
 apps/files_sharing/l10n/es.js                      |    1 +
 apps/files_sharing/l10n/es.json                    |    1 +
 apps/files_sharing/l10n/fi_FI.js                   |    1 +
 apps/files_sharing/l10n/fi_FI.json                 |    1 +
 apps/files_sharing/l10n/fr.js                      |    3 +-
 apps/files_sharing/l10n/fr.json                    |    3 +-
 apps/files_sharing/l10n/gl.js                      |    1 +
 apps/files_sharing/l10n/gl.json                    |    1 +
 apps/files_sharing/l10n/id.js                      |    1 +
 apps/files_sharing/l10n/id.json                    |    1 +
 apps/files_sharing/l10n/it.js                      |    1 +
 apps/files_sharing/l10n/it.json                    |    1 +
 apps/files_sharing/l10n/ja.js                      |    2 +-
 apps/files_sharing/l10n/ja.json                    |    2 +-
 apps/files_sharing/l10n/nl.js                      |    1 +
 apps/files_sharing/l10n/nl.json                    |    1 +
 apps/files_sharing/l10n/pt_BR.js                   |    1 +
 apps/files_sharing/l10n/pt_BR.json                 |    1 +
 apps/files_sharing/l10n/sr.js                      |    7 +-
 apps/files_sharing/l10n/sr.json                    |    7 +-
 apps/files_sharing/l10n/tr.js                      |    2 +
 apps/files_sharing/l10n/tr.json                    |    2 +
 apps/files_sharing/lib/external/manager.php        |   12 +-
 apps/files_sharing/lib/helper.php                  |    2 -
 apps/files_sharing/lib/mountprovider.php           |   72 +
 .../lib/propagation/changewatcher.php              |   76 +
 .../lib/propagation/propagationmanager.php         |  112 +
 .../lib/propagation/recipientpropagator.php        |  118 +
 apps/files_sharing/lib/readonlywrapper.php         |    5 +-
 apps/files_sharing/lib/sharedmount.php             |   21 +-
 apps/files_sharing/lib/sharedstorage.php           |   50 +-
 apps/files_sharing/lib/updater.php                 |   39 -
 apps/files_sharing/publicwebdav.php                |    3 +-
 apps/files_sharing/tests/cache.php                 |    4 +-
 .../tests/controller/sharecontroller.php           |    2 +-
 apps/files_sharing/tests/etagpropagation.php       |  345 +++
 apps/files_sharing/tests/external/managertest.php  |   28 +-
 apps/files_sharing/tests/permissions.php           |    4 +-
 apps/files_sharing/tests/readonlycache.php         |   93 -
 apps/files_sharing/tests/sharedstorage.php         |    5 +-
 .../tests/{propagation.php => sizepropagation.php} |    4 +-
 apps/files_sharing/tests/testcase.php              |    9 +-
 apps/files_sharing/tests/watcher.php               |    4 +-
 .../js/vendor/ace/src-noconflict/mode-diff.js      |  182 +-
 apps/files_texteditor/l10n/.tx/config              |    9 +
 apps/files_texteditor/l10n/fr.js                   |    2 +-
 apps/files_texteditor/l10n/fr.json                 |    2 +-
 apps/files_texteditor/l10n/fr.php                  |    2 +-
 apps/files_texteditor/l10n/id.js                   |   17 +
 apps/files_texteditor/l10n/id.json                 |   15 +
 apps/files_texteditor/l10n/id.php                  |   10 +-
 apps/files_trashbin/command/expire.php             |    1 +
 apps/files_trashbin/tests/trashbin.php             |    4 +-
 apps/files_versions/lib/storage.php                |   29 +-
 apps/files_versions/tests/versions.php             |  100 +-
 .../src/flash/htmlelements/VideoElement.as         |  541 ++++-
 apps/firstrunwizard/l10n/.tx/config                |   11 +
 apps/firstrunwizard/l10n/sr.js                     |    2 +-
 apps/firstrunwizard/l10n/sr.json                   |    2 +-
 apps/firstrunwizard/l10n/sr.php                    |    2 +-
 apps/gallery/l10n/.tx/config                       |   11 +
 apps/gallery/l10n/ro.js                            |    1 +
 apps/gallery/l10n/ro.json                          |    1 +
 apps/gallery/l10n/ro.php                           |    1 +
 apps/templateeditor/l10n/.tx/config                |   11 +
 apps/updater/l10n/.tx/config                       |    9 +
 apps/updater/l10n/en_GB.js                         |    9 +
 apps/updater/l10n/en_GB.json                       |    9 +
 apps/updater/l10n/en_GB.php                        |    9 +
 apps/updater/l10n/es.js                            |    2 +-
 apps/updater/l10n/es.json                          |    2 +-
 apps/updater/l10n/es.php                           |    2 +-
 apps/updater/l10n/fr.js                            |    2 +-
 apps/updater/l10n/fr.json                          |    2 +-
 apps/updater/l10n/fr.php                           |    2 +-
 apps/updater/l10n/ja.js                            |    2 +-
 apps/updater/l10n/ja.json                          |    2 +-
 apps/updater/l10n/ja.php                           |    2 +-
 apps/updater/l10n/ko.js                            |   19 +-
 apps/updater/l10n/ko.json                          |   19 +-
 apps/updater/l10n/ko.php                           |   19 +-
 apps/user_ldap/ajax/getNewServerConfigPrefix.php   |    4 +-
 apps/user_ldap/js/wizard/wizardTabElementary.js    |   36 +-
 apps/user_ldap/l10n/cs_CZ.js                       |   27 +-
 apps/user_ldap/l10n/cs_CZ.json                     |   27 +-
 apps/user_ldap/l10n/da.js                          |    5 +-
 apps/user_ldap/l10n/da.json                        |    5 +-
 apps/user_ldap/l10n/de.js                          |   50 +-
 apps/user_ldap/l10n/de.json                        |   50 +-
 apps/user_ldap/l10n/de_DE.js                       |   58 +-
 apps/user_ldap/l10n/de_DE.json                     |   58 +-
 apps/user_ldap/l10n/el.js                          |    2 +-
 apps/user_ldap/l10n/el.json                        |    2 +-
 apps/user_ldap/l10n/en_GB.js                       |   43 +
 apps/user_ldap/l10n/en_GB.json                     |   43 +
 apps/user_ldap/l10n/es.js                          |   13 +-
 apps/user_ldap/l10n/es.json                        |   13 +-
 apps/user_ldap/l10n/fr.js                          |    5 +-
 apps/user_ldap/l10n/fr.json                        |    5 +-
 apps/user_ldap/l10n/gl.js                          |    2 +-
 apps/user_ldap/l10n/gl.json                        |    2 +-
 apps/user_ldap/l10n/id.js                          |   28 +
 apps/user_ldap/l10n/id.json                        |   28 +
 apps/user_ldap/l10n/it.js                          |    1 -
 apps/user_ldap/l10n/it.json                        |    1 -
 apps/user_ldap/l10n/ja.js                          |    3 +-
 apps/user_ldap/l10n/ja.json                        |    3 +-
 apps/user_ldap/l10n/nl.js                          |   14 +-
 apps/user_ldap/l10n/nl.json                        |   14 +-
 apps/user_ldap/l10n/pt_BR.js                       |    1 -
 apps/user_ldap/l10n/pt_BR.json                     |    1 -
 apps/user_ldap/l10n/ru.js                          |    1 -
 apps/user_ldap/l10n/ru.json                        |    1 -
 apps/user_ldap/l10n/sr.js                          |    4 +-
 apps/user_ldap/l10n/sr.json                        |    4 +-
 apps/user_ldap/l10n/sr at latin.js                    |    1 +
 apps/user_ldap/l10n/sr at latin.json                  |    1 +
 config/config.sample.php                           |   11 +
 console.php                                        |    4 +-
 .../{user/delete.php => encryption/disable.php}    |   39 +-
 .../{user/delete.php => encryption/enable.php}     |   41 +-
 core/command/encryption/listmodules.php            |   80 +
 .../delete.php => encryption/setdefaultmodule.php} |   47 +-
 core/command/l10n/createjs.php                     |    4 +
 core/command/maintenance/install.php               |    5 +-
 core/command/user/add.php                          |    2 +-
 core/command/user/delete.php                       |   19 +-
 core/command/user/lastseen.php                     |   17 +-
 core/command/user/report.php                       |   16 +-
 core/command/user/resetpassword.php                |    9 +-
 core/css/icons.css                                 |    4 +-
 core/css/multiselect.css                           |    2 +-
 .../_images/100000000000023100000082EE8AC471.png   |  Bin 0 -> 4127 bytes
 .../_images/100000000000023F000000F8D2CD2E60.png   |  Bin 0 -> 14632 bytes
 .../_images/100000000000030C00000070A51C0EF4.png   |  Bin 0 -> 4799 bytes
 .../_images/100000000000033300000106C232E69B.png   |  Bin 0 -> 16899 bytes
 core/doc/admin/_images/encryption1.png             |  Bin 86812 -> 12827 bytes
 core/doc/admin/_images/encryption10.png            |  Bin 0 -> 20039 bytes
 core/doc/admin/_images/encryption11.png            |  Bin 0 -> 19473 bytes
 core/doc/admin/_images/encryption12.png            |  Bin 0 -> 14407 bytes
 core/doc/admin/_images/encryption13.png            |  Bin 0 -> 15519 bytes
 core/doc/admin/_images/encryption14.png            |  Bin 0 -> 11858 bytes
 core/doc/admin/_images/encryption2.png             |  Bin 4095 -> 0 bytes
 core/doc/admin/_images/encryption3.png             |  Bin 9018 -> 9056 bytes
 core/doc/admin/_images/encryption4.png             |  Bin 4498 -> 0 bytes
 core/doc/admin/_images/encryption5.png             |  Bin 18907 -> 0 bytes
 core/doc/admin/_images/encryption6.png             |  Bin 14219 -> 0 bytes
 core/doc/admin/_images/external-sites-1.png        |  Bin 0 -> 80744 bytes
 core/doc/admin/_images/external-sites-2.png        |  Bin 0 -> 17497 bytes
 core/doc/admin/_images/external-sites-3.png        |  Bin 0 -> 20519 bytes
 core/doc/admin/_images/external-sites-4.png        |  Bin 0 -> 102623 bytes
 core/doc/admin/_images/external-sites-5.png        |  Bin 0 -> 111033 bytes
 core/doc/admin/_images/files-drop-1.png            |  Bin 0 -> 14653 bytes
 core/doc/admin/_images/files-drop-2.png            |  Bin 0 -> 5655 bytes
 core/doc/admin/_images/files-drop-3.png            |  Bin 0 -> 23258 bytes
 core/doc/admin/_images/files-drop-4.png            |  Bin 0 -> 12562 bytes
 core/doc/admin/_images/files-drop-5.png            |  Bin 0 -> 88601 bytes
 core/doc/admin/_images/files-drop-6.png            |  Bin 0 -> 60537 bytes
 core/doc/admin/_images/files-drop-7.png            |  Bin 0 -> 57231 bytes
 core/doc/admin/_images/phpinfo.png                 |  Bin 0 -> 27606 bytes
 .../collaborative_documents_configuration.txt      |  104 +-
 .../encryption_configuration.txt                   |  240 +-
 .../admin/_sources/configuration_files/index.txt   |    4 +-
 .../activity_configuration.txt                     |   32 +
 .../config_sample_php_parameters.txt               |   13 +
 .../configuration_server/external_sites.txt        |   59 +
 .../admin/_sources/configuration_server/index.txt  |    3 +-
 .../configuration_server/performance_tuning.txt    |   40 +-
 core/doc/admin/_sources/contents.txt               |    6 +-
 .../_sources/enterprise_files_drop/files_drop.txt  |   69 +
 .../admin/_sources/enterprise_files_drop/index.txt |    8 +
 .../file_firewall_configuration.txt                |  574 +++++
 .../_sources/enterprise_user_management/index.txt  |    3 +-
 .../_sources/installation/nginx_configuration.txt  |   11 +-
 .../_sources/installation/source_installation.txt  |   78 +-
 core/doc/admin/_static/style.css                   | 2436 ++++++++++----------
 .../configuration_database/db_conversion.html      |    1 +
 core/doc/admin/configuration_database/index.html   |    1 +
 .../linux_database_configuration.html              |    1 +
 .../oracle_db_configuration.html                   |    1 +
 .../big_file_upload_configuration.html             |    3 +-
 .../collaborative_documents_configuration.html     |    3 +-
 .../default_files_configuration.html               |    5 +-
 .../encryption_configuration.html                  |  244 +-
 .../external_storage_configuration.html            |    5 +-
 .../external_storage_configuration_gui.html        |    5 +-
 .../federated_cloud_sharing_configuration.html     |    3 +-
 .../file_sharing_configuration.html                |    3 +-
 .../files_locking_enabling.html                    |    5 +-
 core/doc/admin/configuration_files/index.html      |   24 +-
 .../previews_configuration.html                    |    3 +-
 .../serving_static_files_configuration.html        |    3 +-
 ...figuration.html => activity_configuration.html} |   62 +-
 .../antivirus_configuration.html                   |    5 +-
 .../automatic_configuration.html                   |    3 +
 .../background_jobs_configuration.html             |    3 +
 .../config_sample_php_parameters.html              |   12 +
 .../configuration_server/email_configuration.html  |    5 +-
 ...ment_configuration.html => external_sites.html} |   79 +-
 .../admin/configuration_server/harden_server.html  |    3 +
 core/doc/admin/configuration_server/index.html     |   10 +
 .../js_css_asset_management_configuration.html     |    5 +-
 .../knowledgebase_configuration.html               |    3 +
 .../language_configuration.html                    |    3 +
 .../logging_configuration.html                     |    3 +
 .../admin/configuration_server/occ_command.html    |    5 +-
 .../configuration_server/performance_tuning.html   |   37 +-
 .../reverse_proxy_configuration.html               |    3 +
 .../configuration_server/search_configuration.html |    3 +
 .../thirdparty_php_configuration.html              |    3 +
 core/doc/admin/configuration_user/index.html       |    1 +
 .../configuration_user/reset_admin_password.html   |    1 +
 .../configuration_user/user_auth_ftp_smb_imap.html |    1 +
 .../admin/configuration_user/user_auth_ldap.html   |    1 +
 .../configuration_user/user_auth_ldap_cleanup.html |    1 +
 .../configuration_user/user_configuration.html     |    1 +
 .../configuration_user/user_provisioning_api.html  |    1 +
 core/doc/admin/contents.html                       |   10 +-
 .../enterprise_clients/creating_branded_apps.html  |    1 +
 .../enterprise_clients/custom_client_repos.html    |    1 +
 core/doc/admin/enterprise_clients/index.html       |    1 +
 .../enterprise_clients/publishing_android_app.html |    1 +
 .../admin/enterprise_external_storage/index.html   |    1 +
 .../jive_configuration.html                        |    1 +
 .../ldap_home_connector_configuration.html         |    1 +
 ...wift_as_primary_object_store_configuration.html |    1 +
 .../sharepoint-integration_configuration.html      |    1 +
 .../windows-network-drive_configuration.html       |    3 +-
 .../files_drop.html}                               |   91 +-
 .../index.html                                     |   25 +-
 core/doc/admin/enterprise_installation/index.html  |    1 +
 .../license_keys_installation.html                 |    1 +
 .../linux_installation.html                        |    1 +
 .../supported_apps_installation.html               |    1 +
 .../file_firewall_configuration.html               |  591 +++++
 .../admin/enterprise_user_management/index.html    |   11 +-
 .../user_auth_shibboleth.html                      |    3 +
 core/doc/admin/genindex.html                       |    1 +
 core/doc/admin/index.html                          |    1 +
 .../admin/installation/appliance_installation.html |    1 +
 .../installation/apps_management_installation.html |    1 +
 .../admin/installation/hiawatha_configuration.html |    1 +
 core/doc/admin/installation/index.html             |    2 +
 .../admin/installation/installation_wizard.html    |    1 +
 .../doc/admin/installation/linux_installation.html |    1 +
 .../doc/admin/installation/macos_installation.html |    1 +
 .../admin/installation/nginx_configuration.html    |   14 +-
 .../admin/installation/selinux_configuration.html  |    1 +
 .../admin/installation/source_installation.html    |   73 +-
 core/doc/admin/installation/ucs_installation.html  |    1 +
 .../doc/admin/installation/yaws_configuration.html |    1 +
 core/doc/admin/issues/index.html                   |    1 +
 core/doc/admin/maintenance/backup.html             |    1 +
 core/doc/admin/maintenance/enable_maintenance.html |    1 +
 core/doc/admin/maintenance/index.html              |    1 +
 core/doc/admin/maintenance/migrating.html          |    1 +
 core/doc/admin/maintenance/restore.html            |    1 +
 core/doc/admin/maintenance/update.html             |    1 +
 core/doc/admin/maintenance/upgrade.html            |    1 +
 core/doc/admin/objects.inv                         |  Bin 477 -> 509 bytes
 .../operations/considerations_on_monitoring.html   |    1 +
 core/doc/admin/operations/index.html               |    1 +
 .../operations/scaling_multiple_machines.html      |    1 +
 core/doc/admin/operations/theming.html             |    1 +
 core/doc/admin/release_notes.html                  |    1 +
 core/doc/admin/search.html                         |    1 +
 core/doc/admin/videos/index.html                   |    1 +
 core/doc/admin/whats_new_admin.html                |    1 +
 core/doc/user/_images/files-drop-2.png             |  Bin 0 -> 5655 bytes
 core/doc/user/_images/files-drop-3.png             |  Bin 0 -> 23258 bytes
 core/doc/user/_images/files-drop-4.png             |  Bin 0 -> 12562 bytes
 core/doc/user/_images/files-drop-5.png             |  Bin 0 -> 88601 bytes
 core/doc/user/_images/files-drop-6.png             |  Bin 0 -> 60537 bytes
 core/doc/user/_images/files-drop-7.png             |  Bin 0 -> 57231 bytes
 core/doc/user/_sources/files/file_drop.txt         |   60 +
 core/doc/user/_sources/files/index.txt             |    1 +
 core/doc/user/_static/style.css                    | 2436 ++++++++++----------
 core/doc/user/contents.html                        |    1 +
 core/doc/user/files/access_webdav.html             |    1 +
 core/doc/user/files/access_webgui.html             |    1 +
 core/doc/user/files/deleted_file_management.html   |    1 +
 core/doc/user/files/desktop_mobile_sync.html       |    1 +
 core/doc/user/files/encrypting_files.html          |    1 +
 core/doc/user/files/federated_cloud_sharing.html   |    3 +-
 .../{large_file_upload.html => file_drop.html}     |   74 +-
 core/doc/user/files/index.html                     |    2 +
 core/doc/user/files/large_file_upload.html         |    3 +-
 core/doc/user/files/quota.html                     |    1 +
 core/doc/user/files/version_control.html           |    1 +
 core/fonts/LICENSE.txt                             |  404 ++--
 core/js/multiselect.js                             |   14 +-
 core/js/share.js                                   |    7 +-
 core/js/tests/specs/shareSpec.js                   |   94 +
 core/l10n/ca.js                                    |   26 +-
 core/l10n/ca.json                                  |   26 +-
 core/l10n/en_GB.js                                 |   12 +
 core/l10n/en_GB.json                               |   12 +
 core/l10n/fr.js                                    |   12 +-
 core/l10n/fr.json                                  |   12 +-
 core/l10n/id.js                                    |   26 +
 core/l10n/id.json                                  |   26 +
 core/l10n/ja.js                                    |    7 +-
 core/l10n/ja.json                                  |    7 +-
 core/l10n/sr.js                                    |   44 +-
 core/l10n/sr.json                                  |   44 +-
 core/register_command.php                          |   12 +-
 core/routes.php                                    |    8 +-
 core/search/css/results.css                        |   10 +-
 core/vendor/jsTimezoneDetect/jstz.js               |  716 +++---
 l10n/.tx/config                                    |   70 +
 lib/base.php                                       |    2 +-
 lib/l10n/cs_CZ.js                                  |    1 +
 lib/l10n/cs_CZ.json                                |    1 +
 lib/l10n/en_GB.js                                  |    5 +
 lib/l10n/en_GB.json                                |    5 +
 lib/l10n/fr.js                                     |    6 +-
 lib/l10n/fr.json                                   |    6 +-
 lib/l10n/id.js                                     |   16 +
 lib/l10n/id.json                                   |   16 +
 lib/l10n/ja.js                                     |    4 +-
 lib/l10n/ja.json                                   |    4 +-
 lib/l10n/sr.js                                     |   12 +-
 lib/l10n/sr.json                                   |   12 +-
 lib/l10n/tr.js                                     |    1 +
 lib/l10n/tr.json                                   |    1 +
 lib/private/app/codechecker.php                    |    2 +-
 .../dependencyinjection/dicontainer.php            |   11 +
 lib/private/avatar.php                             |   14 +-
 lib/private/avatarmanager.php                      |    1 +
 .../connector/sabre/blocklegacyclientplugin.php    |   79 +
 lib/private/connector/sabre/file.php               |    1 +
 lib/private/defaults.php                           |    2 +-
 lib/private/encryption/file.php                    |    4 +-
 lib/private/encryption/keys/storage.php            |    9 +
 lib/private/encryption/manager.php                 |   47 +-
 lib/private/encryption/update.php                  |   68 +-
 lib/private/encryption/util.php                    |   20 +-
 lib/private/files/cache/changepropagator.php       |    5 +-
 lib/private/files/cache/updater.php                |    4 +
 lib/private/files/storage/wrapper/encryption.php   |   95 +-
 lib/private/files/stream/encryption.php            |   60 +-
 lib/private/files/view.php                         |    4 +
 lib/private/helper.php                             |    9 +-
 lib/private/l10n/string.php                        |    8 +-
 lib/private/lock/memcachelockingprovider.php       |   86 +
 lib/private/memcache/apc.php                       |   60 +-
 lib/private/memcache/arraycache.php                |   72 +-
 .../private/memcache/castrait.php                  |   52 +-
 lib/private/memcache/memcached.php                 |   41 +-
 lib/private/memcache/redis.php                     |   55 +-
 lib/private/memcache/xcache.php                    |   70 +-
 lib/private/ocsclient.php                          |    1 +
 lib/private/security/securerandom.php              |    2 +-
 lib/private/server.php                             |    2 +-
 lib/private/share/share.php                        |   69 +-
 lib/private/tempmanager.php                        |   99 +-
 lib/public/encryption/iencryptionmodule.php        |    3 +-
 lib/public/encryption/imanager.php                 |   19 +-
 lib/public/encryption/keys/istorage.php            |    2 +
 lib/public/imemcache.php                           |   78 +
 lib/public/iservercontainer.php                    |    2 +-
 .../public/lock/ilockingprovider.php               |   39 +-
 .../public/lock/lockedexception.php                |   36 +-
 lib/public/security/isecurerandom.php              |    2 +-
 lib/public/share.php                               |    6 +-
 settings/admin.php                                 |   12 +-
 settings/css/settings.css                          |    7 +
 settings/js/apps.js                                |    2 +
 settings/l10n/az.js                                |    1 -
 settings/l10n/az.json                              |    1 -
 settings/l10n/bg_BG.js                             |    1 -
 settings/l10n/bg_BG.json                           |    1 -
 settings/l10n/bs.js                                |    1 -
 settings/l10n/bs.json                              |    1 -
 settings/l10n/ca.js                                |    1 -
 settings/l10n/ca.json                              |    1 -
 settings/l10n/cs_CZ.js                             |   14 +-
 settings/l10n/cs_CZ.json                           |   14 +-
 settings/l10n/da.js                                |    3 +-
 settings/l10n/da.json                              |    3 +-
 settings/l10n/de.js                                |   17 +-
 settings/l10n/de.json                              |   17 +-
 settings/l10n/de_AT.js                             |    1 -
 settings/l10n/de_AT.json                           |    1 -
 settings/l10n/de_DE.js                             |   19 +-
 settings/l10n/de_DE.json                           |   19 +-
 settings/l10n/el.js                                |    6 +-
 settings/l10n/el.json                              |    6 +-
 settings/l10n/en_GB.js                             |   33 +-
 settings/l10n/en_GB.json                           |   33 +-
 settings/l10n/es.js                                |    8 +-
 settings/l10n/es.json                              |    8 +-
 settings/l10n/et_EE.js                             |    1 -
 settings/l10n/et_EE.json                           |    1 -
 settings/l10n/eu.js                                |    1 -
 settings/l10n/eu.json                              |    1 -
 settings/l10n/fi_FI.js                             |    4 +-
 settings/l10n/fi_FI.json                           |    4 +-
 settings/l10n/fr.js                                |    6 +-
 settings/l10n/fr.json                              |    6 +-
 settings/l10n/gl.js                                |    6 +-
 settings/l10n/gl.json                              |    6 +-
 settings/l10n/he.js                                |    1 -
 settings/l10n/he.json                              |    1 -
 settings/l10n/id.js                                |   54 +-
 settings/l10n/id.json                              |   54 +-
 settings/l10n/it.js                                |    6 +-
 settings/l10n/it.json                              |    6 +-
 settings/l10n/ja.js                                |   15 +-
 settings/l10n/ja.json                              |   15 +-
 settings/l10n/ko.js                                |    3 +-
 settings/l10n/ko.json                              |    3 +-
 settings/l10n/lb.js                                |    2 +
 settings/l10n/lb.json                              |    2 +
 settings/l10n/lt_LT.js                             |    1 -
 settings/l10n/lt_LT.json                           |    1 -
 settings/l10n/lv.js                                |    1 -
 settings/l10n/lv.json                              |    1 -
 settings/l10n/nb_NO.js                             |    1 -
 settings/l10n/nb_NO.json                           |    1 -
 settings/l10n/nl.js                                |    6 +-
 settings/l10n/nl.json                              |    6 +-
 settings/l10n/pl.js                                |    3 +-
 settings/l10n/pl.json                              |    3 +-
 settings/l10n/pt_BR.js                             |    6 +-
 settings/l10n/pt_BR.json                           |    6 +-
 settings/l10n/pt_PT.js                             |    3 +-
 settings/l10n/pt_PT.json                           |    3 +-
 settings/l10n/ru.js                                |    5 +-
 settings/l10n/ru.json                              |    5 +-
 settings/l10n/sk_SK.js                             |    1 -
 settings/l10n/sk_SK.json                           |    1 -
 settings/l10n/sl.js                                |    1 -
 settings/l10n/sl.json                              |    1 -
 settings/l10n/sr.js                                |    8 +-
 settings/l10n/sr.json                              |    8 +-
 settings/l10n/sr at latin.js                          |    1 +
 settings/l10n/sr at latin.json                        |    1 +
 settings/l10n/sv.js                                |    1 -
 settings/l10n/sv.json                              |    1 -
 settings/l10n/tr.js                                |   15 +-
 settings/l10n/tr.json                              |   15 +-
 settings/l10n/uk.js                                |    3 +-
 settings/l10n/uk.json                              |    3 +-
 settings/l10n/zh_CN.js                             |    1 -
 settings/l10n/zh_CN.json                           |    1 -
 settings/l10n/zh_HK.js                             |    1 -
 settings/l10n/zh_HK.json                           |    1 -
 settings/l10n/zh_TW.js                             |    1 -
 settings/l10n/zh_TW.json                           |    1 -
 settings/templates/admin.php                       |   21 +-
 settings/templates/apps.php                        |    3 -
 version.php                                        |    6 +-
 560 files changed, 10584 insertions(+), 5452 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list