[Pkg-owncloud-commits] [owncloud] branch master updated (5a6d69c -> fcc5425)
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:53:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository owncloud.
from 5a6d69c Update changelog for 7.0.0~alpha1+dfsg-2 release
new 55b5ddd [tx-robot] updated from transifex
new 4e4c2b0 Fixed array_combine for PHP 5.3
new 5def2a7 Merge pull request #8991 from owncloud/fix-php53-arraycombine
new 1002281 handle http accept headers more gracefully
new 0252d39 fix indention
new 93169ec also handle lowercase headers
new 3e15760 Merge pull request #8980 from owncloud/better-accept-header
new 7896b86 Reduce size of png files so they match the svg
new 324075b Fix header menu background in IE8
new 6c0e27a Fix missing caret in header menu for IE8
new d17094e Move IE8 fixes to fixes.css
new dff4ad3 Merge pull request #8999 from owncloud/issue/8996
new 72436b6 fix liskov substitution principle in admin mail template settings, fixes #8997
new 354cace Merge pull request #9003 from owncloud/fix_liskov_in_admin_mail_template_settings
new ede2aa2 Update manager.php
new 0af8aa6 drastic speedup for nested ldap groups
new b1094cf Update group.php
new e8e2e47 Update manager.php
new 482eded Merge pull request #8998 from macjohnny/master
new 19c73a8 Added check and cleanup for storage/filecache
new 8e46392 Merge pull request #9004 from owncloud/cleanup-storages
new ab7cff6 Revert "Merge pull request #8998 from macjohnny/master"
new 21cfd10 Repair broken parent link in the scanner
new 054083b add some comments
new 6b1d8a5 remove unused argument
new b595c98 Merge pull request #8968 from owncloud/scanner-parent-repair
new ce168c2 Added max heartbeat interval to prevent integer overflow
new 6a0f5cf Added unit tests for heartbeat interval min/max values
new aa8f17b Merge pull request #9017 from owncloud/maxheartbeatinterval
new 083cf63 [tx-robot] updated from transifex
new cea2c77 fix some minor issues
new b91db84 Merge pull request #8714 from owncloud/minor-fixes
new 7e8784c access admin settings result message correctly
new 42bf466 move mail template editor from core to standalone templateeditor repo
new c09f568 Merge pull request #9010 from owncloud/fix_8941_admin_settings_message
new e77c9bb Work with MySQL Sockets
new ea162c8 Fix variable not always being defined.
new 55ccd6d Update notes on dbhost
new 1b02991 Fixes based on suggestions
new 6da2bee Inline $port expression, getting rid of $port variable.
new 4b87586 Extract common variables of $connectionParams.
new 17c2e63 Move check for : to where it belongs, getting rid of $socket = false;
new 4ca1e3c Move getValue() to where required. This actually is not required "global data".
new 3d8eabe No need to check the port number as this will fail anyway.
new 0932760 Rename variable to indicate that it can be port and socket.
new 7306204 Don't specify host when using a socket.
new 87101e6 Merge pull request #9018 from owncloud/dbms-socket-support
new f5da005 fix mail settings save function - ref #8854
new 2b82e3c Merge pull request #9025 from owncloud/fix-mail-settings
new 7396e5f movie previews: use file directly when it's stored locally and encryption is not enabled, fixes #7756
new 35f7565 Merge pull request #8978 from owncloud/movie_preview_improvements
new fd5fad1 remove double space
new 4a26219 [tx-robot] updated from transifex
new 23ed038 Basics
new a7fbd91 Use appframework
new 218d0ad Changes according to review
new 4b359ad Change routes. Update templates
new 47c6fd0 Remove debug output
new 59ff71f Fix check for user existence
new e026b1d Add missing use
new a6e45a8 use more stuff from core :)
new 2b2b1b4 more style fixes
new d0b71df reformat method call and fix paranthesis mismatch
new cedca03 Remove infield label, add password icon, fix layout
new a53cfcb Migrate ´ to '
new ebbf228 remove whitespace at end of line
new ed8b7fc complete renaming uid to userId
new 1cb7239 use array_merge for merging arrays in PHP
new dda5e6c add proper Exception message for invalid token
new db9ac13 Merge pull request #8618 from owncloud/yet-another-ajax-lost-password
new dc2212c migrate table layout to paragraph layout for HTTPS setting
new 01de7b8 Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https
new 4d6fc6f [tx-robot] updated from transifex
new 767aa4e drastic speedup for nested ldap groups
new e522478 Merge pull request #9022 from owncloud/speedup-nested-ldap-groups
new ec5448b [tx-robot] updated from transifex
new fc9787e fix layout of password protected shares
new 06ec82f Fix path
new d218455 Merge pull request #9027 from owncloud/fix-password-saved-share-layout
new 6fcd1af Add support for repair step classes
new ca690c4 Added RepairStep interface and default repair step lists
new 05e3514 Fixed instanceof to use interface instead of class
new a48bcce Merge pull request #8917 from owncloud/repair-routine-base
new 6f3b950 app manager forgets the documentation links
new 83b4592 Merge pull request #8716 from owncloud/forget-documentation
new 86e1d8c AllowUserMount defaults now to all backends fixes #7958
new 78b6f59 fix typo - Backups -> Backends
new 0a2c676 fix camelCase and avoiud re-wrapping $()
new 3069091 Merge pull request #9030 from owncloud/default-allow-user-mount-backends
new 1066f4e Sanitize name of sharee
new 35740cf Do even more sanitization
new 4fbab3c Merge pull request #9040 from owncloud/fix-xss
new 3ebb156 escape before output, fixes #9041
new f12c4f6 style
new b67588d Merge pull request #9048 from owncloud/fix_9041
new 2bcfd8e make it possible to update shipped apps via the appstore
new c8636ca Merge branch 'master' into update_shipped_apps_from_appstore
new 020255b add button for properly uninstalling apps
new c6dc9ae Merge branch 'master' into update_shipped_apps_from_appstore
new c8a8c7e read ocsid from shipped apps on install
new eea501b various fixes as requested by pr reviewers
new 19129b3 use isset() instead of array_key_exists()
new 56a8010 remove console.log in apps.js
new 2c00ab1 update autoloader
new 724d027 add unit test
new 00b7f36 remove not needed unlink in installer test
new 6aab50f fix unit tests
new fad3bd7 reenable checkCode()
new 0fe8f77 Merge branch 'master' into update_shipped_apps_from_appstore
new 498aa66 add additional type check
new a110973 some additional type checks
new 1ab9bdc remove unnecessary @return
new 5d4f3ba fix php doc block
new 6bf0689 always return a bool in OC_App::updateApp
new 602404c fix php doc block
new 5e9fa64 don't show update button when appstore is disabled or no writable dir exists
new 0890ce4 Update preseed-config.php
new c378e76 skip certain tests for shipped apps
new 65028c4 don't skip code check for skipped apps
new 86f546f disable code check for shipped apps
new 15c215c Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore
new b75fe43 fix CSS for upload button - fixes #8939
new 08c8ae6 Merge pull request #9049 from owncloud/fix-upload-button
new cd77f92 add new keynote mimetype
new 9946789 Merge pull request #9055 from owncloud/add_new_keynote_mimetype
new c1ef536 show explenation only if the setting is activated
new c42d087 Merge pull request #9053 from owncloud/small_ux_improvement
new f2fc214 Add deprecation notice to load* functions
new bd4f384 That file was accidentally commited. Partially revert https://github.com/owncloud/core/commit/f2fc214ce0455ce9a9def36bd09285e82b5eabec
new a5f1846 simplify security warning on admin page
new dd2dd7e Merge pull request #9059 from owncloud/simplify-warning-layout
new ce179dc [tx-robot] updated from transifex
new 9e74787 Migrate table layout to p layout for share settings
new a548de3 Merge pull request #9029 from owncloud/table-to-paragraph-layout-for-share
new 9db0a82 We obviously have to pass the hostname as is when there is no ':' in the hostname.
new c5e33f5 Merge pull request #9067 from owncloud/pass-db-hostname
new 7aa11b4 Do not rename primary key index when renaming table
new ffdc1c2 Added unit test for checkMigrate with primary key + autoinc
new cce5836 Merge pull request #9065 from owncloud/migrator-keepprimaryindexname
new 65f3b2f Add server<->server sharing backend
new a44baaf add remote/add external shares to manager
new 0156ef8 Add coments to database and dont use sql keywords as table names
new d7de353 Add interface for accpeting external shares
new cf5a72c Add interface for adding a public share to a different ownCloud instance
new c6a83b2 Fix exposing single files over webdav
new 1c149da Support path lengths up to 4000 chars
new a900c7a Fix removing remote shares
new 21ced89 Dont return false for internalPath
new 30f5b2b Improve detection of whether we're in the files app
new 87b0021 Scan the entire remote share at once by requesting the full file tree from the remote server
new 961317d make sure to enable incognito mode when mounting a public link and update init status of the encryption app
new c580aeb exclude mounted server-to-server shares from encryption
new e6f3850 Update for changes in master
new 43c56fc Generate a unique name
new 64ced76 Save mountpoints relative to the user
new 2005c16 Fix prompting for password
new 277f252 if file doesn't exist, check parent folder
new 790d51e Fix checking for external share in encryption
new c61f759 Fix check for shared files inside shares
new ce0aa7d Use the movable mount system for external shares
new c8c8106 generate better storage ids
new 3f2cb39 Properly set read permissions for webdav storages
new decb51a Fix deleting of external shares
new 87e311b Fix storage being passed to cache/watcher and scanner when using storage wrappers
new e7b58ed Properly expose read only public shares as read only
new 84a651e add settings to disable server to server sharing
new 3bf7b54 block server-to-server share if files_external is not activates, can be reverted once we moved to the webdav implementation in core
new 455fbaf Fix undefined index error
new 49f9b7e fix modified date for external shares
new 4bc8a25 Fix public share webdav permissions
new be93b0d Fix permissions functions for webdav external storages
new 9670d3e Always send a POST body
new a469efb Add some safety checks
new 6e06e1d Add route which went missing during rebase
new 5b1b657 Make testremote more robust
new 0616eb4 Fix multiple users having the same external share mountpoint
new 9c2918a Fix setupFromToken when a password is set
new 3ed4e5b Prevent warning
new 0532f5c Fix permission for movable storage root
new b188550 Also support removeable mounts with rmdir
new 17685ad fixing layout issue - mostly alignment
new e7365c9 fix broken buttons for IE8-11
new 361607c testremote is for public access
new f2ebac5 Better error handeling in testremote
new 2219087 organize js a bit better
new 07fdeba Fix moving movablemount over webdav
new 8d1cf79 Merge pull request #8399 from owncloud/server-server-sharing
new 7b704ee Load fundamental apps, before any possible customizing app may follow
new d4bdcb7 Merge pull request #9047 from owncloud/fix_preload_fundamental_apps
new baf46c7 [tx-robot] updated from transifex
new a921ad8 fix rename of encryption keys
new b486f48 fix trash bin expire operation and add unit tests
new e06fa20 make sure that we always use the right user
new 05cd150 add additional tests for the trash bin
new bcc88be adjust encryption tests to the trash bin changes
new edbc6b5 Merge pull request #9068 from owncloud/trashbin_unittests_master
new 8052d29 initialize array
new e20bb71 remove unused code
new 1973fdb Merge pull request #9093 from owncloud/remove_unused_code
new 58c204a Added JS unit tests for ext storage
new ed10f56 Merge pull request #9071 from owncloud/extstorage-list-unittests
new e1fd10f [tx-robot] updated from transifex
new 8589465 Make sure last seen tooltip always appears even after searching and filtering
new e8e53c8 Merge pull request #9105 from owncloud/fix_8874
new ca96b9d [tx-robot] updated from transifex
new 9ef7410 Fixed uploading by drag and drop into folder
new 8ae2468 Fix appending of rows after upload
new d5819a5 Merge pull request #9108 from owncloud/uploadintofolderfix
new 93edacb Backport subset of #4179, re-established Oracle compatibility for LDAP
new 1236eb2 Fixed controls bar in viewer mode
new 0c2447e Merge pull request #9102 from owncloud/viewermode-controls
new 763d9de Prevent showing the file picker twice
new 1f17814 Merge pull request #9121 from owncloud/filepicker-avoidtwice
new da0e4b0 [tx-robot] updated from transifex
new 502573e Fixed file actions fallback
new 436d022 Merge pull request #9120 from owncloud/fileactions-filelistfallback
new e30dac9 7.0.0 alpha 2
new 597e003 Imported Upstream version 7.0.0~alpha2+dfsg
new 0ae18db Merge tag 'upstream/7.0.0_alpha2+dfsg'
new 553d122 Remove images embedding a non free ICC profile
new 36123b8 Refresh patches
new 21a6d57 Update copyright
new fcc5425 Update changelog for 7.0.0~alpha2+dfsg-1 release
The 223 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.idea/codeStyleSettings.xml | 52 ---
.jshintrc | 33 --
.scrutinizer.yml | 27 --
apps/activity/l10n/ar.php | 4 +-
apps/activity/l10n/ast.php | 8 +-
apps/activity/l10n/bg_BG.php | 2 +-
apps/activity/l10n/bn_BD.php | 2 +-
apps/activity/l10n/ca.php | 25 +-
apps/activity/l10n/cs_CZ.php | 8 +-
apps/activity/l10n/cy_GB.php | 2 +-
apps/activity/l10n/da.php | 8 +-
apps/activity/l10n/de.php | 8 +-
apps/activity/l10n/de_CH.php | 2 +-
apps/activity/l10n/de_DE.php | 8 +-
apps/activity/l10n/el.php | 8 +-
apps/activity/l10n/en_GB.php | 10 +-
apps/activity/l10n/eo.php | 4 +-
apps/activity/l10n/es.php | 8 +-
apps/activity/l10n/es_AR.php | 2 +-
apps/activity/l10n/es_CL.php | 2 +-
apps/activity/l10n/es_MX.php | 2 +-
apps/activity/l10n/et_EE.php | 20 +-
apps/activity/l10n/eu.php | 8 +-
apps/activity/l10n/fa.php | 2 +-
apps/activity/l10n/fi_FI.php | 8 +-
apps/activity/l10n/fr.php | 8 +-
apps/activity/l10n/gl.php | 8 +-
apps/activity/l10n/he.php | 2 +-
apps/activity/l10n/hr.php | 2 +-
apps/activity/l10n/hu_HU.php | 4 +-
apps/activity/l10n/ia.php | 2 +-
apps/activity/l10n/id.php | 2 +-
apps/activity/l10n/is.php | 2 +-
apps/activity/l10n/it.php | 8 +-
apps/activity/l10n/ja.php | 8 +-
apps/activity/l10n/ka_GE.php | 2 +-
apps/activity/l10n/km.php | 4 +-
apps/activity/l10n/ko.php | 2 +-
apps/activity/l10n/ku_IQ.php | 4 +-
apps/activity/l10n/lb.php | 2 +-
apps/activity/l10n/lt_LT.php | 2 +-
apps/activity/l10n/lv.php | 2 +-
apps/activity/l10n/mk.php | 8 +-
apps/activity/l10n/ms_MY.php | 2 +-
apps/activity/l10n/my_MM.php | 2 +-
apps/activity/l10n/nb_NO.php | 8 +-
apps/activity/l10n/nl.php | 18 +-
apps/activity/l10n/nn_NO.php | 2 +-
apps/activity/l10n/oc.php | 2 +-
apps/activity/l10n/pa.php | 4 +-
apps/activity/l10n/pl.php | 8 +-
apps/activity/l10n/pt_BR.php | 8 +-
apps/activity/l10n/pt_PT.php | 47 ++-
apps/activity/l10n/ro.php | 39 +-
apps/activity/l10n/ru.php | 8 +-
apps/activity/l10n/si_LK.php | 2 +-
apps/activity/l10n/sk_SK.php | 8 +-
apps/activity/l10n/sl.php | 8 +-
apps/activity/l10n/sq.php | 2 +-
apps/activity/l10n/sr.php | 2 +-
apps/activity/l10n/sr at latin.php | 2 +-
apps/activity/l10n/sv.php | 10 +-
apps/activity/l10n/ta_LK.php | 2 +-
apps/activity/l10n/th_TH.php | 2 +-
apps/activity/l10n/tr.php | 8 +-
apps/activity/l10n/ug.php | 2 +-
apps/activity/l10n/uk.php | 2 +-
apps/activity/l10n/vi.php | 2 +-
apps/activity/l10n/zh_CN.php | 8 +-
apps/activity/l10n/zh_HK.php | 2 +-
apps/activity/l10n/zh_TW.php | 4 +-
apps/activity/lib/consumer.php | 8 +-
apps/activity/lib/data.php | 2 +-
apps/activity/lib/datahelper.php | 242 ++----------
apps/activity/lib/grouphelper.php | 39 +-
apps/activity/lib/hooks.php | 209 ++++++-----
apps/activity/lib/parameterhelper.php | 258 +++++++++++++
apps/activity/lib/usersettings.php | 4 +-
apps/activity/tests/datahelpertest.php | 5 +-
apps/bookmarks/js/bookmarks.js | 6 +-
apps/bookmarks/l10n/ar/bookmarks.po | 4 +-
apps/bookmarks/l10n/ast/bookmarks.po | 4 +-
apps/bookmarks/l10n/bg_BG/bookmarks.po | 4 +-
apps/bookmarks/l10n/bn_BD/bookmarks.po | 4 +-
apps/bookmarks/l10n/bs/bookmarks.po | 4 +-
apps/bookmarks/l10n/ca/bookmarks.po | 4 +-
apps/bookmarks/l10n/cs_CZ/bookmarks.po | 4 +-
apps/bookmarks/l10n/cy_GB/bookmarks.po | 4 +-
apps/bookmarks/l10n/da/bookmarks.po | 6 +-
apps/bookmarks/l10n/de/bookmarks.po | 4 +-
apps/bookmarks/l10n/de_AT/bookmarks.po | 4 +-
apps/bookmarks/l10n/de_CH/bookmarks.po | 4 +-
apps/bookmarks/l10n/de_DE/bookmarks.po | 4 +-
apps/bookmarks/l10n/el/bookmarks.po | 4 +-
apps/bookmarks/l10n/en_GB/bookmarks.po | 4 +-
apps/bookmarks/l10n/eo/bookmarks.po | 4 +-
apps/bookmarks/l10n/es/bookmarks.po | 4 +-
apps/bookmarks/l10n/es_AR/bookmarks.po | 4 +-
apps/bookmarks/l10n/es_MX/bookmarks.po | 4 +-
apps/bookmarks/l10n/et_EE/bookmarks.po | 4 +-
apps/bookmarks/l10n/eu/bookmarks.po | 4 +-
apps/bookmarks/l10n/eu_ES/bookmarks.po | 4 +-
apps/bookmarks/l10n/fa/bookmarks.po | 4 +-
apps/bookmarks/l10n/fi_FI/bookmarks.po | 4 +-
apps/bookmarks/l10n/fr/bookmarks.po | 4 +-
apps/bookmarks/l10n/gl/bookmarks.po | 4 +-
apps/bookmarks/l10n/he/bookmarks.po | 4 +-
apps/bookmarks/l10n/hi/bookmarks.po | 4 +-
apps/bookmarks/l10n/hr/bookmarks.po | 4 +-
apps/bookmarks/l10n/hu_HU/bookmarks.po | 4 +-
apps/bookmarks/l10n/hy/bookmarks.po | 4 +-
apps/bookmarks/l10n/ia/bookmarks.po | 4 +-
apps/bookmarks/l10n/id/bookmarks.po | 4 +-
apps/bookmarks/l10n/is/bookmarks.po | 4 +-
apps/bookmarks/l10n/it/bookmarks.po | 4 +-
apps/bookmarks/l10n/ja/bookmarks.po | 4 +-
apps/bookmarks/l10n/ka_GE/bookmarks.po | 4 +-
apps/bookmarks/l10n/km/bookmarks.po | 4 +-
apps/bookmarks/l10n/ko/bookmarks.po | 4 +-
apps/bookmarks/l10n/ku_IQ/bookmarks.po | 4 +-
apps/bookmarks/l10n/lb/bookmarks.po | 4 +-
apps/bookmarks/l10n/lt_LT/bookmarks.po | 4 +-
apps/bookmarks/l10n/lv/bookmarks.po | 4 +-
apps/bookmarks/l10n/mk/bookmarks.po | 4 +-
apps/bookmarks/l10n/ms_MY/bookmarks.po | 4 +-
apps/bookmarks/l10n/nb_NO.php | 4 +-
apps/bookmarks/l10n/nb_NO/bookmarks.po | 11 +-
apps/bookmarks/l10n/nl/bookmarks.po | 4 +-
apps/bookmarks/l10n/nn_NO/bookmarks.po | 4 +-
apps/bookmarks/l10n/oc/bookmarks.po | 4 +-
apps/bookmarks/l10n/pl/bookmarks.po | 4 +-
apps/bookmarks/l10n/pt_BR/bookmarks.po | 4 +-
apps/bookmarks/l10n/pt_PT/bookmarks.po | 4 +-
apps/bookmarks/l10n/ro/bookmarks.po | 4 +-
apps/bookmarks/l10n/ru/bookmarks.po | 4 +-
apps/bookmarks/l10n/si_LK/bookmarks.po | 4 +-
apps/bookmarks/l10n/sk/bookmarks.po | 4 +-
apps/bookmarks/l10n/sk_SK/bookmarks.po | 4 +-
apps/bookmarks/l10n/sl/bookmarks.po | 4 +-
apps/bookmarks/l10n/sq/bookmarks.po | 4 +-
apps/bookmarks/l10n/sr/bookmarks.po | 4 +-
apps/bookmarks/l10n/sr at latin/bookmarks.po | 4 +-
apps/bookmarks/l10n/sv/bookmarks.po | 4 +-
apps/bookmarks/l10n/ta_LK/bookmarks.po | 4 +-
apps/bookmarks/l10n/te/bookmarks.po | 4 +-
apps/bookmarks/l10n/templates/bookmarks.pot | 2 +-
apps/bookmarks/l10n/th_TH/bookmarks.po | 4 +-
apps/bookmarks/l10n/tr/bookmarks.po | 4 +-
apps/bookmarks/l10n/ug/bookmarks.po | 4 +-
apps/bookmarks/l10n/uk/bookmarks.po | 4 +-
apps/bookmarks/l10n/ur_PK/bookmarks.po | 4 +-
apps/bookmarks/l10n/vi/bookmarks.po | 4 +-
apps/bookmarks/l10n/zh_CN/bookmarks.po | 4 +-
apps/bookmarks/l10n/zh_HK/bookmarks.po | 4 +-
apps/bookmarks/l10n/zh_TW/bookmarks.po | 4 +-
apps/calendar/appinfo/remote.php | 14 +-
apps/calendar/l10n/nb_NO.php | 14 +-
apps/calendar/l10n/nb_NO/calendar.po | 18 +-
apps/calendar/l10n/pt_BR/calendar.po | 4 +-
apps/calendar/l10n/pt_PT/calendar.po | 4 +-
apps/calendar/l10n/sk_SK.php | 8 +-
apps/calendar/l10n/sk_SK/calendar.po | 12 +-
apps/calendar/l10n/sv.php | 14 +-
apps/calendar/l10n/sv/calendar.po | 18 +-
apps/calendar/l10n/templates/calendar.pot | 2 +-
apps/calendar/lib/calendar.php | 2 +-
apps/calendar/lib/import.php | 2 +-
apps/calendar/lib/object.php | 8 +-
apps/calendar/lib/sabre/backend.php | 20 +-
apps/calendar/lib/sabre/calendar.php | 14 +-
apps/calendar/lib/sabre/calendarroot.php | 10 +-
apps/calendar/lib/sabre/object.php | 6 +-
apps/calendar/lib/sabre/usercalendars.php | 10 +-
apps/contacts/appinfo/database.xml | 142 -------
apps/contacts/appinfo/remote.php | 12 +-
apps/contacts/appinfo/version | 2 +-
apps/contacts/l10n/ach/contacts.po | 9 +-
apps/contacts/l10n/ady/contacts.po | 9 +-
apps/contacts/l10n/af_ZA/contacts.po | 9 +-
apps/contacts/l10n/ak/contacts.po | 9 +-
apps/contacts/l10n/am_ET/contacts.po | 9 +-
apps/contacts/l10n/ar.php | 1 -
apps/contacts/l10n/ar/contacts.po | 9 +-
apps/contacts/l10n/ast.php | 1 -
apps/contacts/l10n/ast/contacts.po | 11 +-
apps/contacts/l10n/az/contacts.po | 9 +-
apps/contacts/l10n/be/contacts.po | 9 +-
apps/contacts/l10n/bg_BG/contacts.po | 9 +-
apps/contacts/l10n/bn_BD/contacts.po | 9 +-
apps/contacts/l10n/bn_IN/contacts.po | 9 +-
apps/contacts/l10n/bs/contacts.po | 9 +-
apps/contacts/l10n/ca.php | 5 +-
apps/contacts/l10n/ca/contacts.po | 17 +-
apps/contacts/l10n/ca at valencia/contacts.po | 9 +-
apps/contacts/l10n/cs_CZ.php | 3 +-
apps/contacts/l10n/cs_CZ/contacts.po | 13 +-
apps/contacts/l10n/cy_GB/contacts.po | 9 +-
apps/contacts/l10n/da.php | 5 +-
apps/contacts/l10n/da/contacts.po | 17 +-
apps/contacts/l10n/de.php | 1 -
apps/contacts/l10n/de/contacts.po | 11 +-
apps/contacts/l10n/de_AT/contacts.po | 9 +-
apps/contacts/l10n/de_CH/contacts.po | 9 +-
apps/contacts/l10n/de_DE.php | 1 -
apps/contacts/l10n/de_DE/contacts.po | 11 +-
apps/contacts/l10n/el.php | 1 -
apps/contacts/l10n/el/contacts.po | 11 +-
apps/contacts/l10n/en at pirate/contacts.po | 11 +-
apps/contacts/l10n/en_GB.php | 1 -
apps/contacts/l10n/en_GB/contacts.po | 11 +-
apps/contacts/l10n/en_NZ/contacts.po | 9 +-
apps/contacts/l10n/eo/contacts.po | 9 +-
apps/contacts/l10n/es.php | 7 +-
apps/contacts/l10n/es/contacts.po | 18 +-
apps/contacts/l10n/es_AR/contacts.po | 9 +-
apps/contacts/l10n/es_BO/contacts.po | 9 +-
apps/contacts/l10n/es_CL/contacts.po | 9 +-
apps/contacts/l10n/es_CO/contacts.po | 9 +-
apps/contacts/l10n/es_CR/contacts.po | 9 +-
apps/contacts/l10n/es_EC/contacts.po | 9 +-
apps/contacts/l10n/es_MX/contacts.po | 9 +-
apps/contacts/l10n/es_PE/contacts.po | 9 +-
apps/contacts/l10n/es_PY/contacts.po | 9 +-
apps/contacts/l10n/es_US/contacts.po | 9 +-
apps/contacts/l10n/es_UY/contacts.po | 9 +-
apps/contacts/l10n/et_EE.php | 10 +-
apps/contacts/l10n/et_EE/contacts.po | 23 +-
apps/contacts/l10n/eu.php | 1 -
apps/contacts/l10n/eu/contacts.po | 11 +-
apps/contacts/l10n/eu_ES/contacts.po | 9 +-
apps/contacts/l10n/fa/contacts.po | 9 +-
apps/contacts/l10n/fi_FI/contacts.po | 11 +-
apps/contacts/l10n/fr.php | 1 -
apps/contacts/l10n/fr/contacts.po | 11 +-
apps/contacts/l10n/fr_CA/contacts.po | 9 +-
apps/contacts/l10n/gl.php | 1 -
apps/contacts/l10n/gl/contacts.po | 11 +-
apps/contacts/l10n/he/contacts.po | 9 +-
apps/contacts/l10n/hi/contacts.po | 9 +-
apps/contacts/l10n/hi_IN/contacts.po | 9 +-
apps/contacts/l10n/hr/contacts.po | 9 +-
apps/contacts/l10n/hu_HU.php | 1 -
apps/contacts/l10n/hu_HU/contacts.po | 11 +-
apps/contacts/l10n/hy/contacts.po | 9 +-
apps/contacts/l10n/ia/contacts.po | 9 +-
apps/contacts/l10n/id/contacts.po | 9 +-
apps/contacts/l10n/is/contacts.po | 9 +-
apps/contacts/l10n/it.php | 1 -
apps/contacts/l10n/it/contacts.po | 11 +-
apps/contacts/l10n/ja.php | 1 -
apps/contacts/l10n/ja/contacts.po | 11 +-
apps/contacts/l10n/jv/contacts.po | 9 +-
apps/contacts/l10n/ka_GE/contacts.po | 9 +-
apps/contacts/l10n/km/contacts.po | 9 +-
apps/contacts/l10n/kn/contacts.po | 9 +-
apps/contacts/l10n/ko/contacts.po | 9 +-
apps/contacts/l10n/ku_IQ/contacts.po | 9 +-
apps/contacts/l10n/lb/contacts.po | 9 +-
apps/contacts/l10n/lt_LT/contacts.po | 9 +-
apps/contacts/l10n/lv/contacts.po | 9 +-
apps/contacts/l10n/mk/contacts.po | 11 +-
apps/contacts/l10n/ml/contacts.po | 9 +-
apps/contacts/l10n/ml_IN/contacts.po | 9 +-
apps/contacts/l10n/mn/contacts.po | 9 +-
apps/contacts/l10n/ms_MY/contacts.po | 9 +-
apps/contacts/l10n/my_MM/contacts.po | 9 +-
apps/contacts/l10n/nb_NO.php | 1 -
apps/contacts/l10n/nb_NO/contacts.po | 11 +-
apps/contacts/l10n/nds/contacts.po | 9 +-
apps/contacts/l10n/ne/contacts.po | 9 +-
apps/contacts/l10n/nl.php | 1 -
apps/contacts/l10n/nl/contacts.po | 11 +-
apps/contacts/l10n/nn_NO/contacts.po | 9 +-
apps/contacts/l10n/nqo/contacts.po | 9 +-
apps/contacts/l10n/oc/contacts.po | 9 +-
apps/contacts/l10n/or_IN/contacts.po | 9 +-
apps/contacts/l10n/pa/contacts.po | 9 +-
apps/contacts/l10n/pl.php | 1 -
apps/contacts/l10n/pl/contacts.po | 11 +-
apps/contacts/l10n/pt_BR.php | 29 +-
apps/contacts/l10n/pt_BR/contacts.po | 39 +-
apps/contacts/l10n/pt_PT.php | 1 -
apps/contacts/l10n/pt_PT/contacts.po | 9 +-
apps/contacts/l10n/ro/contacts.po | 9 +-
apps/contacts/l10n/ru.php | 1 -
apps/contacts/l10n/ru/contacts.po | 11 +-
apps/contacts/l10n/si_LK/contacts.po | 9 +-
apps/contacts/l10n/sk/contacts.po | 9 +-
apps/contacts/l10n/sk_SK.php | 7 +-
apps/contacts/l10n/sk_SK/contacts.po | 17 +-
apps/contacts/l10n/sl.php | 1 -
apps/contacts/l10n/sl/contacts.po | 11 +-
apps/contacts/l10n/sq/contacts.po | 9 +-
apps/contacts/l10n/sr/contacts.po | 9 +-
apps/contacts/l10n/sr at latin/contacts.po | 9 +-
apps/contacts/l10n/su/contacts.po | 9 +-
apps/contacts/l10n/sv.php | 1 -
apps/contacts/l10n/sv/contacts.po | 11 +-
apps/contacts/l10n/sw_KE/contacts.po | 9 +-
apps/contacts/l10n/ta_IN/contacts.po | 9 +-
apps/contacts/l10n/ta_LK/contacts.po | 9 +-
apps/contacts/l10n/te/contacts.po | 9 +-
apps/contacts/l10n/templates/contacts.pot | 7 +-
apps/contacts/l10n/th_TH/contacts.po | 9 +-
apps/contacts/l10n/tr.php | 1 -
apps/contacts/l10n/tr/contacts.po | 11 +-
apps/contacts/l10n/tzm/contacts.po | 9 +-
apps/contacts/l10n/ug/contacts.po | 9 +-
apps/contacts/l10n/uk/contacts.po | 9 +-
apps/contacts/l10n/ur/contacts.po | 9 +-
apps/contacts/l10n/ur_PK/contacts.po | 9 +-
apps/contacts/l10n/uz/contacts.po | 9 +-
apps/contacts/l10n/vi/contacts.po | 9 +-
apps/contacts/l10n/zh_CN/contacts.po | 11 +-
apps/contacts/l10n/zh_HK/contacts.po | 9 +-
apps/contacts/l10n/zh_TW/contacts.po | 11 +-
apps/contacts/lib/app.php | 2 +-
apps/contacts/lib/backend/localusers.php | 417 ---------------------
apps/contacts/lib/carddav/addressbook.php | 16 +-
apps/contacts/lib/carddav/addressbookroot.php | 8 +-
apps/contacts/lib/carddav/backend.php | 26 +-
apps/contacts/lib/carddav/card.php | 10 +-
apps/contacts/lib/carddav/plugin.php | 10 +-
apps/contacts/lib/carddav/useraddressbooks.php | 4 +-
.../contacts/lib/localusersaddressbookprovider.php | 184 ---------
apps/contacts/lib/utils/jsonserializer.php | 2 +-
apps/contacts/lib/utils/temporaryphoto.php | 9 +
apps/contacts/lib/utils/temporaryphoto/user.php | 67 ++++
apps/documents/js/viewer/viewer.js | 23 +-
apps/documents/l10n/ach/documents.po | 30 +-
apps/documents/l10n/ady/documents.po | 30 +-
apps/documents/l10n/af_ZA/documents.po | 30 +-
apps/documents/l10n/ak/documents.po | 30 +-
apps/documents/l10n/am_ET/documents.po | 30 +-
apps/documents/l10n/ar/documents.po | 30 +-
apps/documents/l10n/ast.php | 5 +-
apps/documents/l10n/ast/documents.po | 34 +-
apps/documents/l10n/az/documents.po | 30 +-
apps/documents/l10n/be/documents.po | 30 +-
apps/documents/l10n/bg_BG/documents.po | 30 +-
apps/documents/l10n/bn_BD/documents.po | 30 +-
apps/documents/l10n/bn_IN/documents.po | 30 +-
apps/documents/l10n/bs/documents.po | 30 +-
apps/documents/l10n/ca.php | 8 +-
apps/documents/l10n/ca/documents.po | 42 ++-
apps/documents/l10n/ca at valencia/documents.po | 30 +-
apps/documents/l10n/cs_CZ.php | 5 +-
apps/documents/l10n/cs_CZ/documents.po | 36 +-
apps/documents/l10n/cy_GB/documents.po | 30 +-
apps/documents/l10n/da.php | 3 +-
apps/documents/l10n/da/documents.po | 38 +-
apps/documents/l10n/de.php | 5 +-
apps/documents/l10n/de/documents.po | 34 +-
apps/documents/l10n/de_AT/documents.po | 30 +-
apps/documents/l10n/de_CH/documents.po | 30 +-
apps/documents/l10n/de_DE.php | 5 +-
apps/documents/l10n/de_DE/documents.po | 34 +-
apps/documents/l10n/el.php | 3 +-
apps/documents/l10n/el/documents.po | 37 +-
apps/documents/l10n/en at pirate/documents.po | 30 +-
apps/documents/l10n/en_GB.php | 5 +-
apps/documents/l10n/en_GB/documents.po | 34 +-
apps/documents/l10n/en_NZ/documents.po | 30 +-
apps/documents/l10n/eo/documents.po | 30 +-
apps/documents/l10n/es.php | 3 +-
apps/documents/l10n/es/documents.po | 36 +-
apps/documents/l10n/es_AR/documents.po | 30 +-
apps/documents/l10n/es_BO/documents.po | 30 +-
apps/documents/l10n/es_CL/documents.po | 30 +-
apps/documents/l10n/es_CO/documents.po | 30 +-
apps/documents/l10n/es_CR/documents.po | 30 +-
apps/documents/l10n/es_EC/documents.po | 30 +-
apps/documents/l10n/es_MX/documents.po | 30 +-
apps/documents/l10n/es_PE/documents.po | 30 +-
apps/documents/l10n/es_PY/documents.po | 30 +-
apps/documents/l10n/es_US/documents.po | 30 +-
apps/documents/l10n/es_UY/documents.po | 30 +-
apps/documents/l10n/et_EE.php | 7 +-
apps/documents/l10n/et_EE/documents.po | 40 +-
apps/documents/l10n/eu.php | 2 -
apps/documents/l10n/eu/documents.po | 36 +-
apps/documents/l10n/eu_ES/documents.po | 30 +-
apps/documents/l10n/fa/documents.po | 30 +-
apps/documents/l10n/fi_FI.php | 6 +-
apps/documents/l10n/fi_FI/documents.po | 36 +-
apps/documents/l10n/fr.php | 2 -
apps/documents/l10n/fr/documents.po | 36 +-
apps/documents/l10n/fr_CA/documents.po | 30 +-
apps/documents/l10n/gl.php | 5 +-
apps/documents/l10n/gl/documents.po | 34 +-
apps/documents/l10n/he/documents.po | 30 +-
apps/documents/l10n/hi/documents.po | 30 +-
apps/documents/l10n/hi_IN/documents.po | 30 +-
apps/documents/l10n/hr/documents.po | 30 +-
apps/documents/l10n/hu_HU.php | 36 +-
apps/documents/l10n/hu_HU/documents.po | 78 ++--
apps/documents/l10n/hy/documents.po | 30 +-
apps/documents/l10n/ia/documents.po | 30 +-
apps/documents/l10n/id/documents.po | 30 +-
apps/documents/l10n/is/documents.po | 30 +-
apps/documents/l10n/it.php | 5 +-
apps/documents/l10n/it/documents.po | 34 +-
apps/documents/l10n/ja.php | 5 +-
apps/documents/l10n/ja/documents.po | 36 +-
apps/documents/l10n/jv/documents.po | 30 +-
apps/documents/l10n/ka_GE/documents.po | 30 +-
apps/documents/l10n/km.php | 2 -
apps/documents/l10n/km/documents.po | 34 +-
apps/documents/l10n/kn/documents.po | 30 +-
apps/documents/l10n/ko/documents.po | 30 +-
apps/documents/l10n/ku_IQ/documents.po | 30 +-
apps/documents/l10n/lb/documents.po | 30 +-
apps/documents/l10n/lt_LT/documents.po | 30 +-
apps/documents/l10n/lv/documents.po | 30 +-
apps/documents/l10n/mk/documents.po | 32 +-
apps/documents/l10n/ml/documents.po | 30 +-
apps/documents/l10n/ml_IN/documents.po | 30 +-
apps/documents/l10n/mn/documents.po | 30 +-
apps/documents/l10n/ms_MY/documents.po | 30 +-
apps/documents/l10n/my_MM/documents.po | 30 +-
apps/documents/l10n/nb_NO.php | 7 +-
apps/documents/l10n/nb_NO/documents.po | 36 +-
apps/documents/l10n/nds/documents.po | 30 +-
apps/documents/l10n/ne/documents.po | 30 +-
apps/documents/l10n/nl.php | 2 -
apps/documents/l10n/nl/documents.po | 36 +-
apps/documents/l10n/nn_NO/documents.po | 30 +-
apps/documents/l10n/nqo/documents.po | 30 +-
apps/documents/l10n/oc/documents.po | 30 +-
apps/documents/l10n/or_IN/documents.po | 30 +-
apps/documents/l10n/pa/documents.po | 30 +-
apps/documents/l10n/pl.php | 2 -
apps/documents/l10n/pl/documents.po | 36 +-
apps/documents/l10n/pt_BR.php | 21 +-
apps/documents/l10n/pt_BR/documents.po | 50 +--
apps/documents/l10n/pt_PT.php | 2 -
apps/documents/l10n/pt_PT/documents.po | 34 +-
apps/documents/l10n/ro/documents.po | 30 +-
apps/documents/l10n/ru.php | 9 +-
apps/documents/l10n/ru/documents.po | 45 ++-
apps/documents/l10n/si_LK/documents.po | 30 +-
apps/documents/l10n/sk/documents.po | 30 +-
apps/documents/l10n/sk_SK.php | 5 +-
apps/documents/l10n/sk_SK/documents.po | 34 +-
apps/documents/l10n/sl.php | 2 -
apps/documents/l10n/sl/documents.po | 36 +-
apps/documents/l10n/sq/documents.po | 30 +-
apps/documents/l10n/sr/documents.po | 30 +-
apps/documents/l10n/sr at latin/documents.po | 30 +-
apps/documents/l10n/su/documents.po | 30 +-
apps/documents/l10n/sv.php | 5 +-
apps/documents/l10n/sv/documents.po | 37 +-
apps/documents/l10n/sw_KE/documents.po | 30 +-
apps/documents/l10n/ta_IN/documents.po | 30 +-
apps/documents/l10n/ta_LK/documents.po | 30 +-
apps/documents/l10n/te/documents.po | 30 +-
apps/documents/l10n/templates/documents.pot | 28 +-
apps/documents/l10n/th_TH/documents.po | 30 +-
apps/documents/l10n/tr.php | 5 +-
apps/documents/l10n/tr/documents.po | 34 +-
apps/documents/l10n/tzm/documents.po | 30 +-
apps/documents/l10n/ug/documents.po | 30 +-
apps/documents/l10n/uk/documents.po | 30 +-
apps/documents/l10n/ur/documents.po | 30 +-
apps/documents/l10n/ur_PK/documents.po | 30 +-
apps/documents/l10n/uz/documents.po | 30 +-
apps/documents/l10n/vi/documents.po | 30 +-
apps/documents/l10n/zh_CN/documents.po | 30 +-
apps/documents/l10n/zh_HK/documents.po | 30 +-
apps/documents/l10n/zh_TW.php | 2 -
apps/documents/l10n/zh_TW/documents.po | 34 +-
apps/documents/templates/admin.php | 5 +-
apps/files/ajax/upload.php | 40 +-
apps/files/appinfo/remote.php | 3 +-
apps/files/css/mobile.css | 5 +
apps/files/css/upload.css | 10 +-
apps/files/js/file-upload.js | 2 +-
apps/files/js/fileactions.js | 4 +-
apps/files/js/filelist.js | 58 +--
apps/files/l10n/ca.php | 5 +-
apps/files/l10n/hu_HU.php | 13 +-
apps/files/l10n/nb_NO.php | 2 +-
apps/files/l10n/pt_PT.php | 48 +--
apps/files/l10n/ro.php | 4 +-
apps/files/tests/js/filelistSpec.js | 26 +-
apps/files_encryption/hooks/hooks.php | 5 +-
apps/files_encryption/js/settings-admin.js | 2 -
apps/files_encryption/l10n/ar.php | 2 -
apps/files_encryption/l10n/ast.php | 3 +-
apps/files_encryption/l10n/ca.php | 4 +-
apps/files_encryption/l10n/cs_CZ.php | 3 +-
apps/files_encryption/l10n/da.php | 2 -
apps/files_encryption/l10n/de.php | 3 +-
apps/files_encryption/l10n/de_CH.php | 1 -
apps/files_encryption/l10n/de_DE.php | 3 +-
apps/files_encryption/l10n/el.php | 2 -
apps/files_encryption/l10n/en_GB.php | 3 +-
apps/files_encryption/l10n/eo.php | 2 -
apps/files_encryption/l10n/es.php | 2 -
apps/files_encryption/l10n/es_AR.php | 2 -
apps/files_encryption/l10n/es_MX.php | 2 -
apps/files_encryption/l10n/et_EE.php | 3 +-
apps/files_encryption/l10n/eu.php | 2 -
apps/files_encryption/l10n/fa.php | 1 -
apps/files_encryption/l10n/fi_FI.php | 1 -
apps/files_encryption/l10n/fr.php | 2 -
apps/files_encryption/l10n/gl.php | 3 +-
apps/files_encryption/l10n/hu_HU.php | 2 -
apps/files_encryption/l10n/id.php | 2 -
apps/files_encryption/l10n/it.php | 3 +-
apps/files_encryption/l10n/ja.php | 3 +-
apps/files_encryption/l10n/km.php | 1 -
apps/files_encryption/l10n/ko.php | 2 -
apps/files_encryption/l10n/lt_LT.php | 2 -
apps/files_encryption/l10n/mk.php | 2 -
apps/files_encryption/l10n/nb_NO.php | 5 +-
apps/files_encryption/l10n/nl.php | 2 -
apps/files_encryption/l10n/pl.php | 2 -
apps/files_encryption/l10n/pt_BR.php | 3 +-
apps/files_encryption/l10n/pt_PT.php | 2 -
apps/files_encryption/l10n/ro.php | 1 -
apps/files_encryption/l10n/ru.php | 3 +-
apps/files_encryption/l10n/sk_SK.php | 6 +-
apps/files_encryption/l10n/sl.php | 2 -
apps/files_encryption/l10n/sv.php | 3 +-
apps/files_encryption/l10n/tr.php | 3 +-
apps/files_encryption/l10n/uk.php | 1 -
apps/files_encryption/l10n/vi.php | 1 -
apps/files_encryption/l10n/zh_CN.php | 2 -
apps/files_encryption/l10n/zh_TW.php | 2 -
apps/files_encryption/lib/keymanager.php | 2 +-
apps/files_encryption/lib/proxy.php | 41 +-
apps/files_encryption/lib/session.php | 2 +
.../templates/invalid_private_key.php | 2 +-
apps/files_encryption/templates/settings-admin.php | 6 +-
apps/files_encryption/tests/hooks.php | 13 +-
apps/files_encryption/tests/trashbin.php | 2 +-
apps/files_encryption/tests/util.php | 10 +-
apps/files_encryption/tests/webdav.php | 5 +-
apps/files_external/css/settings.css | 4 +
apps/files_external/js/settings.js | 17 +-
apps/files_external/l10n/ca.php | 24 ++
apps/files_external/l10n/cs_CZ.php | 1 +
apps/files_external/l10n/da.php | 24 ++
apps/files_external/l10n/de.php | 2 +-
apps/files_external/l10n/en_GB.php | 4 +
apps/files_external/l10n/et_EE.php | 17 +
apps/files_external/l10n/hu_HU.php | 1 +
apps/files_external/l10n/nb_NO.php | 12 +-
apps/files_external/l10n/nl.php | 4 +
apps/files_external/l10n/pt_PT.php | 9 +
apps/files_external/l10n/sk_SK.php | 2 +
apps/files_external/l10n/sv.php | 5 +
apps/files_external/l10n/tr.php | 4 +-
apps/files_external/lib/webdav.php | 41 +-
apps/files_external/templates/settings.php | 2 +-
apps/files_external/tests/appSpec.js | 98 +++++
apps/files_external/tests/js/mountsfilelistSpec.js | 155 ++++++++
apps/files_pdfviewer/README.md | 8 +-
apps/files_sharing/ajax/external.php | 51 +++
apps/files_sharing/ajax/shareinfo.php | 69 ++++
apps/files_sharing/ajax/testremote.php | 29 ++
apps/files_sharing/app/sharing.php | 25 --
apps/files_sharing/appinfo/app.php | 17 +-
apps/files_sharing/appinfo/database.xml | 95 +++++
apps/files_sharing/appinfo/routes.php | 17 +-
apps/files_sharing/appinfo/version | 2 +-
.../controller/adminsettingscontroller.php | 60 ---
apps/files_sharing/css/authenticate.css | 8 +
apps/files_sharing/css/public.css | 35 ++
apps/files_sharing/js/external.js | 71 ++++
apps/files_sharing/js/public.js | 71 +++-
apps/files_sharing/js/settings-admin.js | 79 +---
apps/files_sharing/js/share.js | 2 +-
apps/files_sharing/l10n/ar.php | 5 +-
apps/files_sharing/l10n/ast.php | 20 +-
apps/files_sharing/l10n/bg_BG.php | 4 +-
apps/files_sharing/l10n/bn_BD.php | 4 +-
apps/files_sharing/l10n/ca.php | 21 +-
apps/files_sharing/l10n/cs_CZ.php | 18 +-
apps/files_sharing/l10n/cy_GB.php | 4 +-
apps/files_sharing/l10n/da.php | 10 +-
apps/files_sharing/l10n/de.php | 18 +-
apps/files_sharing/l10n/de_AT.php | 4 +-
apps/files_sharing/l10n/de_CH.php | 5 +-
apps/files_sharing/l10n/de_DE.php | 18 +-
apps/files_sharing/l10n/el.php | 10 +-
apps/files_sharing/l10n/en_GB.php | 18 +-
apps/files_sharing/l10n/eo.php | 5 +-
apps/files_sharing/l10n/es.php | 13 +-
apps/files_sharing/l10n/es_AR.php | 6 +-
apps/files_sharing/l10n/es_MX.php | 5 +-
apps/files_sharing/l10n/et_EE.php | 21 +-
apps/files_sharing/l10n/eu.php | 6 +-
apps/files_sharing/l10n/eu_ES.php | 4 +-
apps/files_sharing/l10n/fa.php | 5 +-
apps/files_sharing/l10n/fi_FI.php | 18 +-
apps/files_sharing/l10n/fr.php | 10 +-
apps/files_sharing/l10n/gl.php | 18 +-
apps/files_sharing/l10n/he.php | 4 +-
apps/files_sharing/l10n/hr.php | 4 +-
apps/files_sharing/l10n/hu_HU.php | 6 +-
apps/files_sharing/l10n/hy.php | 4 +-
apps/files_sharing/l10n/ia.php | 5 +-
apps/files_sharing/l10n/id.php | 6 +-
apps/files_sharing/l10n/is.php | 4 +-
apps/files_sharing/l10n/it.php | 18 +-
apps/files_sharing/l10n/ja.php | 10 +-
apps/files_sharing/l10n/ka_GE.php | 4 +-
apps/files_sharing/l10n/km.php | 5 +-
apps/files_sharing/l10n/ko.php | 6 +-
apps/files_sharing/l10n/ku_IQ.php | 4 +-
apps/files_sharing/l10n/lb.php | 5 +-
apps/files_sharing/l10n/lt_LT.php | 5 +-
apps/files_sharing/l10n/lv.php | 4 +-
apps/files_sharing/l10n/mk.php | 10 +-
apps/files_sharing/l10n/ms_MY.php | 4 +-
apps/files_sharing/l10n/nb_NO.php | 10 +-
apps/files_sharing/l10n/nl.php | 10 +-
apps/files_sharing/l10n/nn_NO.php | 4 +-
apps/files_sharing/l10n/oc.php | 4 +-
apps/files_sharing/l10n/pl.php | 10 +-
apps/files_sharing/l10n/pt_BR.php | 18 +-
apps/files_sharing/l10n/pt_PT.php | 32 +-
apps/files_sharing/l10n/ro.php | 5 +-
apps/files_sharing/l10n/ru.php | 8 +-
apps/files_sharing/l10n/si_LK.php | 4 +-
apps/files_sharing/l10n/sk.php | 4 +-
apps/files_sharing/l10n/sk_SK.php | 18 +-
apps/files_sharing/l10n/sl.php | 10 +-
apps/files_sharing/l10n/sq.php | 4 +-
apps/files_sharing/l10n/sr.php | 4 +-
apps/files_sharing/l10n/sr at latin.php | 4 +-
apps/files_sharing/l10n/sv.php | 12 +-
apps/files_sharing/l10n/ta_LK.php | 4 +-
apps/files_sharing/l10n/th_TH.php | 4 +-
apps/files_sharing/l10n/tr.php | 18 +-
apps/files_sharing/l10n/ug.php | 4 +-
apps/files_sharing/l10n/uk.php | 5 +-
apps/files_sharing/l10n/ur_PK.php | 5 +-
apps/files_sharing/l10n/vi.php | 5 +-
apps/files_sharing/l10n/zh_CN.php | 6 +-
apps/files_sharing/l10n/zh_HK.php | 4 +-
apps/files_sharing/l10n/zh_TW.php | 6 +-
apps/files_sharing/lib/connector/publicauth.php | 1 +
apps/files_sharing/lib/external/cache.php | 47 +++
apps/files_sharing/lib/external/manager.php | 140 +++++++
apps/files_sharing/lib/external/mount.php | 53 +++
apps/files_sharing/lib/external/scanner.php | 54 +++
apps/files_sharing/lib/external/storage.php | 103 +++++
apps/files_sharing/lib/helper.php | 22 +-
apps/files_sharing/lib/isharedstorage.php | 13 +
apps/files_sharing/lib/readonlycache.php | 27 ++
apps/files_sharing/lib/readonlywrapper.php | 56 +++
apps/files_sharing/lib/sharedstorage.php | 24 +-
apps/files_sharing/public.php | 1 +
apps/files_sharing/publicwebdav.php | 21 +-
apps/files_sharing/settings-admin.php | 8 +-
apps/files_sharing/templates/authenticate.php | 1 +
apps/files_sharing/templates/public.php | 17 +-
apps/files_sharing/templates/settings-admin.php | 44 +--
apps/files_trashbin/ajax/delete.php | 2 +-
apps/files_trashbin/ajax/list.php | 2 +-
apps/files_trashbin/ajax/undelete.php | 2 +-
apps/files_trashbin/lib/helper.php | 4 +-
apps/files_trashbin/lib/trashbin.php | 96 +++--
apps/files_trashbin/tests/trashbin.php | 321 ++++++++++++++++
apps/files_versions/lib/versions.php | 1 +
apps/firstrunwizard/l10n/nb_NO.php | 2 +-
.../l10n/templates/firstrunwizard.pot | 2 +-
apps/gallery/js/slideshow.js | 11 +-
apps/gallery/l10n/ach/gallery.po | 12 +-
apps/gallery/l10n/ady/gallery.po | 12 +-
apps/gallery/l10n/af_ZA/gallery.po | 12 +-
apps/gallery/l10n/ak/gallery.po | 12 +-
apps/gallery/l10n/am_ET/gallery.po | 12 +-
apps/gallery/l10n/ar/gallery.po | 18 +-
apps/gallery/l10n/ast.php | 1 +
apps/gallery/l10n/ast/gallery.po | 17 +-
apps/gallery/l10n/az/gallery.po | 12 +-
apps/gallery/l10n/be/gallery.po | 12 +-
apps/gallery/l10n/bg_BG/gallery.po | 14 +-
apps/gallery/l10n/bn_BD/gallery.po | 12 +-
apps/gallery/l10n/bn_IN/gallery.po | 12 +-
apps/gallery/l10n/bs/gallery.po | 14 +-
apps/gallery/l10n/ca.php | 1 +
apps/gallery/l10n/ca/gallery.po | 16 +-
apps/gallery/l10n/ca at valencia/gallery.po | 12 +-
apps/gallery/l10n/cs_CZ.php | 1 +
apps/gallery/l10n/cs_CZ/gallery.po | 23 +-
apps/gallery/l10n/cy_GB/gallery.po | 14 +-
apps/gallery/l10n/da.php | 1 +
apps/gallery/l10n/da/gallery.po | 20 +-
apps/gallery/l10n/de.php | 1 +
apps/gallery/l10n/de/gallery.po | 18 +-
apps/gallery/l10n/de_AT/gallery.po | 12 +-
apps/gallery/l10n/de_CH/gallery.po | 16 +-
apps/gallery/l10n/de_DE.php | 1 +
apps/gallery/l10n/de_DE/gallery.po | 16 +-
apps/gallery/l10n/el.php | 1 +
apps/gallery/l10n/el/gallery.po | 17 +-
apps/gallery/l10n/en at pirate/gallery.po | 12 +-
apps/gallery/l10n/en_GB.php | 1 +
apps/gallery/l10n/en_GB/gallery.po | 16 +-
apps/gallery/l10n/en_NZ/gallery.po | 12 +-
apps/gallery/l10n/eo/gallery.po | 12 +-
apps/gallery/l10n/es.php | 1 +
apps/gallery/l10n/es/gallery.po | 19 +-
apps/gallery/l10n/es_AR/gallery.po | 16 +-
apps/gallery/l10n/es_BO/gallery.po | 12 +-
apps/gallery/l10n/es_CL/gallery.po | 12 +-
apps/gallery/l10n/es_CO/gallery.po | 12 +-
apps/gallery/l10n/es_CR/gallery.po | 12 +-
apps/gallery/l10n/es_EC/gallery.po | 12 +-
apps/gallery/l10n/es_MX/gallery.po | 12 +-
apps/gallery/l10n/es_PE/gallery.po | 12 +-
apps/gallery/l10n/es_PY/gallery.po | 12 +-
apps/gallery/l10n/es_US/gallery.po | 12 +-
apps/gallery/l10n/es_UY/gallery.po | 12 +-
apps/gallery/l10n/et_EE.php | 1 +
apps/gallery/l10n/et_EE/gallery.po | 15 +-
apps/gallery/l10n/eu/gallery.po | 12 +-
apps/gallery/l10n/eu_ES/gallery.po | 12 +-
apps/gallery/l10n/fa/gallery.po | 16 +-
apps/gallery/l10n/fi_FI.php | 1 +
apps/gallery/l10n/fi_FI/gallery.po | 14 +-
apps/gallery/l10n/fr/gallery.po | 24 +-
apps/gallery/l10n/fr_CA/gallery.po | 12 +-
apps/gallery/l10n/gl.php | 1 +
apps/gallery/l10n/gl/gallery.po | 17 +-
apps/gallery/l10n/he/gallery.po | 12 +-
apps/gallery/l10n/hi/gallery.po | 14 +-
apps/gallery/l10n/hi_IN/gallery.po | 12 +-
apps/gallery/l10n/hr/gallery.po | 12 +-
apps/gallery/l10n/hu_HU/gallery.po | 18 +-
apps/gallery/l10n/hy/gallery.po | 12 +-
apps/gallery/l10n/ia/gallery.po | 14 +-
apps/gallery/l10n/id/gallery.po | 16 +-
apps/gallery/l10n/is/gallery.po | 14 +-
apps/gallery/l10n/it.php | 1 +
apps/gallery/l10n/it/gallery.po | 14 +-
apps/gallery/l10n/ja.php | 1 +
apps/gallery/l10n/ja/gallery.po | 18 +-
apps/gallery/l10n/jv/gallery.po | 12 +-
apps/gallery/l10n/ka_GE/gallery.po | 16 +-
apps/gallery/l10n/km/gallery.po | 16 +-
apps/gallery/l10n/kn/gallery.po | 12 +-
apps/gallery/l10n/ko/gallery.po | 16 +-
apps/gallery/l10n/ku_IQ/gallery.po | 14 +-
apps/gallery/l10n/lb/gallery.po | 14 +-
apps/gallery/l10n/lt_LT/gallery.po | 16 +-
apps/gallery/l10n/lv/gallery.po | 12 +-
apps/gallery/l10n/mk/gallery.po | 14 +-
apps/gallery/l10n/ml/gallery.po | 12 +-
apps/gallery/l10n/ml_IN/gallery.po | 12 +-
apps/gallery/l10n/mn/gallery.po | 12 +-
apps/gallery/l10n/ms_MY/gallery.po | 12 +-
apps/gallery/l10n/my_MM/gallery.po | 12 +-
apps/gallery/l10n/nb_NO.php | 1 +
apps/gallery/l10n/nb_NO/gallery.po | 18 +-
apps/gallery/l10n/nds/gallery.po | 12 +-
apps/gallery/l10n/ne/gallery.po | 12 +-
apps/gallery/l10n/nl.php | 1 +
apps/gallery/l10n/nl/gallery.po | 14 +-
apps/gallery/l10n/nn_NO/gallery.po | 14 +-
apps/gallery/l10n/nqo/gallery.po | 12 +-
apps/gallery/l10n/oc/gallery.po | 14 +-
apps/gallery/l10n/or_IN/gallery.po | 12 +-
apps/gallery/l10n/pa/gallery.po | 12 +-
apps/gallery/l10n/pl/gallery.po | 16 +-
apps/gallery/l10n/pt_BR.php | 1 +
apps/gallery/l10n/pt_BR/gallery.po | 18 +-
apps/gallery/l10n/pt_PT.php | 11 +-
apps/gallery/l10n/pt_PT/gallery.po | 32 +-
apps/gallery/l10n/ro/gallery.po | 20 +-
apps/gallery/l10n/ru/gallery.po | 22 +-
apps/gallery/l10n/si_LK/gallery.po | 14 +-
apps/gallery/l10n/sk/gallery.po | 12 +-
apps/gallery/l10n/sk_SK.php | 3 +-
apps/gallery/l10n/sk_SK/gallery.po | 20 +-
apps/gallery/l10n/sl/gallery.po | 16 +-
apps/gallery/l10n/sq/gallery.po | 14 +-
apps/gallery/l10n/sr/gallery.po | 14 +-
apps/gallery/l10n/sr at latin/gallery.po | 12 +-
apps/gallery/l10n/su/gallery.po | 12 +-
apps/gallery/l10n/sv.php | 1 +
apps/gallery/l10n/sv/gallery.po | 21 +-
apps/gallery/l10n/sw_KE/gallery.po | 12 +-
apps/gallery/l10n/ta_IN/gallery.po | 12 +-
apps/gallery/l10n/ta_LK/gallery.po | 14 +-
apps/gallery/l10n/te/gallery.po | 12 +-
apps/gallery/l10n/templates/gallery.pot | 12 +-
apps/gallery/l10n/th_TH/gallery.po | 12 +-
apps/gallery/l10n/tr.php | 1 +
apps/gallery/l10n/tr/gallery.po | 26 +-
apps/gallery/l10n/tzm/gallery.po | 12 +-
apps/gallery/l10n/ug/gallery.po | 12 +-
apps/gallery/l10n/uk/gallery.po | 16 +-
apps/gallery/l10n/ur/gallery.po | 12 +-
apps/gallery/l10n/ur_PK/gallery.po | 14 +-
apps/gallery/l10n/uz/gallery.po | 12 +-
apps/gallery/l10n/vi/gallery.po | 20 +-
apps/gallery/l10n/zh_CN/gallery.po | 18 +-
apps/gallery/l10n/zh_HK/gallery.po | 12 +-
apps/gallery/l10n/zh_TW/gallery.po | 16 +-
apps/gallery/lib/thumbnail.php | 1 +
.../app/templateeditor.php} | 43 ++-
.../appinfo/app.php} | 34 +-
apps/templateeditor/appinfo/info.xml | 11 +
.../appinfo/routes.php} | 34 +-
apps/templateeditor/appinfo/version | 1 +
.../controller/adminsettingscontroller.php | 82 ++++
.../css/settings-admin.css | 4 +
.../http/mailtemplateresponse.php | 10 +-
.../js/settings-admin.js | 16 +-
apps/templateeditor/l10n/l10n.pl | 132 +++++++
.../lib/mailtemplate.php | 55 ++-
.../settings-admin.php} | 37 +-
.../templates/settings-admin.php | 7 +-
apps/updater/l10n/ca.php | 1 +
apps/user_ldap/l10n/ca.php | 11 +
apps/user_ldap/l10n/cs_CZ.php | 3 +
apps/user_ldap/l10n/et_EE.php | 3 +
apps/user_ldap/l10n/pt_PT.php | 1 +
apps/user_ldap/lib/access.php | 2 +-
apps/user_ldap/lib/helper.php | 3 +-
apps/user_webdavauth/l10n/ca.php | 1 +
apps/user_webdavauth/l10n/da.php | 1 +
apps/user_webdavauth/l10n/et_EE.php | 1 +
apps/user_webdavauth/l10n/pt_PT.php | 1 +
config/config.sample.php | 2 +-
core/command/maintenance/repair.php | 20 +-
core/css/fixes.css | 5 +
core/css/mobile.css | 5 -
core/css/styles.css | 4 +
core/img/actions/caret.png | Bin 296 -> 0 bytes
core/img/actions/logout.png | Bin 761 -> 0 bytes
core/js/js.js | 5 +
core/js/lostpassword.js | 138 +++++++
core/js/oc-dialogs.js | 7 +
core/js/share.js | 10 +-
core/js/tests/specs/coreSpec.js | 24 +-
core/l10n/af_ZA.php | 6 +-
core/l10n/ar.php | 7 +-
core/l10n/ast.php | 30 +-
core/l10n/bg_BG.php | 4 +-
core/l10n/bn_BD.php | 5 +-
core/l10n/ca.php | 34 +-
core/l10n/cs_CZ.php | 19 +-
core/l10n/cy_GB.php | 7 +-
core/l10n/da.php | 8 +-
core/l10n/de.php | 18 +-
core/l10n/de_CH.php | 7 +-
core/l10n/de_DE.php | 18 +-
core/l10n/el.php | 9 +-
core/l10n/en_GB.php | 20 +-
core/l10n/eo.php | 6 +-
core/l10n/es.php | 16 +-
core/l10n/es_AR.php | 7 +-
core/l10n/es_MX.php | 7 +-
core/l10n/et_EE.php | 31 +-
core/l10n/eu.php | 8 +-
core/l10n/fa.php | 7 +-
core/l10n/fi_FI.php | 12 +-
core/l10n/fr.php | 8 +-
core/l10n/gl.php | 18 +-
core/l10n/he.php | 7 +-
core/l10n/hi.php | 1 -
core/l10n/hr.php | 5 +-
core/l10n/hu_HU.php | 22 +-
core/l10n/ia.php | 6 +-
core/l10n/id.php | 8 +-
core/l10n/is.php | 5 +-
core/l10n/it.php | 18 +-
core/l10n/ja.php | 14 +-
core/l10n/ka_GE.php | 5 +-
core/l10n/km.php | 6 +-
core/l10n/ko.php | 7 +-
core/l10n/ku_IQ.php | 2 +-
core/l10n/lb.php | 7 +-
core/l10n/lt_LT.php | 7 +-
core/l10n/lv.php | 7 +-
core/l10n/mk.php | 5 +-
core/l10n/ms_MY.php | 5 +-
core/l10n/my_MM.php | 3 -
core/l10n/nb_NO.php | 32 +-
core/l10n/nl.php | 9 +-
core/l10n/nn_NO.php | 7 +-
core/l10n/oc.php | 5 +-
core/l10n/pl.php | 8 +-
core/l10n/pt_BR.php | 18 +-
core/l10n/pt_PT.php | 15 +-
core/l10n/ro.php | 7 +-
core/l10n/ru.php | 15 +-
core/l10n/si_LK.php | 5 +-
core/l10n/sk_SK.php | 18 +-
core/l10n/sl.php | 8 +-
core/l10n/sq.php | 7 +-
core/l10n/sr.php | 5 +-
core/l10n/sr at latin.php | 5 +-
core/l10n/sv.php | 8 +-
core/l10n/ta_LK.php | 5 +-
core/l10n/te.php | 3 +-
core/l10n/th_TH.php | 5 +-
core/l10n/tr.php | 18 +-
core/l10n/uk.php | 7 +-
core/l10n/ur_PK.php | 8 +-
core/l10n/vi.php | 7 +-
core/l10n/zh_CN.php | 8 +-
core/l10n/zh_HK.php | 5 +-
core/l10n/zh_TW.php | 7 +-
core/lostpassword/application.php | 44 +++
core/lostpassword/controller.php | 111 ------
core/lostpassword/controller/lostcontroller.php | 199 ++++++++++
core/lostpassword/css/resetpassword.css | 7 +
core/lostpassword/encrypteddataexception.php | 14 +
core/lostpassword/templates/lostpassword.php | 47 +--
core/lostpassword/templates/resetpassword.php | 22 +-
core/register_command.php | 5 +-
core/routes.php | 22 +-
core/templates/layout.user.php | 2 +-
core/templates/login.php | 6 +-
debian/changelog | 13 +
debian/copyright | 6 +-
debian/patches/0001-Disable-the-appstore.patch | 10 +-
debian/patches/0002-Fix-displayed-version.patch | 2 +-
debian/patches/0003-Improve-logfile-handling.patch | 2 +-
.../patches/0012-update-SabreDAV-to-1.8.10.patch | 345 -----------------
.../patches/0013-update-SabreDAV-to-1.8.10.patch | 303 ---------------
.../patches/0014-pass-in-the-right-backend.patch | 22 --
...ctrine-Symphony-Patchwork-and-Pimple-path.patch | 2 +-
debian/patches/series | 3 -
l10n/ach/core.po | 111 +++---
l10n/ach/files_encryption.po | 17 +-
l10n/ach/files_sharing.po | 62 +--
l10n/ach/lib.po | 86 ++---
l10n/ach/settings.po | 104 ++---
l10n/ady/core.po | 111 +++---
l10n/ady/files_encryption.po | 17 +-
l10n/ady/files_sharing.po | 62 +--
l10n/ady/lib.po | 86 ++---
l10n/ady/settings.po | 104 ++---
l10n/af_ZA/core.po | 119 +++---
l10n/af_ZA/files_encryption.po | 17 +-
l10n/af_ZA/files_sharing.po | 62 +--
l10n/af_ZA/lib.po | 86 ++---
l10n/af_ZA/settings.po | 104 ++---
l10n/ak/core.po | 111 +++---
l10n/ak/files_encryption.po | 17 +-
l10n/ak/files_sharing.po | 62 +--
l10n/ak/lib.po | 86 ++---
l10n/ak/settings.po | 104 ++---
l10n/am_ET/core.po | 111 +++---
l10n/am_ET/files_encryption.po | 17 +-
l10n/am_ET/files_sharing.po | 62 +--
l10n/am_ET/lib.po | 86 ++---
l10n/am_ET/settings.po | 104 ++---
l10n/ar/core.po | 119 +++---
l10n/ar/files.po | 30 +-
l10n/ar/files_encryption.po | 25 +-
l10n/ar/files_sharing.po | 62 +--
l10n/ar/lib.po | 86 ++---
l10n/ar/settings.po | 104 ++---
l10n/ar/user_ldap.po | 4 +-
l10n/ar/user_webdavauth.po | 4 +-
l10n/ast/core.po | 131 ++++---
l10n/ast/files.po | 30 +-
l10n/ast/files_encryption.po | 14 +-
l10n/ast/files_sharing.po | 76 ++--
l10n/ast/lib.po | 88 ++---
l10n/ast/settings.po | 152 ++++----
l10n/ast/user_ldap.po | 4 +-
l10n/ast/user_webdavauth.po | 4 +-
l10n/az/core.po | 111 +++---
l10n/az/files_encryption.po | 17 +-
l10n/az/files_sharing.po | 62 +--
l10n/az/lib.po | 86 ++---
l10n/az/settings.po | 104 ++---
l10n/be/core.po | 111 +++---
l10n/be/files_encryption.po | 17 +-
l10n/be/files_sharing.po | 62 +--
l10n/be/lib.po | 86 ++---
l10n/be/settings.po | 104 ++---
l10n/bg_BG/core.po | 115 +++---
l10n/bg_BG/files.po | 30 +-
l10n/bg_BG/files_encryption.po | 17 +-
l10n/bg_BG/files_sharing.po | 60 +--
l10n/bg_BG/lib.po | 86 ++---
l10n/bg_BG/settings.po | 104 ++---
l10n/bg_BG/user_ldap.po | 4 +-
l10n/bg_BG/user_webdavauth.po | 4 +-
l10n/bn_BD/core.po | 117 +++---
l10n/bn_BD/files.po | 30 +-
l10n/bn_BD/files_encryption.po | 17 +-
l10n/bn_BD/files_sharing.po | 60 +--
l10n/bn_BD/lib.po | 86 ++---
l10n/bn_BD/settings.po | 104 ++---
l10n/bn_BD/user_ldap.po | 4 +-
l10n/bn_BD/user_webdavauth.po | 4 +-
l10n/bn_IN/core.po | 111 +++---
l10n/bn_IN/files_encryption.po | 17 +-
l10n/bn_IN/files_sharing.po | 62 +--
l10n/bn_IN/lib.po | 86 ++---
l10n/bn_IN/settings.po | 104 ++---
l10n/bs/core.po | 111 +++---
l10n/bs/files.po | 30 +-
l10n/bs/files_encryption.po | 17 +-
l10n/bs/files_sharing.po | 60 +--
l10n/bs/lib.po | 86 ++---
l10n/bs/settings.po | 104 ++---
l10n/bs/user_ldap.po | 4 +-
l10n/bs/user_webdavauth.po | 4 +-
l10n/ca/core.po | 153 ++++----
l10n/ca/files.po | 38 +-
l10n/ca/files_encryption.po | 23 +-
l10n/ca/files_external.po | 56 +--
l10n/ca/files_sharing.po | 88 +++--
l10n/ca/lib.po | 136 +++----
l10n/ca/settings.po | 202 +++++-----
l10n/ca/user_ldap.po | 28 +-
l10n/ca/user_webdavauth.po | 10 +-
l10n/ca at valencia/core.po | 111 +++---
l10n/ca at valencia/files_encryption.po | 19 +-
l10n/ca at valencia/files_sharing.po | 62 +--
l10n/ca at valencia/lib.po | 86 ++---
l10n/ca at valencia/settings.po | 104 ++---
l10n/cs_CZ/core.po | 121 +++---
l10n/cs_CZ/files.po | 30 +-
l10n/cs_CZ/files_encryption.po | 16 +-
l10n/cs_CZ/files_external.po | 6 +-
l10n/cs_CZ/files_sharing.po | 72 ++--
l10n/cs_CZ/lib.po | 102 ++---
l10n/cs_CZ/settings.po | 142 ++++---
l10n/cs_CZ/user_ldap.po | 10 +-
l10n/cs_CZ/user_webdavauth.po | 4 +-
l10n/cy_GB/core.po | 117 +++---
l10n/cy_GB/files.po | 30 +-
l10n/cy_GB/files_encryption.po | 19 +-
l10n/cy_GB/files_sharing.po | 60 +--
l10n/cy_GB/lib.po | 86 ++---
l10n/cy_GB/settings.po | 104 ++---
l10n/cy_GB/user_ldap.po | 4 +-
l10n/cy_GB/user_webdavauth.po | 4 +-
l10n/da/core.po | 121 +++---
l10n/da/files.po | 30 +-
l10n/da/files_encryption.po | 15 +-
l10n/da/files_external.po | 54 +--
l10n/da/files_sharing.po | 74 ++--
l10n/da/lib.po | 88 ++---
l10n/da/settings.po | 154 ++++----
l10n/da/user_ldap.po | 4 +-
l10n/da/user_webdavauth.po | 10 +-
l10n/de/core.po | 119 +++---
l10n/de/files.po | 30 +-
l10n/de/files_encryption.po | 25 +-
l10n/de/files_external.po | 9 +-
l10n/de/files_sharing.po | 72 ++--
l10n/de/lib.po | 88 ++---
l10n/de/settings.po | 140 ++++---
l10n/de/user_ldap.po | 4 +-
l10n/de/user_webdavauth.po | 4 +-
l10n/de_AT/core.po | 111 +++---
l10n/de_AT/files.po | 30 +-
l10n/de_AT/files_encryption.po | 17 +-
l10n/de_AT/files_sharing.po | 62 +--
l10n/de_AT/lib.po | 86 ++---
l10n/de_AT/settings.po | 104 ++---
l10n/de_AT/user_ldap.po | 4 +-
l10n/de_AT/user_webdavauth.po | 4 +-
l10n/de_CH/core.po | 119 +++---
l10n/de_CH/files.po | 30 +-
l10n/de_CH/files_encryption.po | 21 +-
l10n/de_CH/files_sharing.po | 62 +--
l10n/de_CH/lib.po | 86 ++---
l10n/de_CH/settings.po | 104 ++---
l10n/de_CH/user_ldap.po | 4 +-
l10n/de_CH/user_webdavauth.po | 4 +-
l10n/de_DE/core.po | 119 +++---
l10n/de_DE/files.po | 30 +-
l10n/de_DE/files_encryption.po | 19 +-
l10n/de_DE/files_sharing.po | 72 ++--
l10n/de_DE/lib.po | 88 ++---
l10n/de_DE/settings.po | 140 ++++---
l10n/de_DE/user_ldap.po | 4 +-
l10n/de_DE/user_webdavauth.po | 4 +-
l10n/el/core.po | 123 +++---
l10n/el/files.po | 30 +-
l10n/el/files_encryption.po | 29 +-
l10n/el/files_sharing.po | 74 ++--
l10n/el/lib.po | 89 ++---
l10n/el/settings.po | 134 ++++---
l10n/el/user_ldap.po | 4 +-
l10n/el/user_webdavauth.po | 4 +-
l10n/en at pirate/core.po | 111 +++---
l10n/en at pirate/files_encryption.po | 17 +-
l10n/en at pirate/files_sharing.po | 62 +--
l10n/en at pirate/lib.po | 86 ++---
l10n/en at pirate/settings.po | 104 ++---
l10n/en_GB/core.po | 125 +++---
l10n/en_GB/files.po | 30 +-
l10n/en_GB/files_encryption.po | 23 +-
l10n/en_GB/files_external.po | 16 +-
l10n/en_GB/files_sharing.po | 72 ++--
l10n/en_GB/lib.po | 88 ++---
l10n/en_GB/settings.po | 136 ++++---
l10n/en_GB/user_ldap.po | 4 +-
l10n/en_GB/user_webdavauth.po | 4 +-
l10n/en_NZ/core.po | 111 +++---
l10n/en_NZ/files_encryption.po | 17 +-
l10n/en_NZ/files_sharing.po | 62 +--
l10n/en_NZ/lib.po | 86 ++---
l10n/en_NZ/settings.po | 104 ++---
l10n/eo/core.po | 117 +++---
l10n/eo/files.po | 30 +-
l10n/eo/files_encryption.po | 19 +-
l10n/eo/files_sharing.po | 62 +--
l10n/eo/lib.po | 86 ++---
l10n/eo/settings.po | 104 ++---
l10n/eo/user_ldap.po | 4 +-
l10n/eo/user_webdavauth.po | 4 +-
l10n/es/core.po | 124 +++---
l10n/es/files.po | 30 +-
l10n/es/files_encryption.po | 31 +-
l10n/es/files_sharing.po | 74 ++--
l10n/es/lib.po | 88 ++---
l10n/es/settings.po | 136 ++++---
l10n/es/user_ldap.po | 4 +-
l10n/es/user_webdavauth.po | 4 +-
l10n/es_AR/core.po | 119 +++---
l10n/es_AR/files.po | 30 +-
l10n/es_AR/files_encryption.po | 23 +-
l10n/es_AR/files_sharing.po | 64 ++--
l10n/es_AR/lib.po | 86 ++---
l10n/es_AR/settings.po | 104 ++---
l10n/es_AR/user_ldap.po | 4 +-
l10n/es_AR/user_webdavauth.po | 4 +-
l10n/es_BO/core.po | 111 +++---
l10n/es_BO/files_encryption.po | 17 +-
l10n/es_BO/files_sharing.po | 62 +--
l10n/es_BO/lib.po | 86 ++---
l10n/es_BO/settings.po | 104 ++---
l10n/es_CL/core.po | 111 +++---
l10n/es_CL/files_encryption.po | 17 +-
l10n/es_CL/files_sharing.po | 62 +--
l10n/es_CL/lib.po | 86 ++---
l10n/es_CL/settings.po | 104 ++---
l10n/es_CO/core.po | 111 +++---
l10n/es_CO/files_encryption.po | 17 +-
l10n/es_CO/files_sharing.po | 62 +--
l10n/es_CO/lib.po | 86 ++---
l10n/es_CO/settings.po | 104 ++---
l10n/es_CR/core.po | 111 +++---
l10n/es_CR/files_encryption.po | 17 +-
l10n/es_CR/files_sharing.po | 62 +--
l10n/es_CR/lib.po | 86 ++---
l10n/es_CR/settings.po | 104 ++---
l10n/es_EC/core.po | 111 +++---
l10n/es_EC/files_encryption.po | 17 +-
l10n/es_EC/files_sharing.po | 62 +--
l10n/es_EC/lib.po | 86 ++---
l10n/es_EC/settings.po | 104 ++---
l10n/es_MX/core.po | 119 +++---
l10n/es_MX/files.po | 30 +-
l10n/es_MX/files_encryption.po | 19 +-
l10n/es_MX/files_sharing.po | 62 +--
l10n/es_MX/lib.po | 86 ++---
l10n/es_MX/settings.po | 104 ++---
l10n/es_MX/user_ldap.po | 4 +-
l10n/es_MX/user_webdavauth.po | 4 +-
l10n/es_PE/core.po | 111 +++---
l10n/es_PE/files_encryption.po | 17 +-
l10n/es_PE/files_sharing.po | 62 +--
l10n/es_PE/lib.po | 86 ++---
l10n/es_PE/settings.po | 104 ++---
l10n/es_PY/core.po | 111 +++---
l10n/es_PY/files_encryption.po | 17 +-
l10n/es_PY/files_sharing.po | 62 +--
l10n/es_PY/lib.po | 86 ++---
l10n/es_PY/settings.po | 104 ++---
l10n/es_US/core.po | 111 +++---
l10n/es_US/files_encryption.po | 17 +-
l10n/es_US/files_sharing.po | 62 +--
l10n/es_US/lib.po | 86 ++---
l10n/es_US/settings.po | 104 ++---
l10n/es_UY/core.po | 111 +++---
l10n/es_UY/files_encryption.po | 17 +-
l10n/es_UY/files_sharing.po | 62 +--
l10n/es_UY/lib.po | 86 ++---
l10n/es_UY/settings.po | 104 ++---
l10n/et_EE/core.po | 147 ++++----
l10n/et_EE/files.po | 30 +-
l10n/et_EE/files_encryption.po | 23 +-
l10n/et_EE/files_external.po | 42 +--
l10n/et_EE/files_sharing.po | 88 +++--
l10n/et_EE/lib.po | 92 ++---
l10n/et_EE/settings.po | 196 +++++-----
l10n/et_EE/user_ldap.po | 12 +-
l10n/et_EE/user_webdavauth.po | 10 +-
l10n/eu/core.po | 121 +++---
l10n/eu/files.po | 30 +-
l10n/eu/files_encryption.po | 21 +-
l10n/eu/files_sharing.po | 64 ++--
l10n/eu/lib.po | 86 ++---
l10n/eu/settings.po | 104 ++---
l10n/eu/user_ldap.po | 4 +-
l10n/eu/user_webdavauth.po | 4 +-
l10n/eu_ES/core.po | 111 +++---
l10n/eu_ES/files.po | 30 +-
l10n/eu_ES/files_encryption.po | 17 +-
l10n/eu_ES/files_sharing.po | 62 +--
l10n/eu_ES/lib.po | 86 ++---
l10n/eu_ES/settings.po | 104 ++---
l10n/eu_ES/user_ldap.po | 4 +-
l10n/eu_ES/user_webdavauth.po | 4 +-
l10n/fa/core.po | 117 +++---
l10n/fa/files.po | 30 +-
l10n/fa/files_encryption.po | 21 +-
l10n/fa/files_sharing.po | 62 +--
l10n/fa/lib.po | 86 ++---
l10n/fa/settings.po | 104 ++---
l10n/fa/user_ldap.po | 4 +-
l10n/fa/user_webdavauth.po | 4 +-
l10n/fi_FI/core.po | 119 +++---
l10n/fi_FI/files.po | 30 +-
l10n/fi_FI/files_encryption.po | 23 +-
l10n/fi_FI/files_sharing.po | 72 ++--
l10n/fi_FI/lib.po | 92 ++---
l10n/fi_FI/settings.po | 156 ++++----
l10n/fi_FI/user_ldap.po | 4 +-
l10n/fi_FI/user_webdavauth.po | 4 +-
l10n/fr/core.po | 119 +++---
l10n/fr/files.po | 30 +-
l10n/fr/files_encryption.po | 29 +-
l10n/fr/files_sharing.po | 74 ++--
l10n/fr/lib.po | 86 ++---
l10n/fr/settings.po | 104 ++---
l10n/fr/user_ldap.po | 4 +-
l10n/fr/user_webdavauth.po | 4 +-
l10n/fr_CA/core.po | 111 +++---
l10n/fr_CA/files_encryption.po | 17 +-
l10n/fr_CA/files_sharing.po | 62 +--
l10n/fr_CA/lib.po | 86 ++---
l10n/fr_CA/settings.po | 104 ++---
l10n/gl/core.po | 119 +++---
l10n/gl/files.po | 30 +-
l10n/gl/files_encryption.po | 27 +-
l10n/gl/files_external.po | 4 +-
l10n/gl/files_sharing.po | 72 ++--
l10n/gl/lib.po | 88 ++---
l10n/gl/settings.po | 136 ++++---
l10n/gl/user_ldap.po | 4 +-
l10n/gl/user_webdavauth.po | 4 +-
l10n/he/core.po | 117 +++---
l10n/he/files.po | 30 +-
l10n/he/files_encryption.po | 17 +-
l10n/he/files_sharing.po | 60 +--
l10n/he/lib.po | 86 ++---
l10n/he/settings.po | 104 ++---
l10n/he/user_ldap.po | 4 +-
l10n/he/user_webdavauth.po | 4 +-
l10n/hi/core.po | 113 +++---
l10n/hi/files.po | 30 +-
l10n/hi/files_encryption.po | 17 +-
l10n/hi/files_sharing.po | 62 +--
l10n/hi/lib.po | 86 ++---
l10n/hi/settings.po | 104 ++---
l10n/hi/user_ldap.po | 4 +-
l10n/hi/user_webdavauth.po | 4 +-
l10n/hi_IN/core.po | 111 +++---
l10n/hi_IN/files_encryption.po | 17 +-
l10n/hi_IN/files_sharing.po | 62 +--
l10n/hi_IN/lib.po | 86 ++---
l10n/hi_IN/settings.po | 104 ++---
l10n/hr/core.po | 117 +++---
l10n/hr/files.po | 30 +-
l10n/hr/files_encryption.po | 17 +-
l10n/hr/files_sharing.po | 60 +--
l10n/hr/lib.po | 86 ++---
l10n/hr/settings.po | 104 ++---
l10n/hr/user_ldap.po | 4 +-
l10n/hr/user_webdavauth.po | 4 +-
l10n/hu_HU/core.po | 147 ++++----
l10n/hu_HU/files.po | 54 +--
l10n/hu_HU/files_encryption.po | 23 +-
l10n/hu_HU/files_external.po | 6 +-
l10n/hu_HU/files_sharing.po | 64 ++--
l10n/hu_HU/lib.po | 86 ++---
l10n/hu_HU/settings.po | 104 ++---
l10n/hu_HU/user_ldap.po | 4 +-
l10n/hu_HU/user_webdavauth.po | 4 +-
l10n/hy/core.po | 111 +++---
l10n/hy/files.po | 30 +-
l10n/hy/files_encryption.po | 17 +-
l10n/hy/files_sharing.po | 62 +--
l10n/hy/lib.po | 86 ++---
l10n/hy/settings.po | 104 ++---
l10n/hy/user_ldap.po | 4 +-
l10n/hy/user_webdavauth.po | 4 +-
l10n/ia/core.po | 119 +++---
l10n/ia/files.po | 30 +-
l10n/ia/files_encryption.po | 17 +-
l10n/ia/files_sharing.po | 62 +--
l10n/ia/lib.po | 86 ++---
l10n/ia/settings.po | 104 ++---
l10n/ia/user_ldap.po | 4 +-
l10n/ia/user_webdavauth.po | 4 +-
l10n/id/core.po | 119 +++---
l10n/id/files.po | 30 +-
l10n/id/files_encryption.po | 19 +-
l10n/id/files_sharing.po | 64 ++--
l10n/id/lib.po | 86 ++---
l10n/id/settings.po | 104 ++---
l10n/id/user_ldap.po | 4 +-
l10n/id/user_webdavauth.po | 4 +-
l10n/is/core.po | 117 +++---
l10n/is/files.po | 30 +-
l10n/is/files_encryption.po | 17 +-
l10n/is/files_sharing.po | 60 +--
l10n/is/lib.po | 86 ++---
l10n/is/settings.po | 104 ++---
l10n/is/user_ldap.po | 4 +-
l10n/is/user_webdavauth.po | 4 +-
l10n/it/core.po | 119 +++---
l10n/it/files.po | 30 +-
l10n/it/files_encryption.po | 19 +-
l10n/it/files_sharing.po | 75 ++--
l10n/it/lib.po | 88 ++---
l10n/it/settings.po | 136 ++++---
l10n/it/user_ldap.po | 4 +-
l10n/it/user_webdavauth.po | 4 +-
l10n/ja/core.po | 119 +++---
l10n/ja/files.po | 30 +-
l10n/ja/files_encryption.po | 23 +-
l10n/ja/files_sharing.po | 74 ++--
l10n/ja/lib.po | 86 ++---
l10n/ja/settings.po | 110 +++---
l10n/ja/user_ldap.po | 4 +-
l10n/ja/user_webdavauth.po | 4 +-
l10n/jv/core.po | 111 +++---
l10n/jv/files_encryption.po | 17 +-
l10n/jv/files_sharing.po | 62 +--
l10n/jv/lib.po | 86 ++---
l10n/jv/settings.po | 104 ++---
l10n/ka_GE/core.po | 117 +++---
l10n/ka_GE/files.po | 30 +-
l10n/ka_GE/files_encryption.po | 17 +-
l10n/ka_GE/files_sharing.po | 60 +--
l10n/ka_GE/lib.po | 86 ++---
l10n/ka_GE/settings.po | 104 ++---
l10n/ka_GE/user_ldap.po | 4 +-
l10n/ka_GE/user_webdavauth.po | 4 +-
l10n/km/core.po | 117 +++---
l10n/km/files.po | 30 +-
l10n/km/files_encryption.po | 19 +-
l10n/km/files_sharing.po | 62 +--
l10n/km/lib.po | 86 ++---
l10n/km/settings.po | 104 ++---
l10n/km/user_ldap.po | 4 +-
l10n/km/user_webdavauth.po | 4 +-
l10n/kn/core.po | 111 +++---
l10n/kn/files_encryption.po | 17 +-
l10n/kn/files_sharing.po | 62 +--
l10n/kn/lib.po | 86 ++---
l10n/kn/settings.po | 104 ++---
l10n/ko/core.po | 119 +++---
l10n/ko/files.po | 30 +-
l10n/ko/files_encryption.po | 23 +-
l10n/ko/files_sharing.po | 64 ++--
l10n/ko/lib.po | 86 ++---
l10n/ko/settings.po | 104 ++---
l10n/ko/user_ldap.po | 4 +-
l10n/ko/user_webdavauth.po | 4 +-
l10n/ku_IQ/core.po | 113 +++---
l10n/ku_IQ/files.po | 30 +-
l10n/ku_IQ/files_encryption.po | 17 +-
l10n/ku_IQ/files_sharing.po | 60 +--
l10n/ku_IQ/lib.po | 86 ++---
l10n/ku_IQ/settings.po | 104 ++---
l10n/ku_IQ/user_ldap.po | 4 +-
l10n/ku_IQ/user_webdavauth.po | 4 +-
l10n/lb/core.po | 119 +++---
l10n/lb/files.po | 30 +-
l10n/lb/files_encryption.po | 17 +-
l10n/lb/files_sharing.po | 62 +--
l10n/lb/lib.po | 86 ++---
l10n/lb/settings.po | 104 ++---
l10n/lb/user_ldap.po | 4 +-
l10n/lb/user_webdavauth.po | 4 +-
l10n/lt_LT/core.po | 119 +++---
l10n/lt_LT/files.po | 30 +-
l10n/lt_LT/files_encryption.po | 21 +-
l10n/lt_LT/files_sharing.po | 62 +--
l10n/lt_LT/lib.po | 86 ++---
l10n/lt_LT/settings.po | 104 ++---
l10n/lt_LT/user_ldap.po | 4 +-
l10n/lt_LT/user_webdavauth.po | 4 +-
l10n/lv/core.po | 119 +++---
l10n/lv/files.po | 30 +-
l10n/lv/files_encryption.po | 17 +-
l10n/lv/files_sharing.po | 60 +--
l10n/lv/lib.po | 86 ++---
l10n/lv/settings.po | 104 ++---
l10n/lv/user_ldap.po | 4 +-
l10n/lv/user_webdavauth.po | 4 +-
l10n/mk/core.po | 119 +++---
l10n/mk/files.po | 30 +-
l10n/mk/files_encryption.po | 21 +-
l10n/mk/files_sharing.po | 74 ++--
l10n/mk/lib.po | 88 ++---
l10n/mk/settings.po | 104 ++---
l10n/mk/user_ldap.po | 4 +-
l10n/mk/user_webdavauth.po | 4 +-
l10n/ml/core.po | 111 +++---
l10n/ml/files_encryption.po | 17 +-
l10n/ml/files_sharing.po | 62 +--
l10n/ml/lib.po | 86 ++---
l10n/ml/settings.po | 104 ++---
l10n/ml_IN/core.po | 111 +++---
l10n/ml_IN/files_encryption.po | 17 +-
l10n/ml_IN/files_sharing.po | 62 +--
l10n/ml_IN/lib.po | 86 ++---
l10n/ml_IN/settings.po | 104 ++---
l10n/mn/core.po | 111 +++---
l10n/mn/files_encryption.po | 17 +-
l10n/mn/files_sharing.po | 62 +--
l10n/mn/lib.po | 86 ++---
l10n/mn/settings.po | 104 ++---
l10n/ms_MY/core.po | 117 +++---
l10n/ms_MY/files.po | 30 +-
l10n/ms_MY/files_encryption.po | 17 +-
l10n/ms_MY/files_sharing.po | 60 +--
l10n/ms_MY/lib.po | 86 ++---
l10n/ms_MY/settings.po | 104 ++---
l10n/ms_MY/user_ldap.po | 4 +-
l10n/ms_MY/user_webdavauth.po | 4 +-
l10n/my_MM/core.po | 113 +++---
l10n/my_MM/files_encryption.po | 17 +-
l10n/my_MM/files_sharing.po | 62 +--
l10n/my_MM/lib.po | 86 ++---
l10n/my_MM/settings.po | 104 ++---
l10n/nb_NO/core.po | 133 ++++---
l10n/nb_NO/files.po | 34 +-
l10n/nb_NO/files_encryption.po | 21 +-
l10n/nb_NO/files_external.po | 18 +-
l10n/nb_NO/files_sharing.po | 74 ++--
l10n/nb_NO/lib.po | 86 ++---
l10n/nb_NO/settings.po | 156 ++++----
l10n/nb_NO/user_ldap.po | 4 +-
l10n/nb_NO/user_webdavauth.po | 4 +-
l10n/nds/core.po | 111 +++---
l10n/nds/files_encryption.po | 17 +-
l10n/nds/files_sharing.po | 62 +--
l10n/nds/lib.po | 86 ++---
l10n/nds/settings.po | 104 ++---
l10n/ne/core.po | 111 +++---
l10n/ne/files_encryption.po | 17 +-
l10n/ne/files_sharing.po | 62 +--
l10n/ne/lib.po | 86 ++---
l10n/ne/settings.po | 104 ++---
l10n/nl/core.po | 121 +++---
l10n/nl/files.po | 30 +-
l10n/nl/files_encryption.po | 23 +-
l10n/nl/files_external.po | 14 +-
l10n/nl/files_sharing.po | 74 ++--
l10n/nl/lib.po | 86 ++---
l10n/nl/settings.po | 110 +++---
l10n/nl/user_ldap.po | 4 +-
l10n/nl/user_webdavauth.po | 4 +-
l10n/nn_NO/core.po | 119 +++---
l10n/nn_NO/files.po | 30 +-
l10n/nn_NO/files_encryption.po | 17 +-
l10n/nn_NO/files_sharing.po | 60 +--
l10n/nn_NO/lib.po | 86 ++---
l10n/nn_NO/settings.po | 104 ++---
l10n/nn_NO/user_ldap.po | 4 +-
l10n/nn_NO/user_webdavauth.po | 4 +-
l10n/nqo/core.po | 111 +++---
l10n/nqo/files_encryption.po | 17 +-
l10n/nqo/files_sharing.po | 62 +--
l10n/nqo/lib.po | 86 ++---
l10n/nqo/settings.po | 104 ++---
l10n/oc/core.po | 117 +++---
l10n/oc/files.po | 30 +-
l10n/oc/files_encryption.po | 17 +-
l10n/oc/files_sharing.po | 60 +--
l10n/oc/lib.po | 86 ++---
l10n/oc/settings.po | 104 ++---
l10n/oc/user_ldap.po | 4 +-
l10n/oc/user_webdavauth.po | 4 +-
l10n/or_IN/core.po | 111 +++---
l10n/or_IN/files_encryption.po | 17 +-
l10n/or_IN/files_sharing.po | 62 +--
l10n/or_IN/lib.po | 86 ++---
l10n/or_IN/settings.po | 104 ++---
l10n/pa/core.po | 111 +++---
l10n/pa/files_encryption.po | 17 +-
l10n/pa/files_sharing.po | 62 +--
l10n/pa/lib.po | 86 ++---
l10n/pa/settings.po | 104 ++---
l10n/pl/core.po | 121 +++---
l10n/pl/files.po | 30 +-
l10n/pl/files_encryption.po | 25 +-
l10n/pl/files_sharing.po | 74 ++--
l10n/pl/lib.po | 86 ++---
l10n/pl/settings.po | 110 +++---
l10n/pl/user_ldap.po | 4 +-
l10n/pl/user_webdavauth.po | 4 +-
l10n/pt_BR/core.po | 153 ++++----
l10n/pt_BR/files.po | 30 +-
l10n/pt_BR/files_encryption.po | 23 +-
l10n/pt_BR/files_sharing.po | 72 ++--
l10n/pt_BR/files_trashbin.po | 8 +-
l10n/pt_BR/files_versions.po | 20 +-
l10n/pt_BR/lib.po | 100 ++---
l10n/pt_BR/settings.po | 174 +++++----
l10n/pt_BR/user_ldap.po | 4 +-
l10n/pt_BR/user_webdavauth.po | 4 +-
l10n/pt_PT/core.po | 137 ++++---
l10n/pt_PT/files.po | 81 ++--
l10n/pt_PT/files_encryption.po | 15 +-
l10n/pt_PT/files_external.po | 27 +-
l10n/pt_PT/files_sharing.po | 97 +++--
l10n/pt_PT/files_trashbin.po | 4 +-
l10n/pt_PT/lib.po | 95 ++---
l10n/pt_PT/settings.po | 123 +++---
l10n/pt_PT/user_ldap.po | 8 +-
l10n/pt_PT/user_webdavauth.po | 10 +-
l10n/ro/core.po | 117 +++---
l10n/ro/files.po | 63 ++--
l10n/ro/files_encryption.po | 17 +-
l10n/ro/files_sharing.po | 62 +--
l10n/ro/lib.po | 86 ++---
l10n/ro/settings.po | 104 ++---
l10n/ro/user_ldap.po | 4 +-
l10n/ro/user_webdavauth.po | 4 +-
l10n/ru/core.po | 127 ++++---
l10n/ru/files.po | 30 +-
l10n/ru/files_encryption.po | 31 +-
l10n/ru/files_sharing.po | 68 ++--
l10n/ru/lib.po | 86 ++---
l10n/ru/settings.po | 108 +++---
l10n/ru/user_ldap.po | 4 +-
l10n/ru/user_webdavauth.po | 4 +-
l10n/si_LK/core.po | 115 +++---
l10n/si_LK/files.po | 30 +-
l10n/si_LK/files_encryption.po | 17 +-
l10n/si_LK/files_sharing.po | 60 +--
l10n/si_LK/lib.po | 86 ++---
l10n/si_LK/settings.po | 104 ++---
l10n/si_LK/user_ldap.po | 4 +-
l10n/si_LK/user_webdavauth.po | 4 +-
l10n/sk/core.po | 111 +++---
l10n/sk/files.po | 30 +-
l10n/sk/files_encryption.po | 17 +-
l10n/sk/files_sharing.po | 62 +--
l10n/sk/lib.po | 86 ++---
l10n/sk/settings.po | 104 ++---
l10n/sk/user_ldap.po | 4 +-
l10n/sk/user_webdavauth.po | 4 +-
l10n/sk_SK/core.po | 119 +++---
l10n/sk_SK/files.po | 4 +-
l10n/sk_SK/files_encryption.po | 27 +-
l10n/sk_SK/files_external.po | 8 +-
l10n/sk_SK/files_sharing.po | 72 ++--
l10n/sk_SK/files_trashbin.po | 6 +-
l10n/sk_SK/lib.po | 108 +++---
l10n/sk_SK/settings.po | 154 ++++----
l10n/sk_SK/user_ldap.po | 4 +-
l10n/sk_SK/user_webdavauth.po | 4 +-
l10n/sl/core.po | 119 +++---
l10n/sl/files.po | 30 +-
l10n/sl/files_encryption.po | 21 +-
l10n/sl/files_sharing.po | 74 ++--
l10n/sl/lib.po | 86 ++---
l10n/sl/settings.po | 104 ++---
l10n/sl/user_ldap.po | 4 +-
l10n/sl/user_webdavauth.po | 4 +-
l10n/sq/core.po | 119 +++---
l10n/sq/files.po | 30 +-
l10n/sq/files_encryption.po | 17 +-
l10n/sq/files_sharing.po | 60 +--
l10n/sq/lib.po | 86 ++---
l10n/sq/settings.po | 104 ++---
l10n/sq/user_ldap.po | 4 +-
l10n/sq/user_webdavauth.po | 4 +-
l10n/sr/core.po | 117 +++---
l10n/sr/files.po | 30 +-
l10n/sr/files_encryption.po | 17 +-
l10n/sr/files_sharing.po | 60 +--
l10n/sr/lib.po | 86 ++---
l10n/sr/settings.po | 104 ++---
l10n/sr/user_ldap.po | 4 +-
l10n/sr/user_webdavauth.po | 4 +-
l10n/sr at latin/core.po | 117 +++---
l10n/sr at latin/files.po | 30 +-
l10n/sr at latin/files_encryption.po | 17 +-
l10n/sr at latin/files_sharing.po | 60 +--
l10n/sr at latin/lib.po | 86 ++---
l10n/sr at latin/settings.po | 104 ++---
l10n/sr at latin/user_ldap.po | 4 +-
l10n/sr at latin/user_webdavauth.po | 4 +-
l10n/su/core.po | 111 +++---
l10n/su/files_encryption.po | 17 +-
l10n/su/files_sharing.po | 62 +--
l10n/su/lib.po | 86 ++---
l10n/su/settings.po | 104 ++---
l10n/sv/core.po | 119 +++---
l10n/sv/files.po | 30 +-
l10n/sv/files_encryption.po | 33 +-
l10n/sv/files_external.po | 19 +-
l10n/sv/files_sharing.po | 78 ++--
l10n/sv/files_trashbin.po | 4 +-
l10n/sv/lib.po | 89 ++---
l10n/sv/settings.po | 104 ++---
l10n/sv/user_ldap.po | 4 +-
l10n/sv/user_webdavauth.po | 4 +-
l10n/sw_KE/core.po | 111 +++---
l10n/sw_KE/files_encryption.po | 17 +-
l10n/sw_KE/files_sharing.po | 62 +--
l10n/sw_KE/lib.po | 86 ++---
l10n/sw_KE/settings.po | 104 ++---
l10n/ta_IN/core.po | 111 +++---
l10n/ta_IN/files_encryption.po | 17 +-
l10n/ta_IN/files_sharing.po | 62 +--
l10n/ta_IN/lib.po | 86 ++---
l10n/ta_IN/settings.po | 104 ++---
l10n/ta_LK/core.po | 117 +++---
l10n/ta_LK/files.po | 30 +-
l10n/ta_LK/files_encryption.po | 17 +-
l10n/ta_LK/files_sharing.po | 60 +--
l10n/ta_LK/lib.po | 86 ++---
l10n/ta_LK/settings.po | 104 ++---
l10n/ta_LK/user_ldap.po | 4 +-
l10n/ta_LK/user_webdavauth.po | 4 +-
l10n/te/core.po | 113 +++---
l10n/te/files.po | 30 +-
l10n/te/files_encryption.po | 19 +-
l10n/te/files_sharing.po | 60 +--
l10n/te/lib.po | 86 ++---
l10n/te/settings.po | 104 ++---
l10n/te/user_ldap.po | 4 +-
l10n/te/user_webdavauth.po | 4 +-
l10n/templates/core.pot | 143 ++++---
l10n/templates/files.pot | 32 +-
l10n/templates/files_encryption.pot | 9 +-
l10n/templates/files_external.pot | 4 +-
l10n/templates/files_sharing.pot | 58 +--
l10n/templates/files_trashbin.pot | 4 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 84 ++---
l10n/templates/private.pot | 84 ++---
l10n/templates/settings.pot | 142 ++++---
l10n/templates/user_ldap.pot | 2 +-
l10n/templates/user_webdavauth.pot | 2 +-
l10n/th_TH/core.po | 117 +++---
l10n/th_TH/files.po | 30 +-
l10n/th_TH/files_encryption.po | 17 +-
l10n/th_TH/files_sharing.po | 60 +--
l10n/th_TH/lib.po | 86 ++---
l10n/th_TH/settings.po | 104 ++---
l10n/th_TH/user_ldap.po | 4 +-
l10n/th_TH/user_webdavauth.po | 4 +-
l10n/tr/core.po | 119 +++---
l10n/tr/files.po | 30 +-
l10n/tr/files_encryption.po | 25 +-
l10n/tr/files_external.po | 8 +-
l10n/tr/files_sharing.po | 72 ++--
l10n/tr/lib.po | 86 ++---
l10n/tr/settings.po | 136 ++++---
l10n/tr/user_ldap.po | 4 +-
l10n/tr/user_webdavauth.po | 4 +-
l10n/tzm/core.po | 111 +++---
l10n/tzm/files_encryption.po | 17 +-
l10n/tzm/files_sharing.po | 62 +--
l10n/tzm/lib.po | 86 ++---
l10n/tzm/settings.po | 104 ++---
l10n/ug/core.po | 111 +++---
l10n/ug/files.po | 30 +-
l10n/ug/files_encryption.po | 17 +-
l10n/ug/files_sharing.po | 60 +--
l10n/ug/lib.po | 86 ++---
l10n/ug/settings.po | 104 ++---
l10n/ug/user_ldap.po | 4 +-
l10n/ug/user_webdavauth.po | 4 +-
l10n/uk/core.po | 119 +++---
l10n/uk/files.po | 30 +-
l10n/uk/files_encryption.po | 17 +-
l10n/uk/files_sharing.po | 62 +--
l10n/uk/lib.po | 86 ++---
l10n/uk/settings.po | 104 ++---
l10n/uk/user_ldap.po | 4 +-
l10n/uk/user_webdavauth.po | 4 +-
l10n/ur/core.po | 111 +++---
l10n/ur/files_encryption.po | 17 +-
l10n/ur/files_sharing.po | 62 +--
l10n/ur/lib.po | 86 ++---
l10n/ur/settings.po | 104 ++---
l10n/ur_PK/core.po | 119 +++---
l10n/ur_PK/files.po | 30 +-
l10n/ur_PK/files_encryption.po | 17 +-
l10n/ur_PK/files_sharing.po | 62 +--
l10n/ur_PK/lib.po | 86 ++---
l10n/ur_PK/settings.po | 104 ++---
l10n/ur_PK/user_ldap.po | 4 +-
l10n/ur_PK/user_webdavauth.po | 4 +-
l10n/uz/core.po | 111 +++---
l10n/uz/files_encryption.po | 17 +-
l10n/uz/files_sharing.po | 62 +--
l10n/uz/lib.po | 86 ++---
l10n/uz/settings.po | 104 ++---
l10n/vi/core.po | 119 +++---
l10n/vi/files.po | 30 +-
l10n/vi/files_encryption.po | 21 +-
l10n/vi/files_sharing.po | 62 +--
l10n/vi/lib.po | 86 ++---
l10n/vi/settings.po | 104 ++---
l10n/vi/user_ldap.po | 4 +-
l10n/vi/user_webdavauth.po | 4 +-
l10n/zh_CN/core.po | 121 +++---
l10n/zh_CN/files.po | 4 +-
l10n/zh_CN/files_encryption.po | 15 +-
l10n/zh_CN/files_sharing.po | 64 ++--
l10n/zh_CN/lib.po | 86 ++---
l10n/zh_CN/settings.po | 104 ++---
l10n/zh_CN/user_ldap.po | 4 +-
l10n/zh_CN/user_webdavauth.po | 4 +-
l10n/zh_HK/core.po | 117 +++---
l10n/zh_HK/files.po | 30 +-
l10n/zh_HK/files_encryption.po | 17 +-
l10n/zh_HK/files_sharing.po | 60 +--
l10n/zh_HK/lib.po | 86 ++---
l10n/zh_HK/settings.po | 104 ++---
l10n/zh_HK/user_ldap.po | 4 +-
l10n/zh_HK/user_webdavauth.po | 4 +-
l10n/zh_TW/core.po | 119 +++---
l10n/zh_TW/files.po | 30 +-
l10n/zh_TW/files_encryption.po | 25 +-
l10n/zh_TW/files_sharing.po | 64 ++--
l10n/zh_TW/lib.po | 86 ++---
l10n/zh_TW/settings.po | 104 ++---
l10n/zh_TW/user_ldap.po | 4 +-
l10n/zh_TW/user_webdavauth.po | 4 +-
lib/autoloader.php | 11 +-
lib/base.php | 10 +-
lib/l10n/ar.php | 7 +-
lib/l10n/ast.php | 8 +-
lib/l10n/ca.php | 34 +-
lib/l10n/cs_CZ.php | 16 +-
lib/l10n/da.php | 10 +-
lib/l10n/de.php | 8 +-
lib/l10n/de_CH.php | 5 +-
lib/l10n/de_DE.php | 8 +-
lib/l10n/el.php | 8 +-
lib/l10n/en_GB.php | 8 +-
lib/l10n/es.php | 8 +-
lib/l10n/es_AR.php | 7 +-
lib/l10n/es_MX.php | 7 +-
lib/l10n/et_EE.php | 12 +-
lib/l10n/eu.php | 7 +-
lib/l10n/fi_FI.php | 12 +-
lib/l10n/fr.php | 7 +-
lib/l10n/gl.php | 8 +-
lib/l10n/hu_HU.php | 7 +-
lib/l10n/id.php | 7 +-
lib/l10n/it.php | 8 +-
lib/l10n/ja.php | 7 +-
lib/l10n/km.php | 3 +-
lib/l10n/ko.php | 7 +-
lib/l10n/lt_LT.php | 7 +-
lib/l10n/mk.php | 2 +-
lib/l10n/nb_NO.php | 8 +-
lib/l10n/nl.php | 7 +-
lib/l10n/pl.php | 8 +-
lib/l10n/pt_BR.php | 20 +-
lib/l10n/pt_PT.php | 13 +-
lib/l10n/ru.php | 7 +-
lib/l10n/sk_SK.php | 18 +-
lib/l10n/sl.php | 7 +-
lib/l10n/sv.php | 10 +-
lib/l10n/tr.php | 8 +-
lib/l10n/zh_CN.php | 7 +-
lib/l10n/zh_TW.php | 7 +-
lib/private/app.php | 262 +++++++++----
lib/private/appframework/http/dispatcher.php | 33 +-
.../utility/controllermethodreflector.php | 9 +-
lib/private/connector/sabre/directory.php | 3 +-
lib/private/connector/sabre/file.php | 2 +-
lib/private/connector/sabre/objecttree.php | 23 +-
lib/private/db.php | 44 +--
lib/private/db/migrator.php | 8 +-
lib/private/files/cache/cache.php | 10 +-
lib/private/files/cache/scanner.php | 77 ++--
lib/private/files/storage/common.php | 28 +-
lib/private/files/storage/home.php | 7 +-
lib/private/files/storage/storage.php | 9 +-
lib/private/files/storage/wrapper/wrapper.php | 26 +-
lib/private/files/view.php | 60 +--
lib/private/group.php | 7 +-
lib/private/group/manager.php | 12 +
lib/private/helper.php | 2 +-
lib/private/installer.php | 334 +++++++++++------
lib/private/mimetypes.list.php | 1 +
lib/private/preview/movies.php | 25 +-
lib/private/repair.php | 68 +++-
.../private/repairstep.php | 41 +-
lib/private/share/share.php | 6 +-
lib/private/updater.php | 83 ++--
lib/public/appframework/controller.php | 24 ++
settings/ajax/disableapp.php | 11 +-
settings/ajax/installapp.php | 19 +
settings/ajax/uninstallapp.php | 19 +
settings/ajax/updateapp.php | 41 +-
settings/css/settings.css | 18 +-
settings/js/admin.js | 3 +-
settings/js/apps.js | 44 ++-
settings/js/users/deleteHandler.js | 4 +-
settings/js/users/users.js | 16 +-
settings/l10n/ast.php | 8 +
settings/l10n/ca.php | 41 ++
settings/l10n/cs_CZ.php | 11 +
settings/l10n/da.php | 25 ++
settings/l10n/de.php | 12 +-
settings/l10n/de_DE.php | 12 +-
settings/l10n/el.php | 2 +
settings/l10n/en_GB.php | 8 +
settings/l10n/es.php | 8 +
settings/l10n/et_EE.php | 38 ++
settings/l10n/fi_FI.php | 19 +-
settings/l10n/gl.php | 8 +
settings/l10n/it.php | 8 +
settings/l10n/ja.php | 3 +
settings/l10n/nb_NO.php | 28 +-
settings/l10n/nl.php | 3 +
settings/l10n/pl.php | 3 +
settings/l10n/pt_BR.php | 30 +-
settings/l10n/pt_PT.php | 9 +
settings/l10n/ru.php | 2 +
settings/l10n/sk_SK.php | 9 +
settings/l10n/tr.php | 8 +
settings/routes.php | 2 +
settings/templates/admin.php | 150 ++++----
settings/templates/apps.php | 1 +
settings/templates/users/part.userlist.php | 4 +-
version.php | 6 +-
1844 files changed, 37178 insertions(+), 28807 deletions(-)
delete mode 100644 .idea/codeStyleSettings.xml
delete mode 100644 .jshintrc
delete mode 100644 .scrutinizer.yml
create mode 100644 apps/activity/lib/parameterhelper.php
delete mode 100644 apps/contacts/lib/backend/localusers.php
delete mode 100644 apps/contacts/lib/localusersaddressbookprovider.php
create mode 100644 apps/contacts/lib/utils/temporaryphoto/user.php
create mode 100644 apps/files_external/tests/appSpec.js
create mode 100644 apps/files_external/tests/js/mountsfilelistSpec.js
create mode 100644 apps/files_sharing/ajax/external.php
create mode 100644 apps/files_sharing/ajax/shareinfo.php
create mode 100644 apps/files_sharing/ajax/testremote.php
delete mode 100644 apps/files_sharing/app/sharing.php
create mode 100644 apps/files_sharing/appinfo/database.xml
delete mode 100644 apps/files_sharing/controller/adminsettingscontroller.php
create mode 100644 apps/files_sharing/js/external.js
create mode 100644 apps/files_sharing/lib/external/cache.php
create mode 100644 apps/files_sharing/lib/external/manager.php
create mode 100644 apps/files_sharing/lib/external/mount.php
create mode 100644 apps/files_sharing/lib/external/scanner.php
create mode 100644 apps/files_sharing/lib/external/storage.php
create mode 100644 apps/files_sharing/lib/isharedstorage.php
create mode 100644 apps/files_sharing/lib/readonlycache.php
create mode 100644 apps/files_sharing/lib/readonlywrapper.php
create mode 100644 apps/files_trashbin/tests/trashbin.php
copy apps/{contacts/lib/carddav/useraddressbooks.php => templateeditor/app/templateeditor.php} (50%)
copy apps/{contacts/lib/carddav/useraddressbooks.php => templateeditor/appinfo/app.php} (50%)
create mode 100644 apps/templateeditor/appinfo/info.xml
copy apps/{contacts/lib/carddav/useraddressbooks.php => templateeditor/appinfo/routes.php} (50%)
create mode 100644 apps/templateeditor/appinfo/version
create mode 100644 apps/templateeditor/controller/adminsettingscontroller.php
rename apps/{files_sharing => templateeditor}/css/settings-admin.css (87%)
rename apps/{files_sharing => templateeditor}/http/mailtemplateresponse.php (86%)
copy apps/{files_sharing => templateeditor}/js/settings-admin.js (79%)
create mode 100644 apps/templateeditor/l10n/l10n.pl
rename apps/{files_sharing => templateeditor}/lib/mailtemplate.php (61%)
copy apps/{contacts/lib/carddav/useraddressbooks.php => templateeditor/settings-admin.php} (50%)
copy apps/{files_sharing => templateeditor}/templates/settings-admin.php (70%)
delete mode 100644 core/img/actions/caret.png
delete mode 100644 core/img/actions/logout.png
create mode 100644 core/js/lostpassword.js
create mode 100644 core/lostpassword/application.php
delete mode 100644 core/lostpassword/controller.php
create mode 100644 core/lostpassword/controller/lostcontroller.php
create mode 100644 core/lostpassword/css/resetpassword.css
create mode 100644 core/lostpassword/encrypteddataexception.php
delete mode 100644 debian/patches/0012-update-SabreDAV-to-1.8.10.patch
delete mode 100644 debian/patches/0013-update-SabreDAV-to-1.8.10.patch
delete mode 100644 debian/patches/0014-pass-in-the-right-backend.patch
copy apps/contacts/lib/carddav/useraddressbooks.php => lib/private/repairstep.php (51%)
create mode 100644 settings/ajax/installapp.php
create mode 100644 settings/ajax/uninstallapp.php
--
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