[Pkg-owncloud-commits] [owncloud] branch master updated (4f2a7f9 -> eca1c7e)
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository owncloud.
from 4f2a7f9 Recommend libreoffice and php5-imagick for thumbnails
new c5cb420 [wip] make encryption work with public gallery sharing
new e11afd3 fix some getShareKey() and getFileKey() calls
new b9c18d1 make sure that we always use the correct user id
new 318db64 adapt tests to the new code
new b27fc42 public upload now also works with encryption enabled
new 2b361ea better distinction between userID and keyId
new 18c80e4 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new e265000 Fixed move operation to pass the whole URL as expected
new 19af45c Merge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix
new 3e2d4c1 Fixed error-checking error in sftp.php
new 391f267 Merge pull request #5897 from hkjolhede/master
new 16b4842 Merge branch 'master' into encryption_work_with_public_gallery
new 009bbef Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new c7dc6dc fix getFileKey() call
new 87f2696 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new d2e6f7d check HTTP Referer to check if we come from public.php or from a internal page. Necessary to detect public access also if a user is logged in.
new 6443e57 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new c309067 use oc filesystem operations to calc the versions size. This makes sure that we can handle missing directories correctly
new acf74b2 remove unused variable
new c9646dd fix undefined index errors if public share view
new 9d16353 disable trahs in files_sharing/public.php
new bd50ed0 Merge pull request #5980 from owncloud/public_view_fixes
new dd5e109 LDAP Wizard: add objectclass for group detection in Zimbra
new a20c604 Merge pull request #5979 from owncloud/fix5881
new 02b9213 unify translation string - less work for the translators
new f2fe47b fixing spelling and restructure sentence
new 418a9b1 Merge pull request #5983 from owncloud/fixing-l10n-again-master
new 14ad1eb Added min width to files table
new 3e1ade4 Merge pull request #5988 from owncloud/files-mobilequickfix
new 356eef0 Quota storage wrapper is now used for all users in sharing mode
new 69e8e7d Now using the "Home" storage detection approach for quota
new d0265f3 Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome
new 5d9731c [tx-robot] updated from transifex
new a6d8854 Make working en_US.UTF-8 locale a hard requirement
new bcf56b0 Use \Patchwork\Utf8\Bootup::initLocale
new 368342a Update error messages
new cd1cf58 Fixing the warning notifications
new 4a2f963 Merge pull request #5773 from owncloud/fix-2152-master
new 39cbdca Fixed path normalization to prevent dot dirs
new 3b48d23 Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix
new 60cfdae [tx-robot] updated from transifex
new 507325d Add public API for \OC\Avatar
new 4ac05e0 Remove duplicate getAvatarManager()
new bcd776b Fix a regression (Tags→TagManager)
new 0007140 Round out Avatar Public API
new f94a6eb Add missing Avatar Interface
new 92c8672 fixing PHPDoc comments and syntax
new 2f73db1 Merge pull request #5040 from owncloud/public_api_avatar_master
new 3488f0b use relative paths to create images from a file. This way it also works if no user is logged in (e.g. public gallery share)
new c503588 Merge pull request #6000 from owncloud/use_relative_path_to_create_images
new 926b274 Movie preview - use frame after 5 seconds
new c22019d Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that
new 14e7075 we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. in some cases 1MB was no enough to generate thumbnail
new c05177b Merge pull request #5882 from owncloud/preview-movie-5s
new c67b8f2 fixed documentation
new 7e4f50d add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
new 2cc0c90 set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
new 3b90464 Merge pull request #6003 from owncloud/incognito_mode
new aeefe48 Revert "use relative paths to create images from a file. This way it also works if"
new ba0e09a [tx-robot] updated from transifex
new a49e873 Return plausible isReadable() default impl for ext storage
new c62cce8 Moved default isReadable/isUpdatable impl into Common class
new aef3461 Merge pull request #5995 from owncloud/extstorage-isreadablefix
new 2ce850f fix overwrite host support and make the code a bit more readable
new 6229f45 update PHPDoc
new 229630f adding simple unit test to test scriptName() under overwrite condition
new 45db67d Merge pull request #6018 from owncloud/fix_overwritehost
new ca675d7 Alias the aggregate columns so SQL Server doesn't combine them.
new bd3ead0 Compare dirname() results to DIRECTORY_SEPARATOR, not '/'
new a2d4cd8 Merge pull request #5874 from owncloud/fix-5845
new a11192b send the build number too to push the next daily build. This is needed for the new daily build update channel
new 22e39ba show the build number if on the daily build update channel
new 77bb168 replace echo with p
new 228f178 add new function to generate the human readable version string based on version, channel and build number
new f6df4b3 remove logic from template and fix syntax error
new 1a69079 Merge pull request #6021 from owncloud/show_build
new aa5d5a4 Doesn't Cut the top arrow from navigation
new ae6610f fix navigation scrollbar
new 60e2ee6 Merge pull request #5998 from owncloud/navigation-fix
new 0b2c9b8 Prevent using root as mount point for external storage
new 476d8e6 Added unit test for root mount point validation
new 2d94783 Now also preventing the user of "Shared" as mountpoint
new b82146e Merge pull request #5991 from owncloud/extstorage-mountpointvalidation
new f1f172e fix typo
new 15f7315 Merge pull request #6025 from owncloud/typo
new caf486d - show a spinner while decrypting files if the encryption app was disabled - don't fade-out the decryption result
new de2b444 Merge pull request #5960 from owncloud/enc_small_visual_improvements
new 71c1327 Add "single user mode" which restricts access to users in the admin group
new a324c09 Add occ command to enable and disable single user mode
new 1bcb04f Add template for single user mode message
new a609a53 add documentation for single user config option to config.sample.php
new d88025b Fixed ext storage touch function to return true on success
new 2d2af90 Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
new 80c8666 Deleting all files in trash now only sends a single flag
new 31d0ba0 Merge pull request #5641 from owncloud/filestrash-emptytrash
new 317d421 provide more cli friendly error messages
new 019f329 Merge pull request #6030 from owncloud/cli-errors
new 4dc3590 Fix navbar issue
new a5bfa6b Merge pull request #6040 from owncloud/fix-navbar-css
new 27cc333 adding chunked upload handling
new a42d152 Merge pull request #6037 from owncloud/fix-6007-oc6
new a0a665e handle duplicate slashes in case of reverse proxy configuration
new b9fed93 in case uri and script name don't match we better throw an exception
new 4b67d42 Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
new d3bfb43 add occ commands for enabling and disabling apps
new fc1d897 rename app_id to app-id
new abe63bd Add occ command to list all apps
new 4626fae Merge pull request #6038 from owncloud/occ-app-enable
new b7ddc78 fix db.php doc
new 7f47cc0 fix defaults.php doc
new 248eed1 fix defaults.php doc
new bc8cc91 AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
new 4e0fa85 page level doc blocks and class descriptions
new b3e7e54 fix some capital letters
new 844b478 Merge pull request #6034 from owncloud/fix-api-documentation
new 9fbccc8 merge master into single-user-mode
new d7d7d9b Merge pull request #6036 from owncloud/single-user-mode
new 944d415 Fixed FTP storage unit tests to use the correct class
new 5310a59 Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
new 46dff06 Merge branch 'master' into calc_version_size
new faf14b4 Merge pull request #5937 from owncloud/calc_version_size
new dc67c7e [tx-robot] updated from transifex
new e102eec Return true when touch succeeds
new 712b477 Updated unit tests for SMB
new 5cb1ce4 Merge pull request #6057 from owncloud/extstorage-touchoperation
new 7c81ac3 Fixed various Dropbox issues + unit tests
new a48fc12 Merge pull request #6054 from owncloud/extstorage-dropboxfixes
new 2556647 check if user is logged in
new 16ce565 Merge pull request #6056 from owncloud/check_login
new 62afe7f remove passwords from logfile
new eca9f69 Merge pull request #6053 from owncloud/remove_passwords_from_log
new 10d84f6 Add a (currently) empty system for running common repair steps
new dbd8128 Merge pull request #6059 from owncloud/occ-repair
new 1b0c5e5 Fixed SMB rename function to overwrite target file
new af7118a Added unit test for "overwrite file on rename/move"
new c3e3467 Improved unit test for "overwrite on move"
new 2653d91 Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
new 81f6be9 Translate reload message after update
new d9a98b1 Merge pull request #6065 from owncloud/l10n-update
new fb7aa2f [tx-robot] updated from transifex
new 30e086f Fixed SFTP storage to overwrite on rename
new e2ca88a Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
new 2a93720 fixes #6050
new 5294134 fixing failing unit test
new 1fef97f Merge pull request #6060 from owncloud/fix-6050-oc6
new 54f0def LDAP: get user photo from LDAP and set it as avatar if available
new 8ccac86 Enable user backends to provide avatar images
new 6fdce3b LDAP: user proxy must support canChangeAvatar too
new 6085878 Avatar: accept OC_Image as in setParameter
new d9347f2 LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh?
new 3955388 LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup)
new 03375d6 LDAP: username2dn should only return DNs that belong to the current LDAP server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough
new 69518b9 Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder
new 4f15282 Merge pull request #6058 from owncloud/ldap2avatar
new a018dac db-doc: appconfig description
new 7d1f67b db-doc: storages description
new ad60338 db-doc: mimetypes description
new 421a1e6 db-doc: filecache description
new ea26282 Prettier ASCII lists. ^^
new d083108 db-doc: permissions description
new 6da5b05 Remove the dbprefix from comments. It has no information.
new 46e32b0 db-doc: group_user description
new 790155e db-doc: group_admin description
new 43f0e30 db-doc: group_admin reduction note
new 466e898 db-doc: groups description
new 5450d16 db-doc: locks description
new 035199a db-doc: preferences description
new f4031d4 db-doc: properties description
new 8cde5e8 db-doc: share description
new bc77ba1 db-doc: jobs description
new ab77365 db-doc: users description
new 2714a22 db-doc: vcategory* descriptions
new 68986f5 db-doc: privatedata description
new 0013e2e Fix spacing.
new 3456109 Merge pull request #6071 from owncloud/db-documentation
new 2d822e3 add warning for HTTP connection
new 8506d2b fix wording
new af46d99 Merge pull request #6075 from owncloud/ssl-warning
new 98c9334 LDAP Wizard: move raw login filter field from advanced tab to login filter tab for consistency
new ff9ecc8 LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired.
new ce1318c LDAP Wizard: clear the cache on save so changes have immediate effect
new 34704ed Merge pull request #5955 from owncloud/fix5863
new 993fea2 fix appframework routing
new 1fdd2ac adding documentation for registerRoutes()
new 7755e69 add PHPDoc for urlParams
new a819090 Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
new 9c4b8ae fix typo in comment
new 2a465fb Merge branch 'master' into encryption_work_with_public_gallery
new 4903854 Merge branch 'encryption_work_with_public_gallery' of github.com:owncloud/core into encryption_work_with_public_gallery
new 7f3b178 some small changes according to the review comments
new 7f2bdb0 typo fixed
new 5b7b053 Merge pull request #5976 from owncloud/encryption_work_with_public_gallery
new 9fb71af Merge branch 'master' into encryption_enable_public_upload
new 40231c0 Merge pull request #5977 from owncloud/encryption_enable_public_upload
new 4a78f12 [tx-robot] updated from transifex
new 6deda1b return false if user is in incognito mode
new 39f9e16 Merge pull request #6086 from owncloud/incognito_mode
new f8fcd56 move files to owners trash
new 5d2299e only create complete share key if we know the exact path
new d2840a0 Fixed sharing hook to not remove the share before the trashbin
new 34a8c3c Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash
new aee7781 fix public preview creation if a user ios logged in
new 5295993 Merge pull request #6088 from owncloud/fix_public_previews
new d6fb2af show a message at the log-in screen if inital encryption take place
new 8974107 remove debug output
new 35a6ad2 fix typo in var name
new 0617e06 use POST instead of GET
new c7e1fe5 added a small version of the dark loading gif, looks nicer on the blue background
new 7240d34 Merge branch 'master' into encryption_initial_enc_indicator
new 060e0ad with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter
new 1065c33 Merge branch 'master' into encryption_initial_enc_indicator
new 1536c7e switch from "name" attribute to "id"
new e0924a5 switch to large spinner
new 0219b8b add spinner to the template so that it can be loaded in time
new d972916 some small js fixes
new 55d7cf8 improve encryption message
new 54b24ca Merge pull request #6048 from owncloud/encryption_initial_enc_indicator
new c47e46f fix custom routes defined by apps
new 885d04b Fix getRawPathInfo for the '/' edge case
new f23d641 Merge pull request #6084 from owncloud/fix-app-routing
new efe7c40 fix path reconstruction for reshares
new a1d2f0f Merge pull request #6094 from owncloud/enc_fix_reshares
new 4fbc277 on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' The solution is to simple reconnect to the database to start with a fresh connection
new d256712 Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
new 33e77d3 Show stars as placeholder
new 6c16d45 Merge pull request #6070 from ganomi/showstars
new 24a08c6 New file box now has default file name + extension
new 69a3327 Moved new file extension out of the translated string
new 30b2ed5 Merge pull request #6096 from owncloud/files-txtextfornewfiles
new 43b1cf7 Redetect mime type whenever extension is renamed
new 68f610a Update file list entry on rename
new bc64931 Fixed unit tests for ajax rename
new dab3629 Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename
new f361036 ownCloud 6 RC1
new 3392c56 Imported Upstream version 6.0.0~rc1+dfsg
new 9220060 Merge tag 'upstream/6.0.0_rc1+dfsg'
new 4645276 MDB2 is being removed from the upstream tarball
new 88d8734 Refresh patches
new eca1c7e Adapt to current version handling
The 239 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:
3rdparty/MDB2/Date.php | 183 --
3rdparty/MDB2/Driver/Datatype/Common.php | 1842 -------------
3rdparty/MDB2/Driver/Datatype/mysql.php | 602 -----
3rdparty/MDB2/Driver/Datatype/oci8.php | 499 ----
3rdparty/MDB2/Driver/Datatype/pgsql.php | 579 ----
3rdparty/MDB2/Driver/Datatype/sqlite.php | 418 ---
3rdparty/MDB2/Driver/Datatype/sqlsrv.php | 459 ----
3rdparty/MDB2/Driver/Function/Common.php | 293 --
3rdparty/MDB2/Driver/Function/mysql.php | 136 -
3rdparty/MDB2/Driver/Function/oci8.php | 187 --
3rdparty/MDB2/Driver/Function/pgsql.php | 132 -
3rdparty/MDB2/Driver/Function/sqlite.php | 162 --
3rdparty/MDB2/Driver/Function/sqlsrv.php | 189 --
3rdparty/MDB2/Driver/Manager/Common.php | 1038 --------
3rdparty/MDB2/Driver/Manager/mysql.php | 1471 ----------
3rdparty/MDB2/Driver/Manager/oci8.php | 1349 ----------
3rdparty/MDB2/Driver/Manager/pgsql.php | 990 -------
3rdparty/MDB2/Driver/Manager/sqlite.php | 1390 ----------
3rdparty/MDB2/Driver/Manager/sqlsrv.php | 1421 ----------
3rdparty/MDB2/Driver/Native/Common.php | 61 -
3rdparty/MDB2/Driver/Native/mysql.php | 60 -
3rdparty/MDB2/Driver/Native/oci8.php | 60 -
3rdparty/MDB2/Driver/Native/pgsql.php | 88 -
3rdparty/MDB2/Driver/Native/sqlite.php | 60 -
3rdparty/MDB2/Driver/Native/sqlsrv.php | 57 -
3rdparty/MDB2/Driver/Reverse/Common.php | 517 ----
3rdparty/MDB2/Driver/Reverse/mysql.php | 546 ----
3rdparty/MDB2/Driver/Reverse/oci8.php | 625 -----
3rdparty/MDB2/Driver/Reverse/pgsql.php | 574 ----
3rdparty/MDB2/Driver/Reverse/sqlite.php | 611 -----
3rdparty/MDB2/Driver/Reverse/sqlsrv.php | 656 -----
3rdparty/MDB2/Driver/mysql.php | 1729 ------------
3rdparty/MDB2/Driver/oci8.php | 1700 ------------
3rdparty/MDB2/Driver/pgsql.php | 1583 -----------
3rdparty/MDB2/Driver/sqlite.php | 1104 --------
3rdparty/MDB2/Driver/sqlsrv.php | 1179 ---------
3rdparty/MDB2/Extended.php | 723 -----
3rdparty/MDB2/Iterator.php | 262 --
3rdparty/MDB2/LOB.php | 264 --
3rdparty/MDB2/Schema.php | 2797 --------------------
3rdparty/MDB2/Schema/Parser.php | 876 ------
3rdparty/MDB2/Schema/Parser2.php | 802 ------
3rdparty/MDB2/Schema/Reserved/ibase.php | 437 ---
3rdparty/MDB2/Schema/Reserved/mssql.php | 260 --
3rdparty/MDB2/Schema/Reserved/mysql.php | 285 --
3rdparty/MDB2/Schema/Reserved/oci8.php | 173 --
3rdparty/MDB2/Schema/Reserved/pgsql.php | 148 --
3rdparty/MDB2/Schema/Tool.php | 583 ----
3rdparty/MDB2/Schema/Tool/ParameterException.php | 61 -
3rdparty/MDB2/Schema/Validate.php | 1004 -------
3rdparty/MDB2/Schema/Writer.php | 586 ----
apps/activity/l10n/de_CH.php | 6 +
apps/activity/l10n/he.php | 3 +
apps/activity/l10n/lb.php | 2 +
apps/activity/l10n/ms_MY.php | 6 +
apps/activity/l10n/sl.php | 6 +
apps/activity/l10n/sq.php | 5 +
apps/activity/l10n/uk.php | 4 +-
apps/activity/l10n/zh_TW.php | 7 +-
apps/admin_dependencies_chk/l10n/lb.php | 4 +
apps/bookmarks/l10n/ach/bookmarks.po | 16 +-
apps/bookmarks/l10n/ady/bookmarks.po | 16 +-
apps/bookmarks/l10n/af/bookmarks.po | 8 +-
apps/bookmarks/l10n/af_ZA/bookmarks.po | 8 +-
apps/bookmarks/l10n/ar.php | 1 -
apps/bookmarks/l10n/ar/bookmarks.po | 8 +-
apps/bookmarks/l10n/be/bookmarks.po | 20 +-
apps/bookmarks/l10n/bg_BG.php | 1 -
apps/bookmarks/l10n/bg_BG/bookmarks.po | 10 +-
apps/bookmarks/l10n/bn_BD.php | 1 -
apps/bookmarks/l10n/bn_BD/bookmarks.po | 8 +-
apps/bookmarks/l10n/bs/bookmarks.po | 6 +-
apps/bookmarks/l10n/ca.php | 1 -
apps/bookmarks/l10n/ca/bookmarks.po | 8 +-
apps/bookmarks/l10n/cs_CZ.php | 2 +-
apps/bookmarks/l10n/cs_CZ/bookmarks.po | 11 +-
apps/bookmarks/l10n/cy_GB.php | 1 -
apps/bookmarks/l10n/cy_GB/bookmarks.po | 10 +-
apps/bookmarks/l10n/da.php | 1 -
apps/bookmarks/l10n/da/bookmarks.po | 10 +-
apps/bookmarks/l10n/de.php | 2 +-
apps/bookmarks/l10n/de/bookmarks.po | 11 +-
apps/bookmarks/l10n/de_AT/bookmarks.po | 16 +-
apps/bookmarks/l10n/de_CH.php | 1 -
apps/bookmarks/l10n/de_CH/bookmarks.po | 10 +-
apps/bookmarks/l10n/de_DE.php | 2 +-
apps/bookmarks/l10n/de_DE/bookmarks.po | 11 +-
apps/bookmarks/l10n/el.php | 2 +-
apps/bookmarks/l10n/el/bookmarks.po | 11 +-
apps/bookmarks/l10n/en at pirate/bookmarks.po | 22 +-
apps/bookmarks/l10n/en_GB.php | 1 -
apps/bookmarks/l10n/en_GB/bookmarks.po | 10 +-
apps/bookmarks/l10n/eo.php | 1 -
apps/bookmarks/l10n/eo/bookmarks.po | 10 +-
apps/bookmarks/l10n/es.php | 2 +-
apps/bookmarks/l10n/es/bookmarks.po | 12 +-
apps/bookmarks/l10n/es_AR.php | 1 -
apps/bookmarks/l10n/es_AR/bookmarks.po | 8 +-
apps/bookmarks/l10n/es_MX/bookmarks.po | 16 +-
apps/bookmarks/l10n/et_EE.php | 2 +-
apps/bookmarks/l10n/et_EE/bookmarks.po | 10 +-
apps/bookmarks/l10n/eu.php | 1 -
apps/bookmarks/l10n/eu/bookmarks.po | 8 +-
apps/bookmarks/l10n/fa.php | 1 -
apps/bookmarks/l10n/fa/bookmarks.po | 10 +-
apps/bookmarks/l10n/fi_FI.php | 2 +-
apps/bookmarks/l10n/fi_FI/bookmarks.po | 10 +-
apps/bookmarks/l10n/fr.php | 2 +-
apps/bookmarks/l10n/fr/bookmarks.po | 11 +-
apps/bookmarks/l10n/{uz => fr_CA}/bookmarks.po | 12 +-
apps/bookmarks/l10n/gl.php | 2 +-
apps/bookmarks/l10n/gl/bookmarks.po | 10 +-
apps/bookmarks/l10n/he.php | 1 -
apps/bookmarks/l10n/he/bookmarks.po | 10 +-
apps/bookmarks/l10n/hi/bookmarks.po | 6 +-
apps/bookmarks/l10n/hr/bookmarks.po | 6 +-
apps/bookmarks/l10n/hu_HU.php | 1 -
apps/bookmarks/l10n/hu_HU/bookmarks.po | 8 +-
apps/bookmarks/l10n/hy/bookmarks.po | 6 +-
apps/bookmarks/l10n/ia/bookmarks.po | 6 +-
apps/bookmarks/l10n/id.php | 1 -
apps/bookmarks/l10n/id/bookmarks.po | 8 +-
apps/bookmarks/l10n/is.php | 1 -
apps/bookmarks/l10n/is/bookmarks.po | 10 +-
apps/bookmarks/l10n/it.php | 2 +-
apps/bookmarks/l10n/it/bookmarks.po | 8 +-
apps/bookmarks/l10n/ja_JP.php | 1 -
apps/bookmarks/l10n/ja_JP/bookmarks.po | 8 +-
apps/bookmarks/l10n/ka/bookmarks.po | 20 +-
apps/bookmarks/l10n/ka_GE.php | 1 -
apps/bookmarks/l10n/ka_GE/bookmarks.po | 8 +-
apps/bookmarks/l10n/km/bookmarks.po | 8 +-
apps/bookmarks/l10n/kn/bookmarks.po | 20 +-
apps/bookmarks/l10n/ko.php | 1 -
apps/bookmarks/l10n/ko/bookmarks.po | 10 +-
apps/bookmarks/l10n/ku_IQ.php | 1 -
apps/bookmarks/l10n/ku_IQ/bookmarks.po | 8 +-
apps/bookmarks/l10n/lb.php | 1 -
apps/bookmarks/l10n/lb/bookmarks.po | 10 +-
apps/bookmarks/l10n/lt_LT.php | 10 +-
apps/bookmarks/l10n/lt_LT/bookmarks.po | 27 +-
apps/bookmarks/l10n/lv.php | 1 -
apps/bookmarks/l10n/lv/bookmarks.po | 8 +-
apps/bookmarks/l10n/mk.php | 1 -
apps/bookmarks/l10n/mk/bookmarks.po | 8 +-
apps/bookmarks/l10n/ml_IN/bookmarks.po | 16 +-
apps/bookmarks/l10n/ms_MY/bookmarks.po | 6 +-
apps/bookmarks/l10n/my_MM/bookmarks.po | 16 +-
apps/bookmarks/l10n/nb_NO.php | 1 -
apps/bookmarks/l10n/nb_NO/bookmarks.po | 10 +-
apps/bookmarks/l10n/nds/bookmarks.po | 8 +-
apps/bookmarks/l10n/ne/bookmarks.po | 20 +-
apps/bookmarks/l10n/nl.php | 1 -
apps/bookmarks/l10n/nl/bookmarks.po | 8 +-
apps/bookmarks/l10n/nn_NO.php | 1 -
apps/bookmarks/l10n/nn_NO/bookmarks.po | 10 +-
apps/bookmarks/l10n/nqo/bookmarks.po | 16 +-
apps/bookmarks/l10n/oc/bookmarks.po | 6 +-
apps/bookmarks/l10n/pa/bookmarks.po | 8 +-
apps/bookmarks/l10n/pl.php | 1 -
apps/bookmarks/l10n/pl/bookmarks.po | 8 +-
apps/bookmarks/l10n/pt_BR.php | 2 +-
apps/bookmarks/l10n/pt_BR/bookmarks.po | 11 +-
apps/bookmarks/l10n/pt_PT.php | 1 -
apps/bookmarks/l10n/pt_PT/bookmarks.po | 10 +-
apps/bookmarks/l10n/ro.php | 1 -
apps/bookmarks/l10n/ro/bookmarks.po | 10 +-
apps/bookmarks/l10n/ru.php | 1 -
apps/bookmarks/l10n/ru/bookmarks.po | 8 +-
apps/bookmarks/l10n/ru_RU.php | 1 +
apps/bookmarks/l10n/ru_RU/bookmarks.po | 10 +-
apps/bookmarks/l10n/si_LK.php | 1 -
apps/bookmarks/l10n/si_LK/bookmarks.po | 8 +-
apps/bookmarks/l10n/sk/bookmarks.po | 20 +-
apps/bookmarks/l10n/sk_SK.php | 1 -
apps/bookmarks/l10n/sk_SK/bookmarks.po | 10 +-
apps/bookmarks/l10n/sl.php | 2 +-
apps/bookmarks/l10n/sl/bookmarks.po | 10 +-
apps/bookmarks/l10n/sq/bookmarks.po | 6 +-
apps/bookmarks/l10n/sr.php | 1 -
apps/bookmarks/l10n/sr/bookmarks.po | 8 +-
apps/bookmarks/l10n/sr at latin/bookmarks.po | 6 +-
apps/bookmarks/l10n/sv.php | 2 +-
apps/bookmarks/l10n/sv/bookmarks.po | 11 +-
apps/bookmarks/l10n/sw_KE/bookmarks.po | 20 +-
apps/bookmarks/l10n/ta_LK.php | 1 -
apps/bookmarks/l10n/ta_LK/bookmarks.po | 8 +-
apps/bookmarks/l10n/te/bookmarks.po | 6 +-
apps/bookmarks/l10n/templates/bookmarks.pot | 4 +-
apps/bookmarks/l10n/th_TH.php | 1 -
apps/bookmarks/l10n/th_TH/bookmarks.po | 8 +-
apps/bookmarks/l10n/tr.php | 2 +-
apps/bookmarks/l10n/tr/bookmarks.po | 11 +-
apps/bookmarks/l10n/tzm/bookmarks.po | 6 +-
apps/bookmarks/l10n/ug.php | 1 -
apps/bookmarks/l10n/ug/bookmarks.po | 10 +-
apps/bookmarks/l10n/uk.php | 1 -
apps/bookmarks/l10n/uk/bookmarks.po | 8 +-
apps/bookmarks/l10n/ur_PK/bookmarks.po | 8 +-
apps/bookmarks/l10n/uz/bookmarks.po | 6 +-
apps/bookmarks/l10n/vi.php | 1 -
apps/bookmarks/l10n/vi/bookmarks.po | 10 +-
apps/bookmarks/l10n/zh_CN.php | 1 -
apps/bookmarks/l10n/zh_CN/bookmarks.po | 8 +-
apps/bookmarks/l10n/zh_HK/bookmarks.po | 6 +-
apps/bookmarks/l10n/zh_TW.php | 1 -
apps/bookmarks/l10n/zh_TW/bookmarks.po | 10 +-
apps/calendar/ajax/changeview.php | 4 +-
apps/calendar/ajax/event/edit.form.php | 29 +-
apps/calendar/ajax/event/new.form.php | 21 +-
apps/calendar/ajax/events.php | 5 +-
apps/calendar/css/style.css | 180 +-
apps/calendar/js/calendar.js | 103 +-
apps/calendar/l10n/ach/calendar.po | 207 +-
apps/calendar/l10n/ady/calendar.po | 207 +-
apps/calendar/l10n/af/calendar.po | 203 +-
apps/calendar/l10n/af_ZA/calendar.po | 203 +-
apps/calendar/l10n/ar.php | 31 +-
apps/calendar/l10n/ar/calendar.po | 230 +-
apps/calendar/l10n/be/calendar.po | 207 +-
apps/calendar/l10n/bg_BG.php | 15 +-
apps/calendar/l10n/bg_BG/calendar.po | 207 +-
apps/calendar/l10n/bn_BD.php | 17 +-
apps/calendar/l10n/bn_BD/calendar.po | 209 +-
apps/calendar/l10n/bs/calendar.po | 193 +-
apps/calendar/l10n/ca.php | 30 +-
apps/calendar/l10n/ca/calendar.po | 229 +-
apps/calendar/l10n/cs_CZ.php | 46 +-
apps/calendar/l10n/cs_CZ/calendar.po | 230 +-
apps/calendar/l10n/cy_GB.php | 29 +-
apps/calendar/l10n/cy_GB/calendar.po | 227 +-
apps/calendar/l10n/da.php | 31 +-
apps/calendar/l10n/da/calendar.po | 229 +-
apps/calendar/l10n/de.php | 48 +-
apps/calendar/l10n/de/calendar.po | 229 +-
apps/calendar/l10n/de_AT/calendar.po | 207 +-
apps/calendar/l10n/de_CH.php | 30 +-
apps/calendar/l10n/de_CH/calendar.po | 229 +-
apps/calendar/l10n/de_DE.php | 48 +-
apps/calendar/l10n/de_DE/calendar.po | 231 +-
apps/calendar/l10n/el.php | 47 +-
apps/calendar/l10n/el/calendar.po | 238 +-
apps/calendar/l10n/en at pirate/calendar.po | 207 +-
apps/calendar/l10n/en_GB.php | 30 +-
apps/calendar/l10n/en_GB/calendar.po | 229 +-
apps/calendar/l10n/eo.php | 31 +-
apps/calendar/l10n/eo/calendar.po | 229 +-
apps/calendar/l10n/es.php | 46 +-
apps/calendar/l10n/es/calendar.po | 229 +-
apps/calendar/l10n/es_AR.php | 30 +-
apps/calendar/l10n/es_AR/calendar.po | 229 +-
apps/calendar/l10n/es_MX/calendar.po | 207 +-
apps/calendar/l10n/et_EE.php | 46 +-
apps/calendar/l10n/et_EE/calendar.po | 228 +-
apps/calendar/l10n/eu.php | 30 +-
apps/calendar/l10n/eu/calendar.po | 229 +-
apps/calendar/l10n/fa.php | 30 +-
apps/calendar/l10n/fa/calendar.po | 227 +-
apps/calendar/l10n/fi_FI.php | 42 +-
apps/calendar/l10n/fi_FI/calendar.po | 225 +-
apps/calendar/l10n/fr.php | 46 +-
apps/calendar/l10n/fr/calendar.po | 229 +-
apps/calendar/l10n/{uz => fr_CA}/calendar.po | 201 +-
apps/calendar/l10n/gl.php | 46 +-
apps/calendar/l10n/gl/calendar.po | 229 +-
apps/calendar/l10n/he.php | 30 +-
apps/calendar/l10n/he/calendar.po | 229 +-
apps/calendar/l10n/hi/calendar.po | 193 +-
apps/calendar/l10n/hr.php | 17 +-
apps/calendar/l10n/hr/calendar.po | 209 +-
apps/calendar/l10n/hu_HU.php | 30 +-
apps/calendar/l10n/hu_HU/calendar.po | 229 +-
apps/calendar/l10n/hy/calendar.po | 197 +-
apps/calendar/l10n/ia.php | 15 +-
apps/calendar/l10n/ia/calendar.po | 205 +-
apps/calendar/l10n/id.php | 30 +-
apps/calendar/l10n/id/calendar.po | 227 +-
apps/calendar/l10n/is.php | 11 +-
apps/calendar/l10n/is/calendar.po | 205 +-
apps/calendar/l10n/it.php | 46 +-
apps/calendar/l10n/it/calendar.po | 232 +-
apps/calendar/l10n/ja_JP.php | 30 +-
apps/calendar/l10n/ja_JP/calendar.po | 229 +-
apps/calendar/l10n/ka/calendar.po | 207 +-
apps/calendar/l10n/ka_GE.php | 30 +-
apps/calendar/l10n/ka_GE/calendar.po | 227 +-
apps/calendar/l10n/km/calendar.po | 203 +-
apps/calendar/l10n/kn/calendar.po | 207 +-
apps/calendar/l10n/ko.php | 30 +-
apps/calendar/l10n/ko/calendar.po | 227 +-
apps/calendar/l10n/ku_IQ.php | 8 +-
apps/calendar/l10n/ku_IQ/calendar.po | 199 +-
apps/calendar/l10n/lb.php | 30 +-
apps/calendar/l10n/lb/calendar.po | 229 +-
apps/calendar/l10n/lt_LT.php | 30 +-
apps/calendar/l10n/lt_LT/calendar.po | 229 +-
apps/calendar/l10n/lv.php | 29 +-
apps/calendar/l10n/lv/calendar.po | 227 +-
apps/calendar/l10n/mk.php | 30 +-
apps/calendar/l10n/mk/calendar.po | 227 +-
apps/calendar/l10n/ml_IN/calendar.po | 207 +-
apps/calendar/l10n/ms_MY.php | 16 +-
apps/calendar/l10n/ms_MY/calendar.po | 207 +-
apps/calendar/l10n/my_MM.php | 9 +-
apps/calendar/l10n/my_MM/calendar.po | 213 +-
apps/calendar/l10n/nb_NO.php | 30 +-
apps/calendar/l10n/nb_NO/calendar.po | 227 +-
apps/calendar/l10n/nds/calendar.po | 203 +-
apps/calendar/l10n/ne/calendar.po | 207 +-
apps/calendar/l10n/nl.php | 31 +-
apps/calendar/l10n/nl/calendar.po | 229 +-
apps/calendar/l10n/nn_NO.php | 30 +-
apps/calendar/l10n/nn_NO/calendar.po | 227 +-
apps/calendar/l10n/nqo/calendar.po | 207 +-
apps/calendar/l10n/oc.php | 24 +-
apps/calendar/l10n/oc/calendar.po | 219 +-
apps/calendar/l10n/pa/calendar.po | 203 +-
apps/calendar/l10n/pl.php | 30 +-
apps/calendar/l10n/pl/calendar.po | 229 +-
apps/calendar/l10n/pt_BR.php | 46 +-
apps/calendar/l10n/pt_BR/calendar.po | 229 +-
apps/calendar/l10n/pt_PT.php | 31 +-
apps/calendar/l10n/pt_PT/calendar.po | 229 +-
apps/calendar/l10n/ro.php | 30 +-
apps/calendar/l10n/ro/calendar.po | 227 +-
apps/calendar/l10n/ru.php | 30 +-
apps/calendar/l10n/ru/calendar.po | 229 +-
apps/calendar/l10n/ru_RU.php | 3 +
apps/calendar/l10n/ru_RU/calendar.po | 201 +-
apps/calendar/l10n/si_LK.php | 28 +-
apps/calendar/l10n/si_LK/calendar.po | 225 +-
apps/calendar/l10n/sk/calendar.po | 207 +-
apps/calendar/l10n/sk_SK.php | 31 +-
apps/calendar/l10n/sk_SK/calendar.po | 229 +-
apps/calendar/l10n/sl.php | 54 +-
apps/calendar/l10n/sl/calendar.po | 235 +-
apps/calendar/l10n/sq.php | 29 +-
apps/calendar/l10n/sq/calendar.po | 229 +-
apps/calendar/l10n/sr.php | 29 +-
apps/calendar/l10n/sr/calendar.po | 225 +-
apps/calendar/l10n/sr at latin.php | 15 +-
apps/calendar/l10n/sr at latin/calendar.po | 205 +-
apps/calendar/l10n/sv.php | 31 +-
apps/calendar/l10n/sv/calendar.po | 229 +-
apps/calendar/l10n/sw_KE/calendar.po | 207 +-
apps/calendar/l10n/ta_LK.php | 25 +-
apps/calendar/l10n/ta_LK/calendar.po | 219 +-
apps/calendar/l10n/te.php | 2 -
apps/calendar/l10n/te/calendar.po | 197 +-
apps/calendar/l10n/templates/calendar.pot | 193 +-
apps/calendar/l10n/th_TH.php | 30 +-
apps/calendar/l10n/th_TH/calendar.po | 227 +-
apps/calendar/l10n/tr.php | 72 +-
apps/calendar/l10n/tr/calendar.po | 255 +-
apps/calendar/l10n/tzm/calendar.po | 201 +-
apps/calendar/l10n/ug.php | 28 +-
apps/calendar/l10n/ug/calendar.po | 227 +-
apps/calendar/l10n/uk.php | 30 +-
apps/calendar/l10n/uk/calendar.po | 229 +-
apps/calendar/l10n/ur_PK.php | 1 +
apps/calendar/l10n/ur_PK/calendar.po | 205 +-
apps/calendar/l10n/uz/calendar.po | 193 +-
apps/calendar/l10n/vi.php | 30 +-
apps/calendar/l10n/vi/calendar.po | 227 +-
apps/calendar/l10n/zh_CN.php | 30 +-
apps/calendar/l10n/zh_CN/calendar.po | 229 +-
apps/calendar/l10n/zh_HK/calendar.po | 193 +-
apps/calendar/l10n/zh_TW.php | 32 +-
apps/calendar/l10n/zh_TW/calendar.po | 232 +-
apps/calendar/lib/object.php | 18 +-
apps/calendar/templates/calendar.php | 6 +-
apps/calendar/templates/part.editcalendar.php | 9 -
apps/calendar/templates/part.editevent.php | 7 +-
apps/calendar/templates/part.eventform.php | 147 +-
apps/calendar/templates/part.newevent.php | 4 +-
apps/calendar/templates/part.share.php | 52 +-
apps/contacts/l10n/ar.php | 1 +
apps/contacts/l10n/ar/contacts.po | 9 +-
apps/contacts/l10n/bg_BG/contacts.po | 4 +-
apps/contacts/l10n/bn_BD/contacts.po | 4 +-
apps/contacts/l10n/bs/contacts.po | 22 +-
apps/contacts/l10n/ca/contacts.po | 4 +-
apps/contacts/l10n/cs_CZ.php | 1 +
apps/contacts/l10n/cs_CZ/contacts.po | 9 +-
apps/contacts/l10n/cy_GB/contacts.po | 4 +-
apps/contacts/l10n/da/contacts.po | 4 +-
apps/contacts/l10n/de/contacts.po | 4 +-
apps/contacts/l10n/de_CH.php | 22 +
apps/contacts/l10n/de_CH/contacts.po | 48 +-
apps/contacts/l10n/de_DE/contacts.po | 4 +-
apps/contacts/l10n/el.php | 45 +
apps/contacts/l10n/el/contacts.po | 98 +-
apps/contacts/l10n/en_GB/contacts.po | 4 +-
apps/contacts/l10n/eo/contacts.po | 4 +-
apps/contacts/l10n/es/contacts.po | 4 +-
apps/contacts/l10n/es_AR/contacts.po | 4 +-
apps/contacts/l10n/et_EE/contacts.po | 4 +-
apps/contacts/l10n/eu/contacts.po | 4 +-
apps/contacts/l10n/fa.php | 1 +
apps/contacts/l10n/fa/contacts.po | 6 +-
apps/contacts/l10n/fi_FI/contacts.po | 4 +-
apps/contacts/l10n/fr/contacts.po | 4 +-
.../{templates/contacts.pot => fr_CA/contacts.po} | 20 +-
apps/contacts/l10n/gl/contacts.po | 4 +-
apps/contacts/l10n/he.php | 1 +
apps/contacts/l10n/he/contacts.po | 6 +-
apps/contacts/l10n/hi/contacts.po | 22 +-
apps/contacts/l10n/hr/contacts.po | 22 +-
apps/contacts/l10n/hu_HU/contacts.po | 4 +-
apps/contacts/l10n/hy/contacts.po | 22 +-
apps/contacts/l10n/ia/contacts.po | 22 +-
apps/contacts/l10n/id.php | 1 +
apps/contacts/l10n/id/contacts.po | 6 +-
apps/contacts/l10n/is/contacts.po | 22 +-
apps/contacts/l10n/it/contacts.po | 4 +-
apps/contacts/l10n/ja_JP/contacts.po | 4 +-
apps/contacts/l10n/ka_GE.php | 1 +
apps/contacts/l10n/ka_GE/contacts.po | 6 +-
apps/contacts/l10n/km/contacts.po | 146 +-
apps/contacts/l10n/ko/contacts.po | 4 +-
apps/contacts/l10n/ku_IQ/contacts.po | 22 +-
apps/contacts/l10n/lb/contacts.po | 4 +-
apps/contacts/l10n/lt_LT.php | 3 +
apps/contacts/l10n/lt_LT/contacts.po | 12 +-
apps/contacts/l10n/lv.php | 1 +
apps/contacts/l10n/lv/contacts.po | 6 +-
apps/contacts/l10n/mk/contacts.po | 4 +-
apps/contacts/l10n/ms_MY/contacts.po | 4 +-
apps/contacts/l10n/my_MM/contacts.po | 174 +-
apps/contacts/l10n/nb_NO/contacts.po | 4 +-
apps/contacts/l10n/nl/contacts.po | 4 +-
apps/contacts/l10n/nn_NO.php | 1 +
apps/contacts/l10n/nn_NO/contacts.po | 6 +-
apps/contacts/l10n/oc/contacts.po | 4 +-
apps/contacts/l10n/pa/contacts.po | 4 +-
apps/contacts/l10n/pl/contacts.po | 4 +-
apps/contacts/l10n/pt_BR/contacts.po | 6 +-
apps/contacts/l10n/pt_PT/contacts.po | 4 +-
apps/contacts/l10n/ro/contacts.po | 4 +-
apps/contacts/l10n/ru/contacts.po | 4 +-
apps/contacts/l10n/ru_RU.php | 3 +
apps/contacts/l10n/ru_RU/contacts.po | 10 +-
apps/contacts/l10n/si_LK/contacts.po | 4 +-
apps/contacts/l10n/sk_SK/contacts.po | 4 +-
apps/contacts/l10n/sl.php | 156 +-
apps/contacts/l10n/sl/contacts.po | 178 +-
apps/contacts/l10n/sq/contacts.po | 22 +-
apps/contacts/l10n/sr/contacts.po | 4 +-
apps/contacts/l10n/sr at latin/contacts.po | 22 +-
apps/contacts/l10n/sv/contacts.po | 4 +-
apps/contacts/l10n/ta_LK/contacts.po | 4 +-
apps/contacts/l10n/te/contacts.po | 22 +-
apps/contacts/l10n/templates/contacts.pot | 2 +-
apps/contacts/l10n/th_TH/contacts.po | 4 +-
apps/contacts/l10n/tr/contacts.po | 4 +-
apps/contacts/l10n/ug.php | 1 +
apps/contacts/l10n/ug/contacts.po | 6 +-
apps/contacts/l10n/uk/contacts.po | 4 +-
apps/contacts/l10n/ur_PK/contacts.po | 174 +-
apps/contacts/l10n/vi/contacts.po | 4 +-
apps/contacts/l10n/zh_CN/contacts.po | 4 +-
apps/contacts/l10n/zh_HK/contacts.po | 4 +-
apps/contacts/l10n/zh_TW.php | 3 +
apps/contacts/l10n/zh_TW/contacts.po | 13 +-
apps/contacts/lib/controller/importcontroller.php | 4 +-
apps/documents/ajax/otpoll.php | 44 -
apps/documents/ajax/sessionController.php | 2 +-
apps/documents/ajax/userController.php | 2 +
apps/documents/appinfo/update.php | 3 +
apps/documents/appinfo/version | 2 +-
apps/documents/css/3rdparty/webodf/editor.css | 2 +-
apps/documents/js/3rdparty/webodf/editor/Editor.js | 31 +-
.../js/3rdparty/webodf/editor/EditorSession.js | 44 +-
.../js/3rdparty/webodf/editor/MemberListView.js | 29 +-
.../3rdparty/webodf/editor/server/ServerFactory.js | 7 -
.../webodf/editor/server/owncloud/ServerFactory.js | 6 +-
.../webodf/editor/server/pullbox/MemberModel.js | 279 --
.../editor/server/pullbox/OperationRouter.js | 4 +-
.../webodf/editor/server/pullbox/Server.js | 21 +-
.../webodf/editor/server/pullbox/ServerFactory.js | 6 +-
.../3rdparty/webodf/editor/widgets/annotation.js | 18 +-
apps/documents/js/3rdparty/webodf/webodf-debug.js | 1861 ++++++++-----
apps/documents/js/3rdparty/webodf/webodf.js | 1492 ++++++-----
apps/documents/js/documents.js | 2 +-
apps/documents/js/viewer/viewer.js | 2 +-
apps/documents/l10n/ach/documents.po | 18 +-
apps/documents/l10n/ady/documents.po | 18 +-
apps/documents/l10n/af/documents.po | 18 +-
apps/documents/l10n/af_ZA/documents.po | 18 +-
apps/documents/l10n/ar.php | 34 +-
apps/documents/l10n/ar/documents.po | 81 +-
apps/documents/l10n/be/documents.po | 18 +-
apps/documents/l10n/bg_BG.php | 8 +
apps/documents/l10n/bg_BG/documents.po | 34 +-
apps/documents/l10n/bn_BD.php | 8 +
apps/documents/l10n/bn_BD/documents.po | 34 +-
apps/documents/l10n/bs.php | 4 +-
apps/documents/l10n/bs/documents.po | 22 +-
apps/documents/l10n/ca.php | 10 +
apps/documents/l10n/ca/documents.po | 38 +-
apps/documents/l10n/cs_CZ.php | 50 +
apps/documents/l10n/cs_CZ/documents.po | 117 +-
apps/documents/l10n/cy_GB.php | 6 +
apps/documents/l10n/cy_GB/documents.po | 30 +-
apps/documents/l10n/da.php | 9 +
apps/documents/l10n/da/documents.po | 36 +-
apps/documents/l10n/de.php | 48 +
apps/documents/l10n/de/documents.po | 112 +-
apps/documents/l10n/de_AT/documents.po | 18 +-
apps/documents/l10n/de_CH.php | 23 +
apps/documents/l10n/de_CH/documents.po | 64 +-
apps/documents/l10n/de_DE.php | 56 +-
apps/documents/l10n/de_DE/documents.po | 121 +-
apps/documents/l10n/el.php | 47 +
apps/documents/l10n/el/documents.po | 111 +-
apps/documents/l10n/en at pirate/documents.po | 18 +-
apps/documents/l10n/en_GB.php | 48 +
apps/documents/l10n/en_GB/documents.po | 112 +-
apps/documents/l10n/eo.php | 10 +
apps/documents/l10n/eo/documents.po | 38 +-
apps/documents/l10n/es.php | 48 +
apps/documents/l10n/es/documents.po | 112 +-
apps/documents/l10n/es_AR.php | 10 +
apps/documents/l10n/es_AR/documents.po | 38 +-
apps/documents/l10n/es_MX/documents.po | 18 +-
apps/documents/l10n/et_EE.php | 48 +
apps/documents/l10n/et_EE/documents.po | 112 +-
apps/documents/l10n/eu.php | 10 +
apps/documents/l10n/eu/documents.po | 38 +-
apps/documents/l10n/fa.php | 10 +
apps/documents/l10n/fa/documents.po | 38 +-
apps/documents/l10n/fi_FI.php | 33 +
apps/documents/l10n/fi_FI/documents.po | 82 +-
apps/documents/l10n/fr.php | 48 +
apps/documents/l10n/fr/documents.po | 112 +-
apps/documents/l10n/{ach => fr_CA}/documents.po | 22 +-
apps/documents/l10n/gl.php | 48 +
apps/documents/l10n/gl/documents.po | 112 +-
apps/documents/l10n/he.php | 9 +
apps/documents/l10n/he/documents.po | 36 +-
apps/documents/l10n/hi.php | 2 +
apps/documents/l10n/hi/documents.po | 22 +-
apps/documents/l10n/hr.php | 6 +
apps/documents/l10n/hr/documents.po | 30 +-
apps/documents/l10n/hu_HU.php | 9 +
apps/documents/l10n/hu_HU/documents.po | 36 +-
apps/documents/l10n/hy.php | 4 +-
apps/documents/l10n/hy/documents.po | 22 +-
apps/documents/l10n/ia.php | 6 +
apps/documents/l10n/ia/documents.po | 30 +-
apps/documents/l10n/id.php | 10 +
apps/documents/l10n/id/documents.po | 38 +-
apps/documents/l10n/is.php | 8 +
apps/documents/l10n/is/documents.po | 34 +-
apps/documents/l10n/it.php | 50 +-
apps/documents/l10n/it/documents.po | 114 +-
apps/documents/l10n/ja_JP.php | 10 +
apps/documents/l10n/ja_JP/documents.po | 38 +-
apps/documents/l10n/ka/documents.po | 18 +-
apps/documents/l10n/ka_GE.php | 10 +
apps/documents/l10n/ka_GE/documents.po | 38 +-
apps/{bookmarks => documents}/l10n/km.php | 0
apps/documents/l10n/km/documents.po | 20 +-
apps/documents/l10n/kn/documents.po | 18 +-
apps/documents/l10n/ko.php | 10 +
apps/documents/l10n/ko/documents.po | 38 +-
apps/documents/l10n/ku_IQ.php | 2 +
apps/documents/l10n/ku_IQ/documents.po | 22 +-
apps/documents/l10n/lb.php | 8 +
apps/documents/l10n/lb/documents.po | 34 +-
apps/documents/l10n/lt_LT.php | 16 +
apps/documents/l10n/lt_LT/documents.po | 50 +-
apps/documents/l10n/lv.php | 9 +
apps/documents/l10n/lv/documents.po | 36 +-
apps/documents/l10n/mk.php | 8 +
apps/documents/l10n/mk/documents.po | 34 +-
apps/documents/l10n/ml_IN/documents.po | 18 +-
apps/documents/l10n/ms_MY.php | 7 +
apps/documents/l10n/ms_MY/documents.po | 32 +-
apps/documents/l10n/my_MM.php | 2 +
apps/documents/l10n/my_MM/documents.po | 22 +-
apps/documents/l10n/nb_NO.php | 10 +
apps/documents/l10n/nb_NO/documents.po | 38 +-
apps/documents/l10n/nds/documents.po | 18 +-
apps/documents/l10n/ne/documents.po | 18 +-
apps/documents/l10n/nl.php | 47 +
apps/documents/l10n/nl/documents.po | 112 +-
apps/documents/l10n/nn_NO.php | 9 +
apps/documents/l10n/nn_NO/documents.po | 36 +-
apps/documents/l10n/nqo/documents.po | 18 +-
apps/documents/l10n/oc.php | 6 +
apps/documents/l10n/oc/documents.po | 30 +-
apps/documents/l10n/pa.php | 2 +
apps/documents/l10n/pa/documents.po | 22 +-
apps/documents/l10n/pl.php | 48 +
apps/documents/l10n/pl/documents.po | 114 +-
apps/documents/l10n/pt_BR.php | 48 +
apps/documents/l10n/pt_BR/documents.po | 112 +-
apps/documents/l10n/pt_PT.php | 10 +
apps/documents/l10n/pt_PT/documents.po | 38 +-
apps/documents/l10n/ro.php | 9 +
apps/documents/l10n/ro/documents.po | 36 +-
apps/documents/l10n/ru.php | 48 +
apps/documents/l10n/ru/documents.po | 113 +-
apps/documents/l10n/ru_RU.php | 9 +
apps/documents/l10n/ru_RU/documents.po | 36 +-
apps/documents/l10n/si_LK.php | 8 +
apps/documents/l10n/si_LK/documents.po | 34 +-
apps/documents/l10n/sk/documents.po | 18 +-
apps/documents/l10n/sk_SK.php | 40 +
apps/documents/l10n/sk_SK/documents.po | 98 +-
apps/documents/l10n/sl.php | 48 +
apps/documents/l10n/sl/documents.po | 112 +-
apps/documents/l10n/sq.php | 7 +
apps/documents/l10n/sq/documents.po | 32 +-
apps/documents/l10n/sr.php | 7 +
apps/documents/l10n/sr/documents.po | 32 +-
apps/documents/l10n/sr at latin.php | 6 +
apps/documents/l10n/sr at latin/documents.po | 30 +-
apps/documents/l10n/sv.php | 32 +
apps/documents/l10n/sv/documents.po | 81 +-
apps/documents/l10n/sw_KE/documents.po | 18 +-
apps/documents/l10n/ta_LK.php | 9 +
apps/documents/l10n/ta_LK/documents.po | 36 +-
apps/documents/l10n/te.php | 4 +
apps/documents/l10n/te/documents.po | 26 +-
apps/documents/l10n/templates/documents.pot | 16 +-
apps/documents/l10n/th_TH.php | 9 +
apps/documents/l10n/th_TH/documents.po | 36 +-
apps/documents/l10n/tr.php | 48 +
apps/documents/l10n/tr/documents.po | 112 +-
apps/documents/l10n/tzm/documents.po | 18 +-
apps/documents/l10n/ug.php | 10 +
apps/documents/l10n/ug/documents.po | 38 +-
apps/documents/l10n/uk.php | 10 +
apps/documents/l10n/uk/documents.po | 38 +-
apps/documents/l10n/ur_PK.php | 1 +
apps/documents/l10n/ur_PK/documents.po | 20 +-
apps/documents/l10n/uz/documents.po | 18 +-
apps/documents/l10n/vi.php | 9 +
apps/documents/l10n/vi/documents.po | 36 +-
apps/documents/l10n/zh_CN.php | 10 +
apps/documents/l10n/zh_CN/documents.po | 38 +-
apps/documents/l10n/zh_HK.php | 6 +
apps/documents/l10n/zh_HK/documents.po | 30 +-
apps/documents/l10n/zh_TW.php | 10 +
apps/documents/l10n/zh_TW/documents.po | 38 +-
apps/documents/lib/db/op.php | 25 +-
apps/documents/lib/db/session.php | 42 +-
apps/documents/lib/helper.php | 4 +
.../src/patches/MemberListView-OCavatar.patch | 6 +-
apps/documents/src/patches/dojoStylesPill.patch | 14 +
apps/documents/src/patches/keepBodyStyle.patch | 10 +
apps/documents/src/updateWebODF.sh | 11 +-
apps/external/l10n/lb.php | 3 +
apps/external/l10n/ms_MY.php | 3 +
apps/files/css/files.css | 3 +
apps/files/index.php | 1 -
apps/files/js/file-upload.js | 16 +-
apps/files/js/filelist.js | 24 +-
apps/files/l10n/cs_CZ.php | 1 +
apps/files/l10n/de.php | 1 +
apps/files/l10n/de_DE.php | 13 +-
apps/files/l10n/en_GB.php | 1 +
apps/files/l10n/et_EE.php | 1 +
apps/files/l10n/fi_FI.php | 2 +
apps/files/l10n/fr.php | 1 +
apps/files/l10n/{ach.php => fr_CA.php} | 0
apps/files/l10n/gl.php | 3 +-
apps/files/l10n/it.php | 1 +
apps/files/l10n/lt_LT.php | 3 +
apps/files/l10n/pl.php | 14 +
apps/files/l10n/pt_BR.php | 1 +
apps/files/l10n/ru_RU.php | 4 +-
apps/files/l10n/sl.php | 19 +-
apps/files/l10n/sv.php | 2 +
apps/files/l10n/tr.php | 3 +-
apps/files/lib/app.php | 17 +-
apps/files/templates/index.php | 9 +-
apps/files/tests/ajax_rename.php | 78 +-
apps/files_encryption/ajax/getMigrationStatus.php | 27 +
apps/files_encryption/appinfo/app.php | 3 +-
apps/files_encryption/hooks/hooks.php | 4 +-
apps/files_encryption/js/detect-migration.js | 29 +
apps/files_encryption/l10n/cs_CZ.php | 1 +
apps/files_encryption/l10n/el.php | 23 +-
apps/files_encryption/l10n/pl.php | 1 +
apps/files_encryption/l10n/sl.php | 43 +-
apps/files_encryption/l10n/sv.php | 1 +
apps/files_encryption/lib/helper.php | 44 +-
apps/files_encryption/lib/keymanager.php | 38 +-
apps/files_encryption/lib/proxy.php | 16 +-
apps/files_encryption/lib/stream.php | 27 +-
apps/files_encryption/lib/util.php | 118 +-
apps/files_encryption/tests/crypt.php | 16 +-
apps/files_encryption/tests/keymanager.php | 4 +-
apps/files_external/3rdparty/smb4php/smb.php | 16 +-
apps/files_external/l10n/ar.php | 1 +
.../l10n/ru_RU.php | 3 +-
apps/files_external/lib/amazons3.php | 8 -
apps/files_external/lib/config.php | 5 +
apps/files_external/lib/dropbox.php | 70 +-
apps/files_external/lib/google.php | 4 -
apps/files_external/lib/sftp.php | 25 +-
apps/files_external/lib/streamwrapper.php | 11 +-
apps/files_external/lib/swift.php | 12 +-
apps/files_external/lib/webdav.php | 21 +-
apps/files_external/tests/dropbox.php | 16 +
apps/files_external/tests/ftp.php | 8 +-
apps/files_external/tests/mountconfig.php | 51 +
apps/files_external/tests/smb.php | 5 +
apps/files_sharing/ajax/publicpreview.php | 10 +-
apps/files_sharing/appinfo/app.php | 1 +
apps/files_sharing/l10n/cs_CZ.php | 3 +-
apps/files_sharing/l10n/el.php | 4 +-
apps/files_sharing/lib/updater.php | 7 +-
apps/files_sharing/public.php | 10 +-
apps/files_texteditor/l10n/ca.php | 1 +
apps/files_texteditor/l10n/cs_CZ.php | 1 +
apps/files_texteditor/l10n/de.php | 1 +
apps/files_texteditor/l10n/de_DE.php | 1 +
apps/files_texteditor/l10n/el.php | 1 +
apps/files_texteditor/l10n/en_GB.php | 1 +
apps/files_texteditor/l10n/es.php | 1 +
apps/files_texteditor/l10n/et_EE.php | 1 +
apps/files_texteditor/l10n/fi_FI.php | 1 +
apps/files_texteditor/l10n/fr.php | 1 +
apps/files_texteditor/l10n/gl.php | 1 +
apps/files_texteditor/l10n/it.php | 1 +
apps/files_texteditor/l10n/ms_MY.php | 6 +-
apps/files_texteditor/l10n/nl.php | 1 +
apps/files_texteditor/l10n/pl.php | 1 +
apps/files_texteditor/l10n/pt_BR.php | 1 +
apps/files_texteditor/l10n/ru.php | 1 +
apps/files_texteditor/l10n/ru_RU.php | 1 +
apps/files_texteditor/l10n/sl.php | 1 +
apps/files_texteditor/l10n/sv.php | 1 +
apps/files_texteditor/l10n/tr.php | 1 +
apps/files_trashbin/ajax/delete.php | 39 +-
apps/files_trashbin/appinfo/info.xml | 2 +-
apps/files_trashbin/js/filelist.js | 7 +
apps/files_trashbin/js/trash.js | 48 +-
apps/files_trashbin/l10n/ru_RU.php | 3 +-
apps/files_trashbin/lib/trashbin.php | 146 +-
apps/files_trashbin/templates/index.php | 4 +-
apps/files_versions/lib/versions.php | 24 +-
apps/firstrunwizard/l10n/ca.php | 1 -
apps/firstrunwizard/l10n/cs_CZ.php | 1 +
apps/firstrunwizard/l10n/de.php | 2 +-
apps/firstrunwizard/l10n/de_DE.php | 2 +-
apps/firstrunwizard/l10n/el.php | 1 +
apps/firstrunwizard/l10n/en_GB.php | 2 +-
apps/firstrunwizard/l10n/es.php | 2 +-
apps/firstrunwizard/l10n/et_EE.php | 2 +-
apps/firstrunwizard/l10n/fi_FI.php | 2 +-
apps/firstrunwizard/l10n/fr.php | 2 +-
apps/firstrunwizard/l10n/gl.php | 2 +-
apps/firstrunwizard/l10n/hu_HU.php | 1 -
apps/firstrunwizard/l10n/it.php | 2 +-
apps/firstrunwizard/l10n/ja_JP.php | 1 -
apps/firstrunwizard/l10n/lt_LT.php | 1 -
apps/firstrunwizard/l10n/lv.php | 2 +-
apps/firstrunwizard/l10n/ms_MY.php | 3 +
apps/firstrunwizard/l10n/nl.php | 1 -
apps/firstrunwizard/l10n/pl.php | 1 -
apps/firstrunwizard/l10n/pt_BR.php | 2 +-
apps/firstrunwizard/l10n/pt_PT.php | 1 -
apps/firstrunwizard/l10n/ru.php | 2 +-
apps/firstrunwizard/l10n/sk_SK.php | 1 -
apps/firstrunwizard/l10n/sl.php | 1 +
apps/firstrunwizard/l10n/sv.php | 2 +-
apps/firstrunwizard/l10n/tr.php | 2 +-
apps/firstrunwizard/l10n/zh_TW.php | 1 -
apps/gallery/ajax/albumthumbnail.php | 38 -
apps/gallery/ajax/gallery.php | 2 +-
apps/gallery/ajax/getimages.php | 40 +-
apps/gallery/ajax/image.php | 28 +-
apps/gallery/ajax/thumbnail.php | 30 +-
apps/gallery/appinfo/app.php | 1 +
apps/gallery/appinfo/info.xml | 2 +-
apps/gallery/appinfo/version | 2 +-
apps/gallery/css/public.css | 84 +
apps/gallery/js/gallery.js | 59 +-
apps/gallery/js/public.js | 17 +
apps/gallery/js/slideshow.js | 17 +-
apps/gallery/js/thumbnail.js | 2 +-
apps/gallery/l10n/cs_CZ.php | 5 +-
apps/gallery/l10n/de.php | 5 +-
apps/gallery/l10n/de_DE.php | 5 +-
apps/gallery/l10n/es.php | 5 +-
apps/gallery/l10n/fi_FI.php | 5 +-
apps/gallery/l10n/gl.php | 5 +-
apps/gallery/l10n/it.php | 5 +-
apps/gallery/l10n/ms_MY.php | 5 +-
apps/gallery/l10n/pt_BR.php | 5 +-
apps/gallery/l10n/ru.php | 3 +-
apps/gallery/l10n/sl.php | 7 +-
apps/gallery/l10n/tr.php | 5 +-
apps/gallery/lib/thumbnail.php | 4 +-
apps/gallery/public.php | 110 +
apps/gallery/templates/index.php | 1 +
apps/gallery/templates/public.php | 29 +
apps/tasks/l10n/lb.php | 9 +
apps/tasks/l10n/ru_RU.php | 3 +-
apps/updater/l10n/el.php | 1 +
apps/updater/l10n/eo.php | 14 +-
apps/updater/l10n/ko.php | 8 +
apps/updater/l10n/lb.php | 16 +-
apps/updater/l10n/ru_RU.php | 3 +-
apps/updater/l10n/sk_SK.php | 2 +-
apps/updater/l10n/sl.php | 21 +-
apps/user_ldap/ajax/wizard.php | 6 +
apps/user_ldap/group_proxy.php | 5 +-
apps/user_ldap/js/settings.js | 158 +-
apps/user_ldap/l10n/bn_BD.php | 1 -
apps/user_ldap/l10n/ca.php | 6 +-
apps/user_ldap/l10n/cs_CZ.php | 13 +-
apps/user_ldap/l10n/da.php | 1 -
apps/user_ldap/l10n/de.php | 6 +-
apps/user_ldap/l10n/de_CH.php | 3 +-
apps/user_ldap/l10n/de_DE.php | 6 +-
apps/user_ldap/l10n/el.php | 8 +-
apps/user_ldap/l10n/en_GB.php | 6 +-
apps/user_ldap/l10n/eo.php | 1 -
apps/user_ldap/l10n/es.php | 6 +-
apps/user_ldap/l10n/es_AR.php | 3 +-
apps/user_ldap/l10n/et_EE.php | 6 +-
apps/user_ldap/l10n/eu.php | 1 -
apps/user_ldap/l10n/fa.php | 1 -
apps/user_ldap/l10n/fi_FI.php | 1 -
apps/user_ldap/l10n/fr.php | 6 +-
apps/user_ldap/l10n/{ach.php => fr_CA.php} | 0
apps/user_ldap/l10n/gl.php | 6 +-
apps/user_ldap/l10n/he.php | 1 -
apps/user_ldap/l10n/hu_HU.php | 3 +-
apps/user_ldap/l10n/id.php | 1 -
apps/user_ldap/l10n/it.php | 6 +-
apps/user_ldap/l10n/ja_JP.php | 3 +-
apps/user_ldap/l10n/ka_GE.php | 1 -
apps/user_ldap/l10n/ko.php | 1 -
apps/user_ldap/l10n/lt_LT.php | 1 -
apps/user_ldap/l10n/lv.php | 1 -
apps/user_ldap/l10n/nb_NO.php | 1 -
apps/user_ldap/l10n/nl.php | 6 +-
apps/user_ldap/l10n/pl.php | 1 -
apps/user_ldap/l10n/pt_BR.php | 6 +-
apps/user_ldap/l10n/pt_PT.php | 1 -
apps/user_ldap/l10n/ro.php | 1 -
apps/user_ldap/l10n/ru.php | 6 +-
apps/user_ldap/l10n/si_LK.php | 3 +-
apps/user_ldap/l10n/sk_SK.php | 3 +-
apps/user_ldap/l10n/sl.php | 71 +-
apps/user_ldap/l10n/sq.php | 1 -
apps/user_ldap/l10n/sr.php | 1 -
apps/user_ldap/l10n/sv.php | 7 +-
apps/user_ldap/l10n/th_TH.php | 1 -
apps/user_ldap/l10n/tr.php | 6 +-
apps/user_ldap/l10n/ug.php | 3 +-
apps/user_ldap/l10n/uk.php | 1 -
apps/user_ldap/l10n/vi.php | 1 -
apps/user_ldap/l10n/zh_CN.php | 1 -
apps/user_ldap/l10n/zh_TW.php | 1 -
apps/user_ldap/lib/access.php | 4 +-
apps/user_ldap/lib/configuration.php | 12 +
apps/user_ldap/lib/proxy.php | 7 +-
apps/user_ldap/lib/wizard.php | 41 +-
.../templates/part.wizard-loginfilter.php | 10 +
apps/user_ldap/templates/settings.php | 3 -
apps/user_ldap/user_ldap.php | 76 +-
apps/user_ldap/user_proxy.php | 15 +-
config/config.sample.php | 3 +
core/command/app/disable.php | 37 +
core/command/app/enable.php | 39 +
core/command/app/listapps.php | 47 +
core/command/maintenance/repair.php | 41 +
core/command/maintenance/singleuser.php | 51 +
core/css/styles.css | 18 +-
.../custom_mount_config_gui_add_google_drive-1.png | Bin 26480 -> 0 bytes
.../custom_mount_config_gui_add_google_drive-2.png | Bin 15526 -> 0 bytes
.../custom_mount_config_gui_add_google_drive-3.png | Bin 8244 -> 0 bytes
.../custom_mount_config_gui_add_google_drive-4.png | Bin 9818 -> 0 bytes
.../custom_mount_config_gui_add_google_drive-5.png | Bin 2820 -> 0 bytes
.../custom_mount_config_gui_add_google_drive-6.png | Bin 12736 -> 0 bytes
.../doc/admin/_sources/configuration/auth_ldap.txt | 14 +-
.../_sources/configuration/background_jobs.txt | 5 +-
.../configuration/configuration_preview.txt | 124 +
.../configuration/custom_mount_config_gui.txt | 13 +-
.../custom_mount_config_gui_google_drive.txt | 73 -
core/doc/admin/_sources/configuration/index.txt | 1 +
core/doc/admin/_sources/maintenance/backup.txt | 16 +-
core/doc/admin/_sources/maintenance/restore.txt | 16 +-
core/doc/admin/configuration/auth_ldap.html | 13 +-
core/doc/admin/configuration/background_jobs.html | 6 +-
.../configuration/configuration_3rdparty.html | 1 +
.../admin/configuration/configuration_apps.html | 1 +
.../configuration/configuration_automation.html | 1 +
.../configuration_custom_clients.html | 1 +
.../configuration/configuration_database.html | 1 +
.../configuration/configuration_encryption.html | 1 +
.../configuration/configuration_knowledgebase.html | 1 +
.../configuration/configuration_language.html | 1 +
.../admin/configuration/configuration_logging.html | 1 +
.../admin/configuration/configuration_mail.html | 1 +
.../configuration/configuration_maintenance.html | 3 +-
...ration_apps.html => configuration_preview.html} | 155 +-
.../configuration/configuration_reverseproxy.html | 3 +-
.../configuration/configuring_big_file_upload.html | 1 +
.../admin/configuration/custom_mount_config.html | 1 +
.../configuration/custom_mount_config_gui.html | 9 +-
.../custom_mount_config_gui_google_drive.html | 220 --
.../admin/configuration/custom_user_backend.html | 1 +
core/doc/admin/configuration/index.html | 2 +
core/doc/admin/configuration/xsendfile.html | 1 +
core/doc/admin/contents.html | 5 +
core/doc/admin/maintenance/backup.html | 16 +-
core/doc/admin/maintenance/restore.html | 17 +-
core/doc/admin/searchindex.js | 1 -
core/doc/user/_sources/contents.txt | 1 -
.../_sources/external_storage/google_drive.txt | 49 +-
core/doc/user/external_storage/google_drive.html | 71 +-
core/doc/user/searchindex.js | 1 -
core/js/share.js | 2 +-
core/js/update.js | 2 +-
core/l10n/ca.php | 8 +-
core/l10n/cs_CZ.php | 14 +-
core/l10n/da.php | 8 +-
core/l10n/de.php | 14 +-
core/l10n/de_DE.php | 34 +-
core/l10n/el.php | 15 +-
core/l10n/en_GB.php | 9 +-
core/l10n/es.php | 12 +-
core/l10n/et_EE.php | 9 +-
core/l10n/fi_FI.php | 13 +-
core/l10n/fr.php | 9 +-
core/l10n/{ach.php => fr_CA.php} | 0
core/l10n/gl.php | 26 +-
core/l10n/hu_HU.php | 8 +-
core/l10n/it.php | 11 +-
core/l10n/ja_JP.php | 10 +-
core/l10n/lb.php | 4 +-
core/l10n/lt_LT.php | 8 +-
core/l10n/mk.php | 7 +-
core/l10n/nl.php | 8 +-
core/l10n/pl.php | 5 +-
core/l10n/pt_BR.php | 12 +-
core/l10n/ru.php | 8 +-
core/l10n/ru_RU.php | 2 +
core/l10n/sk_SK.php | 6 +-
core/l10n/sl.php | 69 +-
core/l10n/sv.php | 9 +-
core/l10n/tr.php | 12 +-
core/l10n/zh_TW.php | 8 +-
core/register_command.php | 5 +
core/skeleton/ownCloudUserManual.pdf | Bin 1392919 -> 1393379 bytes
core/templates/altmail.php | 3 +-
core/templates/login.php | 6 +-
core/templates/mail.php | 3 +-
core/templates/singleuser.user.php | 10 +
db_structure.xml | 107 +
debian/copyright | 14 +-
debian/patches/0001-Disable-the-appstore.patch | 8 +-
debian/patches/0002-Fix-displayed-version.patch | 50 +-
debian/patches/0003-Improve-logfile-handling.patch | 4 +-
...octrine-Symphony-Sabre-and-Patchwork-path.patch | 4 +-
.../patches/path/0009-Adapt-chosen-css-path.patch | 2 +-
debian/patches/path/0011-Adapt-aws-sdk-path.patch | 2 +-
.../0013-Adapt-google-api-php-client-path.patch | 2 +-
debian/patches/path/0014-Adapt-Dropbox-path.patch | 2 +-
.../path/0015-Adapt-php-opencloud-path.patch | 2 +-
debian/rules | 3 +-
l10n/ach/core.po | 111 +-
l10n/ach/files.po | 70 +-
l10n/ach/lib.po | 64 +-
l10n/ach/settings.po | 134 +-
l10n/ach/user_ldap.po | 136 +-
l10n/ady/core.po | 111 +-
l10n/ady/files.po | 70 +-
l10n/ady/lib.po | 64 +-
l10n/ady/settings.po | 134 +-
l10n/ady/user_ldap.po | 136 +-
l10n/af/core.po | 111 +-
l10n/af/files.po | 70 +-
l10n/af/lib.po | 30 +-
l10n/af/settings.po | 134 +-
l10n/af/user_ldap.po | 136 +-
l10n/af_ZA/core.po | 109 +-
l10n/af_ZA/files.po | 70 +-
l10n/af_ZA/lib.po | 30 +-
l10n/af_ZA/settings.po | 134 +-
l10n/af_ZA/user_ldap.po | 136 +-
l10n/ar/core.po | 109 +-
l10n/ar/files.po | 28 +-
l10n/ar/files_external.po | 14 +-
l10n/ar/files_trashbin.po | 8 +-
l10n/ar/lib.po | 30 +-
l10n/ar/settings.po | 134 +-
l10n/ar/user_ldap.po | 136 +-
l10n/be/core.po | 111 +-
l10n/be/files.po | 70 +-
l10n/be/lib.po | 64 +-
l10n/be/settings.po | 134 +-
l10n/be/user_ldap.po | 136 +-
l10n/bg_BG/core.po | 109 +-
l10n/bg_BG/files.po | 28 +-
l10n/bg_BG/files_external.po | 12 +-
l10n/bg_BG/files_trashbin.po | 8 +-
l10n/bg_BG/lib.po | 30 +-
l10n/bg_BG/settings.po | 134 +-
l10n/bg_BG/user_ldap.po | 136 +-
l10n/bn_BD/core.po | 109 +-
l10n/bn_BD/files.po | 28 +-
l10n/bn_BD/files_external.po | 12 +-
l10n/bn_BD/files_trashbin.po | 8 +-
l10n/bn_BD/lib.po | 30 +-
l10n/bn_BD/settings.po | 134 +-
l10n/bn_BD/user_ldap.po | 136 +-
l10n/bs/core.po | 111 +-
l10n/bs/files.po | 28 +-
l10n/bs/lib.po | 64 +-
l10n/bs/settings.po | 134 +-
l10n/bs/user_ldap.po | 136 +-
l10n/ca/core.po | 115 +-
l10n/ca/files.po | 30 +-
l10n/ca/files_external.po | 12 +-
l10n/ca/files_trashbin.po | 8 +-
l10n/ca/lib.po | 32 +-
l10n/ca/settings.po | 140 +-
l10n/ca/user_ldap.po | 144 +-
l10n/cs_CZ/core.po | 124 +-
l10n/cs_CZ/files.po | 21 +-
l10n/cs_CZ/files_encryption.po | 9 +-
l10n/cs_CZ/files_external.po | 12 +-
l10n/cs_CZ/files_sharing.po | 9 +-
l10n/cs_CZ/files_trashbin.po | 8 +-
l10n/cs_CZ/lib.po | 41 +-
l10n/cs_CZ/settings.po | 153 +-
l10n/cs_CZ/user_ldap.po | 157 +-
l10n/cy_GB/core.po | 109 +-
l10n/cy_GB/files.po | 28 +-
l10n/cy_GB/files_external.po | 12 +-
l10n/cy_GB/files_trashbin.po | 8 +-
l10n/cy_GB/lib.po | 30 +-
l10n/cy_GB/settings.po | 134 +-
l10n/cy_GB/user_ldap.po | 136 +-
l10n/da/core.po | 115 +-
l10n/da/files.po | 28 +-
l10n/da/files_external.po | 12 +-
l10n/da/files_trashbin.po | 8 +-
l10n/da/lib.po | 32 +-
l10n/da/settings.po | 138 +-
l10n/da/user_ldap.po | 136 +-
l10n/de/core.po | 118 +-
l10n/de/files.po | 28 +-
l10n/de/files_external.po | 12 +-
l10n/de/files_trashbin.po | 8 +-
l10n/de/lib.po | 38 +-
l10n/de/settings.po | 141 +-
l10n/de/user_ldap.po | 142 +-
l10n/de_AT/core.po | 111 +-
l10n/de_AT/files.po | 70 +-
l10n/de_AT/lib.po | 64 +-
l10n/de_AT/settings.po | 134 +-
l10n/de_AT/user_ldap.po | 136 +-
l10n/de_CH/core.po | 111 +-
l10n/de_CH/files.po | 28 +-
l10n/de_CH/files_external.po | 12 +-
l10n/de_CH/files_trashbin.po | 8 +-
l10n/de_CH/lib.po | 32 +-
l10n/de_CH/settings.po | 138 +-
l10n/de_CH/user_ldap.po | 136 +-
l10n/de_DE/core.po | 139 +-
l10n/de_DE/files.po | 40 +-
l10n/de_DE/files_external.po | 12 +-
l10n/de_DE/files_trashbin.po | 8 +-
l10n/de_DE/lib.po | 38 +-
l10n/de_DE/settings.po | 140 +-
l10n/de_DE/user_ldap.po | 142 +-
l10n/el/core.po | 134 +-
l10n/el/files.po | 28 +-
l10n/el/files_encryption.po | 50 +-
l10n/el/files_external.po | 12 +-
l10n/el/files_sharing.po | 11 +-
l10n/el/files_trashbin.po | 8 +-
l10n/el/lib.po | 38 +-
l10n/el/settings.po | 197 +-
l10n/el/user_ldap.po | 147 +-
l10n/en at pirate/core.po | 109 +-
l10n/en at pirate/files.po | 70 +-
l10n/en at pirate/lib.po | 64 +-
l10n/en at pirate/settings.po | 134 +-
l10n/en at pirate/user_ldap.po | 136 +-
l10n/en_GB/core.po | 115 +-
l10n/en_GB/files.po | 28 +-
l10n/en_GB/files_external.po | 12 +-
l10n/en_GB/files_trashbin.po | 8 +-
l10n/en_GB/lib.po | 34 +-
l10n/en_GB/settings.po | 140 +-
l10n/en_GB/user_ldap.po | 142 +-
l10n/eo/core.po | 109 +-
l10n/eo/files.po | 30 +-
l10n/eo/files_external.po | 12 +-
l10n/eo/files_trashbin.po | 6 +-
l10n/eo/lib.po | 30 +-
l10n/eo/settings.po | 134 +-
l10n/eo/user_ldap.po | 136 +-
l10n/es/core.po | 115 +-
l10n/es/files.po | 30 +-
l10n/es/files_external.po | 16 +-
l10n/es/files_trashbin.po | 10 +-
l10n/es/lib.po | 32 +-
l10n/es/settings.po | 140 +-
l10n/es/user_ldap.po | 142 +-
l10n/es_AR/core.po | 109 +-
l10n/es_AR/files.po | 28 +-
l10n/es_AR/files_external.po | 12 +-
l10n/es_AR/files_trashbin.po | 8 +-
l10n/es_AR/lib.po | 34 +-
l10n/es_AR/settings.po | 138 +-
l10n/es_AR/user_ldap.po | 136 +-
l10n/es_MX/core.po | 111 +-
l10n/es_MX/files.po | 70 +-
l10n/es_MX/lib.po | 64 +-
l10n/es_MX/settings.po | 134 +-
l10n/es_MX/user_ldap.po | 136 +-
l10n/et_EE/core.po | 115 +-
l10n/et_EE/files.po | 30 +-
l10n/et_EE/files_external.po | 12 +-
l10n/et_EE/files_trashbin.po | 8 +-
l10n/et_EE/lib.po | 38 +-
l10n/et_EE/settings.po | 140 +-
l10n/et_EE/user_ldap.po | 142 +-
l10n/eu/core.po | 109 +-
l10n/eu/files.po | 28 +-
l10n/eu/files_external.po | 12 +-
l10n/eu/files_trashbin.po | 8 +-
l10n/eu/lib.po | 32 +-
l10n/eu/settings.po | 134 +-
l10n/eu/user_ldap.po | 136 +-
l10n/fa/core.po | 109 +-
l10n/fa/files.po | 28 +-
l10n/fa/files_external.po | 12 +-
l10n/fa/files_trashbin.po | 8 +-
l10n/fa/lib.po | 30 +-
l10n/fa/settings.po | 134 +-
l10n/fa/user_ldap.po | 136 +-
l10n/fi_FI/core.po | 123 +-
l10n/fi_FI/files.po | 30 +-
l10n/fi_FI/files_external.po | 12 +-
l10n/fi_FI/files_trashbin.po | 8 +-
l10n/fi_FI/lib.po | 30 +-
l10n/fi_FI/settings.po | 138 +-
l10n/fi_FI/user_ldap.po | 136 +-
l10n/fr/core.po | 113 +-
l10n/fr/files.po | 30 +-
l10n/fr/files_external.po | 12 +-
l10n/fr/files_trashbin.po | 8 +-
l10n/fr/lib.po | 41 +-
l10n/fr/settings.po | 140 +-
l10n/fr/user_ldap.po | 142 +-
l10n/{ach => fr_CA}/core.po | 115 +-
l10n/{templates/files.pot => fr_CA/files.po} | 39 +-
.../files_encryption.po} | 38 +-
l10n/{oc => fr_CA}/files_external.po | 22 +-
.../files_sharing.pot => fr_CA/files_sharing.po} | 18 +-
l10n/{oc => fr_CA}/files_trashbin.po | 32 +-
.../files_versions.pot => fr_CA/files_versions.po} | 20 +-
l10n/{tzm => fr_CA}/lib.po | 38 +-
l10n/{ach => fr_CA}/settings.po | 138 +-
l10n/{ach => fr_CA}/user_ldap.po | 140 +-
.../user_webdavauth.po} | 20 +-
l10n/gl/core.po | 129 +-
l10n/gl/files.po | 30 +-
l10n/gl/files_external.po | 12 +-
l10n/gl/files_trashbin.po | 8 +-
l10n/gl/lib.po | 38 +-
l10n/gl/settings.po | 140 +-
l10n/gl/user_ldap.po | 142 +-
l10n/he/core.po | 109 +-
l10n/he/files.po | 28 +-
l10n/he/files_external.po | 12 +-
l10n/he/files_trashbin.po | 8 +-
l10n/he/lib.po | 30 +-
l10n/he/settings.po | 134 +-
l10n/he/user_ldap.po | 136 +-
l10n/hi/core.po | 109 +-
l10n/hi/files.po | 28 +-
l10n/hi/lib.po | 30 +-
l10n/hi/settings.po | 134 +-
l10n/hi/user_ldap.po | 136 +-
l10n/hr/core.po | 109 +-
l10n/hr/files.po | 28 +-
l10n/hr/files_external.po | 12 +-
l10n/hr/files_trashbin.po | 8 +-
l10n/hr/lib.po | 30 +-
l10n/hr/settings.po | 134 +-
l10n/hr/user_ldap.po | 136 +-
l10n/hu_HU/core.po | 115 +-
l10n/hu_HU/files.po | 20 +-
l10n/hu_HU/files_external.po | 12 +-
l10n/hu_HU/files_trashbin.po | 8 +-
l10n/hu_HU/lib.po | 34 +-
l10n/hu_HU/settings.po | 140 +-
l10n/hu_HU/user_ldap.po | 136 +-
l10n/hy/core.po | 111 +-
l10n/hy/files.po | 28 +-
l10n/hy/files_external.po | 10 +-
l10n/hy/files_trashbin.po | 8 +-
l10n/hy/lib.po | 64 +-
l10n/hy/settings.po | 134 +-
l10n/hy/user_ldap.po | 136 +-
l10n/ia/core.po | 109 +-
l10n/ia/files.po | 28 +-
l10n/ia/files_external.po | 12 +-
l10n/ia/files_trashbin.po | 8 +-
l10n/ia/lib.po | 30 +-
l10n/ia/settings.po | 134 +-
l10n/ia/user_ldap.po | 136 +-
l10n/id/core.po | 109 +-
l10n/id/files.po | 28 +-
l10n/id/files_external.po | 12 +-
l10n/id/files_trashbin.po | 8 +-
l10n/id/lib.po | 30 +-
l10n/id/settings.po | 134 +-
l10n/id/user_ldap.po | 136 +-
l10n/is/core.po | 109 +-
l10n/is/files.po | 28 +-
l10n/is/files_external.po | 12 +-
l10n/is/files_trashbin.po | 8 +-
l10n/is/lib.po | 30 +-
l10n/is/settings.po | 134 +-
l10n/is/user_ldap.po | 136 +-
l10n/it/core.po | 115 +-
l10n/it/files.po | 28 +-
l10n/it/files_external.po | 12 +-
l10n/it/files_trashbin.po | 8 +-
l10n/it/lib.po | 38 +-
l10n/it/settings.po | 138 +-
l10n/it/user_ldap.po | 142 +-
l10n/ja_JP/core.po | 115 +-
l10n/ja_JP/files.po | 20 +-
l10n/ja_JP/files_external.po | 12 +-
l10n/ja_JP/files_trashbin.po | 8 +-
l10n/ja_JP/lib.po | 34 +-
l10n/ja_JP/settings.po | 140 +-
l10n/ja_JP/user_ldap.po | 136 +-
l10n/ka/core.po | 109 +-
l10n/ka/files.po | 70 +-
l10n/ka/lib.po | 30 +-
l10n/ka/settings.po | 134 +-
l10n/ka/user_ldap.po | 136 +-
l10n/ka_GE/core.po | 109 +-
l10n/ka_GE/files.po | 28 +-
l10n/ka_GE/files_external.po | 12 +-
l10n/ka_GE/files_trashbin.po | 8 +-
l10n/ka_GE/lib.po | 30 +-
l10n/ka_GE/settings.po | 134 +-
l10n/ka_GE/user_ldap.po | 136 +-
l10n/km/core.po | 111 +-
l10n/km/files.po | 70 +-
l10n/km/files_external.po | 12 +-
l10n/km/files_trashbin.po | 8 +-
l10n/km/lib.po | 64 +-
l10n/km/settings.po | 134 +-
l10n/km/user_ldap.po | 136 +-
l10n/kn/core.po | 111 +-
l10n/kn/files.po | 70 +-
l10n/kn/lib.po | 64 +-
l10n/kn/settings.po | 134 +-
l10n/kn/user_ldap.po | 136 +-
l10n/ko/core.po | 109 +-
l10n/ko/files.po | 28 +-
l10n/ko/files_external.po | 12 +-
l10n/ko/files_trashbin.po | 10 +-
l10n/ko/lib.po | 34 +-
l10n/ko/settings.po | 134 +-
l10n/ko/user_ldap.po | 136 +-
l10n/ku_IQ/core.po | 109 +-
l10n/ku_IQ/files.po | 28 +-
l10n/ku_IQ/lib.po | 30 +-
l10n/ku_IQ/settings.po | 134 +-
l10n/ku_IQ/user_ldap.po | 136 +-
l10n/lb/core.po | 111 +-
l10n/lb/files.po | 28 +-
l10n/lb/files_external.po | 12 +-
l10n/lb/files_trashbin.po | 8 +-
l10n/lb/lib.po | 26 +-
l10n/lb/settings.po | 134 +-
l10n/lb/user_ldap.po | 136 +-
l10n/lt_LT/core.po | 113 +-
l10n/lt_LT/files.po | 34 +-
l10n/lt_LT/files_external.po | 12 +-
l10n/lt_LT/files_trashbin.po | 8 +-
l10n/lt_LT/lib.po | 40 +-
l10n/lt_LT/settings.po | 138 +-
l10n/lt_LT/user_ldap.po | 136 +-
l10n/lv/core.po | 109 +-
l10n/lv/files.po | 28 +-
l10n/lv/files_external.po | 12 +-
l10n/lv/files_trashbin.po | 8 +-
l10n/lv/lib.po | 32 +-
l10n/lv/settings.po | 138 +-
l10n/lv/user_ldap.po | 136 +-
l10n/mk/core.po | 111 +-
l10n/mk/files.po | 28 +-
l10n/mk/files_external.po | 12 +-
l10n/mk/files_trashbin.po | 8 +-
l10n/mk/lib.po | 30 +-
l10n/mk/settings.po | 134 +-
l10n/mk/user_ldap.po | 136 +-
l10n/ml_IN/core.po | 111 +-
l10n/ml_IN/files.po | 70 +-
l10n/ml_IN/lib.po | 64 +-
l10n/ml_IN/settings.po | 134 +-
l10n/ml_IN/user_ldap.po | 136 +-
l10n/ms_MY/core.po | 109 +-
l10n/ms_MY/files.po | 28 +-
l10n/ms_MY/files_external.po | 12 +-
l10n/ms_MY/files_trashbin.po | 6 +-
l10n/ms_MY/lib.po | 30 +-
l10n/ms_MY/settings.po | 134 +-
l10n/ms_MY/user_ldap.po | 136 +-
l10n/my_MM/core.po | 109 +-
l10n/my_MM/files.po | 70 +-
l10n/my_MM/lib.po | 30 +-
l10n/my_MM/settings.po | 134 +-
l10n/my_MM/user_ldap.po | 136 +-
l10n/nb_NO/core.po | 109 +-
l10n/nb_NO/files.po | 28 +-
l10n/nb_NO/files_external.po | 12 +-
l10n/nb_NO/files_trashbin.po | 8 +-
l10n/nb_NO/lib.po | 30 +-
l10n/nb_NO/settings.po | 134 +-
l10n/nb_NO/user_ldap.po | 136 +-
l10n/nds/core.po | 111 +-
l10n/nds/files.po | 70 +-
l10n/nds/lib.po | 30 +-
l10n/nds/settings.po | 134 +-
l10n/nds/user_ldap.po | 136 +-
l10n/ne/core.po | 111 +-
l10n/ne/files.po | 70 +-
l10n/ne/lib.po | 64 +-
l10n/ne/settings.po | 134 +-
l10n/ne/user_ldap.po | 136 +-
l10n/nl/core.po | 115 +-
l10n/nl/files.po | 30 +-
l10n/nl/files_external.po | 12 +-
l10n/nl/files_trashbin.po | 8 +-
l10n/nl/lib.po | 32 +-
l10n/nl/settings.po | 140 +-
l10n/nl/user_ldap.po | 142 +-
l10n/nn_NO/core.po | 109 +-
l10n/nn_NO/files.po | 28 +-
l10n/nn_NO/files_external.po | 12 +-
l10n/nn_NO/files_trashbin.po | 8 +-
l10n/nn_NO/lib.po | 30 +-
l10n/nn_NO/settings.po | 138 +-
l10n/nn_NO/user_ldap.po | 136 +-
l10n/nqo/core.po | 111 +-
l10n/nqo/files.po | 70 +-
l10n/nqo/lib.po | 64 +-
l10n/nqo/settings.po | 134 +-
l10n/nqo/user_ldap.po | 136 +-
l10n/oc/core.po | 109 +-
l10n/oc/files.po | 28 +-
l10n/oc/files_external.po | 12 +-
l10n/oc/files_trashbin.po | 8 +-
l10n/oc/lib.po | 30 +-
l10n/oc/settings.po | 134 +-
l10n/oc/user_ldap.po | 136 +-
l10n/pa/core.po | 109 +-
l10n/pa/files.po | 70 +-
l10n/pa/files_external.po | 12 +-
l10n/pa/files_trashbin.po | 8 +-
l10n/pa/lib.po | 30 +-
l10n/pa/settings.po | 134 +-
l10n/pa/user_ldap.po | 136 +-
l10n/pl/core.po | 117 +-
l10n/pl/files.po | 56 +-
l10n/pl/files_encryption.po | 8 +-
l10n/pl/files_external.po | 12 +-
l10n/pl/files_trashbin.po | 8 +-
l10n/pl/lib.po | 32 +-
l10n/pl/settings.po | 170 +-
l10n/pl/user_ldap.po | 136 +-
l10n/pt_BR/core.po | 115 +-
l10n/pt_BR/files.po | 28 +-
l10n/pt_BR/files_external.po | 12 +-
l10n/pt_BR/files_trashbin.po | 8 +-
l10n/pt_BR/lib.po | 34 +-
l10n/pt_BR/settings.po | 140 +-
l10n/pt_BR/user_ldap.po | 142 +-
l10n/pt_PT/core.po | 109 +-
l10n/pt_PT/files.po | 28 +-
l10n/pt_PT/files_external.po | 12 +-
l10n/pt_PT/files_trashbin.po | 8 +-
l10n/pt_PT/lib.po | 26 +-
l10n/pt_PT/settings.po | 138 +-
l10n/pt_PT/user_ldap.po | 136 +-
l10n/ro/core.po | 109 +-
l10n/ro/files.po | 28 +-
l10n/ro/files_external.po | 12 +-
l10n/ro/files_trashbin.po | 8 +-
l10n/ro/lib.po | 30 +-
l10n/ro/settings.po | 134 +-
l10n/ro/user_ldap.po | 136 +-
l10n/ru/core.po | 117 +-
l10n/ru/files.po | 30 +-
l10n/ru/files_external.po | 12 +-
l10n/ru/files_trashbin.po | 8 +-
l10n/ru/lib.po | 35 +-
l10n/ru/settings.po | 140 +-
l10n/ru/user_ldap.po | 142 +-
l10n/ru_RU/core.po | 113 +-
l10n/ru_RU/files.po | 32 +-
l10n/ru_RU/files_external.po | 16 +-
l10n/ru_RU/files_trashbin.po | 10 +-
l10n/ru_RU/lib.po | 34 +-
l10n/ru_RU/settings.po | 138 +-
l10n/ru_RU/user_ldap.po | 136 +-
l10n/si_LK/core.po | 109 +-
l10n/si_LK/files.po | 28 +-
l10n/si_LK/files_external.po | 12 +-
l10n/si_LK/files_trashbin.po | 8 +-
l10n/si_LK/lib.po | 30 +-
l10n/si_LK/settings.po | 134 +-
l10n/si_LK/user_ldap.po | 136 +-
l10n/sk/core.po | 111 +-
l10n/sk/files.po | 70 +-
l10n/sk/lib.po | 64 +-
l10n/sk/settings.po | 134 +-
l10n/sk/user_ldap.po | 136 +-
l10n/sk_SK/core.po | 115 +-
l10n/sk_SK/files.po | 20 +-
l10n/sk_SK/files_external.po | 4 +-
l10n/sk_SK/files_trashbin.po | 8 +-
l10n/sk_SK/lib.po | 26 +-
l10n/sk_SK/settings.po | 140 +-
l10n/sk_SK/user_ldap.po | 136 +-
l10n/sl/core.po | 231 +-
l10n/sl/files.po | 40 +-
l10n/sl/files_encryption.po | 57 +-
l10n/sl/files_external.po | 12 +-
l10n/sl/files_trashbin.po | 4 +-
l10n/sl/lib.po | 44 +-
l10n/sl/settings.po | 184 +-
l10n/sl/user_ldap.po | 246 +-
l10n/sq/core.po | 109 +-
l10n/sq/files.po | 28 +-
l10n/sq/files_external.po | 12 +-
l10n/sq/files_trashbin.po | 8 +-
l10n/sq/lib.po | 30 +-
l10n/sq/settings.po | 134 +-
l10n/sq/user_ldap.po | 136 +-
l10n/sr/core.po | 109 +-
l10n/sr/files.po | 28 +-
l10n/sr/files_external.po | 12 +-
l10n/sr/files_trashbin.po | 8 +-
l10n/sr/lib.po | 30 +-
l10n/sr/settings.po | 134 +-
l10n/sr/user_ldap.po | 136 +-
l10n/sr at latin/core.po | 109 +-
l10n/sr at latin/files.po | 28 +-
l10n/sr at latin/files_external.po | 12 +-
l10n/sr at latin/files_trashbin.po | 8 +-
l10n/sr at latin/lib.po | 30 +-
l10n/sr at latin/settings.po | 134 +-
l10n/sr at latin/user_ldap.po | 136 +-
l10n/sv/core.po | 113 +-
l10n/sv/files.po | 33 +-
l10n/sv/files_encryption.po | 9 +-
l10n/sv/files_external.po | 12 +-
l10n/sv/files_trashbin.po | 8 +-
l10n/sv/lib.po | 39 +-
l10n/sv/settings.po | 145 +-
l10n/sv/user_ldap.po | 144 +-
l10n/sw_KE/core.po | 111 +-
l10n/sw_KE/files.po | 70 +-
l10n/sw_KE/lib.po | 64 +-
l10n/sw_KE/settings.po | 134 +-
l10n/sw_KE/user_ldap.po | 136 +-
l10n/ta_LK/core.po | 109 +-
l10n/ta_LK/files.po | 28 +-
l10n/ta_LK/files_external.po | 12 +-
l10n/ta_LK/files_trashbin.po | 8 +-
l10n/ta_LK/lib.po | 30 +-
l10n/ta_LK/settings.po | 134 +-
l10n/ta_LK/user_ldap.po | 136 +-
l10n/te/core.po | 109 +-
l10n/te/files.po | 28 +-
l10n/te/files_external.po | 12 +-
l10n/te/files_trashbin.po | 8 +-
l10n/te/lib.po | 30 +-
l10n/te/settings.po | 134 +-
l10n/te/user_ldap.po | 136 +-
l10n/templates/core.pot | 107 +-
l10n/templates/files.pot | 16 +-
l10n/templates/files_encryption.pot | 2 +-
l10n/templates/files_external.pot | 8 +-
l10n/templates/files_sharing.pot | 2 +-
l10n/templates/files_trashbin.pot | 16 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 26 +-
l10n/templates/private.pot | 26 +-
l10n/templates/settings.pot | 132 +-
l10n/templates/user_ldap.pot | 134 +-
l10n/templates/user_webdavauth.pot | 2 +-
l10n/th_TH/core.po | 109 +-
l10n/th_TH/files.po | 28 +-
l10n/th_TH/files_external.po | 12 +-
l10n/th_TH/files_trashbin.po | 8 +-
l10n/th_TH/lib.po | 30 +-
l10n/th_TH/settings.po | 134 +-
l10n/th_TH/user_ldap.po | 136 +-
l10n/tr/core.po | 113 +-
l10n/tr/files.po | 32 +-
l10n/tr/files_external.po | 12 +-
l10n/tr/files_trashbin.po | 8 +-
l10n/tr/lib.po | 35 +-
l10n/tr/settings.po | 140 +-
l10n/tr/user_ldap.po | 142 +-
l10n/tzm/core.po | 109 +-
l10n/tzm/files.po | 70 +-
l10n/tzm/lib.po | 26 +-
l10n/tzm/settings.po | 134 +-
l10n/tzm/user_ldap.po | 136 +-
l10n/ug/core.po | 109 +-
l10n/ug/files.po | 28 +-
l10n/ug/files_external.po | 12 +-
l10n/ug/files_trashbin.po | 8 +-
l10n/ug/lib.po | 30 +-
l10n/ug/settings.po | 134 +-
l10n/ug/user_ldap.po | 136 +-
l10n/uk/core.po | 109 +-
l10n/uk/files.po | 30 +-
l10n/uk/files_external.po | 12 +-
l10n/uk/files_trashbin.po | 8 +-
l10n/uk/lib.po | 30 +-
l10n/uk/settings.po | 134 +-
l10n/uk/user_ldap.po | 136 +-
l10n/ur_PK/core.po | 109 +-
l10n/ur_PK/files.po | 70 +-
l10n/ur_PK/lib.po | 30 +-
l10n/ur_PK/settings.po | 134 +-
l10n/ur_PK/user_ldap.po | 136 +-
l10n/uz/core.po | 109 +-
l10n/uz/files.po | 28 +-
l10n/uz/lib.po | 26 +-
l10n/uz/settings.po | 134 +-
l10n/uz/user_ldap.po | 136 +-
l10n/vi/core.po | 109 +-
l10n/vi/files.po | 28 +-
l10n/vi/files_external.po | 12 +-
l10n/vi/files_trashbin.po | 8 +-
l10n/vi/lib.po | 30 +-
l10n/vi/settings.po | 134 +-
l10n/vi/user_ldap.po | 136 +-
l10n/zh_CN/core.po | 109 +-
l10n/zh_CN/files.po | 28 +-
l10n/zh_CN/files_external.po | 12 +-
l10n/zh_CN/files_trashbin.po | 8 +-
l10n/zh_CN/lib.po | 30 +-
l10n/zh_CN/settings.po | 138 +-
l10n/zh_CN/user_ldap.po | 136 +-
l10n/zh_HK/core.po | 109 +-
l10n/zh_HK/files.po | 28 +-
l10n/zh_HK/files_external.po | 12 +-
l10n/zh_HK/files_trashbin.po | 8 +-
l10n/zh_HK/lib.po | 30 +-
l10n/zh_HK/settings.po | 134 +-
l10n/zh_HK/user_ldap.po | 136 +-
l10n/zh_TW/core.po | 115 +-
l10n/zh_TW/files.po | 28 +-
l10n/zh_TW/files_external.po | 12 +-
l10n/zh_TW/files_trashbin.po | 8 +-
l10n/zh_TW/lib.po | 32 +-
l10n/zh_TW/settings.po | 138 +-
l10n/zh_TW/user_ldap.po | 136 +-
lib/base.php | 54 +-
lib/l10n/ca.php | 1 -
lib/l10n/cs_CZ.php | 2 +-
lib/l10n/da.php | 1 -
lib/l10n/de.php | 2 +-
lib/l10n/de_CH.php | 1 -
lib/l10n/de_DE.php | 2 +-
lib/l10n/el.php | 3 +-
lib/l10n/en_GB.php | 2 +-
lib/l10n/es.php | 1 -
lib/l10n/es_AR.php | 1 -
lib/l10n/et_EE.php | 2 +-
lib/l10n/eu.php | 1 -
lib/l10n/fr.php | 2 +-
lib/l10n/{ach.php => fr_CA.php} | 0
lib/l10n/gl.php | 2 +-
lib/l10n/hu_HU.php | 1 -
lib/l10n/it.php | 2 +-
lib/l10n/ja_JP.php | 1 -
lib/l10n/ko.php | 1 -
lib/l10n/lt_LT.php | 2 +-
lib/l10n/lv.php | 1 -
lib/l10n/nl.php | 1 -
lib/l10n/pl.php | 1 -
lib/l10n/pt_BR.php | 2 +-
lib/l10n/pt_PT.php | 1 -
lib/l10n/ru.php | 2 +-
lib/l10n/ru_RU.php | 1 +
lib/l10n/sk_SK.php | 1 -
lib/l10n/sl.php | 11 +-
lib/l10n/sv.php | 2 +-
lib/l10n/tr.php | 2 +-
lib/l10n/zh_TW.php | 1 -
lib/private/appframework/app.php | 6 +-
.../appframework/routing/routeactionhandler.php | 2 +-
lib/private/avatar.php | 18 +-
lib/private/avatarmanager.php | 26 +
lib/private/connector/sabre/filesplugin.php | 12 +
lib/private/db/mdb2schemamanager.php | 2 +
lib/private/defaults.php | 50 +-
lib/private/files.php | 2 +-
lib/private/files/cache/cache.php | 2 +-
lib/private/files/cache/updater.php | 8 +-
lib/private/files/storage/common.php | 13 +
lib/private/files/storage/home.php | 17 +
lib/private/log/owncloud.php | 2 +
lib/private/preview/movies.php | 10 +-
lib/private/repair.php | 21 +
lib/private/request.php | 39 +-
lib/private/server.php | 12 +
lib/private/updater.php | 7 +-
lib/private/user.php | 34 +-
lib/private/user/backend.php | 15 +-
lib/private/user/user.php | 12 +
lib/private/util.php | 45 +-
lib/public/activity/iconsumer.php | 5 +
lib/public/activity/imanager.php | 6 +-
lib/public/appframework/app.php | 28 +
lib/public/appframework/controller.php | 7 +
lib/public/appframework/http.php | 8 +-
lib/public/appframework/http/jsonresponse.php | 11 +-
lib/public/appframework/http/response.php | 4 +
lib/public/appframework/http/templateresponse.php | 26 +-
lib/public/appframework/iapi.php | 4 +
lib/public/appframework/middleware.php | 4 +
lib/public/authentication/iapachebackend.php | 5 +
lib/public/db.php | 2 +
lib/public/defaults.php | 28 +-
lib/public/files/alreadyexistsexception.php | 8 +
lib/public/files/entitytoolargeexception.php | 8 +
lib/public/files/file.php | 5 +
lib/public/files/folder.php | 5 +
lib/public/files/invalidcontentexception.php | 8 +
lib/public/files/invalidpathexception.php | 8 +
lib/public/files/node.php | 5 +
lib/public/files/notenoughspaceexception.php | 8 +
lib/public/files/notfoundexception.php | 8 +
lib/public/files/notpermittedexception.php | 8 +
lib/public/files/storage.php | 5 +
lib/public/iaddressbook.php | 5 +
lib/public/iavatar.php | 38 +
lib/public/iavatarmanager.php | 23 +
lib/public/icontainer.php | 2 +-
lib/public/idbconnection.php | 2 +-
lib/public/iservercontainer.php | 6 +
lib/public/share.php | 6 +-
public.php | 2 +
settings/admin.php | 2 +-
settings/ajax/decryptall.php | 3 +
settings/js/personal.js | 10 +-
settings/l10n/ca.php | 2 -
settings/l10n/cs_CZ.php | 12 +-
settings/l10n/da.php | 2 -
settings/l10n/de.php | 6 +-
settings/l10n/de_CH.php | 2 -
settings/l10n/de_DE.php | 6 +-
settings/l10n/el.php | 33 +
settings/l10n/en_GB.php | 5 +-
settings/l10n/es.php | 6 +-
settings/l10n/es_AR.php | 2 -
settings/l10n/et_EE.php | 5 +-
settings/l10n/fi_FI.php | 3 +-
settings/l10n/fr.php | 5 +-
settings/l10n/gl.php | 6 +-
settings/l10n/hu_HU.php | 2 -
settings/l10n/it.php | 6 +-
settings/l10n/ja_JP.php | 2 -
settings/l10n/lt_LT.php | 2 -
settings/l10n/lv.php | 2 -
settings/l10n/nl.php | 2 -
settings/l10n/nn_NO.php | 2 -
settings/l10n/pl.php | 18 +-
settings/l10n/pt_BR.php | 6 +-
settings/l10n/pt_PT.php | 2 -
settings/l10n/ru.php | 2 -
settings/l10n/ru_RU.php | 2 +
settings/l10n/sk_SK.php | 2 -
settings/l10n/sl.php | 26 +-
settings/l10n/sv.php | 5 +-
settings/l10n/tr.php | 6 +-
settings/l10n/zh_CN.php | 2 -
settings/l10n/zh_TW.php | 2 -
settings/personal.php | 1 +
settings/templates/admin.php | 30 +-
settings/templates/personal.php | 8 +-
version.php | 6 +-
1703 files changed, 45016 insertions(+), 72427 deletions(-)
delete mode 100644 3rdparty/MDB2/Date.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/Common.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/Datatype/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Driver/Function/Common.php
delete mode 100644 3rdparty/MDB2/Driver/Function/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/Function/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/Function/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/Function/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/Function/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/Common.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/Manager/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Driver/Native/Common.php
delete mode 100644 3rdparty/MDB2/Driver/Native/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/Native/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/Native/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/Native/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/Native/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/Common.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/Reverse/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Driver/mysql.php
delete mode 100644 3rdparty/MDB2/Driver/oci8.php
delete mode 100644 3rdparty/MDB2/Driver/pgsql.php
delete mode 100644 3rdparty/MDB2/Driver/sqlite.php
delete mode 100644 3rdparty/MDB2/Driver/sqlsrv.php
delete mode 100644 3rdparty/MDB2/Extended.php
delete mode 100644 3rdparty/MDB2/Iterator.php
delete mode 100644 3rdparty/MDB2/LOB.php
delete mode 100644 3rdparty/MDB2/Schema.php
delete mode 100644 3rdparty/MDB2/Schema/Parser.php
delete mode 100644 3rdparty/MDB2/Schema/Parser2.php
delete mode 100644 3rdparty/MDB2/Schema/Reserved/ibase.php
delete mode 100644 3rdparty/MDB2/Schema/Reserved/mssql.php
delete mode 100644 3rdparty/MDB2/Schema/Reserved/mysql.php
delete mode 100644 3rdparty/MDB2/Schema/Reserved/oci8.php
delete mode 100644 3rdparty/MDB2/Schema/Reserved/pgsql.php
delete mode 100644 3rdparty/MDB2/Schema/Tool.php
delete mode 100644 3rdparty/MDB2/Schema/Tool/ParameterException.php
delete mode 100644 3rdparty/MDB2/Schema/Validate.php
delete mode 100644 3rdparty/MDB2/Schema/Writer.php
create mode 100644 apps/admin_dependencies_chk/l10n/lb.php
copy apps/bookmarks/l10n/{uz => fr_CA}/bookmarks.po (90%)
copy apps/calendar/l10n/{uz => fr_CA}/calendar.po (79%)
copy apps/contacts/l10n/{templates/contacts.pot => fr_CA/contacts.po} (98%)
delete mode 100644 apps/documents/js/3rdparty/webodf/editor/server/pullbox/MemberModel.js
copy apps/documents/l10n/{ach => fr_CA}/documents.po (90%)
copy apps/{bookmarks => documents}/l10n/km.php (100%)
create mode 100644 apps/documents/src/patches/dojoStylesPill.patch
create mode 100644 apps/documents/src/patches/keepBodyStyle.patch
copy apps/files/l10n/{ach.php => fr_CA.php} (100%)
create mode 100644 apps/files_encryption/ajax/getMigrationStatus.php
create mode 100644 apps/files_encryption/js/detect-migration.js
copy apps/{files_trashbin => files_external}/l10n/ru_RU.php (73%)
create mode 100644 apps/files_external/tests/mountconfig.php
create mode 100644 apps/firstrunwizard/l10n/ms_MY.php
delete mode 100644 apps/gallery/ajax/albumthumbnail.php
create mode 100644 apps/gallery/css/public.css
create mode 100644 apps/gallery/js/public.js
create mode 100644 apps/gallery/public.php
create mode 100644 apps/gallery/templates/public.php
copy apps/user_ldap/l10n/{ach.php => fr_CA.php} (100%)
create mode 100644 core/command/app/disable.php
create mode 100644 core/command/app/enable.php
create mode 100644 core/command/app/listapps.php
create mode 100644 core/command/maintenance/repair.php
create mode 100644 core/command/maintenance/singleuser.php
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-1.png
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-2.png
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-3.png
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-4.png
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-5.png
delete mode 100644 core/doc/admin/_images/custom_mount_config_gui_add_google_drive-6.png
create mode 100644 core/doc/admin/_sources/configuration/configuration_preview.txt
delete mode 100644 core/doc/admin/_sources/configuration/custom_mount_config_gui_google_drive.txt
copy core/doc/admin/configuration/{configuration_apps.html => configuration_preview.html} (51%)
delete mode 100644 core/doc/admin/configuration/custom_mount_config_gui_google_drive.html
delete mode 100644 core/doc/admin/searchindex.js
delete mode 100644 core/doc/user/searchindex.js
copy core/l10n/{ach.php => fr_CA.php} (100%)
create mode 100644 core/templates/singleuser.user.php
copy l10n/{ach => fr_CA}/core.po (89%)
copy l10n/{templates/files.pot => fr_CA/files.po} (91%)
copy l10n/{templates/files_encryption.pot => fr_CA/files_encryption.po} (86%)
copy l10n/{oc => fr_CA}/files_external.po (87%)
copy l10n/{templates/files_sharing.pot => fr_CA/files_sharing.po} (81%)
copy l10n/{oc => fr_CA}/files_trashbin.po (57%)
copy l10n/{templates/files_versions.pot => fr_CA/files_versions.po} (62%)
copy l10n/{tzm => fr_CA}/lib.po (90%)
copy l10n/{ach => fr_CA}/settings.po (83%)
copy l10n/{ach => fr_CA}/user_ldap.po (89%)
copy l10n/{templates/user_webdavauth.pot => fr_CA/user_webdavauth.po} (62%)
copy lib/l10n/{ach.php => fr_CA.php} (100%)
create mode 100644 lib/private/avatarmanager.php
create mode 100644 lib/private/repair.php
create mode 100644 lib/public/iavatar.php
create mode 100644 lib/public/iavatarmanager.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