[Pkg-owncloud-commits] [owncloud] branch master updated (ae72ec3 -> 6444416)

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:14 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  ae72ec3   Update changelog for 7.0.2+dfsg-2 release
       new  d63091b   Revert "Remove images embedding a non free ICC profile"
       new  55092af   Don’t exclude inexistent files
       new  5a8db83   Escape error messages
       new  2b001ad   backport of #8623
       new  a133833   fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
       new  04e14ab   Enhancement: Adds input styles to input type dates too.
       new  30cc4b9   allow horizontal scrollbar for personal and admin settings
       new  135d402   define min height/width for icon classes to make sure they show
       new  cc820eb   Adds 2 checkboxes at the top of userlist in the settings, to display/hide optional columns This fixes #9367.
       new  4d9fd19   user mgmt: move 'Show storage location' and 'Show last log in' to settings area
       new  617636d   Add missing 'personal' mount configuration option
       new  98ac45f   Backport of #9214
       new  8b86df3   allow empty hostname and dots in service name for oracle autosetup
       new  11b2835   retrieve local users, groups and group members in a sorted way
       new  f3f1d1e   Add optional user ID parameter for getUseFolder
       new  6eb1f7a   update public interface for getUserFolder
       new  b26dd3c   russian translation backport. closes #10759
       new  3d35c7e   fix z-index of navigation sidebar for mobile devices
       new  b59d58f   Merge pull request #10789 from owncloud/fix-z-index
       new  444e21a   Typ in whichOpenOffice test
       new  459c781   Merge pull request #10823 from oparoz/patch-1
       new  919d19c   Highlight every uploaded files and scroll down to the last one
       new  f74bf92   add select2 to app specific thirdparty
       new  992bd6d   replace chosen with select2 to provide ajaxified user and group selection for files_external, fixes #7499
       new  af17de9   fix deletion of shares
       new  bd5796a   Merge pull request #10558 from owncloud/ajaxify_user_list_for_files_external_stable7
       new  81c4043   Fix upgrade process when apps enabled for specific groups
       new  28e1480   Added test for needUpgrade for core
       new  f268eee   Added unit tests for cache of enabled apps
       new  e638a9a   remove a left over that uselessly fetches all users
       new  eb682a30  Merge pull request #10878 from owncloud/remove_leftover
       new  69cc204   Added permission check for drag and drop
       new  6534304   Remove different URL for EE
       new  41d8157   Add isAppstoreEnabled instead of hijacking the URL
       new  8e77ca6   Fixed scrollto for search results
       new  cfca88f   Scroll to new file/folder after adding
       new  1f2550e   add / to url to match route
       new  640abbe   Move trusted domain check to init()
       new  994f36e   CRON call ends in null exception
       new  1e4431b   Update cron.php
       new  85cde16   Catch exceptions when moving files
       new  96bb1f7   Check for admin user instead of subadmin
       new  9b99c81   Using countUsers method to return true count of users
       new  a796860   fix styling and wording of no-JavaScript message
       new  b609d36   also add no-JavaScript notice to log in and sharing pages because they do not work without JS either
       new  b98c22d   Don't show warning when has_internet_connection is set to false
       new  5e5d9e0   allow . in dbname on web install
       new  c52f66c   Keep fileid on move in objectstore, fixes #10848
       new  f5bac5f   make objectstore tests check fileid on rename
       new  ca121d8   add shortcut functions for style and script
       new  8869dcf   add template functions for html imports
       new  2a859f8   append .html since componets always use html files
       new  8e89c51   more sugar for including lists of templates
       new  7bd4f6c   Backport issue 10764
       new  95eb9bf   Merge pull request #10884 from owncloud/stable7_backport_issue_10674
       new  dedb473   Do not load extra user backends when an upgrade is due
       new  19dd866   Fix broken new lines in plain text mail template
       new  cc0a855   Use correct language package so the subject is correctly translated
       new  1a9e08a   Merge pull request #10973 from owncloud/stable7-issue/10847
       new  04597ae   Use section in first element
       new  36680a5   Merge pull request #10998 from owncloud/use-section-in-form
       new  ec9517f   Add X-UA-Compatible to all templates
       new  463ad5a   repair search lucene before installing
       new  3f5cefb   improve style of checkmark icon, less bold, fitting ownCloud style
       new  7f1e327   fix size of toggle icon, make container square
       new  b7c7ec2   fix svg of calendar filetype icon
       new  e26a5ff   fix folder icon alignment, fix #10866
       new  5ac620c   Fixes #8326: deletion of directories on S3
       new  f040529   Converted an array to PHP5.3 compatible version
       new  bec0895   fix nojavascript message alignment
       new  572720f   Do not double decode values
       new  1981d22   if only one attribute is requested, the returned array has 0 as key instead of attribute name. fixes #10888
       new  a233964   Set overwritewebroot when installing owncloud to avoid problems
       new  7f1416e   Remove passing by reference to allow for proper GC
       new  ff6deb8   Use secure mimetype for content delivery
       new  86400ea   Preserve transparency when loading from a file
       new  9bf1a18   also expire file if timestamp = limit, happens if trashbin_retention_obligation is set to zero
       new  76ff7ab   Disable database migrations for MSSQL - scripts have to be applied manually
       new  8ed1762   Reword the description
       new  2ffcff2   content size checks are not valid for LOCK
       new  0732131   content size checks are not valid for LOCK
       new  03f9b14   Merge pull request #11053 from owncloud/baskport-11041-stable7
       new  ebbd403   Use Doctrine Platform to generate SQL query for table truncation.
       new  82ccb04   adding unit test to truncate the table
       new  19a7aa0   version bump
       new  28f4620   Make 404 page easier to understand
       new  35cb14c   Add timeout to user and group deletion notification
       new  749c519   Move basic auth check
       new  7930440   update encryption doc link
       new  37632e4   Move BasicAuth check to "isLoggedIn()"
       new  7f45226   Prevent updates between multiple major versions
       new  8580e2a   Don't rely on the sorting the database gives us for tests
       new  83b9a89   Merge pull request #11190 from owncloud/fix-unit-test-sort-order-stable7
       new  6c544b9   adding 'smallint unsigned' to type mapping for sqlite
       new  5637a58   backport stable translations
       new  f8ecef2   Merge pull request #11195 from owncloud/stable_l10n_backport
       new  645e7a0   delete old previews
       new  2068eaf   make sure preview prop is instanceof OC_Image before using it in showPreview
       new  6946962   fix button text l10n
       new  0c01440   Merge pull request #11201 from owncloud/fix-button-text
       new  0afd79a   backport server2server strings
       new  260229b   Merge pull request #11202 from owncloud/stable_l10n_backport
       new  a2e9056   create backup from all keys before recovery
       new  ce69e83   make sure that we really catch the files folder only
       new  97b83b9   Move select2 from files_external to core
       new  a385a36   Now using select2 for the groups excluded from sharing
       new  2e93300   Load select2 on admin page
       new  7f030ee   Remove excludegroup.php
       new  996c68a   Added select2 on the apps page
       new  2aaad09   Fixed select2 for admin and apps page
       new  13cee30   fit select2 to ownCloud input style
       new  c16c680   Add select2 cache for complete group list
       new  8905e77   Don't automatically setup the filesystem the moment we load OC\Files\FileSystem
       new  744b20b   Remove unneeded file initialization in encryption, already handled in a hook
       new  984b6a2   Also setup the filesystem when matching routes
       new  3ebd0b8   Backport of #9225
       new  2d3ea08   update 3rdparty submodule to its stable7 commit
       new  387638e   Use afterBind to send fileId header for files and directories
       new  dfc6bfe   add seek and tell to streamwrapper test
       new  2bdf5a8   return boolean in OC::stream_seek
       new  e556698   return boolean in Ciose::stream_seek
       new  44c7562   in quota wrapper use === instead of ! for better readability and as in other wrappers
       new  03bb3d2   Reenable file proxy when renaming between mount points
       new  d6276be   date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC
       new  2b29756   Added extra check to avoid deleting key folders
       new  b3ddd39   Log unsuccessful temp file creation and return false
       new  c0d1b6b   Load apps in test situations
       new  33737f9   Merge pull request #11230 from owncloud/fix-failing-mountconfig-tests-stable7
       new  cb39c55   WebDAV now throws 403 when deletion did not work
       new  bd7f6c9   first check if a private key exists, if not it is always a recovery szenario
       new  d9384cd   Append port to trusted domain in case it's not 80 or 443
       new  cb3bc5a   Do only follow HTTP and HTTPS redirects
       new  a6eb638   Use non-empty defaults
       new  85d7492   Fix share key finding algorithm in various cases
       new  838c849   remove post setup check
       new  435b9c3   using flush() here is pointless as we render the layout into a memory buffer and actually transmit the data later
       new  fbcd80a   Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch.
       new  2013404   Moved WebDAV and internet checks to client side JS
       new  00bb0e1   Check for blacklisted characters
       new  4e85012   fix filepicker home icon being partly hidden, fix #10169
       new  c31990e   Updating 3rdparty - contains updated tar archive and getid3
       new  1ec756d   Show a proper error message when trying to scan the filesystem for a non existing user
       new  bb69eeb   Add a configuration switch for enabled preview mimetypes
       new  734112a   Merge branch 'stable7' into backport-11211
       new  0044c3b   Merge pull request #11245 from owncloud/backport-11211
       new  6d8fdcd   Clarify possible preview providers for type Office
       new  bdc26c6   Don't keep the full info of all children in memory
       new  e37f44e   Expose creatable permissions trough fileinfo
       new  d660aab   Fix dav permissions for folders without create permissions
       new  257dbe6   for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar
       new  4d261d9   Added spinners in share dropdown
       new  c1c70b3   Add ID to markup to have the checkboxes in the right position
       new  5c0139f   Prevent monkey clicking on labels
       new  bd74ab2   Clear up confusion of log_rotate_size config value
       new  5ddacae   dn needs to be fetched to be able to detect memberOf support
       new  7eb0d68   Close the session for preview generation
       new  02374e5   don't clean up the test environment if a data provider was finished
       new  bc5c608   Add flock to config
       new  69296be   Use SVG previews for public sharing
       new  0484939   Redirect only to absolute URL
       new  a47f965   Fix AmazonS3 rmdir on the root
       new  25d003a   Fix amazon s3 rename overwrite
       new  67b9ede   Fix copy overwrite for amazon s3
       new  3a4ac2c   Skip test for unsuported feature for amazon s3
       new  79f5346   make sure that the users file system is initialized before we emit the post hook
       new  094f5bc   make sure that we re-load the file system after the quota was set
       new  3fb55d9   Merge pull request #11364 from owncloud/fix_unit_test_oc7
       new  7d389b2   catch and log exception in OC_Helper::cleanTmp()
       new  64a9315   group shares and combine permissions
       new  b52154b   unit tests for grouping of shares pointing to the same source
       new  97dba2e   generateTarget() will always find a unique target
       new  df97d82   fix add user to group to work with grouped shares
       new  9826807   mark exclude list as deprecated. It neither used by the files app nor by the calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets.
       new  aab4469   fix unit tests
       new  7edf912   only add a new row if it isn't a unique share, otherwise update the existing row
       new  e25593d   clear share table after each test run
       new  27a630b   some small fixes
       new  c5db1ef   always select permissions, used in getItems()
       new  6d747e9   call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible
       new  3b1715c   for group shares only the parent has the up-to-date permission. Make sure that we always use this permission, except if the user permission is '0' because in this case the user unshared the group share from self
       new  6d85cf2   for group shares we don't need a extra db entry of groupTarget equals itemTarget
       new  1e5c786   only create a new share entry, if the user needs a different target name than the group share
       new  1371fec   on unshare only unshare childrens if there is no other parent available
       new  bb70300   throw a exception if we can't handle the provided path
       new  9254073   some small fixed, suggested by scrutinizer
       new  d388ef5   Merge pull request #11363 from owncloud/sharing_group_shares_stable7
       new  424cc31   increase version
       new  2376d69   Inject config into checkserver and cleanup tests
       new  6c09c0e   Don't complain about non-writable datadirs before we're installed
       new  83a0695   Check for writable datadir during setup
       new  d102cb4   Don't test for htaccess if we cant write into the datadir anyway
       new  f788dff   Try to create datadirectory to test whether the .htaccess works
       new  1f5f278   Merge pull request #11299 from owncloud/barkport-10934
       new  3039837   we also encrypt/decrypt files in the versions folder for previews and if encryption is enabled/disabled
       new  532f651   fix position and style of sort indicator
       new  e0d1fa5   Add CssImportFilter. More elegant fix for documents#348
       new  9411a6e   reduce bottom padding in filelist, fix perceived glitching, fix #11213
       new  77b5e2e   fix position of rename field, fix #10867
       new  b6e81b5   Merge pull request #11457 from owncloud/stable7-fix-rename-position
       new  aedd64b   fix for issue #10483
       new  4e74983   variable for found avatar div
       new  a045f8c   restrict $div to local scope
       new  4dcd1ed   make sure that the notification gets shown again after a second try
       new  bdfd3ca   improved visual feedback if recovery key gets enabled/disabled
       new  7ee3ad4   improved visual feedback if recovery key password gets changed
       new  a766f5b   improved visual feedback if user enabled recovery key
       new  7fd925e   log exceptions when listing files
       new  8089e0f   strict comparison
       new  c8dab58   make some storage tests explain what went wrong
       new  2b91e62   fix amazon s3 issues
       new  056b978   files_extern: remove empty Body and ContentLength in Amazon S3 mount
       new  413bd54   extract batchDelete(), better comments
       new  6b89f4b   Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_call
       new  251e4d7   Fix file size comparator return value
       new  3e7bc72   unify style of config.sample.php
       new  c83a17e   re-arrange the config options and sort them in a semantical way
       new  47c05e0   Fixes in config.sample.php
       new  063d203   style fixes in config.sample.php
       new  a3c6b7a   Updated info.xml app description
       new  c9875e3   Updated info.xml app description
       new  f4e1e5f   Updated info.xml app description
       new  a7398bc   Updated info.xml app description
       new  cdeb7cb   Updated info.xml app description
       new  5b6f866   Updated info.xml app description
       new  d222d2b   check if I can create a file at the location
       new  f0c4347   Backport of #10527
       new  d6ee378   Add support for keys in the info.xml
       new  24dbdd2   Clear enabled apps cache after loading authentication app
       new  bd205c5   apply @carlaschroder's changes from owncloud/documentation#594
       new  f1a99eb   Additional changes to config.sample.php and typo fixes
       new  fe65225   Added filesystem hooks for mount/unmount ext storage
       new  3d68d17   Added failing unit tests for mount config hooks
       new  4858b5e   Expose getAppKeys trough \OCP\IConfig
       new  0d8d5cb   Fix add/remove mountpoint hooks
       new  a11a75f   Add EtagPropagator to handle etag changes when external storages are changed
       new  f534574   Hookup the etag propagator
       new  1203580   More phpdoc
       new  a036cc5   Added PHP docs for etag propagator
       new  140f3a7   Merge pull request #11505 from owncloud/stable7-ext-updateetagmount
       new  34c1760   Urlencode file name before passing it to cURL
       new  7479a6e   Remove special case for css in OC.filePath
       new  335ad56   Add unittest for filePath
       new  f8675f6   Add beforeeach and aftereach
       new  7097201   Merge pull request #11503 from owncloud/stable7-9753
       new  088879c   Prevent button click when enter key is pressed in LDAP wizard
       new  5a37703   fix performance issues
       new  f4c91f0   try to get path from filesystem
       new  ecc7161   make sure that we always delete oldest first
       new  b297ddf   Log warning when no uid was found for user
       new  4795423   Imported Upstream version 7.0.3~~20141010+dfsg
       new  895e1ec   Merge tag 'upstream/7.0.3__20141010+dfsg'
       new  bd46201   Refresh patches
       new  50a710f   Update for embeded select2
       new  6635b10   Update copyright
       new  115eab9   Run “occ upgrade” on upgrade
       new  b5f42ba   Move sample configuration file in examples
       new  63c81d8   Update README for mails and apps
       new  6444416   Update changelog for 7.0.3~~20141010+dfsg-1 release

The 258 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/Archive/Tar.php                           | 2443 ++++++++------
 3rdparty/autoload.php                              |    2 +-
 3rdparty/composer.lock                             |   49 +-
 3rdparty/composer/autoload_real.php                |   10 +-
 3rdparty/composer/installed.json                   |   44 +-
 3rdparty/james-heinrich/getid3/README.md           |    2 +-
 3rdparty/james-heinrich/getid3/changelog.txt       | 1422 ++++----
 .../james-heinrich/getid3/getid3/getid3.lib.php    |   19 +-
 .../getid3/getid3/module.audio.ogg.php             |   79 +-
 3rdparty/james-heinrich/getid3/readme.txt          |    2 +-
 apps/activity/ajax/rssfeed.php                     |    4 +-
 apps/activity/appinfo/app.php                      |    2 +-
 apps/activity/appinfo/info.xml                     |   30 +-
 apps/activity/appinfo/routes.php                   |   13 +
 apps/activity/index.php                            |    2 +-
 apps/activity/l10n/bn_BD.php                       |    1 +
 apps/activity/l10n/ca.php                          |   10 +-
 apps/activity/l10n/da.php                          |    1 +
 apps/activity/l10n/et_EE.php                       |    2 +
 apps/activity/l10n/hu_HU.php                       |   70 +-
 apps/activity/l10n/nl.php                          |    2 +-
 apps/activity/l10n/nn_NO.php                       |   40 +-
 apps/activity/l10n/pt_PT.php                       |    1 +
 apps/activity/l10n/ru.php                          |    1 +
 apps/activity/l10n/sl.php                          |    1 +
 apps/activity/l10n/tr.php                          |    1 +
 apps/activity/lib/navigation.php                   |   43 +-
 apps/activity/rss.php                              |    4 +-
 apps/activity/tests/navigationtest.php             |  227 +-
 apps/calendar/lib/calendar.php                     |   24 +-
 apps/calendar/lib/sabre/backend.php                |    1 +
 apps/contacts/appinfo/app.php                      |    2 +-
 apps/contacts/appinfo/update.php                   |    8 +
 apps/contacts/appinfo/version                      |    2 +-
 apps/contacts/css/contacts.css                     |    9 +-
 .../formats/import_vcard_gmail_connector.xml       |    3 +-
 apps/contacts/js/app.js                            |    6 +-
 apps/contacts/js/loader.js                         |   17 +
 apps/contacts/lib/addressbookprovider.php          |    4 +-
 apps/contacts/lib/backend/database.php             |    7 +-
 apps/contacts/lib/connector/importconnector.php    |    8 +-
 apps/contacts/lib/controller/exportcontroller.php  |    2 +-
 apps/contacts/lib/controller/groupcontroller.php   |   22 +-
 apps/contacts/lib/controller/importcontroller.php  |    4 +-
 apps/contacts/lib/hooks.php                        |   28 +-
 apps/contacts/lib/search/contact.php               |  116 +
 .../lib/search/provider.php}                       |   31 +-
 apps/contacts/lib/searchprovider.php               |   41 -
 apps/contacts/tests/setup_owncloud.sh              |    4 +-
 apps/documents/ajax/download.php                   |    2 +-
 apps/documents/ajax/sessionController.php          |   34 +-
 apps/documents/appinfo/routes.php                  |   14 -
 apps/documents/css/style.css                       |    5 +-
 apps/documents/js/documents.js                     |    3 +
 apps/documents/lib/db/session.php                  |   24 -
 apps/documents/lib/file.php                        |    2 +-
 apps/external/appinfo/info.xml                     |    6 +-
 apps/files/ajax/list.php                           |    3 +
 apps/files/ajax/move.php                           |   14 +-
 apps/files/ajax/newfile.php                        |    8 +-
 apps/files/appinfo/info.xml                        |    3 +
 apps/files/command/scan.php                        |    6 +-
 apps/files/css/files.css                           |   20 +-
 apps/files/css/upload.css                          |   24 +
 apps/files/download.php                            |    2 +-
 apps/files/js/app.js                               |    6 +-
 apps/files/js/file-upload.js                       |   12 +-
 apps/files/js/filelist.js                          |  116 +-
 apps/files/js/files.js                             |    7 +-
 apps/files/lib/helper.php                          |    2 +-
 apps/files/tests/js/filelistSpec.js                |   11 +-
 apps/files_encryption/ajax/adminrecovery.php       |   48 +-
 .../ajax/changeRecoveryPassword.php                |   26 +
 apps/files_encryption/ajax/userrecovery.php        |    8 +-
 apps/files_encryption/appinfo/app.php              |   16 -
 apps/files_encryption/appinfo/info.xml             |   10 +-
 apps/files_encryption/hooks/hooks.php              |   21 +-
 apps/files_encryption/js/settings-admin.js         |   43 +-
 apps/files_encryption/js/settings-personal.js      |   21 +-
 apps/files_encryption/lib/helper.php               |   46 +-
 apps/files_encryption/lib/keymanager.php           |   54 +-
 apps/files_encryption/lib/proxy.php                |   13 +-
 apps/files_encryption/lib/util.php                 |   16 +
 apps/files_encryption/templates/settings-admin.php |   15 +-
 .../templates/settings-personal.php                |    5 +-
 apps/files_encryption/tests/helper.php             |   56 +
 apps/files_encryption/tests/hooks.php              |  105 +-
 apps/files_encryption/tests/keymanager.php         |   60 +-
 apps/files_encryption/tests/proxy.php              |   38 +
 apps/files_encryption/tests/share.php              |   57 +
 apps/files_encryption/tests/trashbin.php           |   89 +-
 apps/files_encryption/tests/util.php               |   58 +-
 apps/files_external/ajax/applicable.php            |   26 +
 apps/files_external/appinfo/info.xml               |    9 +-
 apps/files_external/appinfo/routes.php             |    8 +-
 apps/files_external/appinfo/version                |    2 +-
 apps/files_external/css/settings.css               |   16 +
 apps/files_external/js/settings.js                 |  182 +-
 apps/files_external/lib/amazons3.php               |  265 +-
 apps/files_external/lib/config.php                 |   46 +-
 apps/files_external/lib/etagpropagator.php         |  126 +
 apps/files_external/settings.php                   |    8 +-
 apps/files_external/templates/settings.php         |   27 +-
 apps/files_external/tests/amazons3.php             |   28 +-
 apps/files_external/tests/etagpropagator.php       |  328 ++
 apps/files_external/tests/mountconfig.php          |  136 +-
 apps/files_sharing/ajax/external.php               |    6 +
 apps/files_sharing/appinfo/app.php                 |    3 +
 apps/files_sharing/appinfo/info.xml                |    6 +-
 apps/files_sharing/js/external.js                  |    2 +-
 apps/files_sharing/js/public.js                    |   31 +-
 apps/files_sharing/l10n/ast.php                    |    6 +-
 apps/files_sharing/l10n/bg_BG.php                  |    8 +-
 apps/files_sharing/l10n/bn_BD.php                  |    5 +-
 apps/files_sharing/l10n/ca.php                     |    6 +-
 apps/files_sharing/l10n/cs_CZ.php                  |    6 +-
 apps/files_sharing/l10n/da.php                     |    8 +-
 apps/files_sharing/l10n/de.php                     |    6 +-
 apps/files_sharing/l10n/de_DE.php                  |    6 +-
 apps/files_sharing/l10n/el.php                     |    6 +-
 apps/files_sharing/l10n/en_GB.php                  |    6 +-
 apps/files_sharing/l10n/es.php                     |    6 +-
 apps/files_sharing/l10n/et_EE.php                  |    6 +-
 apps/files_sharing/l10n/eu.php                     |    6 +-
 apps/files_sharing/l10n/fa.php                     |    8 +-
 apps/files_sharing/l10n/fi_FI.php                  |    6 +-
 apps/files_sharing/l10n/fr.php                     |    6 +-
 apps/files_sharing/l10n/gl.php                     |    6 +-
 apps/files_sharing/l10n/hr.php                     |    8 +-
 apps/files_sharing/l10n/hu_HU.php                  |    8 +-
 apps/files_sharing/l10n/it.php                     |    6 +-
 apps/files_sharing/l10n/ja.php                     |    6 +-
 apps/files_sharing/l10n/nb_NO.php                  |    6 +-
 apps/files_sharing/l10n/nl.php                     |    6 +-
 apps/files_sharing/l10n/pl.php                     |    7 +-
 apps/files_sharing/l10n/pt_BR.php                  |    6 +-
 apps/files_sharing/l10n/pt_PT.php                  |    6 +-
 apps/files_sharing/l10n/ro.php                     |    3 +-
 apps/files_sharing/l10n/ru.php                     |   12 +-
 apps/files_sharing/l10n/sk_SK.php                  |    7 +-
 apps/files_sharing/l10n/sl.php                     |    6 +-
 apps/files_sharing/l10n/tr.php                     |    6 +-
 apps/files_sharing/l10n/zh_CN.php                  |    8 +-
 apps/files_sharing/l10n/zh_TW.php                  |    8 +-
 .../lib/exceptions.php}                            |   19 +-
 apps/files_sharing/lib/share/file.php              |   14 +-
 apps/files_sharing/lib/share/folder.php            |   47 +
 apps/files_sharing/lib/sharedmount.php             |   21 +-
 apps/files_sharing/lib/sharedstorage.php           |   17 +
 apps/files_sharing/public.php                      |    2 +-
 apps/files_sharing/templates/public.php            |   23 +-
 apps/files_sharing/tests/backend.php               |  105 +
 apps/files_sharing/tests/base.php                  |   12 +
 apps/files_sharing/tests/share.php                 |  160 +-
 apps/files_sharing/tests/sharedmount.php           |   37 +
 apps/files_texteditor/appinfo/info.xml             |    6 +-
 apps/files_trashbin/appinfo/info.xml               |   17 +-
 apps/files_trashbin/lib/trashbin.php               |   36 +-
 apps/files_versions/appinfo/info.xml               |   21 +-
 apps/files_versions/lib/versions.php               |    3 +
 apps/firstrunwizard/appinfo/info.xml               |    6 +-
 apps/gallery/README.md                             |   10 +-
 apps/gallery/appinfo/info.xml                      |    5 +-
 apps/gallery/lib/thumbnail.php                     |    2 +-
 apps/templateeditor/appinfo/info.xml               |    7 +-
 apps/templateeditor/js/settings-admin.js           |   10 +-
 apps/templateeditor/lib/mailtemplate.php           |    4 +-
 apps/templateeditor/templates/settings-admin.php   |    2 +-
 apps/updater/ajax/backup.php                       |   82 +
 apps/updater/ajax/download.php                     |   35 +
 apps/updater/ajax/update.php                       |  127 +-
 apps/updater/css/updater.css                       |   22 +-
 apps/updater/js/controllers.js                     |  121 +-
 apps/updater/lib/backup.php                        |   26 +-
 apps/updater/lib/collection.php                    |   39 +
 apps/updater/lib/downloader.php                    |   54 +-
 apps/updater/lib/fsexception.php                   |   18 +
 apps/updater/lib/helper.php                        |   22 +
 apps/updater/lib/location.php                      |   17 -
 apps/updater/lib/location/apps.php                 |   17 -
 apps/updater/lib/location/core.php                 |   16 -
 apps/updater/lib/permissionexception.php           |   36 +
 apps/updater/templates/update.php                  |   11 +-
 apps/user_ldap/ajax/wizard.php                     |   20 +-
 apps/user_ldap/appinfo/info.xml                    |    7 +-
 apps/user_ldap/group_ldap.php                      |    4 +
 apps/user_ldap/js/ldapFilter.js                    |    5 +-
 apps/user_ldap/js/settings.js                      |   18 +-
 apps/user_ldap/lib/access.php                      |   37 +-
 apps/user_ldap/lib/helper.php                      |   13 +-
 apps/user_ldap/lib/ildapwrapper.php                |    2 +-
 apps/user_ldap/lib/wizard.php                      |  112 +-
 apps/user_ldap/templates/part.settingcontrols.php  |    2 +-
 apps/user_ldap/templates/part.wizard-server.php    |    2 +-
 apps/user_ldap/templates/settings.php              |    6 +-
 apps/user_ldap/tests/helper.php                    |   31 +
 apps/user_ldap/tests/wizard.php                    |  241 +-
 config/config.sample.php                           |  880 +++--
 core/ajax/preview.php                              |    1 +
 core/ajax/update.php                               |    4 +
 core/css/header.css                                |    2 +-
 core/css/icons.css                                 |    2 +
 core/css/mobile.css                                |    1 +
 .../css/select2/select2-spinner.gif                |  Bin
 core/css/select2/select2.css                       |  646 ++++
 core/css/select2/select2.png                       |  Bin 0 -> 613 bytes
 core/css/select2/select2x2.png                     |  Bin 0 -> 845 bytes
 core/css/share.css                                 |   14 +
 core/css/styles.css                                |   48 +-
 .../_images/100000000000003800000018D49F1CE7.png   |  Bin 873 -> 0 bytes
 .../_images/10000000000000950000004412998BE7.png   |  Bin 2083 -> 0 bytes
 .../_images/10000000000000B600000120706C3C75.png   |  Bin 6579 -> 0 bytes
 .../_images/10000000000000CD000000ECA8DE7780.png   |  Bin 7028 -> 0 bytes
 .../_images/10000000000001880000007EA4444400.png   |  Bin 4446 -> 0 bytes
 .../_images/10000000000001980000009271BE0D26.png   |  Bin 6348 -> 0 bytes
 .../_images/10000000000001D30000014DC251C948.png   |  Bin 13282 -> 0 bytes
 .../_images/10000000000001FD000000DF8D2D7546.png   |  Bin 10154 -> 0 bytes
 .../_images/10000000000002170000004A27056037.png   |  Bin 3446 -> 0 bytes
 .../_images/1000000000000247000000A77440E4D3.png   |  Bin 13432 -> 0 bytes
 .../_images/100000000000027B0000011D10F70F88.png   |  Bin 10759 -> 0 bytes
 .../_images/10000000000002840000016729388B7F.png   |  Bin 17014 -> 0 bytes
 .../_images/10000000000002950000021E245F6883.png   |  Bin 37232 -> 0 bytes
 .../_images/1000000000000372000002AF943ADDA0.png   |  Bin 77271 -> 0 bytes
 .../_images/10000000000003A60000011E274A1A28.png   |  Bin 27778 -> 0 bytes
 .../_images/10000000000003A6000002A9C7A660BE.png   |  Bin 48549 -> 0 bytes
 .../_images/10000000000003B30000021B5EE5D338.png   |  Bin 26142 -> 0 bytes
 .../_images/10000000000003DF00000071A41D8A1F.png   |  Bin 7998 -> 0 bytes
 .../_images/10000000000004100000005657010336.png   |  Bin 5834 -> 0 bytes
 .../_images/10000000000004770000008AAF3CFFDB.png   |  Bin 3938 -> 0 bytes
 .../_images/10000000000004C0000000795BB2C146.png   |  Bin 11658 -> 0 bytes
 .../_images/100000000000053A00000067708C8F53.png   |  Bin 10039 -> 0 bytes
 .../_images/1000000000000552000000BF22E90239.png   |  Bin 10335 -> 0 bytes
 .../_images/10000000000005970000006AE23997C9.png   |  Bin 9708 -> 0 bytes
 .../_images/10000000000005AF00000074604B1A67.png   |  Bin 10960 -> 0 bytes
 .../_images/10000000000005B90000007866D92D14.png   |  Bin 12227 -> 0 bytes
 .../_images/10000000000005BB0000007C1DF71FA7.png   |  Bin 12121 -> 0 bytes
 .../_images/10000000000005C30000006CAFFAAD61.png   |  Bin 10451 -> 0 bytes
 .../_images/10000000000005D00000003B29340A7A.png   |  Bin 3663 -> 0 bytes
 .../_images/10000000000005D50000009458C5EE48.png   |  Bin 9396 -> 0 bytes
 .../_images/10000000000005E20000009B1BA5A8CF.png   |  Bin 10494 -> 0 bytes
 .../_images/10000000000005E6000000676902E040.png   |  Bin 11118 -> 0 bytes
 .../_images/10000000000005EB000000A68BA73E2D.png   |  Bin 4383 -> 0 bytes
 .../_images/10000000000005EC00000073E678DFEC.png   |  Bin 11066 -> 0 bytes
 .../_images/10000000000005F70000005F0912E904.png   |  Bin 9691 -> 0 bytes
 .../_images/10000000000005F70000007E43DB8026.png   |  Bin 11835 -> 0 bytes
 .../_images/10000000000005FA0000005CE8491B77.png   |  Bin 8013 -> 0 bytes
 .../_images/10000000000005FF0000005F35710398.png   |  Bin 7709 -> 0 bytes
 .../_images/10000000000006000000005EDA7B96BE.png   |  Bin 7862 -> 0 bytes
 .../_images/100000000000060300000065DF96536B.png   |  Bin 7799 -> 0 bytes
 .../_images/10000000000006060000006A0106CA0C.png   |  Bin 7281 -> 0 bytes
 .../_images/100000000000061A0000006FC014C3A4.png   |  Bin 6997 -> 0 bytes
 .../_images/100000000000061D0000007047877972.png   |  Bin 10952 -> 0 bytes
 .../_images/100000000000061E0000006BCF9ECC0B.png   |  Bin 8768 -> 0 bytes
 .../_images/100000000000062A0000005F61A18950.png   |  Bin 9781 -> 0 bytes
 .../_images/1000000000000631000000E19D116AA0.png   |  Bin 12942 -> 0 bytes
 .../_images/100000000000063F00000090AAE1FA4A.png   |  Bin 5022 -> 0 bytes
 core/doc/admin/_images/antivirus-app.png           |  Bin 0 -> 12111 bytes
 core/doc/admin/_images/antivirus-config.png        |  Bin 0 -> 14462 bytes
 core/doc/admin/_images/antivirus-daemon-socket.png |  Bin 0 -> 16412 bytes
 core/doc/admin/_images/antivirus-executable.png    |  Bin 0 -> 14705 bytes
 core/doc/admin/_images/antivirus-logging.png       |  Bin 0 -> 5047 bytes
 core/doc/admin/_images/documents_app_enable.png    |  Bin 0 -> 25556 bytes
 .../_images/encryption_enabling.png                |  Bin
 .../admin/_images/external-storage-amazons3.png    |  Bin 0 -> 24367 bytes
 .../doc/admin/_images/external-storage-app-add.png |  Bin 0 -> 22350 bytes
 .../admin/_images/external-storage-app-enable.png  |  Bin 0 -> 10625 bytes
 .../admin/_images/external-storage-app-local.png   |  Bin 0 -> 10964 bytes
 .../_images/external-storage-app-usermounts.png    |  Bin 0 -> 17775 bytes
 .../external-storage-dropbox-allowshare.png        |  Bin 0 -> 18812 bytes
 .../admin/_images/external-storage-dropbox-app.png |  Bin 0 -> 66394 bytes
 .../_images/external-storage-dropbox-configapp.png |  Bin 0 -> 33217 bytes
 .../admin/_images/external-storage-dropbox-oc.png  |  Bin 0 -> 7964 bytes
 ...73F49785A6.png => external-storage-dropbox.png} |  Bin
 core/doc/admin/_images/external-storage-ftp.png    |  Bin 0 -> 10805 bytes
 .../external-storage-google-drive-0auth.png        |  Bin 0 -> 65496 bytes
 .../_images/external-storage-google-drive-9.png    |  Bin 0 -> 34285 bytes
 .../_images/external-storage-google-drive-sdk.png  |  Bin 0 -> 45813 bytes
 .../_images/external-storage-google-drive.png      |  Bin 0 -> 9414 bytes
 .../_images/external-storage-google-drive1.png     |  Bin 0 -> 20527 bytes
 .../_images/external-storage-google-drive2.png     |  Bin 0 -> 5359 bytes
 .../_images/external-storage-google-drive5.png     |  Bin 0 -> 75172 bytes
 .../_images/external-storage-google-drive7.png     |  Bin 0 -> 29240 bytes
 .../_images/external-storage-google-drive8.png     |  Bin 0 -> 11987 bytes
 core/doc/admin/_images/external-storage-smb.png    |  Bin 0 -> 6000 bytes
 core/doc/admin/_images/external-storage-webdav.png |  Bin 0 -> 10686 bytes
 core/doc/admin/_images/lucene-search-enable.png    |  Bin 0 -> 17268 bytes
 core/doc/admin/_images/lucene-search-user.png      |  Bin 0 -> 11849 bytes
 core/doc/admin/_images/oc_admin_user_manage.png    |  Bin 36477 -> 0 bytes
 .../oc_personal_settings_dropdown_admin.png        |  Bin 5605 -> 0 bytes
 core/doc/admin/_images/oc_select_an_app_window.png |  Bin 25223 -> 0 bytes
 core/doc/admin/_images/oc_updater_enable.png       |  Bin 14363 -> 0 bytes
 core/doc/admin/_images/oc_updater_select.png       |  Bin 32825 -> 0 bytes
 core/doc/admin/_images/preview_images.png          |  Bin 0 -> 37722 bytes
 core/doc/admin/_images/sharing-admin.png           |  Bin 0 -> 35361 bytes
 core/doc/admin/_images/sharing-user-local.png      |  Bin 0 -> 7988 bytes
 core/doc/admin/_images/sharing-user.png            |  Bin 0 -> 29462 bytes
 .../doc/admin/_images/smtp-config-php-sendmail.png |  Bin 0 -> 13106 bytes
 core/doc/admin/_images/smtp-config-smtp.png        |  Bin 0 -> 23999 bytes
 core/doc/admin/_images/smtp-config-wizard.png      |  Bin 0 -> 23571 bytes
 core/doc/admin/_images/updater-1.png               |  Bin 0 -> 3626 bytes
 core/doc/admin/_images/updater-2.png               |  Bin 0 -> 3209 bytes
 core/doc/admin/_images/updater-3.png               |  Bin 0 -> 17361 bytes
 core/doc/admin/_images/updater-4.png               |  Bin 0 -> 32469 bytes
 core/doc/admin/_images/updater-5.png               |  Bin 0 -> 20751 bytes
 core/doc/admin/_images/updater-6.png               |  Bin 0 -> 34638 bytes
 core/doc/admin/_images/updater-7.png               |  Bin 0 -> 29303 bytes
 core/doc/admin/_images/users-config.png            |  Bin 0 -> 30020 bytes
 core/doc/admin/_images/users-create.png            |  Bin 0 -> 28189 bytes
 core/doc/admin/_images/users-groups.png            |  Bin 0 -> 14484 bytes
 .../doc/admin/_sources/configuration/auth_ldap.txt |  468 ++-
 .../configuration/configuration-antivirus.txt      |  148 +
 .../_sources/configuration/configuration_apps.txt  |    2 +-
 .../configuration/configuration_assets.txt         |    2 -
 .../configuration/configuration_encryption.txt     |   59 +-
 .../configuration/configuration_file_sharing.txt   |   78 +
 .../_sources/configuration/configuration_mail.txt  |  289 +-
 .../configuration/configuration_preview.txt        |  107 +-
 .../_sources/configuration/configuration_users.txt |  289 +-
 .../configuration/configuring_big_file_upload.txt  |   60 +-
 .../configuration/configuring_documents.txt        |   28 +
 .../_sources/configuration/configuring_search.txt  |   32 +
 .../_sources/configuration/custom_mount_config.txt |    4 +-
 .../configuration/custom_mount_config_gui.txt      |  751 ++---
 core/doc/admin/_sources/configuration/index.txt    |    4 +
 .../configuration/server_to_server_managing.txt    |   21 +-
 core/doc/admin/_sources/contents.txt               |    1 +
 core/doc/admin/_sources/index.txt                  |   12 +-
 .../installation/configuration_hiawatha.txt        |   12 +
 .../installation/configuration_lighttpd.txt        |   57 +
 .../_sources/installation/configuration_nginx.txt  |   99 +
 .../_sources/installation/configuration_yaws.txt   |   30 +
 core/doc/admin/_sources/installation/index.txt     |    4 +
 .../installation/installation_appliance.txt        |    5 +
 .../_sources/installation/installation_others.txt  |   15 -
 .../_sources/installation/installation_source.txt  |  542 +--
 .../_sources/installation/installation_ucs.txt     |   10 +-
 .../_sources/installation/installation_windows.txt |  217 +-
 core/doc/admin/_sources/maintenance/convert_db.txt |   64 +
 core/doc/admin/_sources/maintenance/index.txt      |    2 +
 core/doc/admin/_sources/maintenance/restore.txt    |    2 +-
 core/doc/admin/_sources/maintenance/update.txt     |  249 +-
 core/doc/admin/_sources/maintenance/upgrade.txt    |  194 ++
 core/doc/admin/_sources/whats_new_admin.txt        |  104 +
 core/doc/admin/configuration/auth_ldap.html        |  465 +--
 core/doc/admin/configuration/background_jobs.html  |   12 +-
 .../configuration/configuration-antivirus.html     |  320 ++
 .../configuration/configuration_3rdparty.html      |   12 +-
 .../admin/configuration/configuration_apps.html    |   12 +-
 .../admin/configuration/configuration_assets.html  |   13 +-
 .../configuration/configuration_automation.html    |   12 +-
 .../configuration_custom_clients.html              |   10 +-
 .../configuration/configuration_database.html      |   10 +-
 .../configuration/configuration_encryption.html    |   69 +-
 .../configuration/configuration_file_sharing.html  |  257 ++
 .../configuration/configuration_knowledgebase.html |   10 +-
 .../configuration/configuration_language.html      |   10 +-
 .../admin/configuration/configuration_logging.html |   10 +-
 .../admin/configuration/configuration_mail.html    |  303 +-
 .../admin/configuration/configuration_preview.html |  109 +-
 .../configuration/configuration_reverseproxy.html  |   12 +-
 .../admin/configuration/configuration_users.html   |  300 +-
 .../configuration/configuring_big_file_upload.html |   73 +-
 ...tion_assets.html => configuring_documents.html} |   55 +-
 ...uration_assets.html => configuring_search.html} |   58 +-
 .../admin/configuration/custom_mount_config.html   |   18 +-
 .../configuration/custom_mount_config_gui.html     |  573 ++--
 .../admin/configuration/custom_user_backend.html   |   12 +-
 core/doc/admin/configuration/index.html            |   21 +-
 .../configuration/server_to_server_managing.html   |   37 +-
 core/doc/admin/configuration/xsendfile.html        |   12 +-
 core/doc/admin/contents.html                       |   88 +-
 core/doc/admin/genindex.html                       |    1 +
 core/doc/admin/index.html                          |   17 +-
 ...tion_macos.html => configuration_hiawatha.html} |   28 +-
 ..._appliance.html => configuration_lighttpd.html} |   83 +-
 ...llation_macos.html => configuration_nginx.html} |  117 +-
 ...allation_macos.html => configuration_yaws.html} |   43 +-
 core/doc/admin/installation/index.html             |   11 +-
 .../admin/installation/installation_appliance.html |    7 +
 .../doc/admin/installation/installation_linux.html |    5 +
 .../doc/admin/installation/installation_macos.html |    5 +
 .../admin/installation/installation_others.html    |   15 +-
 .../admin/installation/installation_source.html    |  511 +--
 core/doc/admin/installation/installation_ucs.html  |    5 +
 .../admin/installation/installation_windows.html   |  232 +-
 .../admin/installation/installation_wizard.html    |    7 +-
 core/doc/admin/issues/index.html                   |    3 +-
 core/doc/admin/maintenance/backup.html             |    7 +-
 .../maintenance/{restore.html => convert_db.html}  |  103 +-
 core/doc/admin/maintenance/enable_maintenance.html |    5 +-
 core/doc/admin/maintenance/index.html              |   11 +-
 core/doc/admin/maintenance/migrating.html          |    7 +-
 core/doc/admin/maintenance/restore.html            |    9 +-
 core/doc/admin/maintenance/update.html             |  357 +-
 core/doc/admin/maintenance/upgrade.html            |  411 +++
 core/doc/admin/search.html                         |    1 +
 core/doc/admin/whats_new_admin.html                |  256 ++
 core/doc/user/_images/apis_auth_google_drive.png   |  Bin 43232 -> 0 bytes
 .../user/_images/calendar_create_event_share.png   |  Bin 11036 -> 19996 bytes
 core/doc/user/_images/calendar_edit_event.png      |  Bin 8846 -> 13363 bytes
 core/doc/user/_images/calendar_settings.png        |  Bin 15142 -> 18985 bytes
 core/doc/user/_images/contact_address_book_add.png |  Bin 11245 -> 8591 bytes
 core/doc/user/_images/download.png                 |  Bin 0 -> 162 bytes
 core/doc/user/_images/event_export.png             |  Bin 0 -> 17683 bytes
 .../_images/external_google_drive_1_sign_in.png    |  Bin 26480 -> 0 bytes
 .../_images/external_google_drive_2_verify.png     |  Bin 15526 -> 0 bytes
 .../external_google_drive_5_setup_ownCloud.png     |  Bin 2820 -> 0 bytes
 .../_images/external_google_drive_6_accept.png     |  Bin 12736 -> 0 bytes
 core/doc/user/_images/new_project_google_drive.png |  Bin 12943 -> 0 bytes
 .../new_project_google_drive_api_settings.png      |  Bin 18752 -> 0 bytes
 .../_images/new_project_google_drive_branding.png  |  Bin 96104 -> 0 bytes
 .../new_project_google_drive_new_client.png        |  Bin 20733 -> 0 bytes
 core/doc/user/_images/oc_files_share.png           |  Bin 11553 -> 0 bytes
 core/doc/user/_images/oc_filesweb.png              |  Bin 17316 -> 0 bytes
 .../user/_images/oc_share_expiration_calendar.png  |  Bin 12932 -> 0 bytes
 core/doc/user/_images/oc_share_with_options.png    |  Bin 7839 -> 0 bytes
 core/doc/user/_images/s2s-add-remote-share.png     |  Bin 0 -> 9000 bytes
 .../user/_images/s2s-connect-to-remote-share.png   |  Bin 0 -> 30521 bytes
 core/doc/user/_images/s2s-create_public_share.png  |  Bin 0 -> 23164 bytes
 core/doc/user/_images/s2s-remote-share-labeled.png |  Bin 0 -> 9772 bytes
 core/doc/user/_images/share_link.png               |  Bin 14435 -> 0 bytes
 core/doc/user/_images/share_link_adding.png        |  Bin 18257 -> 0 bytes
 core/doc/user/_images/users-files.png              |  Bin 0 -> 24404 bytes
 .../doc/user/_images/users-overlays-sharepoint.png |  Bin 0 -> 3707 bytes
 .../user/_images/users-overlays-win-net-drive.png  |  Bin 0 -> 2195 bytes
 core/doc/user/_images/users-overlays.png           |  Bin 0 -> 2632 bytes
 core/doc/user/_images/users-share-local.png        |  Bin 0 -> 21272 bytes
 core/doc/user/_images/users-share-local2.png       |  Bin 0 -> 6737 bytes
 core/doc/user/_images/users-share-public.png       |  Bin 0 -> 18914 bytes
 core/doc/user/_sources/documents.txt               |   77 +-
 .../_sources/external_storage/google_drive.txt     |  109 +-
 core/doc/user/_sources/files/encryption.txt        |   37 +-
 core/doc/user/_sources/files/files.txt             |    2 +-
 core/doc/user/_sources/files/filesweb.txt          |  200 +-
 .../user/_sources/files/server_to_server_using.txt |   79 +-
 core/doc/user/_sources/files/sync.txt              |    2 +-
 core/doc/user/_sources/files/versioncontrol.txt    |    4 +-
 core/doc/user/_sources/index.txt                   |    8 +-
 core/doc/user/_sources/pim/calendar.txt            |   43 +-
 core/doc/user/_sources/pim/contacts.txt            |   27 +-
 core/doc/user/_sources/pim/sync_ios.txt            |    6 +-
 core/doc/user/_sources/pim/sync_thunderbird.txt    |   14 +-
 core/doc/user/_sources/pim/troubleshooting.txt     |    4 +-
 core/doc/user/_sources/userpreferences.txt         |   58 +-
 core/doc/user/_sources/webinterface.txt            |   42 +-
 core/doc/user/_sources/whats_new.txt               |   60 +-
 core/doc/user/bookmarks.html                       |    8 +-
 core/doc/user/contents.html                        |   37 +-
 core/doc/user/documents.html                       |   83 +-
 core/doc/user/external_storage/google_drive.html   |  131 +-
 .../user/files/configuring_big_file_upload.html    |    6 +-
 core/doc/user/files/deletedfiles.html              |    6 +-
 core/doc/user/files/encryption.html                |   44 +-
 core/doc/user/files/files.html                     |    8 +-
 core/doc/user/files/filesweb.html                  |  229 +-
 core/doc/user/files/index.html                     |    6 +-
 core/doc/user/files/quota.html                     |    6 +-
 core/doc/user/files/server_to_server_using.html    |  104 +-
 core/doc/user/files/sync.html                      |    8 +-
 core/doc/user/files/versioncontrol.html            |   10 +-
 core/doc/user/genindex.html                        |    6 +-
 core/doc/user/index.html                           |   18 +-
 core/doc/user/migration.html                       |   10 +-
 core/doc/user/pim/calendar.html                    |   46 +-
 core/doc/user/pim/contacts.html                    |   24 +-
 core/doc/user/pim/index.html                       |    6 +-
 core/doc/user/pim/sync_ios.html                    |   13 +-
 core/doc/user/pim/sync_kde.html                    |    6 +-
 core/doc/user/pim/sync_osx.html                    |    6 +-
 core/doc/user/pim/sync_thunderbird.html            |   18 +-
 core/doc/user/pim/troubleshooting.html             |   10 +-
 core/doc/user/search.html                          |    6 +-
 core/doc/user/userpreferences.html                 |   65 +-
 core/doc/user/webinterface.html                    |   54 +-
 core/doc/user/whats_new.html                       |   69 +-
 core/img/actions/caret.png                         |  Bin 0 -> 2876 bytes
 core/img/actions/checkmark.png                     |  Bin 229 -> 266 bytes
 core/img/actions/checkmark.svg                     |    4 +-
 core/img/actions/logout.png                        |  Bin 0 -> 3071 bytes
 core/img/actions/toggle.png                        |  Bin 318 -> 238 bytes
 core/img/actions/toggle.svg                        |    5 +-
 core/img/filetypes/folder-drag-accept.png          |  Bin 683 -> 760 bytes
 core/img/filetypes/folder-drag-accept.svg          |   44 +-
 core/img/filetypes/folder-external.png             |  Bin 926 -> 850 bytes
 core/img/filetypes/folder-external.svg             |   43 +-
 core/img/filetypes/folder-public.png               |  Bin 1251 -> 1207 bytes
 core/img/filetypes/folder-public.svg               |   43 +-
 core/img/filetypes/folder-shared.png               |  Bin 1134 -> 1134 bytes
 core/img/filetypes/folder-shared.svg               |   42 +-
 core/img/filetypes/folder.png                      |  Bin 635 -> 713 bytes
 core/img/filetypes/folder.svg                      |   42 +-
 core/img/filetypes/text-calendar.png               |  Bin 1226 -> 1271 bytes
 core/img/filetypes/text-calendar.svg               |   66 +-
 core/js/js.js                                      |   72 +-
 core/js/select2/LICENSE                            |   18 +
 core/js/select2/README.md                          |   90 +
 core/js/select2/bower.json                         |    8 +
 core/js/select2/component.json                     |   66 +
 core/js/select2/composer.json                      |   29 +
 core/js/select2/package.json                       |   20 +
 core/js/select2/release.sh                         |   79 +
 core/js/select2/select2-bootstrap.css              |   87 +
 core/js/select2/select2.jquery.json                |   36 +
 core/js/select2/select2.js                         | 3448 ++++++++++++++++++++
 core/js/select2/select2_locale_ar.js               |   17 +
 core/js/select2/select2_locale_bg.js               |   18 +
 core/js/select2/select2_locale_ca.js               |   17 +
 core/js/select2/select2_locale_cs.js               |   49 +
 core/js/select2/select2_locale_da.js               |   17 +
 core/js/select2/select2_locale_de.js               |   15 +
 core/js/select2/select2_locale_el.js               |   17 +
 core/js/select2/select2_locale_en.js.template      |   18 +
 core/js/select2/select2_locale_es.js               |   15 +
 core/js/select2/select2_locale_et.js               |   17 +
 core/js/select2/select2_locale_eu.js               |   43 +
 core/js/select2/select2_locale_fa.js               |   19 +
 core/js/select2/select2_locale_fi.js               |   28 +
 core/js/select2/select2_locale_fr.js               |   16 +
 core/js/select2/select2_locale_gl.js               |   43 +
 core/js/select2/select2_locale_he.js               |   17 +
 core/js/select2/select2_locale_hr.js               |   22 +
 core/js/select2/select2_locale_hu.js               |   15 +
 core/js/select2/select2_locale_id.js               |   17 +
 core/js/select2/select2_locale_is.js               |   15 +
 core/js/select2/select2_locale_it.js               |   15 +
 core/js/select2/select2_locale_ja.js               |   15 +
 core/js/select2/select2_locale_ka.js               |   17 +
 core/js/select2/select2_locale_ko.js               |   17 +
 core/js/select2/select2_locale_lt.js               |   24 +
 core/js/select2/select2_locale_lv.js               |   17 +
 core/js/select2/select2_locale_mk.js               |   17 +
 core/js/select2/select2_locale_ms.js               |   17 +
 core/js/select2/select2_locale_nl.js               |   15 +
 core/js/select2/select2_locale_no.js               |   18 +
 core/js/select2/select2_locale_pl.js               |   22 +
 core/js/select2/select2_locale_pt-BR.js            |   15 +
 core/js/select2/select2_locale_pt-PT.js            |   15 +
 core/js/select2/select2_locale_ro.js               |   15 +
 core/js/select2/select2_locale_rs.js               |   17 +
 core/js/select2/select2_locale_ru.js               |   21 +
 core/js/select2/select2_locale_sk.js               |   48 +
 core/js/select2/select2_locale_sv.js               |   17 +
 core/js/select2/select2_locale_th.js               |   17 +
 core/js/select2/select2_locale_tr.js               |   17 +
 core/js/select2/select2_locale_uk.js               |   23 +
 core/js/select2/select2_locale_vi.js               |   18 +
 core/js/select2/select2_locale_zh-CN.js            |   14 +
 core/js/select2/select2_locale_zh-TW.js            |   14 +
 core/js/setup.js                                   |    3 +
 core/js/setupchecks.js                             |   71 +
 core/js/share.js                                   |  125 +-
 core/js/tests/specs/coreSpec.js                    |   20 +
 core/routes.php                                    |    3 -
 core/setup/controller.php                          |   36 +-
 core/templates/404.php                             |    7 +-
 core/templates/altmail.php                         |    2 +-
 core/templates/layout.base.php                     |    3 +-
 core/templates/layout.guest.php                    |    3 +-
 core/templates/layout.user.php                     |   13 +-
 cron.php                                           |    6 +-
 debian/README.Debian                               |   25 +-
 debian/changelog                                   |   54 +
 debian/copyright                                   |   12 +-
 debian/examples                                    |    1 +
 debian/install                                     |    2 +-
 debian/maintscript                                 |    1 +
 debian/patches/0001-Disable-the-appstore.patch     |  120 +-
 debian/patches/0002-Fix-displayed-version.patch    |   30 +-
 debian/patches/0003-Improve-logfile-handling.patch |   36 +-
 .../path/0004-Adapt-Archive-Tar.php-path.patch     |    5 +-
 ...ctrine-Symphony-Patchwork-and-Pimple-path.patch |    5 +-
 .../path/0006-Adapt-Crypt_Blowfish-path.patch      |    3 +-
 debian/patches/path/0007-Adapt-aws-sdk-path.patch  |    2 +-
 .../0008-Adapt-google-api-php-client-path.patch    |    3 +-
 debian/patches/path/0009-Adapt-Dropbox-path.patch  |    3 +-
 debian/postinst                                    |    5 +
 debian/rules                                       |    9 +-
 lib/base.php                                       |   83 +-
 lib/private/allconfig.php                          |   18 +
 lib/private/app.php                                |   48 +-
 lib/private/archive.php                            |    5 +-
 lib/private/archive/tar.php                        |   10 +-
 lib/private/config.php                             |  134 +-
 lib/private/connector/sabre/directory.php          |    5 +-
 lib/private/connector/sabre/file.php               |   18 +-
 lib/private/connector/sabre/filesplugin.php        |    2 +-
 lib/private/connector/sabre/node.php               |    2 +-
 lib/private/db/mdb2schemamanager.php               |    3 +
 lib/private/db/mssqlmigrator.php                   |   23 +
 lib/private/db/sqlitemigrator.php                  |    1 +
 lib/private/files.php                              |    3 +-
 lib/private/files/cache/scanner.php                |   19 +-
 lib/private/files/fileinfo.php                     |    9 +
 lib/private/files/filesystem.php                   |    7 +-
 .../files/objectstore/objectstorestorage.php       |   38 +-
 lib/private/files/storage/common.php               |    6 +-
 lib/private/files/storage/dav.php                  |    4 +
 lib/private/files/stream/close.php                 |    2 +-
 lib/private/files/stream/oc.php                    |    2 +-
 lib/private/files/stream/quota.php                 |    2 +-
 lib/private/files/view.php                         |    8 +-
 lib/private/group/database.php                     |    4 +-
 lib/private/group/manager.php                      |   40 +-
 lib/private/helper.php                             |   40 +-
 lib/private/httphelper.php                         |  177 +
 lib/private/image.php                              |    6 +
 lib/private/largefilehelper.php                    |    3 +-
 lib/private/legacy/config.php                      |   38 +-
 lib/private/ocsclient.php                          |   29 +-
 lib/private/preview.php                            |   45 +-
 lib/private/preview/office.php                     |    2 +-
 lib/private/preview/svg.php                        |    5 +
 lib/private/preview/unknown.php                    |   49 -
 lib/private/repair.php                             |   15 +-
 lib/private/server.php                             |   27 +-
 lib/private/setup.php                              |   39 +-
 lib/private/setup/oci.php                          |   14 +
 lib/private/share/helper.php                       |  127 +-
 lib/private/share/hooks.php                        |   28 +-
 lib/private/share/mailnotifications.php            |    2 +-
 lib/private/share/share.php                        |  657 ++--
 lib/private/template.php                           |    8 +-
 lib/private/template/functions.php                 |   50 +
 lib/private/templatelayout.php                     |   11 +-
 lib/private/updater.php                            |   24 +-
 lib/private/user.php                               |   16 +-
 lib/private/user/database.php                      |    4 +-
 lib/private/user/http.php                          |    2 +
 lib/private/user/manager.php                       |    7 +
 lib/private/util.php                               |  220 +-
 lib/public/files/fileinfo.php                      |    7 +
 lib/public/iconfig.php                             |   14 +
 lib/public/iservercontainer.php                    |    8 +-
 lib/public/share.php                               |    4 +-
 lib/public/util.php                                |    2 +-
 lib/repair/innodb.php                              |    2 +-
 lib/repair/preview.php                             |   32 +
 lib/repair/searchlucenetables.php                  |   63 +
 search/js/result.js                                |    2 +-
 settings/admin.php                                 |   31 +-
 settings/ajax/checksetup.php                       |   23 +
 settings/ajax/excludegroups.php                    |   18 -
 .../ajax/geteveryonecount.php                      |   36 +-
 settings/apps.php                                  |    8 +-
 settings/css/settings.css                          |   26 +-
 settings/js/admin.js                               |   75 +-
 settings/js/apps.js                                |   35 +-
 settings/js/settings.js                            |   98 +
 settings/js/users/deleteHandler.js                 |   47 +-
 settings/js/users/groups.js                        |   11 +
 settings/js/users/users.js                         |   32 +-
 settings/l10n/bg_BG.php                            |    4 +-
 settings/l10n/cs_CZ.php                            |    4 +-
 settings/l10n/da.php                               |    4 +-
 settings/l10n/de.php                               |    4 +-
 settings/l10n/de_DE.php                            |    4 +-
 settings/l10n/el.php                               |    4 +-
 settings/l10n/en_GB.php                            |    4 +-
 settings/l10n/es.php                               |    4 +-
 settings/l10n/et_EE.php                            |    4 +-
 settings/l10n/eu.php                               |    4 +-
 settings/l10n/fi_FI.php                            |    3 +-
 settings/l10n/gl.php                               |    4 +-
 settings/l10n/hr.php                               |    4 +-
 settings/l10n/hu_HU.php                            |    4 +-
 settings/l10n/it.php                               |    4 +-
 settings/l10n/ja.php                               |    4 +-
 settings/l10n/nb_NO.php                            |    4 +-
 settings/l10n/nl.php                               |    4 +-
 settings/l10n/pl.php                               |    4 +-
 settings/l10n/pt_BR.php                            |    4 +-
 settings/l10n/pt_PT.php                            |    4 +-
 settings/l10n/sk_SK.php                            |    4 +-
 settings/l10n/tr.php                               |    4 +-
 settings/routes.php                                |    4 +
 settings/templates/admin.php                       |   52 +-
 settings/templates/apps.php                        |    6 +-
 settings/templates/users/main.php                  |   18 +-
 settings/templates/users/part.createuser.php       |    2 +-
 settings/templates/users/part.grouplist.php        |    6 +-
 settings/templates/users/part.setquota.php         |   63 +-
 settings/tests/js/users/deleteHandlerSpec.js       |  185 ++
 settings/users.php                                 |   35 +-
 version.php                                        |    6 +-
 684 files changed, 21164 insertions(+), 9468 deletions(-)
 create mode 100644 apps/contacts/lib/search/contact.php
 copy apps/{files_external/appinfo/routes.php => contacts/lib/search/provider.php} (56%)
 delete mode 100644 apps/contacts/lib/searchprovider.php
 create mode 100644 apps/files_external/ajax/applicable.php
 create mode 100644 apps/files_external/lib/etagpropagator.php
 create mode 100644 apps/files_external/tests/etagpropagator.php
 copy apps/{files_external/appinfo/routes.php => files_sharing/lib/exceptions.php} (67%)
 create mode 100644 apps/files_sharing/tests/backend.php
 create mode 100644 apps/updater/ajax/backup.php
 create mode 100644 apps/updater/ajax/download.php
 create mode 100644 apps/updater/lib/collection.php
 create mode 100644 apps/updater/lib/fsexception.php
 create mode 100644 apps/updater/lib/permissionexception.php
 create mode 100644 apps/user_ldap/tests/helper.php
 copy apps/calendar/img/loading.gif => core/css/select2/select2-spinner.gif (100%)
 create mode 100644 core/css/select2/select2.css
 create mode 100644 core/css/select2/select2.png
 create mode 100644 core/css/select2/select2x2.png
 delete mode 100644 core/doc/admin/_images/100000000000003800000018D49F1CE7.png
 delete mode 100644 core/doc/admin/_images/10000000000000950000004412998BE7.png
 delete mode 100644 core/doc/admin/_images/10000000000000B600000120706C3C75.png
 delete mode 100644 core/doc/admin/_images/10000000000000CD000000ECA8DE7780.png
 delete mode 100644 core/doc/admin/_images/10000000000001880000007EA4444400.png
 delete mode 100644 core/doc/admin/_images/10000000000001980000009271BE0D26.png
 delete mode 100644 core/doc/admin/_images/10000000000001D30000014DC251C948.png
 delete mode 100644 core/doc/admin/_images/10000000000001FD000000DF8D2D7546.png
 delete mode 100644 core/doc/admin/_images/10000000000002170000004A27056037.png
 delete mode 100644 core/doc/admin/_images/1000000000000247000000A77440E4D3.png
 delete mode 100644 core/doc/admin/_images/100000000000027B0000011D10F70F88.png
 delete mode 100644 core/doc/admin/_images/10000000000002840000016729388B7F.png
 delete mode 100644 core/doc/admin/_images/10000000000002950000021E245F6883.png
 delete mode 100644 core/doc/admin/_images/1000000000000372000002AF943ADDA0.png
 delete mode 100644 core/doc/admin/_images/10000000000003A60000011E274A1A28.png
 delete mode 100644 core/doc/admin/_images/10000000000003A6000002A9C7A660BE.png
 delete mode 100644 core/doc/admin/_images/10000000000003B30000021B5EE5D338.png
 delete mode 100644 core/doc/admin/_images/10000000000003DF00000071A41D8A1F.png
 delete mode 100644 core/doc/admin/_images/10000000000004100000005657010336.png
 delete mode 100644 core/doc/admin/_images/10000000000004770000008AAF3CFFDB.png
 delete mode 100644 core/doc/admin/_images/10000000000004C0000000795BB2C146.png
 delete mode 100644 core/doc/admin/_images/100000000000053A00000067708C8F53.png
 delete mode 100644 core/doc/admin/_images/1000000000000552000000BF22E90239.png
 delete mode 100644 core/doc/admin/_images/10000000000005970000006AE23997C9.png
 delete mode 100644 core/doc/admin/_images/10000000000005AF00000074604B1A67.png
 delete mode 100644 core/doc/admin/_images/10000000000005B90000007866D92D14.png
 delete mode 100644 core/doc/admin/_images/10000000000005BB0000007C1DF71FA7.png
 delete mode 100644 core/doc/admin/_images/10000000000005C30000006CAFFAAD61.png
 delete mode 100644 core/doc/admin/_images/10000000000005D00000003B29340A7A.png
 delete mode 100644 core/doc/admin/_images/10000000000005D50000009458C5EE48.png
 delete mode 100644 core/doc/admin/_images/10000000000005E20000009B1BA5A8CF.png
 delete mode 100644 core/doc/admin/_images/10000000000005E6000000676902E040.png
 delete mode 100644 core/doc/admin/_images/10000000000005EB000000A68BA73E2D.png
 delete mode 100644 core/doc/admin/_images/10000000000005EC00000073E678DFEC.png
 delete mode 100644 core/doc/admin/_images/10000000000005F70000005F0912E904.png
 delete mode 100644 core/doc/admin/_images/10000000000005F70000007E43DB8026.png
 delete mode 100644 core/doc/admin/_images/10000000000005FA0000005CE8491B77.png
 delete mode 100644 core/doc/admin/_images/10000000000005FF0000005F35710398.png
 delete mode 100644 core/doc/admin/_images/10000000000006000000005EDA7B96BE.png
 delete mode 100644 core/doc/admin/_images/100000000000060300000065DF96536B.png
 delete mode 100644 core/doc/admin/_images/10000000000006060000006A0106CA0C.png
 delete mode 100644 core/doc/admin/_images/100000000000061A0000006FC014C3A4.png
 delete mode 100644 core/doc/admin/_images/100000000000061D0000007047877972.png
 delete mode 100644 core/doc/admin/_images/100000000000061E0000006BCF9ECC0B.png
 delete mode 100644 core/doc/admin/_images/100000000000062A0000005F61A18950.png
 delete mode 100644 core/doc/admin/_images/1000000000000631000000E19D116AA0.png
 delete mode 100644 core/doc/admin/_images/100000000000063F00000090AAE1FA4A.png
 create mode 100644 core/doc/admin/_images/antivirus-app.png
 create mode 100644 core/doc/admin/_images/antivirus-config.png
 create mode 100644 core/doc/admin/_images/antivirus-daemon-socket.png
 create mode 100644 core/doc/admin/_images/antivirus-executable.png
 create mode 100644 core/doc/admin/_images/antivirus-logging.png
 create mode 100644 core/doc/admin/_images/documents_app_enable.png
 rename core/doc/{user => admin}/_images/encryption_enabling.png (100%)
 create mode 100644 core/doc/admin/_images/external-storage-amazons3.png
 create mode 100644 core/doc/admin/_images/external-storage-app-add.png
 create mode 100644 core/doc/admin/_images/external-storage-app-enable.png
 create mode 100644 core/doc/admin/_images/external-storage-app-local.png
 create mode 100644 core/doc/admin/_images/external-storage-app-usermounts.png
 create mode 100644 core/doc/admin/_images/external-storage-dropbox-allowshare.png
 create mode 100644 core/doc/admin/_images/external-storage-dropbox-app.png
 create mode 100644 core/doc/admin/_images/external-storage-dropbox-configapp.png
 create mode 100644 core/doc/admin/_images/external-storage-dropbox-oc.png
 rename core/doc/admin/_images/{10000000000000A800000073F49785A6.png => external-storage-dropbox.png} (100%)
 create mode 100644 core/doc/admin/_images/external-storage-ftp.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive-0auth.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive-9.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive-sdk.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive1.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive2.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive5.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive7.png
 create mode 100644 core/doc/admin/_images/external-storage-google-drive8.png
 create mode 100644 core/doc/admin/_images/external-storage-smb.png
 create mode 100644 core/doc/admin/_images/external-storage-webdav.png
 create mode 100644 core/doc/admin/_images/lucene-search-enable.png
 create mode 100644 core/doc/admin/_images/lucene-search-user.png
 delete mode 100644 core/doc/admin/_images/oc_admin_user_manage.png
 delete mode 100644 core/doc/admin/_images/oc_personal_settings_dropdown_admin.png
 delete mode 100644 core/doc/admin/_images/oc_select_an_app_window.png
 delete mode 100644 core/doc/admin/_images/oc_updater_enable.png
 delete mode 100644 core/doc/admin/_images/oc_updater_select.png
 create mode 100644 core/doc/admin/_images/preview_images.png
 create mode 100644 core/doc/admin/_images/sharing-admin.png
 create mode 100644 core/doc/admin/_images/sharing-user-local.png
 create mode 100644 core/doc/admin/_images/sharing-user.png
 create mode 100644 core/doc/admin/_images/smtp-config-php-sendmail.png
 create mode 100644 core/doc/admin/_images/smtp-config-smtp.png
 create mode 100644 core/doc/admin/_images/smtp-config-wizard.png
 create mode 100644 core/doc/admin/_images/updater-1.png
 create mode 100644 core/doc/admin/_images/updater-2.png
 create mode 100644 core/doc/admin/_images/updater-3.png
 create mode 100644 core/doc/admin/_images/updater-4.png
 create mode 100644 core/doc/admin/_images/updater-5.png
 create mode 100644 core/doc/admin/_images/updater-6.png
 create mode 100644 core/doc/admin/_images/updater-7.png
 create mode 100644 core/doc/admin/_images/users-config.png
 create mode 100644 core/doc/admin/_images/users-create.png
 create mode 100644 core/doc/admin/_images/users-groups.png
 create mode 100644 core/doc/admin/_sources/configuration/configuration-antivirus.txt
 create mode 100644 core/doc/admin/_sources/configuration/configuration_file_sharing.txt
 create mode 100644 core/doc/admin/_sources/configuration/configuring_documents.txt
 create mode 100644 core/doc/admin/_sources/configuration/configuring_search.txt
 create mode 100644 core/doc/admin/_sources/installation/configuration_hiawatha.txt
 create mode 100644 core/doc/admin/_sources/installation/configuration_lighttpd.txt
 create mode 100644 core/doc/admin/_sources/installation/configuration_nginx.txt
 create mode 100644 core/doc/admin/_sources/installation/configuration_yaws.txt
 create mode 100644 core/doc/admin/_sources/maintenance/convert_db.txt
 create mode 100644 core/doc/admin/_sources/maintenance/upgrade.txt
 create mode 100644 core/doc/admin/_sources/whats_new_admin.txt
 create mode 100644 core/doc/admin/configuration/configuration-antivirus.html
 create mode 100644 core/doc/admin/configuration/configuration_file_sharing.html
 copy core/doc/admin/configuration/{configuration_assets.html => configuring_documents.html} (71%)
 copy core/doc/admin/configuration/{configuration_assets.html => configuring_search.html} (67%)
 copy core/doc/admin/installation/{installation_macos.html => configuration_hiawatha.html} (76%)
 copy core/doc/admin/installation/{installation_appliance.html => configuration_lighttpd.html} (58%)
 copy core/doc/admin/installation/{installation_macos.html => configuration_nginx.html} (53%)
 copy core/doc/admin/installation/{installation_macos.html => configuration_yaws.html} (68%)
 copy core/doc/admin/maintenance/{restore.html => convert_db.html} (52%)
 create mode 100644 core/doc/admin/maintenance/upgrade.html
 create mode 100644 core/doc/admin/whats_new_admin.html
 delete mode 100644 core/doc/user/_images/apis_auth_google_drive.png
 create mode 100644 core/doc/user/_images/download.png
 create mode 100644 core/doc/user/_images/event_export.png
 delete mode 100644 core/doc/user/_images/external_google_drive_1_sign_in.png
 delete mode 100644 core/doc/user/_images/external_google_drive_2_verify.png
 delete mode 100644 core/doc/user/_images/external_google_drive_5_setup_ownCloud.png
 delete mode 100644 core/doc/user/_images/external_google_drive_6_accept.png
 delete mode 100644 core/doc/user/_images/new_project_google_drive.png
 delete mode 100644 core/doc/user/_images/new_project_google_drive_api_settings.png
 delete mode 100644 core/doc/user/_images/new_project_google_drive_branding.png
 delete mode 100644 core/doc/user/_images/new_project_google_drive_new_client.png
 delete mode 100644 core/doc/user/_images/oc_files_share.png
 delete mode 100644 core/doc/user/_images/oc_filesweb.png
 delete mode 100644 core/doc/user/_images/oc_share_expiration_calendar.png
 delete mode 100644 core/doc/user/_images/oc_share_with_options.png
 create mode 100644 core/doc/user/_images/s2s-add-remote-share.png
 create mode 100644 core/doc/user/_images/s2s-connect-to-remote-share.png
 create mode 100644 core/doc/user/_images/s2s-create_public_share.png
 create mode 100644 core/doc/user/_images/s2s-remote-share-labeled.png
 delete mode 100644 core/doc/user/_images/share_link.png
 delete mode 100644 core/doc/user/_images/share_link_adding.png
 create mode 100644 core/doc/user/_images/users-files.png
 create mode 100644 core/doc/user/_images/users-overlays-sharepoint.png
 create mode 100644 core/doc/user/_images/users-overlays-win-net-drive.png
 create mode 100644 core/doc/user/_images/users-overlays.png
 create mode 100644 core/doc/user/_images/users-share-local.png
 create mode 100644 core/doc/user/_images/users-share-local2.png
 create mode 100644 core/doc/user/_images/users-share-public.png
 create mode 100644 core/img/actions/caret.png
 create mode 100644 core/img/actions/logout.png
 create mode 100644 core/js/select2/LICENSE
 create mode 100644 core/js/select2/README.md
 create mode 100644 core/js/select2/bower.json
 create mode 100644 core/js/select2/component.json
 create mode 100644 core/js/select2/composer.json
 create mode 100644 core/js/select2/package.json
 create mode 100644 core/js/select2/release.sh
 create mode 100644 core/js/select2/select2-bootstrap.css
 create mode 100644 core/js/select2/select2.jquery.json
 create mode 100644 core/js/select2/select2.js
 create mode 100644 core/js/select2/select2_locale_ar.js
 create mode 100644 core/js/select2/select2_locale_bg.js
 create mode 100644 core/js/select2/select2_locale_ca.js
 create mode 100644 core/js/select2/select2_locale_cs.js
 create mode 100644 core/js/select2/select2_locale_da.js
 create mode 100644 core/js/select2/select2_locale_de.js
 create mode 100644 core/js/select2/select2_locale_el.js
 create mode 100644 core/js/select2/select2_locale_en.js.template
 create mode 100644 core/js/select2/select2_locale_es.js
 create mode 100644 core/js/select2/select2_locale_et.js
 create mode 100644 core/js/select2/select2_locale_eu.js
 create mode 100644 core/js/select2/select2_locale_fa.js
 create mode 100644 core/js/select2/select2_locale_fi.js
 create mode 100644 core/js/select2/select2_locale_fr.js
 create mode 100644 core/js/select2/select2_locale_gl.js
 create mode 100644 core/js/select2/select2_locale_he.js
 create mode 100644 core/js/select2/select2_locale_hr.js
 create mode 100644 core/js/select2/select2_locale_hu.js
 create mode 100644 core/js/select2/select2_locale_id.js
 create mode 100644 core/js/select2/select2_locale_is.js
 create mode 100644 core/js/select2/select2_locale_it.js
 create mode 100644 core/js/select2/select2_locale_ja.js
 create mode 100644 core/js/select2/select2_locale_ka.js
 create mode 100644 core/js/select2/select2_locale_ko.js
 create mode 100644 core/js/select2/select2_locale_lt.js
 create mode 100644 core/js/select2/select2_locale_lv.js
 create mode 100644 core/js/select2/select2_locale_mk.js
 create mode 100644 core/js/select2/select2_locale_ms.js
 create mode 100644 core/js/select2/select2_locale_nl.js
 create mode 100644 core/js/select2/select2_locale_no.js
 create mode 100644 core/js/select2/select2_locale_pl.js
 create mode 100644 core/js/select2/select2_locale_pt-BR.js
 create mode 100644 core/js/select2/select2_locale_pt-PT.js
 create mode 100644 core/js/select2/select2_locale_ro.js
 create mode 100644 core/js/select2/select2_locale_rs.js
 create mode 100644 core/js/select2/select2_locale_ru.js
 create mode 100644 core/js/select2/select2_locale_sk.js
 create mode 100644 core/js/select2/select2_locale_sv.js
 create mode 100644 core/js/select2/select2_locale_th.js
 create mode 100644 core/js/select2/select2_locale_tr.js
 create mode 100644 core/js/select2/select2_locale_uk.js
 create mode 100644 core/js/select2/select2_locale_vi.js
 create mode 100644 core/js/select2/select2_locale_zh-CN.js
 create mode 100644 core/js/select2/select2_locale_zh-TW.js
 create mode 100644 core/js/setupchecks.js
 create mode 100644 debian/maintscript
 create mode 100644 lib/private/db/mssqlmigrator.php
 create mode 100644 lib/private/httphelper.php
 delete mode 100644 lib/private/preview/unknown.php
 create mode 100644 lib/repair/preview.php
 create mode 100644 lib/repair/searchlucenetables.php
 create mode 100644 settings/ajax/checksetup.php
 delete mode 100644 settings/ajax/excludegroups.php
 copy apps/files_external/appinfo/routes.php => settings/ajax/geteveryonecount.php (50%)
 create mode 100644 settings/js/settings.js
 create mode 100644 settings/tests/js/users/deleteHandlerSpec.js

-- 
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