[Pkg-owncloud-commits] [owncloud] 149/153: Merge tag 'upstream/7_20140525+dfsg'

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:50 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 1879e443ae6b2072f90f6fdef70089fb347c4370
Merge: 4003427 95e9920
Author: David Prévot <taffit at debian.org>
Date:   Mon May 26 22:39:11 2014 -0400

    Merge tag 'upstream/7_20140525+dfsg'
    
    Upstream version 7~20140525+dfsg
    
    # gpg: Signature faite le lun. 26 mai 2014 22:38:40 AST
    # gpg:                avec la clef RSA B82A217AFDFE09F2
    # 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

 apps/activity/.scrutinizer.yml                     |  12 +
 apps/activity/.travis.yml                          |  44 +++
 apps/activity/README.md                            |  10 +
 apps/activity/TODO                                 |   5 -
 apps/activity/ajax/fetch.php                       |  12 +-
 apps/activity/ajax/settings.php                    |  13 +-
 apps/activity/appinfo/app.php                      |  12 +-
 apps/activity/appinfo/database.xml                 | 100 ++++++-
 apps/activity/appinfo/version                      |   2 +-
 apps/activity/build.xml                            |  15 ++
 apps/activity/index.php                            |  10 +-
 apps/activity/js/settings.js                       |  12 +-
 apps/activity/l10n/ast.php                         |  10 +
 apps/activity/l10n/bn_IN.php                       |   5 +
 apps/activity/l10n/es_PY.php                       |   5 +
 apps/activity/l10n/es_US.php                       |   5 +
 apps/activity/l10n/hu_HU.php                       |  15 +-
 apps/activity/l10n/sv.php                          |  10 +
 apps/activity/l10n/zh_CN.php                       |  10 +
 .../lib/backgroundjob/emailnotification.php        | 100 +++++++
 .../lib/backgroundjob/expireactivities.php}        |  30 ++-
 apps/activity/lib/consumer.php                     |   2 +-
 apps/activity/lib/data.php                         | 164 ++++++++----
 apps/activity/lib/hooks.php                        |  85 ++++--
 apps/activity/lib/mailqueuehandler.php             | 216 +++++++++++++++
 apps/activity/personal.php                         |  15 +-
 apps/activity/templates/activities.part.php        |   2 +-
 apps/activity/templates/activity.box.php           |   2 +-
 apps/activity/templates/email.notification.php     |  16 ++
 apps/activity/templates/list.php                   |   2 +-
 apps/activity/templates/personal.php               |  19 +-
 apps/activity/tests/bootstrap.php                  |  29 ++
 apps/activity/tests/hooksfilterusersbysetting.php  |  77 ++++++
 apps/activity/tests/phpunit.xml                    |  27 ++
 .../bookmarks.pot => bn_IN/bookmarks.po}           |  18 +-
 .../bookmarks.pot => es_PY/bookmarks.po}           |  18 +-
 .../bookmarks.pot => es_US/bookmarks.po}           |  18 +-
 apps/bookmarks/l10n/templates/bookmarks.pot        |   2 +-
 apps/bookmarks/l10n/tr.php                         |  10 +-
 apps/bookmarks/l10n/tr/bookmarks.po                |  14 +-
 .../{templates/calendar.pot => bn_IN/calendar.po}  |  16 +-
 apps/calendar/l10n/ca.php                          |   6 +-
 apps/calendar/l10n/ca/calendar.po                  |  13 +-
 .../{templates/calendar.pot => es_PY/calendar.po}  |  16 +-
 .../{templates/calendar.pot => es_US/calendar.po}  |  16 +-
 apps/calendar/l10n/nl.php                          |   2 +-
 apps/calendar/l10n/nl/calendar.po                  |   9 +-
 apps/calendar/l10n/ru.php                          |   1 +
 apps/calendar/l10n/ru/calendar.po                  |  11 +-
 apps/calendar/l10n/templates/calendar.pot          |   2 +-
 apps/calendar/l10n/tr.php                          |  10 +-
 apps/calendar/l10n/tr/calendar.po                  |  14 +-
 apps/calendar/l10n/zh_CN.php                       |   1 +
 apps/calendar/l10n/zh_CN/calendar.po               |   9 +-
 apps/contacts/css/contacts.css                     |  17 +-
 .../{templates/contacts.pot => bn_IN/contacts.po}  |  18 +-
 apps/contacts/l10n/ca.php                          |   2 +-
 apps/contacts/l10n/ca/contacts.po                  |  29 +-
 apps/contacts/l10n/es.php                          |  10 +-
 apps/contacts/l10n/es/contacts.po                  |  37 +--
 .../{templates/contacts.pot => es_PY/contacts.po}  |  18 +-
 .../{templates/contacts.pot => es_US/contacts.po}  |  18 +-
 apps/contacts/l10n/fr.php                          |   4 +
 apps/contacts/l10n/fr/contacts.po                  |  35 +--
 apps/contacts/l10n/it.php                          |   1 +
 apps/contacts/l10n/it/contacts.po                  |  29 +-
 apps/contacts/l10n/pt_PT.php                       |   4 +-
 apps/contacts/l10n/pt_PT/contacts.po               |  31 +--
 apps/contacts/l10n/ru.php                          |  12 +-
 apps/contacts/l10n/ru/contacts.po                  |  48 ++--
 apps/contacts/l10n/sv.php                          |  11 +-
 apps/contacts/l10n/sv/contacts.po                  |  48 ++--
 apps/contacts/l10n/templates/contacts.pot          |  24 +-
 apps/contacts/l10n/tr.php                          |   2 +-
 apps/contacts/l10n/tr/contacts.po                  |  28 +-
 apps/contacts/l10n/zh_CN.php                       |   3 +
 apps/contacts/l10n/zh_CN/contacts.po               |  35 +--
 apps/contacts/l10n/zh_HK.php                       |   1 +
 apps/contacts/l10n/zh_HK/contacts.po               |  26 +-
 apps/contacts/lib/addressbook.php                  |  12 +-
 apps/contacts/lib/dispatcher.php                   |  41 +--
 apps/contacts/templates/admin.php                  |   2 +-
 apps/documents/js/viewer/viewer.js                 |  57 ++--
 .../documents.pot => bn_IN/documents.po}           |  26 +-
 .../documents.pot => es_PY/documents.po}           |  26 +-
 .../documents.pot => es_US/documents.po}           |  26 +-
 apps/documents/l10n/ru.php                         |   1 +
 apps/documents/l10n/ru/documents.po                |  17 +-
 apps/documents/l10n/templates/documents.pot        |   6 +-
 apps/documents/l10n/tr.php                         |   4 +-
 apps/documents/l10n/tr/documents.po                |  14 +-
 apps/documents/l10n/zh_HK.php                      |  14 +
 apps/documents/l10n/zh_HK/documents.po             |  41 +--
 apps/files/ajax/upload.php                         |   4 +-
 apps/files/css/files.css                           |   4 +
 apps/files/index.php                               |   4 +-
 apps/files/js/fileactions.js                       |   2 +-
 apps/files/js/filelist.js                          |  43 ++-
 apps/files/l10n/bn_IN.php                          |   7 +
 apps/files/l10n/en_GB.php                          |   1 +
 apps/files/l10n/es_PY.php                          |   7 +
 apps/files/l10n/es_US.php                          |   7 +
 apps/files/l10n/fr.php                             |   1 +
 apps/files/l10n/pl.php                             |   1 +
 apps/files/l10n/pt_BR.php                          |  11 +-
 apps/files/l10n/pt_PT.php                          |   1 +
 apps/files/l10n/ru.php                             |   2 +
 apps/files/l10n/sv.php                             |   2 +
 apps/files/l10n/tr.php                             |  31 +--
 apps/files/lib/helper.php                          |  18 +-
 apps/files/templates/list.php                      |   2 +-
 apps/files/tests/ajax_rename.php                   |  14 +-
 apps/files/tests/js/filelistSpec.js                |  65 ++++-
 apps/files_encryption/ajax/adminrecovery.php       |   2 +-
 .../ajax/changeRecoveryPassword.php                |   2 +-
 apps/files_encryption/ajax/getMigrationStatus.php  |   2 +-
 .../ajax/updatePrivateKeyPassword.php              |   2 +-
 apps/files_encryption/ajax/userrecovery.php        |   2 +-
 apps/files_encryption/hooks/hooks.php              |  34 +--
 apps/files_encryption/l10n/tr.php                  |   2 +-
 apps/files_encryption/lib/crypt.php                |  59 ++---
 apps/files_encryption/lib/helper.php               |  40 +--
 apps/files_encryption/lib/keymanager.php           |  40 +--
 apps/files_encryption/lib/proxy.php                |  24 +-
 apps/files_encryption/lib/session.php              |  24 +-
 apps/files_encryption/lib/stream.php               |  32 +--
 apps/files_encryption/lib/util.php                 |  77 +++---
 apps/files_encryption/tests/crypt.php              |  12 +-
 apps/files_encryption/tests/hooks.php              |  46 +++-
 apps/files_encryption/tests/proxy.php              |   4 +-
 apps/files_encryption/tests/share.php              |   2 +-
 apps/files_encryption/tests/stream.php             |   4 +-
 apps/files_encryption/tests/trashbin.php           |   8 +-
 apps/files_encryption/tests/util.php               |  18 +-
 apps/files_encryption/tests/webdav.php             |  10 +-
 apps/files_external/appinfo/app.php                |  12 +
 apps/files_external/l10n/ca.php                    |  12 +
 apps/files_external/l10n/fr.php                    |  10 +
 apps/files_external/l10n/pt_PT.php                 |   3 +
 apps/files_external/l10n/ru.php                    |  13 +
 apps/files_external/l10n/sv.php                    |  11 +
 apps/files_external/l10n/tr.php                    |   4 +-
 apps/files_external/l10n/zh_HK.php                 |   1 +
 apps/files_external/lib/amazons3.php               |   2 +-
 apps/files_external/lib/config.php                 | 125 +++++++--
 apps/files_external/lib/dropbox.php                |   8 +-
 apps/files_external/lib/ftp.php                    |   2 +-
 apps/files_external/lib/smb.php                    |   2 +-
 apps/files_external/lib/swift.php                  |  32 +--
 apps/files_external/tests/mountconfig.php          | 165 ++++++++++++
 apps/files_pdfviewer/js/loader.js                  |  19 +-
 apps/files_pdfviewer/templates/pdf.php             |   1 +
 apps/files_sharing/appinfo/app.php                 |   3 +
 apps/files_sharing/css/public.css                  |   7 -
 apps/files_sharing/js/public.js                    |  38 +--
 apps/files_sharing/js/share.js                     |  56 ++--
 apps/files_sharing/lib/api.php                     |  28 +-
 apps/files_sharing/lib/cache.php                   |   6 +-
 apps/files_sharing/lib/helper.php                  |  24 +-
 apps/files_sharing/lib/maintainer.php              |   2 +-
 apps/files_sharing/lib/permissions.php             |  14 +-
 apps/files_sharing/lib/proxy.php                   |  69 +++++
 apps/files_sharing/lib/share/file.php              |  15 +-
 apps/files_sharing/lib/sharedstorage.php           | 143 ++++++----
 apps/files_sharing/lib/updater.php                 |  13 +-
 apps/files_sharing/templates/public.php            |   2 +-
 apps/files_sharing/tests/api.php                   |  96 ++++++-
 apps/files_sharing/tests/base.php                  |   6 +-
 apps/files_sharing/tests/cache.php                 |   2 +-
 apps/files_sharing/tests/proxy.php                 |  98 +++++++
 apps/files_sharing/tests/sharedstorage.php         |  46 ++++
 apps/files_sharing/tests/updater.php               | 128 +++++++--
 apps/files_trashbin/l10n/tr.php                    |   2 +-
 apps/files_trashbin/lib/hooks.php                  |  10 +-
 apps/files_trashbin/lib/trashbin.php               |  80 +++---
 apps/files_versions/l10n/tr.php                    |   2 +-
 apps/files_versions/lib/hooks.php                  |  14 +-
 apps/files_versions/lib/versions.php               |  30 +--
 apps/files_versions/tests/versions.php             |   4 +-
 apps/firstrunwizard/ajax/disable.php               |   2 +-
 apps/firstrunwizard/ajax/enable.php                |   2 +-
 apps/firstrunwizard/appinfo/app.php                |   2 +-
 apps/firstrunwizard/l10n/ca.php                    |   2 +-
 .../l10n/templates/firstrunwizard.pot              |   2 +-
 apps/firstrunwizard/lib/firstrunwizard.php         |   2 +-
 apps/gallery/appinfo/app.php                       |   2 +-
 .../{templates/gallery.pot => bn_IN/gallery.po}    |  18 +-
 .../{templates/gallery.pot => es_PY/gallery.po}    |  18 +-
 .../{templates/gallery.pot => es_US/gallery.po}    |  18 +-
 apps/gallery/l10n/templates/gallery.pot            |   2 +-
 apps/gallery/l10n/tr/gallery.po                    |   6 +-
 apps/user_ldap/group_ldap.php                      |  44 +--
 apps/user_ldap/group_proxy.php                     |  70 ++---
 apps/user_ldap/js/settings.js                      |   2 +-
 apps/user_ldap/l10n/bn_IN.php                      |   6 +
 apps/user_ldap/l10n/ca.php                         |   6 +-
 apps/user_ldap/l10n/es_PY.php                      |   6 +
 apps/user_ldap/l10n/es_US.php                      |   6 +
 apps/user_ldap/l10n/tr.php                         |   2 +-
 apps/user_ldap/lib/access.php                      | 138 +++++-----
 apps/user_ldap/lib/backendutility.php              |   2 +-
 apps/user_ldap/lib/configuration.php               |  38 +--
 apps/user_ldap/lib/connection.php                  |  42 +--
 apps/user_ldap/lib/helper.php                      |   8 +-
 apps/user_ldap/lib/ildapwrapper.php                |  56 ++--
 apps/user_ldap/lib/jobs.php                        |  44 +--
 apps/user_ldap/lib/ldap.php                        |  12 +-
 apps/user_ldap/lib/ldaputility.php                 |   2 +-
 apps/user_ldap/lib/proxy.php                       |  34 +--
 apps/user_ldap/lib/wizard.php                      |  56 ++--
 apps/user_ldap/lib/wizardresult.php                |   6 +-
 apps/user_ldap/settings.php                        |  12 +-
 apps/user_ldap/templates/part.settingcontrols.php  |   4 +-
 apps/user_ldap/templates/part.wizard-server.php    |   8 +-
 apps/user_ldap/templates/part.wizardcontrols.php   |   4 +-
 apps/user_ldap/templates/settings.php              |   4 +-
 apps/user_ldap/tests/user_ldap.php                 |  10 +-
 apps/user_ldap/user_ldap.php                       |  52 ++--
 apps/user_ldap/user_proxy.php                      |  78 +++---
 apps/user_webdavauth/l10n/tr.php                   |   2 +-
 console.php                                        |  45 ++--
 core/ajax/share.php                                |   3 +-
 core/command/db/converttype.php                    | 295 +++++++++++++++++++++
 core/command/maintenance/repair.php                |   2 +-
 core/css/icons.css                                 |   5 -
 core/css/styles.css                                |  18 +-
 core/img/noise.png                                 | Bin 3125 -> 0 bytes
 core/js/config.php                                 |   1 +
 core/js/oc-dialogs.js                              |   6 +-
 core/js/share.js                                   |  51 +++-
 core/js/visitortimezone.js                         |   6 +
 core/l10n/bn_IN.php                                |   9 +
 core/l10n/en_GB.php                                |   1 +
 core/l10n/es_PY.php                                |   9 +
 core/l10n/es_US.php                                |   9 +
 core/l10n/fr.php                                   |   3 +
 core/l10n/pl.php                                   |   1 +
 core/l10n/pt_BR.php                                |   1 +
 core/l10n/pt_PT.php                                |   3 +
 core/l10n/sv.php                                   |   3 +
 core/l10n/tr.php                                   |   5 +-
 core/l10n/zh_CN.php                                |   3 +
 core/register_command.php                          |   1 +
 core/skeleton/ownCloudUserManual.pdf               | Bin 1572999 -> 1572990 bytes
 core/skeleton/photos/paris.jpg                     | Bin 225599 -> 0 bytes
 core/skeleton/photos/san francisco.jpg             | Bin 212909 -> 0 bytes
 core/skeleton/photos/squirrel.jpg                  | Bin 230562 -> 0 bytes
 core/templates/login.php                           |   2 +-
 l10n/ach/lib.po                                    |  53 ++--
 l10n/ach/settings.po                               |  79 +++---
 l10n/ady/lib.po                                    |  53 ++--
 l10n/ady/settings.po                               |  79 +++---
 l10n/af_ZA/lib.po                                  |  53 ++--
 l10n/af_ZA/settings.po                             |  79 +++---
 l10n/ak/lib.po                                     |  53 ++--
 l10n/ak/settings.po                                |  79 +++---
 l10n/am_ET/lib.po                                  |  53 ++--
 l10n/am_ET/settings.po                             |  79 +++---
 l10n/ar/lib.po                                     |  53 ++--
 l10n/ar/settings.po                                |  79 +++---
 l10n/ast/files_encryption.po                       |   4 +-
 l10n/ast/files_external.po                         |   6 +-
 l10n/ast/lib.po                                    |  86 +++---
 l10n/ast/settings.po                               |  79 +++---
 l10n/az/lib.po                                     |  53 ++--
 l10n/az/settings.po                                |  79 +++---
 l10n/be/lib.po                                     |  53 ++--
 l10n/be/settings.po                                |  79 +++---
 l10n/bg_BG/lib.po                                  |  53 ++--
 l10n/bg_BG/settings.po                             |  79 +++---
 l10n/bn_BD/lib.po                                  |  53 ++--
 l10n/bn_BD/settings.po                             |  79 +++---
 l10n/{templates/core.pot => bn_IN/core.po}         | 104 ++++----
 l10n/{templates/files.pot => bn_IN/files.po}       |  23 +-
 .../files_encryption.po}                           |  36 +--
 l10n/{zh_HK => bn_IN}/files_external.po            |  28 +-
 .../files_sharing.pot => bn_IN/files_sharing.po}   |  16 +-
 .../files_trashbin.pot => bn_IN/files_trashbin.po} |  18 +-
 .../files_versions.pot => bn_IN/files_versions.po} |  18 +-
 l10n/{ady => bn_IN}/lib.po                         |  57 ++--
 l10n/{az => bn_IN}/settings.po                     |  83 +++---
 .../user_ldap.pot => bn_IN/user_ldap.po}           |  59 +++--
 .../user_webdavauth.po}                            |  18 +-
 l10n/bs/lib.po                                     |  53 ++--
 l10n/bs/settings.po                                |  79 +++---
 l10n/ca/files_external.po                          | 125 ++++-----
 l10n/ca/lib.po                                     |  53 ++--
 l10n/ca/settings.po                                |  81 +++---
 l10n/ca/user_ldap.po                               |  13 +-
 l10n/cs_CZ/lib.po                                  |  53 ++--
 l10n/cs_CZ/settings.po                             |  79 +++---
 l10n/cy_GB/lib.po                                  |  53 ++--
 l10n/cy_GB/settings.po                             |  79 +++---
 l10n/da/lib.po                                     |  53 ++--
 l10n/da/settings.po                                |  79 +++---
 l10n/de/lib.po                                     |  53 ++--
 l10n/de/settings.po                                |  79 +++---
 l10n/de_AT/lib.po                                  |  53 ++--
 l10n/de_AT/settings.po                             |  79 +++---
 l10n/de_CH/lib.po                                  |  53 ++--
 l10n/de_CH/settings.po                             |  79 +++---
 l10n/de_DE/lib.po                                  |  53 ++--
 l10n/de_DE/settings.po                             |  81 +++---
 l10n/el/lib.po                                     |  53 ++--
 l10n/el/settings.po                                |  79 +++---
 l10n/en at pirate/lib.po                              |  53 ++--
 l10n/en at pirate/settings.po                         |  79 +++---
 l10n/en_GB/core.po                                 |  84 +++---
 l10n/en_GB/files.po                                |   8 +-
 l10n/en_GB/lib.po                                  |  55 ++--
 l10n/en_GB/settings.po                             |  81 +++---
 l10n/en_NZ/lib.po                                  |  53 ++--
 l10n/en_NZ/settings.po                             |  79 +++---
 l10n/eo/lib.po                                     |  53 ++--
 l10n/eo/settings.po                                |  79 +++---
 l10n/es/lib.po                                     |  56 ++--
 l10n/es/settings.po                                |  82 +++---
 l10n/es_AR/lib.po                                  |  53 ++--
 l10n/es_AR/settings.po                             |  79 +++---
 l10n/es_BO/lib.po                                  |  53 ++--
 l10n/es_BO/settings.po                             |  79 +++---
 l10n/es_CL/lib.po                                  |  53 ++--
 l10n/es_CL/settings.po                             |  79 +++---
 l10n/es_CO/lib.po                                  |  53 ++--
 l10n/es_CO/settings.po                             |  79 +++---
 l10n/es_CR/lib.po                                  |  53 ++--
 l10n/es_CR/settings.po                             |  79 +++---
 l10n/es_EC/lib.po                                  |  53 ++--
 l10n/es_EC/settings.po                             |  79 +++---
 l10n/es_MX/lib.po                                  |  53 ++--
 l10n/es_MX/settings.po                             |  79 +++---
 l10n/es_PE/lib.po                                  |  53 ++--
 l10n/es_PE/settings.po                             |  79 +++---
 l10n/{templates/core.pot => es_PY/core.po}         | 104 ++++----
 l10n/{templates/files.pot => es_PY/files.po}       |  23 +-
 .../files_encryption.po}                           |  36 +--
 l10n/{zh_HK => es_PY}/files_external.po            |  28 +-
 .../files_sharing.pot => es_PY/files_sharing.po}   |  16 +-
 .../files_trashbin.pot => es_PY/files_trashbin.po} |  18 +-
 .../files_versions.pot => es_PY/files_versions.po} |  18 +-
 l10n/{ady => es_PY}/lib.po                         |  57 ++--
 l10n/{az => es_PY}/settings.po                     |  83 +++---
 .../user_ldap.pot => es_PY/user_ldap.po}           |  59 +++--
 .../user_webdavauth.po}                            |  18 +-
 l10n/{templates/core.pot => es_US/core.po}         | 104 ++++----
 l10n/{templates/files.pot => es_US/files.po}       |  23 +-
 .../files_encryption.po}                           |  36 +--
 l10n/{zh_HK => es_US}/files_external.po            |  28 +-
 .../files_sharing.pot => es_US/files_sharing.po}   |  16 +-
 .../files_trashbin.pot => es_US/files_trashbin.po} |  18 +-
 .../files_versions.pot => es_US/files_versions.po} |  18 +-
 l10n/{ady => es_US}/lib.po                         |  57 ++--
 l10n/{az => es_US}/settings.po                     |  83 +++---
 .../user_ldap.pot => es_US/user_ldap.po}           |  59 +++--
 .../user_webdavauth.po}                            |  18 +-
 l10n/es_UY/lib.po                                  |  53 ++--
 l10n/es_UY/settings.po                             |  79 +++---
 l10n/et_EE/lib.po                                  |  53 ++--
 l10n/et_EE/settings.po                             |  79 +++---
 l10n/eu/lib.po                                     |  53 ++--
 l10n/eu/settings.po                                |  79 +++---
 l10n/eu_ES/lib.po                                  |  53 ++--
 l10n/eu_ES/settings.po                             |  79 +++---
 l10n/fa/lib.po                                     |  53 ++--
 l10n/fa/settings.po                                |  79 +++---
 l10n/fi_FI/lib.po                                  |  53 ++--
 l10n/fi_FI/settings.po                             |  81 +++---
 l10n/fr/core.po                                    |  89 ++++---
 l10n/fr/files.po                                   |  37 +--
 l10n/fr/files_external.po                          | 121 ++++-----
 l10n/fr/lib.po                                     |  66 ++---
 l10n/fr/settings.po                                | 100 +++----
 l10n/fr_CA/lib.po                                  |  53 ++--
 l10n/fr_CA/settings.po                             |  79 +++---
 l10n/gl/lib.po                                     |  53 ++--
 l10n/gl/settings.po                                |  79 +++---
 l10n/he/lib.po                                     |  53 ++--
 l10n/he/settings.po                                |  79 +++---
 l10n/hi/lib.po                                     |  53 ++--
 l10n/hi/settings.po                                |  79 +++---
 l10n/hi_IN/lib.po                                  |  53 ++--
 l10n/hi_IN/settings.po                             |  79 +++---
 l10n/hr/lib.po                                     |  53 ++--
 l10n/hr/settings.po                                |  79 +++---
 l10n/hu_HU/lib.po                                  |  53 ++--
 l10n/hu_HU/settings.po                             |  79 +++---
 l10n/hy/lib.po                                     |  53 ++--
 l10n/hy/settings.po                                |  79 +++---
 l10n/ia/lib.po                                     |  53 ++--
 l10n/ia/settings.po                                |  79 +++---
 l10n/id/lib.po                                     |  53 ++--
 l10n/id/settings.po                                |  79 +++---
 l10n/is/lib.po                                     |  53 ++--
 l10n/is/settings.po                                |  79 +++---
 l10n/it/lib.po                                     |  53 ++--
 l10n/it/settings.po                                |  79 +++---
 l10n/ja/lib.po                                     |  57 ++--
 l10n/ja/settings.po                                |  85 +++---
 l10n/jv/lib.po                                     |  53 ++--
 l10n/jv/settings.po                                |  79 +++---
 l10n/ka_GE/lib.po                                  |  53 ++--
 l10n/ka_GE/settings.po                             |  79 +++---
 l10n/km/lib.po                                     |  53 ++--
 l10n/km/settings.po                                |  79 +++---
 l10n/kn/lib.po                                     |  53 ++--
 l10n/kn/settings.po                                |  79 +++---
 l10n/ko/lib.po                                     |  53 ++--
 l10n/ko/settings.po                                |  79 +++---
 l10n/ku_IQ/lib.po                                  |  53 ++--
 l10n/ku_IQ/settings.po                             |  79 +++---
 l10n/lb/lib.po                                     |  53 ++--
 l10n/lb/settings.po                                |  79 +++---
 l10n/lt_LT/lib.po                                  |  53 ++--
 l10n/lt_LT/settings.po                             |  79 +++---
 l10n/lv/lib.po                                     |  53 ++--
 l10n/lv/settings.po                                |  79 +++---
 l10n/mk/lib.po                                     |  53 ++--
 l10n/mk/settings.po                                |  79 +++---
 l10n/ml/lib.po                                     |  53 ++--
 l10n/ml/settings.po                                |  79 +++---
 l10n/ml_IN/lib.po                                  |  53 ++--
 l10n/ml_IN/settings.po                             |  79 +++---
 l10n/mn/lib.po                                     |  53 ++--
 l10n/mn/settings.po                                |  79 +++---
 l10n/ms_MY/lib.po                                  |  53 ++--
 l10n/ms_MY/settings.po                             |  79 +++---
 l10n/my_MM/lib.po                                  |  53 ++--
 l10n/my_MM/settings.po                             |  79 +++---
 l10n/nb_NO/lib.po                                  |  53 ++--
 l10n/nb_NO/settings.po                             |  79 +++---
 l10n/nds/lib.po                                    |  53 ++--
 l10n/nds/settings.po                               |  79 +++---
 l10n/ne/lib.po                                     |  53 ++--
 l10n/ne/settings.po                                |  79 +++---
 l10n/nl/lib.po                                     |  53 ++--
 l10n/nl/settings.po                                |  79 +++---
 l10n/nn_NO/lib.po                                  |  53 ++--
 l10n/nn_NO/settings.po                             |  79 +++---
 l10n/nqo/lib.po                                    |  53 ++--
 l10n/nqo/settings.po                               |  79 +++---
 l10n/oc/lib.po                                     |  53 ++--
 l10n/oc/settings.po                                |  79 +++---
 l10n/or_IN/lib.po                                  |  53 ++--
 l10n/or_IN/settings.po                             |  79 +++---
 l10n/pa/lib.po                                     |  53 ++--
 l10n/pa/settings.po                                |  79 +++---
 l10n/pl/core.po                                    |  84 +++---
 l10n/pl/files.po                                   |   8 +-
 l10n/pl/lib.po                                     |  55 ++--
 l10n/pl/settings.po                                |  81 +++---
 l10n/pt_BR/core.po                                 |   8 +-
 l10n/pt_BR/files.po                                |  19 +-
 l10n/pt_BR/lib.po                                  |  57 ++--
 l10n/pt_BR/settings.po                             |  83 +++---
 l10n/pt_PT/core.po                                 |  89 ++++---
 l10n/pt_PT/files.po                                |  37 +--
 l10n/pt_PT/files_external.po                       | 106 ++++----
 l10n/pt_PT/lib.po                                  |  53 ++--
 l10n/pt_PT/settings.po                             |  87 +++---
 l10n/ro/lib.po                                     |  53 ++--
 l10n/ro/settings.po                                |  79 +++---
 l10n/ru/files.po                                   |  39 +--
 l10n/ru/files_external.po                          | 128 ++++-----
 l10n/ru/lib.po                                     |  55 ++--
 l10n/ru/settings.po                                |  88 +++---
 l10n/si_LK/lib.po                                  |  53 ++--
 l10n/si_LK/settings.po                             |  79 +++---
 l10n/sk/lib.po                                     |  53 ++--
 l10n/sk/settings.po                                |  79 +++---
 l10n/sk_SK/lib.po                                  |  53 ++--
 l10n/sk_SK/settings.po                             |  79 +++---
 l10n/sl/lib.po                                     |  53 ++--
 l10n/sl/settings.po                                |  79 +++---
 l10n/sq/lib.po                                     |  53 ++--
 l10n/sq/settings.po                                |  79 +++---
 l10n/sr/lib.po                                     |  53 ++--
 l10n/sr/settings.po                                |  79 +++---
 l10n/sr at latin/lib.po                               |  53 ++--
 l10n/sr at latin/settings.po                          |  79 +++---
 l10n/su/lib.po                                     |  53 ++--
 l10n/su/settings.po                                |  79 +++---
 l10n/sv/core.po                                    |  14 +-
 l10n/sv/files.po                                   |  12 +-
 l10n/sv/files_external.po                          | 123 ++++-----
 l10n/sv/lib.po                                     |  65 ++---
 l10n/sv/settings.po                                | 105 ++++----
 l10n/sw_KE/lib.po                                  |  53 ++--
 l10n/sw_KE/settings.po                             |  79 +++---
 l10n/ta_IN/lib.po                                  |  53 ++--
 l10n/ta_IN/settings.po                             |  79 +++---
 l10n/ta_LK/lib.po                                  |  53 ++--
 l10n/ta_LK/settings.po                             |  79 +++---
 l10n/te/lib.po                                     |  53 ++--
 l10n/te/settings.po                                |  79 +++---
 l10n/templates/core.pot                            |  78 +++---
 l10n/templates/files.pot                           |  30 +--
 l10n/templates/files_encryption.pot                |   4 +-
 l10n/templates/files_external.pot                  |  96 +++----
 l10n/templates/files_sharing.pot                   |   4 +-
 l10n/templates/files_trashbin.pot                  |   2 +-
 l10n/templates/files_versions.pot                  |   2 +-
 l10n/templates/lib.pot                             |  51 ++--
 l10n/templates/private.pot                         |  47 ++--
 l10n/templates/settings.pot                        |  77 +++---
 l10n/templates/user_ldap.pot                       |   2 +-
 l10n/templates/user_webdavauth.pot                 |   2 +-
 l10n/th_TH/lib.po                                  |  53 ++--
 l10n/th_TH/settings.po                             |  79 +++---
 l10n/tr/core.po                                    |  88 +++---
 l10n/tr/files.po                                   |  66 ++---
 l10n/tr/files_encryption.po                        |   8 +-
 l10n/tr/files_external.po                          | 104 ++++----
 l10n/tr/files_sharing.po                           |   6 +-
 l10n/tr/files_trashbin.po                          |   8 +-
 l10n/tr/files_versions.po                          |  20 +-
 l10n/tr/lib.po                                     |  77 +++---
 l10n/tr/settings.po                                | 129 ++++-----
 l10n/tr/user_ldap.po                               |   6 +-
 l10n/tr/user_webdavauth.po                         |  16 +-
 l10n/tzm/lib.po                                    |  53 ++--
 l10n/tzm/settings.po                               |  79 +++---
 l10n/ug/lib.po                                     |  53 ++--
 l10n/ug/settings.po                                |  79 +++---
 l10n/uk/lib.po                                     |  53 ++--
 l10n/uk/settings.po                                |  79 +++---
 l10n/ur/lib.po                                     |  53 ++--
 l10n/ur/settings.po                                |  79 +++---
 l10n/ur_PK/lib.po                                  |  55 ++--
 l10n/ur_PK/settings.po                             |  83 +++---
 l10n/uz/lib.po                                     |  53 ++--
 l10n/uz/settings.po                                |  79 +++---
 l10n/vi/lib.po                                     |  53 ++--
 l10n/vi/settings.po                                |  79 +++---
 l10n/zh_CN/core.po                                 |  89 ++++---
 l10n/zh_CN/lib.po                                  |  53 ++--
 l10n/zh_CN/settings.po                             |  79 +++---
 l10n/zh_HK/files_external.po                       | 100 +++----
 l10n/zh_HK/lib.po                                  |  53 ++--
 l10n/zh_HK/settings.po                             |  81 +++---
 l10n/zh_TW/lib.po                                  |  53 ++--
 l10n/zh_TW/settings.po                             |  79 +++---
 lib/autoloader.php                                 |   2 +-
 lib/base.php                                       |  18 +-
 lib/l10n/ast.php                                   |  18 +-
 lib/l10n/bn_IN.php                                 |   8 +
 lib/l10n/de.php                                    |   1 +
 lib/l10n/de_DE.php                                 |   1 +
 lib/l10n/en_GB.php                                 |   1 +
 lib/l10n/es.php                                    |   1 +
 lib/l10n/es_PY.php                                 |   8 +
 lib/l10n/es_US.php                                 |   8 +
 lib/l10n/fr.php                                    |   6 +
 lib/l10n/gl.php                                    |   1 +
 lib/l10n/it.php                                    |   1 +
 lib/l10n/ja.php                                    |   1 +
 lib/l10n/pl.php                                    |   1 +
 lib/l10n/pt_BR.php                                 |   2 +
 lib/l10n/sv.php                                    |   5 +
 lib/l10n/tr.php                                    |  22 +-
 lib/l10n/ur_PK.php                                 |   2 +-
 lib/private/app.php                                |  32 +--
 lib/private/appconfig.php                          |  14 +-
 lib/private/appframework/core/api.php              |   6 +-
 lib/private/avatar.php                             |   8 +-
 lib/private/avatarmanager.php                      |   2 +-
 lib/private/backgroundjob.php                      |   4 +-
 lib/private/config.php                             |  12 +-
 lib/private/connector/sabre/filesplugin.php        |  18 +-
 lib/private/connector/sabre/node.php               |  44 ++-
 lib/private/davclient.php                          |   4 +-
 lib/private/db.php                                 | 159 ++++-------
 lib/private/db/adapter.php                         |   2 +-
 lib/private/db/connection.php                      |   2 +-
 lib/private/db/connectionfactory.php               | 118 +++++++++
 lib/private/db/mdb2schemamanager.php               |  12 +-
 lib/private/db/pgsqltools.php                      |  40 +++
 lib/private/files/cache/permissions.php            |  19 +-
 lib/private/files/cache/scanner.php                |   2 +-
 lib/private/files/cache/updater.php                |   2 +-
 lib/private/files/fileinfo.php                     |  24 ++
 lib/private/files/filesystem.php                   |   6 +-
 lib/private/files/mount/mount.php                  |  11 +
 lib/private/files/storage/common.php               |   4 +
 lib/private/files/storage/home.php                 |   4 +-
 lib/private/files/view.php                         |   2 +-
 lib/private/geo.php                                |   2 +-
 lib/private/group.php                              |  24 +-
 lib/private/group/backend.php                      |  12 +-
 lib/private/group/database.php                     |  18 +-
 lib/private/group/dummy.php                        |  18 +-
 lib/private/group/example.php                      |  18 +-
 lib/private/group/group.php                        |   2 +-
 lib/private/group/interface.php                    |  10 +-
 lib/private/group/manager.php                      |  42 ++-
 lib/private/helper.php                             |  46 ++--
 lib/private/hook.php                               |   4 +-
 lib/private/image.php                              |  46 ++--
 lib/private/installer.php                          |  14 +-
 lib/private/l10n.php                               |  32 +--
 lib/private/legacy/appconfig.php                   |  14 +-
 lib/private/legacy/config.php                      |   8 +-
 lib/private/legacy/preferences.php                 |  18 +-
 lib/private/log/errorhandler.php                   |   2 +-
 lib/private/migrate.php                            |  24 +-
 lib/private/migration/content.php                  |  18 +-
 lib/private/migration/provider.php                 |   8 +-
 lib/private/navigationmanager.php                  |   6 +-
 lib/private/ocsclient.php                          |  12 +-
 lib/private/preferences.php                        |  55 +++-
 lib/private/preview.php                            |  54 ++--
 lib/private/previewmanager.php                     |   4 +-
 lib/private/request.php                            |  20 +-
 lib/private/response.php                           |  12 +-
 lib/private/setup.php                              |   2 +-
 lib/private/share/helper.php                       |   4 +-
 lib/private/share/mailnotifications.php            |   6 +-
 lib/private/share/share.php                        | 140 +++++++---
 lib/private/subadmin.php                           |  22 +-
 lib/private/template.php                           |  22 +-
 lib/private/template/base.php                      |  10 +-
 lib/private/template/functions.php                 |  14 +-
 lib/private/template/resourcelocator.php           |   2 +-
 lib/private/urlgenerator.php                       |   6 +-
 lib/private/user.php                               |  58 ++--
 lib/private/user/backend.php                       |  18 +-
 lib/private/user/database.php                      |  22 +-
 lib/private/user/dummy.php                         |  12 +-
 lib/private/user/example.php                       |   8 +-
 lib/private/user/http.php                          |   6 +-
 lib/private/user/interface.php                     |  14 +-
 lib/private/user/user.php                          |  12 +-
 lib/private/util.php                               |  93 ++++---
 lib/private/vobject.php                            |   8 +-
 lib/public/files/fileinfo.php                      |  14 +
 lib/public/iappconfig.php                          |  14 +-
 lib/public/iavatar.php                             |   6 +-
 lib/public/iavatarmanager.php                      |   2 +-
 lib/public/il10n.php                               |   4 +-
 lib/public/share.php                               |  14 +-
 lib/public/util.php                                |  13 +-
 settings/admin.php                                 |  18 ++
 settings/ajax/excludegroups.php                    |  18 ++
 settings/css/settings.css                          |   9 +
 settings/js/admin.js                               |  49 ++++
 settings/l10n/ca.php                               |   2 +-
 settings/l10n/de.php                               |   2 +
 settings/l10n/de_DE.php                            |   2 +
 settings/l10n/en_GB.php                            |   1 +
 settings/l10n/es.php                               |   2 +
 settings/l10n/fi_FI.php                            |   2 +
 settings/l10n/fr.php                               |  10 +
 settings/l10n/gl.php                               |   2 +
 settings/l10n/it.php                               |   2 +
 settings/l10n/ja.php                               |   3 +
 settings/l10n/pl.php                               |   1 +
 settings/l10n/pt_BR.php                            |   3 +
 settings/l10n/pt_PT.php                            |   3 +
 settings/l10n/ru.php                               |   5 +
 settings/l10n/sv.php                               |  13 +
 settings/l10n/tr.php                               |  47 ++--
 settings/l10n/ur_PK.php                            |   2 +
 settings/l10n/zh_HK.php                            |   1 +
 settings/routes.php                                |   2 +
 settings/templates/admin.php                       |  22 +-
 version.php                                        |   2 +-
 665 files changed, 14858 insertions(+), 10474 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