[Pkg-owncloud-commits] [owncloud] 111/199: Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:15 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 5754b0b9e70824786878b847abb6b728ca0414bb
Merge: f81ee94 ce9d5df
Author: Andreas Fischer <bantu at owncloud.com>
Date: Wed May 28 22:57:33 2014 +0200
Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command
* owncloud/master: (238 commits)
Change visibility of scanner internals
[tx-robot] updated from transifex
remove legacy OC_Filesystem being used in a hook callback
add title property to share dialog
forgotten infobox messages translations
reverts 188c543 and translates only mail
fix warning text and margin
Adjust core apps to use "requiremin" instead of "require"
Added requiremin/requiremax fields for apps
[tx-robot] updated from transifex
unwrapped strings fix
allow resharing of files with only share permissions
don't lose file size during rename
drop superflous statement in phpdoc
add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook
[tx-robot] updated from transifex
fix grammar
make user_ldap fully translatable
[tx-robot] updated from transifex
fix typo
...
Conflicts:
core/register_command.php
.jshintrc | 1 +
apps/files/ajax/list.php | 5 +-
apps/files/ajax/upload.php | 4 +-
apps/files/appinfo/app.php | 10 +
apps/files/appinfo/info.xml | 4 +-
apps/files/appinfo/update.php | 46 -
apps/files/css/files.css | 93 +-
apps/files/index.php | 93 +-
apps/files/js/app.js | 147 +
apps/files/js/breadcrumb.js | 12 +-
apps/files/js/file-upload.js | 15 +-
apps/files/js/fileactions.js | 435 +--
apps/files/js/filelist.js | 3021 +++++++++++---------
apps/files/js/files.js | 634 ++--
apps/files/js/filesummary.js | 2 +-
apps/files/js/keyboardshortcuts.js | 3 +-
apps/files/js/navigation.js | 122 +
apps/files/l10n/ar.php | 6 +-
apps/files/l10n/ast.php | 73 +-
apps/files/l10n/bg_BG.php | 1 +
apps/files/l10n/bn_BD.php | 4 +-
apps/files/l10n/{ur_PK.php => bn_IN.php} | 1 -
apps/files/l10n/ca.php | 6 +-
apps/files/l10n/cs_CZ.php | 6 +-
apps/files/l10n/cy_GB.php | 4 +-
apps/files/l10n/da.php | 6 +-
apps/files/l10n/de.php | 6 +-
apps/files/l10n/de_CH.php | 5 +-
apps/files/l10n/de_DE.php | 6 +-
apps/files/l10n/el.php | 8 +-
apps/files/l10n/en_GB.php | 6 +-
apps/files/l10n/eo.php | 5 +-
apps/files/l10n/es.php | 6 +-
apps/files/l10n/es_AR.php | 6 +-
apps/files/l10n/{ur_PK.php => es_BO.php} | 1 -
apps/files/l10n/es_MX.php | 6 +-
apps/files/l10n/{ur_PK.php => es_PY.php} | 1 -
apps/files/l10n/{ur_PK.php => es_US.php} | 1 -
apps/files/l10n/et_EE.php | 6 +-
apps/files/l10n/eu.php | 6 +-
apps/files/l10n/fa.php | 6 +-
apps/files/l10n/fi_FI.php | 6 +-
apps/files/l10n/fr.php | 6 +-
apps/files/l10n/gl.php | 6 +-
apps/files/l10n/he.php | 5 +-
apps/files/l10n/hr.php | 3 +-
apps/files/l10n/hu_HU.php | 6 +-
apps/files/l10n/id.php | 6 +-
apps/files/l10n/is.php | 4 +-
apps/files/l10n/it.php | 6 +-
apps/files/l10n/ja.php | 7 +-
apps/files/l10n/ka_GE.php | 5 +-
apps/files/l10n/km.php | 2 +-
apps/files/l10n/ko.php | 6 +-
apps/files/l10n/lb.php | 3 +-
apps/files/l10n/lt_LT.php | 6 +-
apps/files/l10n/lv.php | 5 +-
apps/files/l10n/mk.php | 5 +-
apps/files/l10n/ms_MY.php | 3 +-
apps/files/l10n/nb_NO.php | 6 +-
apps/files/l10n/nl.php | 7 +-
apps/files/l10n/nn_NO.php | 5 +-
apps/files/l10n/oc.php | 3 +-
apps/files/l10n/pl.php | 6 +-
apps/files/l10n/pt_BR.php | 14 +-
apps/files/l10n/pt_PT.php | 7 +-
apps/files/l10n/ro.php | 6 +-
apps/files/l10n/ru.php | 8 +-
apps/files/l10n/si_LK.php | 3 +-
apps/files/l10n/sk_SK.php | 6 +-
apps/files/l10n/sl.php | 6 +-
apps/files/l10n/sq.php | 5 +-
apps/files/l10n/sr.php | 5 +-
apps/files/l10n/sv.php | 8 +-
apps/files/l10n/ta_LK.php | 3 +-
apps/files/l10n/th_TH.php | 4 +-
apps/files/l10n/tr.php | 36 +-
apps/files/l10n/ug.php | 2 +-
apps/files/l10n/uk.php | 5 +-
apps/files/l10n/ur_PK.php | 7 +-
apps/files/l10n/vi.php | 5 +-
apps/files/l10n/zh_CN.php | 6 +-
apps/files/l10n/zh_TW.php | 6 +-
apps/files/lib/app.php | 17 +
apps/files/lib/helper.php | 93 +-
apps/files/list.php | 38 +
apps/files/templates/appnavigation.php | 17 +
apps/files/templates/index.php | 120 +-
apps/files/templates/{index.php => list.php} | 56 +-
apps/files/tests/ajax_rename.php | 14 +-
apps/files/tests/helper.php | 98 +
apps/files/tests/js/appSpec.js | 220 ++
apps/files/tests/js/breadcrumbSpec.js | 4 +-
apps/files/tests/js/fileactionsSpec.js | 38 +-
apps/files/tests/js/filelistSpec.js | 843 ++++--
apps/files/tests/js/filesSpec.js | 17 +-
apps/files/tests/js/filesummarySpec.js | 3 +-
apps/files_encryption/ajax/adminrecovery.php | 2 +-
.../ajax/changeRecoveryPassword.php | 4 +-
apps/files_encryption/ajax/getMigrationStatus.php | 4 +-
.../ajax/updatePrivateKeyPassword.php | 2 +-
apps/files_encryption/ajax/userrecovery.php | 4 +-
apps/files_encryption/appinfo/app.php | 2 +-
apps/files_encryption/appinfo/info.xml | 2 +-
apps/files_encryption/files/error.php | 4 +-
apps/files_encryption/hooks/hooks.php | 54 +-
apps/files_encryption/l10n/ar.php | 1 -
apps/files_encryption/l10n/ast.php | 44 +-
apps/files_encryption/l10n/ca.php | 1 -
apps/files_encryption/l10n/cs_CZ.php | 1 -
apps/files_encryption/l10n/da.php | 1 -
apps/files_encryption/l10n/de.php | 1 -
apps/files_encryption/l10n/de_DE.php | 1 -
apps/files_encryption/l10n/el.php | 1 -
apps/files_encryption/l10n/en_GB.php | 1 -
apps/files_encryption/l10n/es.php | 1 -
apps/files_encryption/l10n/es_AR.php | 1 -
apps/files_encryption/l10n/es_MX.php | 1 -
apps/files_encryption/l10n/et_EE.php | 1 -
apps/files_encryption/l10n/eu.php | 1 -
apps/files_encryption/l10n/fa.php | 1 +
apps/files_encryption/l10n/fr.php | 1 -
apps/files_encryption/l10n/gl.php | 1 -
apps/files_encryption/l10n/hu_HU.php | 1 -
apps/files_encryption/l10n/id.php | 1 -
apps/files_encryption/l10n/it.php | 1 -
apps/files_encryption/l10n/ja.php | 1 -
apps/files_encryption/l10n/ko.php | 1 -
apps/files_encryption/l10n/lt_LT.php | 1 -
apps/files_encryption/l10n/nb_NO.php | 1 -
apps/files_encryption/l10n/nl.php | 1 -
apps/files_encryption/l10n/pl.php | 1 -
apps/files_encryption/l10n/pt_BR.php | 1 -
apps/files_encryption/l10n/pt_PT.php | 5 +-
apps/files_encryption/l10n/ru.php | 1 -
apps/files_encryption/l10n/sk_SK.php | 1 -
apps/files_encryption/l10n/sl.php | 1 -
apps/files_encryption/l10n/sv.php | 1 -
apps/files_encryption/l10n/tr.php | 29 +-
apps/files_encryption/l10n/zh_TW.php | 1 -
apps/files_encryption/lib/crypt.php | 69 +-
apps/files_encryption/lib/helper.php | 46 +-
apps/files_encryption/lib/keymanager.php | 84 +-
apps/files_encryption/lib/proxy.php | 40 +-
apps/files_encryption/lib/session.php | 32 +-
apps/files_encryption/lib/stream.php | 34 +-
apps/files_encryption/lib/util.php | 91 +-
apps/files_encryption/settings-personal.php | 2 +-
apps/files_encryption/tests/crypt.php | 20 +-
apps/files_encryption/tests/hooks.php | 54 +-
apps/files_encryption/tests/keymanager.php | 6 +-
apps/files_encryption/tests/proxy.php | 10 +-
apps/files_encryption/tests/share.php | 10 +-
apps/files_encryption/tests/stream.php | 8 +-
apps/files_encryption/tests/trashbin.php | 12 +-
apps/files_encryption/tests/util.php | 41 +-
apps/files_encryption/tests/webdav.php | 14 +-
apps/files_external/appinfo/app.php | 20 +-
apps/files_external/appinfo/info.xml | 4 +-
apps/files_external/l10n/ar.php | 3 +-
apps/files_external/l10n/ast.php | 57 +-
apps/files_external/l10n/bg_BG.php | 2 +-
apps/files_external/l10n/bn_BD.php | 3 +-
apps/files_external/l10n/ca.php | 15 +-
apps/files_external/l10n/cs_CZ.php | 3 +-
apps/files_external/l10n/cy_GB.php | 2 +-
apps/files_external/l10n/da.php | 3 +-
apps/files_external/l10n/de.php | 3 +-
apps/files_external/l10n/de_CH.php | 3 +-
apps/files_external/l10n/de_DE.php | 3 +-
apps/files_external/l10n/el.php | 33 +-
apps/files_external/l10n/en_GB.php | 3 +-
apps/files_external/l10n/eo.php | 35 +-
apps/files_external/l10n/es.php | 3 +-
apps/files_external/l10n/es_AR.php | 3 +-
apps/files_external/l10n/es_MX.php | 3 +-
apps/files_external/l10n/et_EE.php | 3 +-
apps/files_external/l10n/eu.php | 3 +-
apps/files_external/l10n/fa.php | 3 +-
apps/files_external/l10n/fi_FI.php | 4 +-
apps/files_external/l10n/fr.php | 25 +-
apps/files_external/l10n/gl.php | 3 +-
apps/files_external/l10n/he.php | 3 +-
apps/files_external/l10n/hu_HU.php | 3 +-
apps/files_external/l10n/ia.php | 2 +-
apps/files_external/l10n/id.php | 3 +-
apps/files_external/l10n/is.php | 3 +-
apps/files_external/l10n/it.php | 3 +-
apps/files_external/l10n/ja.php | 3 +-
apps/files_external/l10n/ka_GE.php | 3 +-
apps/files_external/l10n/km.php | 11 +-
apps/files_external/l10n/ko.php | 3 +-
apps/files_external/l10n/ku_IQ.php | 2 +-
apps/files_external/l10n/lb.php | 3 +-
apps/files_external/l10n/lt_LT.php | 3 +-
apps/files_external/l10n/lv.php | 3 +-
apps/files_external/l10n/mk.php | 3 +-
apps/files_external/l10n/ms_MY.php | 2 +-
apps/files_external/l10n/nb_NO.php | 3 +-
apps/files_external/l10n/nl.php | 3 +-
apps/files_external/l10n/nn_NO.php | 3 +-
apps/files_external/l10n/oc.php | 2 +-
apps/files_external/l10n/pl.php | 3 +-
apps/files_external/l10n/pt_BR.php | 3 +-
apps/files_external/l10n/pt_PT.php | 6 +-
apps/files_external/l10n/ro.php | 3 +-
apps/files_external/l10n/ru.php | 16 +-
apps/files_external/l10n/si_LK.php | 3 +-
apps/files_external/l10n/sk_SK.php | 3 +-
apps/files_external/l10n/sl.php | 3 +-
apps/files_external/l10n/sq.php | 3 +-
apps/files_external/l10n/sr.php | 1 +
apps/files_external/l10n/sv.php | 14 +-
apps/files_external/l10n/ta_LK.php | 3 +-
apps/files_external/l10n/th_TH.php | 3 +-
apps/files_external/l10n/tr.php | 7 +-
apps/files_external/l10n/ug.php | 3 +-
apps/files_external/l10n/uk.php | 3 +-
apps/files_external/l10n/ur_PK.php | 6 +-
apps/files_external/l10n/vi.php | 3 +-
apps/files_external/l10n/zh_CN.php | 3 +-
apps/files_external/l10n/zh_HK.php | 3 +-
apps/files_external/l10n/zh_TW.php | 3 +-
apps/files_external/lib/amazons3.php | 2 +-
apps/files_external/lib/config.php | 155 +-
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_sharing/ajax/list.php | 10 +-
apps/files_sharing/appinfo/app.php | 3 +
apps/files_sharing/appinfo/info.xml | 4 +-
apps/files_sharing/css/public.css | 11 -
apps/files_sharing/js/public.js | 215 +-
apps/files_sharing/js/share.js | 79 +-
apps/files_sharing/l10n/fa.php | 11 +-
apps/files_sharing/l10n/km.php | 13 +-
apps/files_sharing/lib/api.php | 47 +-
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 | 153 +-
apps/files_sharing/lib/updater.php | 13 +-
apps/files_sharing/public.php | 5 +-
apps/files_sharing/templates/public.php | 2 +-
apps/files_sharing/tests/api.php | 204 +-
apps/files_sharing/tests/base.php | 10 +-
apps/files_sharing/tests/cache.php | 4 +-
apps/files_sharing/tests/proxy.php | 98 +
apps/files_sharing/tests/sharedstorage.php | 90 +-
apps/files_sharing/tests/updater.php | 128 +-
apps/files_trashbin/ajax/list.php | 4 +-
apps/files_trashbin/appinfo/app.php | 14 +-
apps/files_trashbin/appinfo/info.xml | 2 +-
apps/files_trashbin/css/trash.css | 13 +-
apps/files_trashbin/index.php | 42 -
apps/files_trashbin/js/app.js | 82 +
apps/files_trashbin/js/disableDefaultActions.js | 3 -
apps/files_trashbin/js/filelist.js | 372 ++-
apps/files_trashbin/js/trash.js | 130 -
apps/files_trashbin/l10n/ar.php | 3 +-
apps/files_trashbin/l10n/ast.php | 3 +-
apps/files_trashbin/l10n/bg_BG.php | 3 +-
apps/files_trashbin/l10n/ca.php | 3 +-
apps/files_trashbin/l10n/cs_CZ.php | 3 +-
apps/files_trashbin/l10n/cy_GB.php | 3 +-
apps/files_trashbin/l10n/da.php | 3 +-
apps/files_trashbin/l10n/de.php | 3 +-
apps/files_trashbin/l10n/de_CH.php | 3 +-
apps/files_trashbin/l10n/de_DE.php | 3 +-
apps/files_trashbin/l10n/el.php | 3 +-
apps/files_trashbin/l10n/en_GB.php | 3 +-
apps/files_trashbin/l10n/eo.php | 3 +-
apps/files_trashbin/l10n/es.php | 3 +-
apps/files_trashbin/l10n/es_AR.php | 3 +-
apps/files_trashbin/l10n/es_MX.php | 3 +-
apps/files_trashbin/l10n/et_EE.php | 3 +-
apps/files_trashbin/l10n/eu.php | 3 +-
apps/files_trashbin/l10n/fa.php | 3 +-
apps/files_trashbin/l10n/fi_FI.php | 3 +-
apps/files_trashbin/l10n/fr.php | 3 +-
apps/files_trashbin/l10n/gl.php | 3 +-
apps/files_trashbin/l10n/he.php | 3 +-
apps/files_trashbin/l10n/hu_HU.php | 3 +-
apps/files_trashbin/l10n/id.php | 3 +-
apps/files_trashbin/l10n/it.php | 3 +-
apps/files_trashbin/l10n/ja.php | 3 +-
apps/files_trashbin/l10n/ka_GE.php | 3 +-
apps/files_trashbin/l10n/km.php | 9 +-
apps/files_trashbin/l10n/ko.php | 3 +-
apps/files_trashbin/l10n/lt_LT.php | 3 +-
apps/files_trashbin/l10n/lv.php | 3 +-
apps/files_trashbin/l10n/mk.php | 3 +-
apps/files_trashbin/l10n/ms_MY.php | 3 +-
apps/files_trashbin/l10n/nb_NO.php | 3 +-
apps/files_trashbin/l10n/nl.php | 3 +-
apps/files_trashbin/l10n/nn_NO.php | 3 +-
apps/files_trashbin/l10n/pl.php | 3 +-
apps/files_trashbin/l10n/pt_BR.php | 3 +-
apps/files_trashbin/l10n/pt_PT.php | 3 +-
apps/files_trashbin/l10n/ru.php | 3 +-
apps/files_trashbin/l10n/sk_SK.php | 3 +-
apps/files_trashbin/l10n/sl.php | 3 +-
apps/files_trashbin/l10n/sq.php | 3 +-
apps/files_trashbin/l10n/sr.php | 2 +-
apps/files_trashbin/l10n/sv.php | 3 +-
apps/files_trashbin/l10n/th_TH.php | 3 +-
apps/files_trashbin/l10n/tr.php | 5 +-
apps/files_trashbin/l10n/uk.php | 3 +-
apps/files_trashbin/l10n/ur_PK.php | 11 +-
apps/files_trashbin/l10n/vi.php | 3 +-
apps/files_trashbin/l10n/zh_CN.php | 3 +-
apps/files_trashbin/l10n/zh_TW.php | 3 +-
apps/files_trashbin/lib/helper.php | 12 +-
apps/files_trashbin/lib/hooks.php | 10 +-
apps/files_trashbin/lib/trashbin.php | 86 +-
apps/files_trashbin/list.php | 11 +
apps/files_trashbin/templates/index.php | 21 +-
apps/files_trashbin/tests/js/appSpec.js | 69 +
apps/files_trashbin/tests/js/filelistSpec.js | 309 ++
apps/files_versions/appinfo/info.xml | 4 +-
apps/files_versions/l10n/tr.php | 2 +-
.../l10n/ur_PK.php | 2 +-
apps/files_versions/lib/hooks.php | 14 +-
apps/files_versions/lib/versions.php | 34 +-
apps/files_versions/tests/versions.php | 4 +-
apps/user_ldap/appinfo/info.xml | 2 +-
apps/user_ldap/group_ldap.php | 44 +-
apps/user_ldap/group_proxy.php | 70 +-
apps/user_ldap/js/settings.js | 10 +-
apps/user_ldap/l10n/af_ZA.php | 3 +-
apps/user_ldap/l10n/ar.php | 1 +
apps/user_ldap/l10n/ast.php | 1 +
apps/user_ldap/l10n/be.php | 3 +-
apps/user_ldap/l10n/bg_BG.php | 3 +-
apps/user_ldap/l10n/bn_BD.php | 2 +
apps/user_ldap/l10n/{af_ZA.php => bn_IN.php} | 5 +-
apps/user_ldap/l10n/ca.php | 8 +-
apps/user_ldap/l10n/cs_CZ.php | 2 +
apps/user_ldap/l10n/cy_GB.php | 3 +-
apps/user_ldap/l10n/da.php | 2 +
apps/user_ldap/l10n/de.php | 10 +
apps/user_ldap/l10n/de_AT.php | 3 +-
apps/user_ldap/l10n/de_CH.php | 2 +
apps/user_ldap/l10n/de_DE.php | 10 +
apps/user_ldap/l10n/el.php | 10 +
apps/user_ldap/l10n/en_GB.php | 10 +
apps/user_ldap/l10n/eo.php | 2 +
apps/user_ldap/l10n/es.php | 10 +
apps/user_ldap/l10n/es_AR.php | 2 +
apps/user_ldap/l10n/{af_ZA.php => es_BO.php} | 5 +-
apps/user_ldap/l10n/es_MX.php | 1 +
apps/user_ldap/l10n/{af_ZA.php => es_PY.php} | 5 +-
apps/user_ldap/l10n/{af_ZA.php => es_US.php} | 5 +-
apps/user_ldap/l10n/et_EE.php | 2 +
apps/user_ldap/l10n/eu.php | 2 +
apps/user_ldap/l10n/fa.php | 3 +
apps/user_ldap/l10n/fi_FI.php | 24 +-
apps/user_ldap/l10n/fr.php | 10 +
apps/user_ldap/l10n/gl.php | 10 +
apps/user_ldap/l10n/he.php | 2 +
apps/user_ldap/l10n/hi.php | 3 +-
apps/user_ldap/l10n/hr.php | 3 +-
apps/user_ldap/l10n/hu_HU.php | 2 +
apps/user_ldap/l10n/ia.php | 3 +-
apps/user_ldap/l10n/id.php | 2 +
apps/user_ldap/l10n/is.php | 3 +-
apps/user_ldap/l10n/it.php | 10 +
apps/user_ldap/l10n/ja.php | 2 +
apps/user_ldap/l10n/ka_GE.php | 2 +
apps/user_ldap/l10n/km.php | 4 +-
apps/user_ldap/l10n/ko.php | 2 +
apps/user_ldap/l10n/ku_IQ.php | 3 +-
apps/user_ldap/l10n/lb.php | 3 +-
apps/user_ldap/l10n/lt_LT.php | 2 +
apps/user_ldap/l10n/lv.php | 2 +
apps/user_ldap/l10n/mk.php | 3 +-
apps/user_ldap/l10n/ms_MY.php | 3 +-
apps/user_ldap/l10n/my_MM.php | 3 +-
apps/user_ldap/l10n/nb_NO.php | 2 +
apps/user_ldap/l10n/nl.php | 2 +
apps/user_ldap/l10n/nn_NO.php | 3 +-
apps/user_ldap/l10n/oc.php | 3 +-
apps/user_ldap/l10n/pl.php | 10 +
apps/user_ldap/l10n/pt_BR.php | 10 +
apps/user_ldap/l10n/pt_PT.php | 4 +
apps/user_ldap/l10n/ro.php | 2 +
apps/user_ldap/l10n/ru.php | 2 +
apps/user_ldap/l10n/si_LK.php | 4 +-
apps/user_ldap/l10n/sk.php | 3 +-
apps/user_ldap/l10n/sk_SK.php | 2 +
apps/user_ldap/l10n/sl.php | 2 +
apps/user_ldap/l10n/sq.php | 2 +
apps/user_ldap/l10n/sr.php | 2 +
apps/user_ldap/l10n/sr at latin.php | 3 +-
apps/user_ldap/l10n/sv.php | 2 +
apps/user_ldap/l10n/ta_LK.php | 1 +
apps/user_ldap/l10n/te.php | 3 +-
apps/user_ldap/l10n/th_TH.php | 2 +
apps/user_ldap/l10n/tr.php | 48 +-
apps/user_ldap/l10n/ug.php | 2 +
apps/user_ldap/l10n/uk.php | 2 +
apps/user_ldap/l10n/ur_PK.php | 5 +-
apps/user_ldap/l10n/vi.php | 2 +
apps/user_ldap/l10n/zh_CN.php | 2 +
apps/user_ldap/l10n/zh_HK.php | 3 +-
apps/user_ldap/l10n/zh_TW.php | 2 +
apps/user_ldap/lib/access.php | 505 ++--
apps/user_ldap/lib/backendutility.php | 4 +-
apps/user_ldap/lib/configuration.php | 115 +-
apps/user_ldap/lib/connection.php | 65 +-
apps/user_ldap/lib/helper.php | 20 +-
apps/user_ldap/lib/ildapwrapper.php | 168 +-
apps/user_ldap/lib/jobs.php | 57 +-
apps/user_ldap/lib/ldap.php | 127 +-
apps/user_ldap/lib/ldaputility.php | 4 +-
apps/user_ldap/lib/proxy.php | 39 +-
apps/user_ldap/lib/wizard.php | 188 +-
apps/user_ldap/lib/wizardresult.php | 15 +-
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 | 12 +-
apps/user_ldap/user_ldap.php | 52 +-
apps/user_ldap/user_proxy.php | 78 +-
apps/user_webdavauth/appinfo/info.xml | 2 +-
apps/user_webdavauth/l10n/tr.php | 4 +-
build/build.xml | 20 +
config/config.sample.php | 11 +-
console.php | 45 +-
core/ajax/share.php | 3 +-
core/avatar/controller.php | 8 +-
core/command/db/converttype.php | 295 ++
core/command/maintenance/repair.php | 2 +-
core/command/user/lastseen.php | 47 +
core/css/apps.css | 3 +
core/css/fixes.css | 15 +
core/css/icons.css | 5 -
core/css/mobile.css | 21 +
core/css/share.css | 2 +-
core/css/styles.css | 22 +-
core/img/noise.png | Bin 3125 -> 0 bytes
core/js/config.php | 17 +
core/js/core.json | 1 +
core/js/jquery.ocdialog.js | 18 +-
core/js/js.js | 113 +
core/js/oc-dialogs.js | 67 +-
core/js/share.js | 129 +-
core/js/tests/specHelper.js | 3 +
core/js/tests/specs/shareSpec.js | 97 +
core/js/visitortimezone.js | 6 +
core/l10n/af_ZA.php | 5 +-
core/l10n/ar.php | 4 +-
core/l10n/ast.php | 68 +-
core/l10n/be.php | 2 +-
core/l10n/bg_BG.php | 4 +-
core/l10n/bn_BD.php | 4 +-
core/l10n/bn_IN.php | 9 +
core/l10n/ca.php | 6 +-
core/l10n/cs_CZ.php | 9 +-
core/l10n/cy_GB.php | 4 +-
core/l10n/da.php | 6 +-
core/l10n/de.php | 9 +-
core/l10n/de_AT.php | 4 +-
core/l10n/de_CH.php | 4 +-
core/l10n/de_DE.php | 9 +-
core/l10n/el.php | 10 +-
core/l10n/en_GB.php | 9 +-
core/l10n/eo.php | 9 +-
core/l10n/es.php | 9 +-
core/l10n/es_AR.php | 6 +-
core/l10n/es_BO.php | 9 +
core/l10n/es_CL.php | 6 +-
core/l10n/es_MX.php | 6 +-
core/l10n/es_PY.php | 9 +
core/l10n/es_US.php | 9 +
core/l10n/et_EE.php | 6 +-
core/l10n/eu.php | 15 +-
core/l10n/fa.php | 21 +-
core/l10n/fi_FI.php | 9 +-
core/l10n/fr.php | 9 +-
core/l10n/gl.php | 9 +-
core/l10n/he.php | 4 +-
core/l10n/hi.php | 2 +-
core/l10n/hr.php | 4 +-
core/l10n/hu_HU.php | 6 +-
core/l10n/ia.php | 4 +-
core/l10n/id.php | 6 +-
core/l10n/is.php | 4 +-
core/l10n/it.php | 9 +-
core/l10n/ja.php | 6 +-
core/l10n/ka_GE.php | 4 +-
core/l10n/km.php | 4 +-
core/l10n/ko.php | 6 +-
core/l10n/ku_IQ.php | 2 +-
core/l10n/lb.php | 4 +-
core/l10n/lt_LT.php | 6 +-
core/l10n/lv.php | 4 +-
core/l10n/mk.php | 4 +-
core/l10n/ms_MY.php | 2 +-
core/l10n/my_MM.php | 4 +-
core/l10n/nb_NO.php | 6 +-
core/l10n/nl.php | 9 +-
core/l10n/nn_NO.php | 6 +-
core/l10n/oc.php | 4 +-
core/l10n/pa.php | 6 +-
core/l10n/pl.php | 9 +-
core/l10n/pt_BR.php | 9 +-
core/l10n/pt_PT.php | 9 +-
core/l10n/ro.php | 4 +-
core/l10n/ru.php | 6 +-
core/l10n/si_LK.php | 4 +-
core/l10n/sk_SK.php | 6 +-
core/l10n/sl.php | 6 +-
core/l10n/sq.php | 4 +-
core/l10n/sr.php | 4 +-
core/l10n/sr at latin.php | 4 +-
core/l10n/sv.php | 9 +-
core/l10n/ta_LK.php | 4 +-
core/l10n/te.php | 2 +-
core/l10n/th_TH.php | 4 +-
core/l10n/tr.php | 15 +-
core/l10n/ug.php | 2 +-
core/l10n/uk.php | 6 +-
core/l10n/ur_PK.php | 108 +-
core/l10n/vi.php | 6 +-
core/l10n/zh_CN.php | 9 +-
core/l10n/zh_HK.php | 2 +-
core/l10n/zh_TW.php | 6 +-
core/lostpassword/css/lostpassword.css | 7 +-
core/lostpassword/templates/lostpassword.php | 6 +-
core/register_command.php | 2 +
core/templates/layout.guest.php | 13 +-
core/templates/layout.user.php | 2 +-
core/templates/login.php | 2 +-
l10n/ach/core.po | 179 +-
l10n/ach/files.po | 141 +-
l10n/ach/files_encryption.po | 50 +-
l10n/ach/files_external.po | 22 +-
l10n/ach/files_trashbin.po | 28 +-
l10n/ach/lib.po | 77 +-
l10n/ach/settings.po | 194 +-
l10n/ach/user_ldap.po | 85 +-
l10n/ady/core.po | 179 +-
l10n/ady/files.po | 141 +-
l10n/ady/files_encryption.po | 50 +-
l10n/ady/files_external.po | 22 +-
l10n/ady/files_trashbin.po | 28 +-
l10n/ady/lib.po | 77 +-
l10n/ady/settings.po | 194 +-
l10n/ady/user_ldap.po | 85 +-
l10n/af_ZA/core.po | 181 +-
l10n/af_ZA/files.po | 141 +-
l10n/af_ZA/files_encryption.po | 50 +-
l10n/af_ZA/files_external.po | 22 +-
l10n/af_ZA/files_trashbin.po | 28 +-
l10n/af_ZA/lib.po | 77 +-
l10n/af_ZA/settings.po | 194 +-
l10n/af_ZA/user_ldap.po | 65 +-
l10n/ak/core.po | 179 +-
l10n/ak/files.po | 141 +-
l10n/ak/files_encryption.po | 50 +-
l10n/ak/files_external.po | 22 +-
l10n/ak/files_trashbin.po | 28 +-
l10n/ak/lib.po | 77 +-
l10n/ak/settings.po | 194 +-
l10n/ak/user_ldap.po | 85 +-
l10n/am_ET/core.po | 179 +-
l10n/am_ET/files.po | 141 +-
l10n/am_ET/files_encryption.po | 50 +-
l10n/am_ET/files_external.po | 22 +-
l10n/am_ET/files_trashbin.po | 28 +-
l10n/am_ET/lib.po | 77 +-
l10n/am_ET/settings.po | 194 +-
l10n/am_ET/user_ldap.po | 85 +-
l10n/ar/core.po | 163 +-
l10n/ar/files.po | 143 +-
l10n/ar/files_encryption.po | 54 +-
l10n/ar/files_external.po | 24 +-
l10n/ar/files_trashbin.po | 32 +-
l10n/ar/lib.po | 77 +-
l10n/ar/settings.po | 200 +-
l10n/ar/user_ldap.po | 65 +-
l10n/ast/core.po | 304 +-
l10n/ast/files.po | 273 +-
l10n/ast/files_encryption.po | 85 +-
l10n/ast/files_external.po | 130 +-
l10n/ast/files_trashbin.po | 28 +-
l10n/ast/lib.po | 116 +-
l10n/ast/settings.po | 207 +-
l10n/ast/user_ldap.po | 67 +-
l10n/az/core.po | 179 +-
l10n/az/files.po | 141 +-
l10n/az/files_encryption.po | 52 +-
l10n/az/files_external.po | 22 +-
l10n/az/files_trashbin.po | 30 +-
l10n/az/lib.po | 77 +-
l10n/az/settings.po | 194 +-
l10n/az/user_ldap.po | 85 +-
l10n/be/core.po | 159 +-
l10n/be/files.po | 141 +-
l10n/be/files_encryption.po | 50 +-
l10n/be/files_external.po | 22 +-
l10n/be/files_trashbin.po | 30 +-
l10n/be/lib.po | 77 +-
l10n/be/settings.po | 194 +-
l10n/be/user_ldap.po | 85 +-
l10n/bg_BG/core.po | 161 +-
l10n/bg_BG/files.po | 141 +-
l10n/bg_BG/files_encryption.po | 50 +-
l10n/bg_BG/files_external.po | 24 +-
l10n/bg_BG/files_trashbin.po | 30 +-
l10n/bg_BG/lib.po | 77 +-
l10n/bg_BG/settings.po | 196 +-
l10n/bg_BG/user_ldap.po | 65 +-
l10n/bn_BD/core.po | 161 +-
l10n/bn_BD/files.po | 143 +-
l10n/bn_BD/files_encryption.po | 50 +-
l10n/bn_BD/files_external.po | 24 +-
l10n/bn_BD/files_trashbin.po | 30 +-
l10n/bn_BD/lib.po | 77 +-
l10n/bn_BD/settings.po | 196 +-
l10n/bn_BD/user_ldap.po | 65 +-
l10n/{es_PE => bn_IN}/core.po | 173 +-
l10n/{ady => bn_IN}/files.po | 145 +-
l10n/{or_IN => bn_IN}/files_encryption.po | 12 +-
l10n/{en_NZ => bn_IN}/files_external.po | 24 +-
.../files_sharing.pot => bn_IN/files_sharing.po} | 16 +-
l10n/{hi_IN => bn_IN}/files_trashbin.po | 26 +-
.../files_versions.pot => bn_IN/files_versions.po} | 18 +-
l10n/{es_CO => bn_IN}/lib.po | 67 +-
l10n/{az => bn_IN}/settings.po | 198 +-
l10n/{en at pirate => bn_IN}/user_ldap.po | 71 +-
.../user_webdavauth.po} | 18 +-
l10n/bs/core.po | 155 +-
l10n/bs/files.po | 141 +-
l10n/bs/files_encryption.po | 50 +-
l10n/bs/files_external.po | 22 +-
l10n/bs/files_trashbin.po | 28 +-
l10n/bs/lib.po | 77 +-
l10n/bs/settings.po | 194 +-
l10n/bs/user_ldap.po | 85 +-
l10n/ca/core.po | 161 +-
l10n/ca/files.po | 145 +-
l10n/ca/files_encryption.po | 54 +-
l10n/ca/files_external.po | 131 +-
l10n/ca/files_trashbin.po | 30 +-
l10n/ca/lib.po | 77 +-
l10n/ca/settings.po | 202 +-
l10n/ca/user_ldap.po | 74 +-
l10n/cs_CZ/core.po | 179 +-
l10n/cs_CZ/files.po | 145 +-
l10n/cs_CZ/files_encryption.po | 12 +-
l10n/cs_CZ/files_external.po | 26 +-
l10n/cs_CZ/files_trashbin.po | 32 +-
l10n/cs_CZ/lib.po | 63 +-
l10n/cs_CZ/settings.po | 206 +-
l10n/cs_CZ/user_ldap.po | 67 +-
l10n/cy_GB/core.po | 161 +-
l10n/cy_GB/files.po | 143 +-
l10n/cy_GB/files_encryption.po | 50 +-
l10n/cy_GB/files_external.po | 24 +-
l10n/cy_GB/files_trashbin.po | 30 +-
l10n/cy_GB/lib.po | 77 +-
l10n/cy_GB/settings.po | 194 +-
l10n/cy_GB/user_ldap.po | 65 +-
l10n/da/core.po | 163 +-
l10n/da/files.po | 145 +-
l10n/da/files_encryption.po | 54 +-
l10n/da/files_external.po | 26 +-
l10n/da/files_trashbin.po | 30 +-
l10n/da/lib.po | 77 +-
l10n/da/settings.po | 202 +-
l10n/da/user_ldap.po | 65 +-
l10n/de/core.po | 163 +-
l10n/de/files.po | 143 +-
l10n/de/files_encryption.po | 54 +-
l10n/de/files_external.po | 24 +-
l10n/de/files_trashbin.po | 30 +-
l10n/de/lib.po | 73 +-
l10n/de/settings.po | 206 +-
l10n/de/user_ldap.po | 67 +-
l10n/de_AT/core.po | 157 +-
l10n/de_AT/files.po | 141 +-
l10n/de_AT/files_encryption.po | 50 +-
l10n/de_AT/files_external.po | 22 +-
l10n/de_AT/files_trashbin.po | 28 +-
l10n/de_AT/lib.po | 77 +-
l10n/de_AT/settings.po | 194 +-
l10n/de_AT/user_ldap.po | 65 +-
l10n/de_CH/core.po | 161 +-
l10n/de_CH/files.po | 143 +-
l10n/de_CH/files_encryption.po | 52 +-
l10n/de_CH/files_external.po | 24 +-
l10n/de_CH/files_trashbin.po | 30 +-
l10n/de_CH/lib.po | 77 +-
l10n/de_CH/settings.po | 200 +-
l10n/de_CH/user_ldap.po | 65 +-
l10n/de_DE/core.po | 165 +-
l10n/de_DE/files.po | 145 +-
l10n/de_DE/files_encryption.po | 56 +-
l10n/de_DE/files_external.po | 24 +-
l10n/de_DE/files_trashbin.po | 30 +-
l10n/de_DE/lib.po | 75 +-
l10n/de_DE/settings.po | 208 +-
l10n/de_DE/user_ldap.po | 67 +-
l10n/el/core.po | 181 +-
l10n/el/files.po | 147 +-
l10n/el/files_encryption.po | 54 +-
l10n/el/files_external.po | 167 +-
l10n/el/files_trashbin.po | 30 +-
l10n/el/lib.po | 135 +-
l10n/el/settings.po | 212 +-
l10n/el/user_ldap.po | 73 +-
l10n/en at pirate/core.po | 157 +-
l10n/en at pirate/files.po | 141 +-
l10n/en at pirate/files_encryption.po | 50 +-
l10n/en at pirate/files_external.po | 22 +-
l10n/en at pirate/files_trashbin.po | 28 +-
l10n/en at pirate/lib.po | 77 +-
l10n/en at pirate/settings.po | 194 +-
l10n/en at pirate/user_ldap.po | 65 +-
l10n/en_GB/core.po | 179 +-
l10n/en_GB/files.po | 141 +-
l10n/en_GB/files_encryption.po | 54 +-
l10n/en_GB/files_external.po | 24 +-
l10n/en_GB/files_sharing.po | 6 +-
l10n/en_GB/files_trashbin.po | 32 +-
l10n/en_GB/lib.po | 83 +-
l10n/en_GB/settings.po | 206 +-
l10n/en_GB/user_ldap.po | 67 +-
l10n/en_NZ/core.po | 157 +-
l10n/en_NZ/files.po | 143 +-
l10n/en_NZ/files_encryption.po | 10 +-
l10n/en_NZ/files_external.po | 24 +-
l10n/en_NZ/files_trashbin.po | 26 +-
l10n/en_NZ/lib.po | 75 +-
l10n/en_NZ/settings.po | 196 +-
l10n/en_NZ/user_ldap.po | 67 +-
l10n/eo/core.po | 187 +-
l10n/eo/files.po | 143 +-
l10n/eo/files_encryption.po | 50 +-
l10n/eo/files_external.po | 171 +-
l10n/eo/files_trashbin.po | 30 +-
l10n/eo/lib.po | 95 +-
l10n/eo/settings.po | 299 +-
l10n/eo/user_ldap.po | 65 +-
l10n/es/core.po | 166 +-
l10n/es/files.po | 148 +-
l10n/es/files_encryption.po | 58 +-
l10n/es/files_external.po | 26 +-
l10n/es/files_trashbin.po | 32 +-
l10n/es/lib.po | 66 +-
l10n/es/settings.po | 210 +-
l10n/es/user_ldap.po | 68 +-
l10n/es_AR/core.po | 161 +-
l10n/es_AR/files.po | 143 +-
l10n/es_AR/files_encryption.po | 12 +-
l10n/es_AR/files_external.po | 24 +-
l10n/es_AR/files_trashbin.po | 30 +-
l10n/es_AR/lib.po | 77 +-
l10n/es_AR/settings.po | 200 +-
l10n/es_AR/user_ldap.po | 67 +-
l10n/{en at pirate => es_BO}/core.po | 162 +-
l10n/{ady => es_BO}/files.po | 145 +-
l10n/{or_IN => es_BO}/files_encryption.po | 12 +-
l10n/{en_NZ => es_BO}/files_external.po | 24 +-
.../files_sharing.pot => es_BO/files_sharing.po} | 16 +-
l10n/{jv => es_BO}/files_trashbin.po | 26 +-
.../files_versions.pot => es_BO/files_versions.po} | 18 +-
l10n/{es_CO => es_BO}/lib.po | 67 +-
l10n/{az => es_BO}/settings.po | 198 +-
l10n/{en at pirate => es_BO}/user_ldap.po | 71 +-
.../user_webdavauth.po} | 18 +-
l10n/es_CL/core.po | 161 +-
l10n/es_CL/files.po | 141 +-
l10n/es_CL/files_encryption.po | 50 +-
l10n/es_CL/files_external.po | 22 +-
l10n/es_CL/files_trashbin.po | 30 +-
l10n/es_CL/lib.po | 77 +-
l10n/es_CL/settings.po | 194 +-
l10n/es_CL/user_ldap.po | 65 +-
l10n/es_CO/core.po | 157 +-
l10n/es_CO/files.po | 143 +-
l10n/es_CO/files_encryption.po | 10 +-
l10n/es_CO/files_external.po | 24 +-
l10n/es_CO/files_trashbin.po | 26 +-
l10n/es_CO/lib.po | 63 +-
l10n/es_CO/settings.po | 196 +-
l10n/es_CO/user_ldap.po | 67 +-
l10n/es_CR/core.po | 179 +-
l10n/es_CR/files.po | 141 +-
l10n/es_CR/files_encryption.po | 8 +-
l10n/es_CR/files_external.po | 22 +-
l10n/es_CR/files_trashbin.po | 24 +-
l10n/es_CR/lib.po | 77 +-
l10n/es_CR/settings.po | 194 +-
l10n/es_CR/user_ldap.po | 85 +-
l10n/es_EC/core.po | 157 +-
l10n/es_EC/files.po | 143 +-
l10n/es_EC/files_encryption.po | 10 +-
l10n/es_EC/files_external.po | 24 +-
l10n/es_EC/files_trashbin.po | 26 +-
l10n/es_EC/lib.po | 63 +-
l10n/es_EC/settings.po | 196 +-
l10n/es_EC/user_ldap.po | 67 +-
l10n/es_MX/core.po | 161 +-
l10n/es_MX/files.po | 143 +-
l10n/es_MX/files_encryption.po | 52 +-
l10n/es_MX/files_external.po | 24 +-
l10n/es_MX/files_trashbin.po | 30 +-
l10n/es_MX/lib.po | 77 +-
l10n/es_MX/settings.po | 200 +-
l10n/es_MX/user_ldap.po | 65 +-
l10n/es_PE/core.po | 157 +-
l10n/es_PE/files.po | 143 +-
l10n/es_PE/files_encryption.po | 10 +-
l10n/es_PE/files_external.po | 24 +-
l10n/es_PE/files_trashbin.po | 26 +-
l10n/es_PE/lib.po | 63 +-
l10n/es_PE/settings.po | 196 +-
l10n/es_PE/user_ldap.po | 67 +-
l10n/{es_PE => es_PY}/core.po | 173 +-
l10n/{es_CR => es_PY}/files.po | 145 +-
l10n/{or_IN => es_PY}/files_encryption.po | 12 +-
l10n/{en_NZ => es_PY}/files_external.po | 24 +-
.../files_sharing.pot => es_PY/files_sharing.po} | 16 +-
l10n/{hi_IN => es_PY}/files_trashbin.po | 26 +-
.../files_versions.pot => es_PY/files_versions.po} | 18 +-
l10n/{es_CO => es_PY}/lib.po | 67 +-
l10n/{az => es_PY}/settings.po | 198 +-
l10n/{en at pirate => es_PY}/user_ldap.po | 71 +-
.../user_webdavauth.po} | 18 +-
l10n/{es_PE => es_US}/core.po | 173 +-
l10n/{ady => es_US}/files.po | 145 +-
l10n/{or_IN => es_US}/files_encryption.po | 12 +-
l10n/{es_CO => es_US}/files_external.po | 24 +-
.../files_sharing.pot => es_US/files_sharing.po} | 16 +-
l10n/{hi_IN => es_US}/files_trashbin.po | 26 +-
.../files_versions.pot => es_US/files_versions.po} | 18 +-
l10n/{es_CO => es_US}/lib.po | 67 +-
l10n/{az => es_US}/settings.po | 198 +-
l10n/{en at pirate => es_US}/user_ldap.po | 71 +-
.../user_webdavauth.po} | 18 +-
l10n/es_UY/core.po | 157 +-
l10n/es_UY/files.po | 143 +-
l10n/es_UY/files_encryption.po | 10 +-
l10n/es_UY/files_external.po | 24 +-
l10n/es_UY/files_trashbin.po | 26 +-
l10n/es_UY/lib.po | 63 +-
l10n/es_UY/settings.po | 196 +-
l10n/es_UY/user_ldap.po | 67 +-
l10n/et_EE/core.po | 163 +-
l10n/et_EE/files.po | 143 +-
l10n/et_EE/files_encryption.po | 12 +-
l10n/et_EE/files_external.po | 24 +-
l10n/et_EE/files_trashbin.po | 30 +-
l10n/et_EE/lib.po | 77 +-
l10n/et_EE/settings.po | 200 +-
l10n/et_EE/user_ldap.po | 67 +-
l10n/eu/core.po | 181 +-
l10n/eu/files.po | 145 +-
l10n/eu/files_encryption.po | 52 +-
l10n/eu/files_external.po | 26 +-
l10n/eu/files_trashbin.po | 30 +-
l10n/eu/lib.po | 77 +-
l10n/eu/settings.po | 210 +-
l10n/eu/user_ldap.po | 65 +-
l10n/eu_ES/core.po | 179 +-
l10n/eu_ES/files.po | 141 +-
l10n/eu_ES/files_encryption.po | 50 +-
l10n/eu_ES/files_external.po | 22 +-
l10n/eu_ES/files_trashbin.po | 28 +-
l10n/eu_ES/lib.po | 77 +-
l10n/eu_ES/settings.po | 194 +-
l10n/eu_ES/user_ldap.po | 85 +-
l10n/fa/core.po | 188 +-
l10n/fa/files.po | 143 +-
l10n/fa/files_encryption.po | 53 +-
l10n/fa/files_external.po | 24 +-
l10n/fa/files_sharing.po | 25 +-
l10n/fa/files_trashbin.po | 30 +-
l10n/fa/lib.po | 89 +-
l10n/fa/settings.po | 208 +-
l10n/fa/user_ldap.po | 65 +-
l10n/fi_FI/core.po | 163 +-
l10n/fi_FI/files.po | 143 +-
l10n/fi_FI/files_encryption.po | 50 +-
l10n/fi_FI/files_external.po | 26 +-
l10n/fi_FI/files_trashbin.po | 30 +-
l10n/fi_FI/lib.po | 75 +-
l10n/fi_FI/settings.po | 206 +-
l10n/fi_FI/user_ldap.po | 102 +-
l10n/fr/core.po | 180 +-
l10n/fr/files.po | 146 +-
l10n/fr/files_encryption.po | 56 +-
l10n/fr/files_external.po | 152 +-
l10n/fr/files_trashbin.po | 30 +-
l10n/fr/lib.po | 90 +-
l10n/fr/settings.po | 209 +-
l10n/fr/user_ldap.po | 68 +-
l10n/fr_CA/core.po | 179 +-
l10n/fr_CA/files.po | 141 +-
l10n/fr_CA/files_encryption.po | 50 +-
l10n/fr_CA/files_external.po | 22 +-
l10n/fr_CA/files_trashbin.po | 28 +-
l10n/fr_CA/lib.po | 77 +-
l10n/fr_CA/settings.po | 194 +-
l10n/fr_CA/user_ldap.po | 85 +-
l10n/gl/core.po | 163 +-
l10n/gl/files.po | 141 +-
l10n/gl/files_encryption.po | 54 +-
l10n/gl/files_external.po | 26 +-
l10n/gl/files_trashbin.po | 30 +-
l10n/gl/lib.po | 73 +-
l10n/gl/settings.po | 206 +-
l10n/gl/user_ldap.po | 67 +-
l10n/he/core.po | 161 +-
l10n/he/files.po | 143 +-
l10n/he/files_encryption.po | 50 +-
l10n/he/files_external.po | 24 +-
l10n/he/files_trashbin.po | 30 +-
l10n/he/lib.po | 77 +-
l10n/he/settings.po | 198 +-
l10n/he/user_ldap.po | 65 +-
l10n/hi/core.po | 157 +-
l10n/hi/files.po | 141 +-
l10n/hi/files_encryption.po | 50 +-
l10n/hi/files_external.po | 22 +-
l10n/hi/files_trashbin.po | 30 +-
l10n/hi/lib.po | 77 +-
l10n/hi/settings.po | 194 +-
l10n/hi/user_ldap.po | 65 +-
l10n/hi_IN/core.po | 157 +-
l10n/hi_IN/files.po | 143 +-
l10n/hi_IN/files_encryption.po | 10 +-
l10n/hi_IN/files_external.po | 24 +-
l10n/hi_IN/files_trashbin.po | 26 +-
l10n/hi_IN/lib.po | 75 +-
l10n/hi_IN/settings.po | 196 +-
l10n/hi_IN/user_ldap.po | 67 +-
l10n/hr/core.po | 161 +-
l10n/hr/files.po | 143 +-
l10n/hr/files_encryption.po | 50 +-
l10n/hr/files_external.po | 22 +-
l10n/hr/files_trashbin.po | 30 +-
l10n/hr/lib.po | 77 +-
l10n/hr/settings.po | 194 +-
l10n/hr/user_ldap.po | 65 +-
l10n/hu_HU/core.po | 163 +-
l10n/hu_HU/files.po | 143 +-
l10n/hu_HU/files_encryption.po | 12 +-
l10n/hu_HU/files_external.po | 24 +-
l10n/hu_HU/files_trashbin.po | 30 +-
l10n/hu_HU/lib.po | 77 +-
l10n/hu_HU/settings.po | 202 +-
l10n/hu_HU/user_ldap.po | 67 +-
l10n/hy/core.po | 179 +-
l10n/hy/files.po | 141 +-
l10n/hy/files_encryption.po | 50 +-
l10n/hy/files_external.po | 22 +-
l10n/hy/files_trashbin.po | 28 +-
l10n/hy/lib.po | 77 +-
l10n/hy/settings.po | 194 +-
l10n/hy/user_ldap.po | 85 +-
l10n/ia/core.po | 163 +-
l10n/ia/files.po | 141 +-
l10n/ia/files_encryption.po | 50 +-
l10n/ia/files_external.po | 24 +-
l10n/ia/files_trashbin.po | 30 +-
l10n/ia/lib.po | 77 +-
l10n/ia/settings.po | 194 +-
l10n/ia/user_ldap.po | 65 +-
l10n/id/core.po | 163 +-
l10n/id/files.po | 145 +-
l10n/id/files_encryption.po | 54 +-
l10n/id/files_external.po | 26 +-
l10n/id/files_trashbin.po | 30 +-
l10n/id/lib.po | 77 +-
l10n/id/settings.po | 200 +-
l10n/id/user_ldap.po | 65 +-
l10n/is/core.po | 161 +-
l10n/is/files.po | 143 +-
l10n/is/files_encryption.po | 50 +-
l10n/is/files_external.po | 24 +-
l10n/is/files_trashbin.po | 30 +-
l10n/is/lib.po | 77 +-
l10n/is/settings.po | 196 +-
l10n/is/user_ldap.po | 65 +-
l10n/it/core.po | 163 +-
l10n/it/files.po | 143 +-
l10n/it/files_encryption.po | 54 +-
l10n/it/files_external.po | 24 +-
l10n/it/files_trashbin.po | 32 +-
l10n/it/lib.po | 73 +-
l10n/it/settings.po | 206 +-
l10n/it/user_ldap.po | 67 +-
l10n/ja/core.po | 163 +-
l10n/ja/files.po | 149 +-
l10n/ja/files_encryption.po | 54 +-
l10n/ja/files_external.po | 26 +-
l10n/ja/files_trashbin.po | 30 +-
l10n/ja/lib.po | 65 +-
l10n/ja/settings.po | 206 +-
l10n/ja/user_ldap.po | 67 +-
l10n/jv/core.po | 179 +-
l10n/jv/files.po | 141 +-
l10n/jv/files_encryption.po | 8 +-
l10n/jv/files_external.po | 22 +-
l10n/jv/files_trashbin.po | 22 +-
l10n/jv/lib.po | 77 +-
l10n/jv/settings.po | 194 +-
l10n/jv/user_ldap.po | 85 +-
l10n/ka_GE/core.po | 161 +-
l10n/ka_GE/files.po | 143 +-
l10n/ka_GE/files_encryption.po | 50 +-
l10n/ka_GE/files_external.po | 24 +-
l10n/ka_GE/files_trashbin.po | 30 +-
l10n/ka_GE/lib.po | 77 +-
l10n/ka_GE/settings.po | 198 +-
l10n/ka_GE/user_ldap.po | 65 +-
l10n/km/core.po | 163 +-
l10n/km/files.po | 137 +-
l10n/km/files_encryption.po | 10 +-
l10n/km/files_external.po | 41 +-
l10n/km/files_sharing.po | 29 +-
l10n/km/files_trashbin.po | 39 +-
l10n/km/lib.po | 77 +-
l10n/km/settings.po | 202 +-
l10n/km/user_ldap.po | 67 +-
l10n/kn/core.po | 179 +-
l10n/kn/files.po | 141 +-
l10n/kn/files_encryption.po | 50 +-
l10n/kn/files_external.po | 22 +-
l10n/kn/files_trashbin.po | 28 +-
l10n/kn/lib.po | 77 +-
l10n/kn/settings.po | 194 +-
l10n/kn/user_ldap.po | 85 +-
l10n/ko/core.po | 161 +-
l10n/ko/files.po | 143 +-
l10n/ko/files_encryption.po | 52 +-
l10n/ko/files_external.po | 26 +-
l10n/ko/files_trashbin.po | 30 +-
l10n/ko/lib.po | 65 +-
l10n/ko/settings.po | 200 +-
l10n/ko/user_ldap.po | 65 +-
l10n/ku_IQ/core.po | 161 +-
l10n/ku_IQ/files.po | 141 +-
l10n/ku_IQ/files_encryption.po | 50 +-
l10n/ku_IQ/files_external.po | 24 +-
l10n/ku_IQ/files_trashbin.po | 30 +-
l10n/ku_IQ/lib.po | 77 +-
l10n/ku_IQ/settings.po | 194 +-
l10n/ku_IQ/user_ldap.po | 65 +-
l10n/lb/core.po | 161 +-
l10n/lb/files.po | 143 +-
l10n/lb/files_encryption.po | 50 +-
l10n/lb/files_external.po | 24 +-
l10n/lb/files_trashbin.po | 30 +-
l10n/lb/lib.po | 77 +-
l10n/lb/settings.po | 194 +-
l10n/lb/user_ldap.po | 65 +-
l10n/lt_LT/core.po | 161 +-
l10n/lt_LT/files.po | 143 +-
l10n/lt_LT/files_encryption.po | 52 +-
l10n/lt_LT/files_external.po | 24 +-
l10n/lt_LT/files_trashbin.po | 30 +-
l10n/lt_LT/lib.po | 77 +-
l10n/lt_LT/settings.po | 200 +-
l10n/lt_LT/user_ldap.po | 65 +-
l10n/lv/core.po | 161 +-
l10n/lv/files.po | 143 +-
l10n/lv/files_encryption.po | 50 +-
l10n/lv/files_external.po | 24 +-
l10n/lv/files_trashbin.po | 30 +-
l10n/lv/lib.po | 77 +-
l10n/lv/settings.po | 200 +-
l10n/lv/user_ldap.po | 65 +-
l10n/mk/core.po | 161 +-
l10n/mk/files.po | 143 +-
l10n/mk/files_encryption.po | 50 +-
l10n/mk/files_external.po | 24 +-
l10n/mk/files_trashbin.po | 30 +-
l10n/mk/lib.po | 77 +-
l10n/mk/settings.po | 196 +-
l10n/mk/user_ldap.po | 65 +-
l10n/ml/core.po | 179 +-
l10n/ml/files.po | 141 +-
l10n/ml/files_encryption.po | 50 +-
l10n/ml/files_external.po | 22 +-
l10n/ml/files_trashbin.po | 28 +-
l10n/ml/lib.po | 77 +-
l10n/ml/settings.po | 194 +-
l10n/ml/user_ldap.po | 85 +-
l10n/ml_IN/core.po | 179 +-
l10n/ml_IN/files.po | 141 +-
l10n/ml_IN/files_encryption.po | 50 +-
l10n/ml_IN/files_external.po | 22 +-
l10n/ml_IN/files_trashbin.po | 28 +-
l10n/ml_IN/lib.po | 77 +-
l10n/ml_IN/settings.po | 194 +-
l10n/ml_IN/user_ldap.po | 85 +-
l10n/mn/core.po | 179 +-
l10n/mn/files.po | 141 +-
l10n/mn/files_encryption.po | 50 +-
l10n/mn/files_external.po | 22 +-
l10n/mn/files_trashbin.po | 28 +-
l10n/mn/lib.po | 77 +-
l10n/mn/settings.po | 194 +-
l10n/mn/user_ldap.po | 85 +-
l10n/ms_MY/core.po | 161 +-
l10n/ms_MY/files.po | 143 +-
l10n/ms_MY/files_encryption.po | 50 +-
l10n/ms_MY/files_external.po | 24 +-
l10n/ms_MY/files_trashbin.po | 30 +-
l10n/ms_MY/lib.po | 77 +-
l10n/ms_MY/settings.po | 194 +-
l10n/ms_MY/user_ldap.po | 65 +-
l10n/my_MM/core.po | 161 +-
l10n/my_MM/files.po | 141 +-
l10n/my_MM/files_encryption.po | 50 +-
l10n/my_MM/files_external.po | 22 +-
l10n/my_MM/files_trashbin.po | 28 +-
l10n/my_MM/lib.po | 77 +-
l10n/my_MM/settings.po | 194 +-
l10n/my_MM/user_ldap.po | 65 +-
l10n/nb_NO/core.po | 161 +-
l10n/nb_NO/files.po | 143 +-
l10n/nb_NO/files_encryption.po | 52 +-
l10n/nb_NO/files_external.po | 26 +-
l10n/nb_NO/files_trashbin.po | 30 +-
l10n/nb_NO/lib.po | 77 +-
l10n/nb_NO/settings.po | 200 +-
l10n/nb_NO/user_ldap.po | 65 +-
l10n/nds/core.po | 179 +-
l10n/nds/files.po | 141 +-
l10n/nds/files_encryption.po | 50 +-
l10n/nds/files_external.po | 22 +-
l10n/nds/files_trashbin.po | 28 +-
l10n/nds/lib.po | 77 +-
l10n/nds/settings.po | 194 +-
l10n/nds/user_ldap.po | 85 +-
l10n/ne/core.po | 179 +-
l10n/ne/files.po | 141 +-
l10n/ne/files_encryption.po | 50 +-
l10n/ne/files_external.po | 22 +-
l10n/ne/files_trashbin.po | 28 +-
l10n/ne/lib.po | 77 +-
l10n/ne/settings.po | 194 +-
l10n/ne/user_ldap.po | 85 +-
l10n/nl/core.po | 177 +-
l10n/nl/files.po | 147 +-
l10n/nl/files_encryption.po | 54 +-
l10n/nl/files_external.po | 26 +-
l10n/nl/files_trashbin.po | 30 +-
l10n/nl/lib.po | 77 +-
l10n/nl/settings.po | 208 +-
l10n/nl/user_ldap.po | 67 +-
l10n/nn_NO/core.po | 163 +-
l10n/nn_NO/files.po | 143 +-
l10n/nn_NO/files_encryption.po | 50 +-
l10n/nn_NO/files_external.po | 24 +-
l10n/nn_NO/files_trashbin.po | 30 +-
l10n/nn_NO/lib.po | 77 +-
l10n/nn_NO/settings.po | 200 +-
l10n/nn_NO/user_ldap.po | 65 +-
l10n/nqo/core.po | 179 +-
l10n/nqo/files.po | 141 +-
l10n/nqo/files_encryption.po | 50 +-
l10n/nqo/files_external.po | 22 +-
l10n/nqo/files_trashbin.po | 28 +-
l10n/nqo/lib.po | 77 +-
l10n/nqo/settings.po | 194 +-
l10n/nqo/user_ldap.po | 85 +-
l10n/oc/core.po | 161 +-
l10n/oc/files.po | 143 +-
l10n/oc/files_encryption.po | 50 +-
l10n/oc/files_external.po | 24 +-
l10n/oc/files_trashbin.po | 30 +-
l10n/oc/lib.po | 77 +-
l10n/oc/settings.po | 194 +-
l10n/oc/user_ldap.po | 65 +-
l10n/or_IN/core.po | 179 +-
l10n/or_IN/files.po | 141 +-
l10n/or_IN/files_encryption.po | 8 +-
l10n/or_IN/files_external.po | 22 +-
l10n/or_IN/files_trashbin.po | 24 +-
l10n/or_IN/lib.po | 77 +-
l10n/or_IN/settings.po | 194 +-
l10n/or_IN/user_ldap.po | 85 +-
l10n/pa/core.po | 161 +-
l10n/pa/files.po | 141 +-
l10n/pa/files_encryption.po | 50 +-
l10n/pa/files_external.po | 22 +-
l10n/pa/files_trashbin.po | 30 +-
l10n/pa/lib.po | 77 +-
l10n/pa/settings.po | 194 +-
l10n/pa/user_ldap.po | 65 +-
l10n/pl/core.po | 179 +-
l10n/pl/files.po | 141 +-
l10n/pl/files_encryption.po | 54 +-
l10n/pl/files_external.po | 26 +-
l10n/pl/files_trashbin.po | 30 +-
l10n/pl/lib.po | 76 +-
l10n/pl/settings.po | 207 +-
l10n/pl/user_ldap.po | 67 +-
l10n/pt_BR/core.po | 163 +-
l10n/pt_BR/files.po | 152 +-
l10n/pt_BR/files_encryption.po | 54 +-
l10n/pt_BR/files_external.po | 26 +-
l10n/pt_BR/files_trashbin.po | 30 +-
l10n/pt_BR/lib.po | 73 +-
l10n/pt_BR/settings.po | 206 +-
l10n/pt_BR/user_ldap.po | 67 +-
l10n/pt_PT/core.po | 180 +-
l10n/pt_PT/files.po | 140 +-
l10n/pt_PT/files_encryption.po | 21 +-
l10n/pt_PT/files_external.po | 112 +-
l10n/pt_PT/files_trashbin.po | 30 +-
l10n/pt_PT/lib.po | 67 +-
l10n/pt_PT/settings.po | 227 +-
l10n/pt_PT/user_ldap.po | 71 +-
l10n/ro/core.po | 161 +-
l10n/ro/files.po | 145 +-
l10n/ro/files_encryption.po | 50 +-
l10n/ro/files_external.po | 24 +-
l10n/ro/files_trashbin.po | 30 +-
l10n/ro/lib.po | 77 +-
l10n/ro/settings.po | 200 +-
l10n/ro/user_ldap.po | 67 +-
l10n/ru/core.po | 161 +-
l10n/ru/files.po | 146 +-
l10n/ru/files_encryption.po | 54 +-
l10n/ru/files_external.po | 134 +-
l10n/ru/files_trashbin.po | 30 +-
l10n/ru/lib.po | 110 +-
l10n/ru/settings.po | 209 +-
l10n/ru/user_ldap.po | 67 +-
l10n/si_LK/core.po | 161 +-
l10n/si_LK/files.po | 143 +-
l10n/si_LK/files_encryption.po | 50 +-
l10n/si_LK/files_external.po | 24 +-
l10n/si_LK/files_trashbin.po | 30 +-
l10n/si_LK/lib.po | 77 +-
l10n/si_LK/settings.po | 194 +-
l10n/si_LK/user_ldap.po | 65 +-
l10n/sk/core.po | 155 +-
l10n/sk/files.po | 141 +-
l10n/sk/files_encryption.po | 50 +-
l10n/sk/files_external.po | 22 +-
l10n/sk/files_trashbin.po | 28 +-
l10n/sk/lib.po | 77 +-
l10n/sk/settings.po | 194 +-
l10n/sk/user_ldap.po | 85 +-
l10n/sk_SK/core.po | 163 +-
l10n/sk_SK/files.po | 143 +-
l10n/sk_SK/files_encryption.po | 12 +-
l10n/sk_SK/files_external.po | 24 +-
l10n/sk_SK/files_trashbin.po | 30 +-
l10n/sk_SK/lib.po | 77 +-
l10n/sk_SK/settings.po | 200 +-
l10n/sk_SK/user_ldap.po | 67 +-
l10n/sl/core.po | 161 +-
l10n/sl/files.po | 145 +-
l10n/sl/files_encryption.po | 54 +-
l10n/sl/files_external.po | 26 +-
l10n/sl/files_trashbin.po | 32 +-
l10n/sl/lib.po | 65 +-
l10n/sl/settings.po | 200 +-
l10n/sl/user_ldap.po | 65 +-
l10n/sq/core.po | 161 +-
l10n/sq/files.po | 143 +-
l10n/sq/files_encryption.po | 50 +-
l10n/sq/files_external.po | 24 +-
l10n/sq/files_trashbin.po | 30 +-
l10n/sq/lib.po | 77 +-
l10n/sq/settings.po | 200 +-
l10n/sq/user_ldap.po | 65 +-
l10n/sr/core.po | 161 +-
l10n/sr/files.po | 143 +-
l10n/sr/files_encryption.po | 50 +-
l10n/sr/files_external.po | 24 +-
l10n/sr/files_trashbin.po | 30 +-
l10n/sr/lib.po | 77 +-
l10n/sr/settings.po | 198 +-
l10n/sr/user_ldap.po | 65 +-
l10n/sr at latin/core.po | 161 +-
l10n/sr at latin/files.po | 141 +-
l10n/sr at latin/files_encryption.po | 50 +-
l10n/sr at latin/files_external.po | 22 +-
l10n/sr at latin/files_trashbin.po | 30 +-
l10n/sr at latin/lib.po | 77 +-
l10n/sr at latin/settings.po | 194 +-
l10n/sr at latin/user_ldap.po | 65 +-
l10n/su/core.po | 179 +-
l10n/su/files.po | 141 +-
l10n/su/files_encryption.po | 50 +-
l10n/su/files_external.po | 22 +-
l10n/su/files_trashbin.po | 28 +-
l10n/su/lib.po | 77 +-
l10n/su/settings.po | 194 +-
l10n/su/user_ldap.po | 85 +-
l10n/sv/core.po | 165 +-
l10n/sv/files.po | 147 +-
l10n/sv/files_encryption.po | 12 +-
l10n/sv/files_external.po | 129 +-
l10n/sv/files_trashbin.po | 30 +-
l10n/sv/lib.po | 87 +-
l10n/sv/settings.po | 206 +-
l10n/sv/user_ldap.po | 67 +-
l10n/sw_KE/core.po | 179 +-
l10n/sw_KE/files.po | 141 +-
l10n/sw_KE/files_encryption.po | 50 +-
l10n/sw_KE/files_external.po | 22 +-
l10n/sw_KE/files_trashbin.po | 28 +-
l10n/sw_KE/lib.po | 77 +-
l10n/sw_KE/settings.po | 194 +-
l10n/sw_KE/user_ldap.po | 85 +-
l10n/ta_IN/core.po | 157 +-
l10n/ta_IN/files.po | 143 +-
l10n/ta_IN/files_encryption.po | 10 +-
l10n/ta_IN/files_external.po | 24 +-
l10n/ta_IN/files_trashbin.po | 26 +-
l10n/ta_IN/lib.po | 75 +-
l10n/ta_IN/settings.po | 196 +-
l10n/ta_IN/user_ldap.po | 67 +-
l10n/ta_LK/core.po | 161 +-
l10n/ta_LK/files.po | 143 +-
l10n/ta_LK/files_encryption.po | 50 +-
l10n/ta_LK/files_external.po | 24 +-
l10n/ta_LK/files_trashbin.po | 30 +-
l10n/ta_LK/lib.po | 77 +-
l10n/ta_LK/settings.po | 194 +-
l10n/ta_LK/user_ldap.po | 65 +-
l10n/te/core.po | 161 +-
l10n/te/files.po | 141 +-
l10n/te/files_encryption.po | 50 +-
l10n/te/files_external.po | 22 +-
l10n/te/files_trashbin.po | 30 +-
l10n/te/lib.po | 77 +-
l10n/te/settings.po | 194 +-
l10n/te/user_ldap.po | 65 +-
l10n/templates/core.pot | 169 +-
l10n/templates/files.pot | 133 +-
l10n/templates/files_encryption.pot | 7 +-
l10n/templates/files_external.pot | 100 +-
l10n/templates/files_sharing.pot | 4 +-
l10n/templates/files_trashbin.pot | 22 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 69 +-
l10n/templates/private.pot | 63 +-
l10n/templates/settings.pot | 192 +-
l10n/templates/user_ldap.pot | 63 +-
l10n/templates/user_webdavauth.pot | 2 +-
l10n/th_TH/core.po | 161 +-
l10n/th_TH/files.po | 143 +-
l10n/th_TH/files_encryption.po | 50 +-
l10n/th_TH/files_external.po | 24 +-
l10n/th_TH/files_trashbin.po | 30 +-
l10n/th_TH/lib.po | 77 +-
l10n/th_TH/settings.po | 198 +-
l10n/th_TH/user_ldap.po | 65 +-
l10n/tr/core.po | 185 +-
l10n/tr/files.po | 167 +-
l10n/tr/files_encryption.po | 82 +-
l10n/tr/files_external.po | 108 +-
l10n/tr/files_sharing.po | 6 +-
l10n/tr/files_trashbin.po | 28 +-
l10n/tr/files_versions.po | 20 +-
l10n/tr/lib.po | 93 +-
l10n/tr/settings.po | 258 +-
l10n/tr/user_ldap.po | 105 +-
l10n/tr/user_webdavauth.po | 18 +-
l10n/tzm/core.po | 179 +-
l10n/tzm/files.po | 141 +-
l10n/tzm/files_encryption.po | 50 +-
l10n/tzm/files_external.po | 22 +-
l10n/tzm/files_trashbin.po | 28 +-
l10n/tzm/lib.po | 77 +-
l10n/tzm/settings.po | 194 +-
l10n/tzm/user_ldap.po | 85 +-
l10n/ug/core.po | 161 +-
l10n/ug/files.po | 141 +-
l10n/ug/files_encryption.po | 50 +-
l10n/ug/files_external.po | 24 +-
l10n/ug/files_trashbin.po | 30 +-
l10n/ug/lib.po | 77 +-
l10n/ug/settings.po | 196 +-
l10n/ug/user_ldap.po | 65 +-
l10n/uk/core.po | 163 +-
l10n/uk/files.po | 143 +-
l10n/uk/files_encryption.po | 52 +-
l10n/uk/files_external.po | 24 +-
l10n/uk/files_trashbin.po | 30 +-
l10n/uk/lib.po | 77 +-
l10n/uk/settings.po | 198 +-
l10n/uk/user_ldap.po | 65 +-
l10n/ur/core.po | 179 +-
l10n/ur/files.po | 141 +-
l10n/ur/files_encryption.po | 50 +-
l10n/ur/files_external.po | 22 +-
l10n/ur/files_trashbin.po | 28 +-
l10n/ur/lib.po | 77 +-
l10n/ur/settings.po | 194 +-
l10n/ur/user_ldap.po | 85 +-
l10n/ur_PK/core.po | 336 +--
l10n/ur_PK/files.po | 149 +-
l10n/ur_PK/files_encryption.po | 50 +-
l10n/ur_PK/files_external.po | 28 +-
l10n/ur_PK/files_trashbin.po | 49 +-
l10n/ur_PK/files_versions.po | 20 +-
l10n/ur_PK/lib.po | 95 +-
l10n/ur_PK/settings.po | 218 +-
l10n/ur_PK/user_ldap.po | 67 +-
l10n/uz/core.po | 179 +-
l10n/uz/files.po | 141 +-
l10n/uz/files_encryption.po | 50 +-
l10n/uz/files_external.po | 22 +-
l10n/uz/files_trashbin.po | 28 +-
l10n/uz/lib.po | 77 +-
l10n/uz/settings.po | 194 +-
l10n/uz/user_ldap.po | 85 +-
l10n/vi/core.po | 161 +-
l10n/vi/files.po | 143 +-
l10n/vi/files_encryption.po | 50 +-
l10n/vi/files_external.po | 24 +-
l10n/vi/files_trashbin.po | 30 +-
l10n/vi/lib.po | 77 +-
l10n/vi/settings.po | 198 +-
l10n/vi/user_ldap.po | 65 +-
l10n/zh_CN/core.po | 180 +-
l10n/zh_CN/files.po | 145 +-
l10n/zh_CN/files_encryption.po | 50 +-
l10n/zh_CN/files_external.po | 26 +-
l10n/zh_CN/files_trashbin.po | 30 +-
l10n/zh_CN/lib.po | 65 +-
l10n/zh_CN/settings.po | 206 +-
l10n/zh_CN/user_ldap.po | 65 +-
l10n/zh_HK/core.po | 161 +-
l10n/zh_HK/files.po | 141 +-
l10n/zh_HK/files_encryption.po | 50 +-
l10n/zh_HK/files_external.po | 106 +-
l10n/zh_HK/files_trashbin.po | 30 +-
l10n/zh_HK/lib.po | 77 +-
l10n/zh_HK/settings.po | 196 +-
l10n/zh_HK/user_ldap.po | 65 +-
l10n/zh_TW/core.po | 161 +-
l10n/zh_TW/files.po | 143 +-
l10n/zh_TW/files_encryption.po | 12 +-
l10n/zh_TW/files_external.po | 24 +-
l10n/zh_TW/files_trashbin.po | 30 +-
l10n/zh_TW/lib.po | 77 +-
l10n/zh_TW/settings.po | 200 +-
l10n/zh_TW/user_ldap.po | 65 +-
lib/autoloader.php | 2 +-
lib/base.php | 78 +-
lib/l10n/ast.php | 25 +-
lib/l10n/{ur_PK.php => bn_IN.php} | 6 -
lib/l10n/de.php | 2 +
lib/l10n/de_DE.php | 2 +
lib/l10n/el.php | 27 +-
lib/l10n/en_GB.php | 2 +
lib/l10n/eo.php | 10 +-
lib/l10n/es.php | 2 +
lib/l10n/{ur_PK.php => es_BO.php} | 6 -
lib/l10n/{ur_PK.php => es_PY.php} | 6 -
lib/l10n/{ur_PK.php => es_US.php} | 6 -
lib/l10n/fa.php | 10 +-
lib/l10n/fr.php | 7 +
lib/l10n/gl.php | 2 +
lib/l10n/it.php | 2 +
lib/l10n/ja.php | 1 +
lib/l10n/nl.php | 2 +
lib/l10n/pl.php | 2 +
lib/l10n/pt_BR.php | 2 +
lib/l10n/pt_PT.php | 2 +
lib/l10n/ru.php | 19 +-
lib/l10n/sv.php | 5 +
lib/l10n/tr.php | 22 +-
lib/l10n/ur_PK.php | 12 +-
lib/private/app.php | 120 +-
lib/private/appconfig.php | 18 +-
lib/private/appframework/core/api.php | 8 +-
.../dependencyinjection/dicontainer.php | 4 +-
lib/private/appframework/http.php | 2 +-
lib/private/appframework/http/dispatcher.php | 4 +-
lib/private/appframework/routing/routeconfig.php | 12 +-
.../utility/controllermethodreflector.php | 9 +-
lib/private/archive/tar.php | 2 +-
lib/private/avatar.php | 14 +-
lib/private/avatarmanager.php | 4 +-
lib/private/backgroundjob.php | 4 +-
lib/private/backgroundjob/joblist.php | 8 +-
lib/private/cache/file.php | 2 +-
lib/private/config.php | 20 +-
lib/private/connector/sabre/auth.php | 2 +
lib/private/connector/sabre/file.php | 2 +-
lib/private/connector/sabre/filesplugin.php | 20 +-
lib/private/connector/sabre/node.php | 44 +-
lib/private/connector/sabre/quotaplugin.php | 2 +-
lib/private/contactsmanager.php | 101 +-
lib/private/davclient.php | 4 +-
lib/private/db.php | 161 +-
lib/private/db/adapter.php | 2 +-
lib/private/db/connection.php | 2 +-
lib/private/db/connectionfactory.php | 118 +
lib/private/db/connectionwrapper.php | 4 +-
lib/private/db/mdb2schemamanager.php | 14 +-
lib/private/db/mdb2schemareader.php | 4 +-
lib/private/db/pgsqltools.php | 40 +
lib/private/db/statementwrapper.php | 2 +-
lib/private/defaults.php | 2 +-
lib/private/fileproxy.php | 2 +-
lib/private/files.php | 2 +-
lib/private/files/cache/cache.php | 8 +-
lib/private/files/cache/permissions.php | 19 +-
lib/private/files/cache/scanner.php | 18 +-
lib/private/files/cache/updater.php | 4 +-
lib/private/files/cache/watcher.php | 4 +-
lib/private/files/fileinfo.php | 26 +-
lib/private/files/filesystem.php | 12 +-
lib/private/files/mapper.php | 4 +-
lib/private/files/mount/manager.php | 6 +-
lib/private/files/mount/mount.php | 13 +-
lib/private/files/node/folder.php | 2 +-
lib/private/files/storage/common.php | 10 +-
lib/private/files/storage/home.php | 4 +-
lib/private/files/storage/wrapper/quota.php | 2 +-
lib/private/files/stream/oc.php | 8 +
lib/private/files/type/templatemanager.php | 2 +-
lib/private/files/view.php | 21 +-
lib/private/geo.php | 6 +-
lib/private/group.php | 38 +-
lib/private/group/backend.php | 20 +-
lib/private/group/database.php | 29 +-
lib/private/group/dummy.php | 67 +-
lib/private/group/example.php | 64 +-
lib/private/group/group.php | 6 +-
lib/private/group/interface.php | 16 +-
lib/private/group/manager.php | 46 +-
lib/private/helper.php | 64 +-
lib/private/hook.php | 6 +-
lib/private/image.php | 48 +-
lib/private/installer.php | 23 +-
lib/private/l10n.php | 65 +-
lib/private/l10n/factory.php | 4 +-
lib/private/legacy/appconfig.php | 18 +-
lib/private/legacy/cache.php | 10 -
lib/private/legacy/cache/fileglobalgc.php | 4 -
lib/private/legacy/config.php | 10 +-
lib/private/legacy/filesystem.php | 415 ---
lib/private/legacy/filesystemview.php | 9 -
lib/private/legacy/preferences.php | 22 +-
lib/private/log.php | 39 +-
lib/private/log/errorhandler.php | 2 +-
lib/private/migrate.php | 30 +-
lib/private/migration/content.php | 32 +-
lib/private/migration/provider.php | 8 +-
lib/private/navigationmanager.php | 8 +-
lib/private/ocs.php | 4 +-
lib/private/ocs/cloud.php | 4 +-
lib/private/ocs/result.php | 6 +-
lib/private/ocsclient.php | 26 +-
lib/private/preferences.php | 59 +-
lib/private/preview.php | 66 +-
lib/private/preview/image.php | 9 +-
lib/private/previewmanager.php | 4 +-
lib/private/request.php | 30 +-
lib/private/response.php | 50 +-
lib/private/route/route.php | 2 +-
lib/private/route/router.php | 4 +-
lib/private/server.php | 29 +-
lib/private/setup.php | 2 +-
lib/private/share/helper.php | 31 +-
lib/private/share/hooks.php | 10 +-
lib/private/share/mailnotifications.php | 35 +-
lib/private/share/searchresultsorter.php | 4 +-
lib/private/share/share.php | 195 +-
lib/private/subadmin.php | 26 +-
lib/private/tags.php | 2 +-
lib/private/template.php | 26 +-
lib/private/template/base.php | 10 +-
lib/private/template/functions.php | 18 +-
lib/private/template/resourcelocator.php | 12 +-
lib/private/templatelayout.php | 10 +-
lib/private/updater.php | 2 +-
lib/private/urlgenerator.php | 8 +-
lib/private/user.php | 79 +-
lib/private/user/backend.php | 22 +-
lib/private/user/database.php | 60 +-
lib/private/user/dummy.php | 14 +-
lib/private/user/example.php | 30 +-
lib/private/user/http.php | 16 +-
lib/private/user/interface.php | 32 +-
lib/private/user/manager.php | 18 +-
lib/private/user/session.php | 43 +-
lib/private/user/user.php | 43 +-
lib/private/util.php | 145 +-
lib/private/vobject.php | 78 +-
lib/public/app.php | 10 +-
lib/public/appframework/db/mapper.php | 6 +-
lib/public/backgroundjob.php | 8 +-
lib/public/backgroundjob/ijoblist.php | 6 +-
lib/public/contacts.php | 14 +-
lib/public/contacts/imanager.php | 7 +-
lib/public/db.php | 2 +-
lib/public/files/fileinfo.php | 16 +-
lib/public/iaddressbook.php | 4 +-
lib/public/iappconfig.php | 18 +-
lib/public/iavatar.php | 8 +-
lib/public/iavatarmanager.php | 4 +-
lib/public/idbconnection.php | 4 +-
lib/public/il10n.php | 16 +-
lib/public/ilogger.php | 101 +
lib/public/itags.php | 2 +-
lib/public/route/iroute.php | 2 +-
lib/public/share.php | 40 +-
lib/public/template.php | 22 +-
lib/public/user.php | 18 +-
lib/public/util.php | 37 +-
settings/admin.php | 19 +
settings/ajax/decryptall.php | 2 +-
settings/ajax/deletekeys.php | 17 +
settings/ajax/excludegroups.php | 18 +
settings/ajax/restorekeys.php | 24 +
settings/changepassword/controller.php | 2 +-
settings/css/settings.css | 12 +-
settings/js/admin.js | 57 +
settings/js/personal.js | 61 +-
settings/l10n/ar.php | 5 +-
settings/l10n/ast.php | 21 +-
settings/l10n/bg_BG.php | 1 -
settings/l10n/bn_BD.php | 1 -
settings/l10n/ca.php | 7 +-
settings/l10n/cs_CZ.php | 26 +-
settings/l10n/da.php | 9 +-
settings/l10n/de.php | 26 +-
settings/l10n/de_CH.php | 4 +-
settings/l10n/de_DE.php | 26 +-
settings/l10n/el.php | 25 +-
settings/l10n/en_GB.php | 26 +-
settings/l10n/eo.php | 62 +-
settings/l10n/es.php | 26 +-
settings/l10n/es_AR.php | 5 +-
settings/l10n/es_MX.php | 5 +-
settings/l10n/et_EE.php | 10 +-
settings/l10n/eu.php | 10 +-
settings/l10n/fa.php | 9 +-
settings/l10n/fi_FI.php | 21 +-
settings/l10n/fr.php | 26 +-
settings/l10n/gl.php | 26 +-
settings/l10n/he.php | 1 -
settings/l10n/hu_HU.php | 5 +-
settings/l10n/id.php | 5 +-
settings/l10n/is.php | 1 -
settings/l10n/it.php | 26 +-
settings/l10n/ja.php | 24 +-
settings/l10n/ka_GE.php | 1 -
settings/l10n/km.php | 4 +-
settings/l10n/ko.php | 5 +-
settings/l10n/lt_LT.php | 5 +-
settings/l10n/lv.php | 4 +-
settings/l10n/mk.php | 1 -
settings/l10n/nb_NO.php | 5 +-
settings/l10n/nl.php | 26 +-
settings/l10n/nn_NO.php | 4 +-
settings/l10n/pl.php | 26 +-
settings/l10n/pt_BR.php | 26 +-
settings/l10n/pt_PT.php | 32 +-
settings/l10n/ro.php | 5 +-
settings/l10n/ru.php | 10 +-
settings/l10n/sk_SK.php | 9 +-
settings/l10n/sl.php | 5 +-
settings/l10n/sq.php | 4 +-
settings/l10n/sr.php | 1 -
settings/l10n/sv.php | 23 +-
settings/l10n/th_TH.php | 1 -
settings/l10n/tr.php | 78 +-
settings/l10n/ug.php | 1 -
settings/l10n/uk.php | 1 -
settings/l10n/ur_PK.php | 12 +
settings/l10n/vi.php | 1 -
settings/l10n/zh_CN.php | 14 +-
settings/l10n/zh_HK.php | 1 +
settings/l10n/zh_TW.php | 5 +-
settings/personal.php | 6 +-
settings/routes.php | 6 +
settings/templates/admin.php | 61 +-
settings/templates/personal.php | 41 +-
tests/karma.config.js | 2 +-
tests/lib/app.php | 274 +-
tests/lib/appframework/db/MapperTestUtility.php | 6 +-
tests/lib/appframework/http/DispatcherTest.php | 40 +-
.../utility/ControllerMethodReflectorTest.php | 6 +-
tests/lib/errorHandler.php | 4 +-
tests/lib/files/cache/cache.php | 4 +-
tests/lib/files/view.php | 20 +
tests/lib/group/group.php | 28 +-
tests/lib/group/manager.php | 121 +-
tests/lib/helper.php | 20 +-
tests/lib/logger.php | 40 +
tests/lib/migrate.php | 6 +-
tests/lib/preferences.php | 37 +
tests/lib/urlgenerator.php | 8 +-
tests/lib/user/session.php | 182 +-
tests/lib/util.php | 55 +
1712 files changed, 63500 insertions(+), 43338 deletions(-)
diff --cc core/register_command.php
index 8efd267,dfb5134..fb656c0
--- a/core/register_command.php
+++ b/core/register_command.php
@@@ -16,4 -17,4 +17,5 @@@ $application->add(new OC\Core\Command\A
$application->add(new OC\Core\Command\App\ListApps());
$application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair()));
$application->add(new OC\Core\Command\User\Report());
+$application->add(new OC\Core\Command\User\ResetPassword(\OC::$server->getUserManager()));
+ $application->add(new OC\Core\Command\User\LastSeen());
--
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