[Pkg-owncloud-commits] [owncloud] branch master updated (4f0dd38 -> c3214bd)

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:12:51 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  4f0dd38   Update changelog for 7.0.0~beta1+dfsg-1 release
       new  7cc71e8   Drop now useless dversionmangle
       new  a515445   [tx-robot] updated from transifex
       new  a0b85fc   make sure that during share and unshare the etags get propagated correctly
       new  38ff817   make sure that hooks are registered for the tests
       new  1822bba   Merge pull request #9193 from owncloud/sharing_etag_propagation
       new  7096915   always use oc filesystem for rename operation
       new  3d0805f   always use a \OC\Files\View
       new  d3d1955   fix unit tests
       new  aabee3e   Merge pull request #9171 from owncloud/enc_always_use_oc_view
       new  09356bc   better validation for OC_App::getAppPath()
       new  b7d79a9   Merge pull request #9210 from owncloud/better_validation_in_getAppPath
       new  3da9003   Fix hidden share button and checkbox layout
       new  1dc6e17   Merge pull request #9211 from owncloud/fix-hidden-share-button
       new  fd04b30   Add error message when no users specified to files:scan command
       new  46adf8c   Merge pull request #9223 from owncloud/occ-scan-arguments
       new  9a2ed86   Prevent running the files:scan command as the wrong user
       new  8526556   Merge pull request #9206 from owncloud/occ-scan-user
       new  4e43e36   Prevent loading apps in remote when an upgrade is due
       new  3d2fd7c   Merge pull request #9213 from owncloud/upgrade-donotloadappsinremote
       new  4c80c95   Redeclared as public to allow invocation from within the closure in php 5.3
       new  7804bd0   Merge pull request #9230 from owncloud/fix-repair-step-php-53
       new  9eb7ed4   Fix ellipsis for folders on mobile screens
       new  5b18931   Merge pull request #9234 from owncloud/fix-ellipsis-for-folders
       new  c6b89cc   Fix wording for remote shares in settings page
       new  1b1bebd   Merge pull request #9236 from owncloud/sharing-settingswording
       new  e11abcc   Fix delete action height
       new  28f420b   Aligning with line height
       new  bc65b25   Aligning in the table header as well
       new  cbd5e31   fix padding for last cell in summary of trashbin
       new  2daffbc   Merge pull request #9051 from owncloud/Bagera-master
       new  437094b   Check if classes/method exists before trying to call them in background jobs
       new  f93457c   Fix check if class exists
       new  58c03f5   Merge pull request #9241 from owncloud/backgroundjob-check
       new  36f771e   [tx-robot] updated from transifex
       new  b1e778d   Moved office mimetype update to a repair step
       new  b749292   Added test case for when target mime types already exist
       new  67d0a3c   Fixed mime type repair step
       new  7ee90dd   Add missing quotes for Oracle
       new  4b5bf60   Merge pull request #9215 from owncloud/officemimetypesupdatefix
       new  c745240   Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies
       new  171475b   fix autoloader
       new  ef4057d   remove pointless require - we should kill all require_once like that in our tests
       new  4d6019b   Merge pull request #9247 from owncloud/move-webdav-class-to-core-master
       new  a7e7e86   Test runner now loads CSS and hides testArea
       new  8aa51a6   Removed unused padding-right of the controls bar
       new  ec4cf96   Breadcrumb width calculation fix
       new  b975f0e   Merge pull request #9174 from owncloud/breadcrumbfix
       new  586b3a9   Sync file list with file actions
       new  3b2fd5e   Merge pull request #9254 from owncloud/fileactions-deferred
       new  3c66a8c   allow configuring objectstore as home and root storage
       new  2bf7e5c   make objectstore setup more robust, don't pass user to object store mounted as root
       new  85ccfad   change 'object_storage' config param to 'root_storage' copy skeleton only for local filesystems
       new  ccb698a   move swift and abstract code to core
       new  f1bf132   require updated 3rdparty with rackspace libs
       new  1374ba9   fix fallback config for default home storage
       new  60a8419   when root storage cannot be mounted throw an exception visible to the end user
       new  c020e8e   use exceptions to notify abstract parent class of problems
       new  eca536d   minor code cleanup
       new  87aaf39   fix checking unset array values, deduplicate code, remove file from cache if it could not be stored in the objectstore
       new  652af71   update 3rdparty
       new  10de4a7   move creation of / and users 'files' from storage constructor to setupFS / mount initialization
       new  c18836c   add initial swift test with trystack
       new  7493ff0   fix unit test by always initializing the root of the storage in the constructor
       new  4e65889   only use one config option 'objectstore' for root and home storage configuration
       new  1410cb1   add 'objectstore' configuration example
       new  5722e31   add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests
       new  9335a5f   remove duplicate method
       new  5cae863   change architecture from inheritance to composition
       new  f2fe00e   fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject()
       new  c112a1d   move to stream based IObjectStore interface, rearrange & reformat code
       new  7ec5357   use 'object' as the fakedir stream name
       new  28c1a95   use common storage test
       new  5756aba   add disclaimer to objectstore example config
       new  159b603   Add support for rackspace swift backends
       new  544963f   Allow adding object stores with the files_external mount config
       new  eb97eee   Only initialize the swift container when manipulating an object
       new  92f2a43   Don't bother checking for external updates for objectstore storages
       new  8e6cb6d   delete object without downloading it first
       new  e792d38   remove rackspace opencloud libs from files_external 3rdparty
       new  42e9d49   update files_external swift to php-opencloud v1.9.2
       new  f96a535   fix objectstore test execution
       new  ab93f19   update hasUpdated description, overwrtie testStat for objectstore test
       new  25dbbba   use normalize path to convert '.' to '' in objectstorestorage
       new  fd8b568   Merge pull request #8383 from owncloud/object_storage
       new  e33fa22   fix rename icon, fix #9257
       new  44e1bfb   Merge pull request #9259 from owncloud/fix-rename-icon
       new  b86b7fd   show share action of shared items darker to distinguish from non-shared, fix #8898
       new  a18658f   Merge pull request #9256 from owncloud/design-mobile-shared
       new  13b7937   Allow late registration of file actions in public page
       new  0ff30a7   Remove missed console.log in file list
       new  7a1b45c   Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage
       new  5b8c2ac   Use the etag to check for updates in webdav storages where available
       new  6f5d5b9   Also check for updated permissions for webdav storages
       new  db3f0ce   Fix parsing of webdav permissions
       new  1bb1504   Improve comment
       new  1a3e698   Merge pull request #9263 from owncloud/remote-share-update
       new  706a8ac   normalize path before comparison to make sure that we always find the mount point
       new  0bd17ef   Use file_source to find matching share for nested link shares
       new  d9d816b   Unit tests for share dropdown with nested link share
       new  7522250   Merge pull request #9264 from owncloud/share-linkshareusefilesource
       new  26d0978   [tx-robot] updated from transifex
       new  565f0b2   some strings to localize external mount api responses. fix #8094
       new  cec20d5   Merge pull request #9020 from owncloud/l10n-external-errors-fix
       new  b7cb4f5   fix trailing whitespace noted by Scrutinizer
       new  d5462fd   Merge pull request #9265 from owncloud/fix-whitespace
       new  11788c9   fix server share dialog title
       new  d918e5a   Merge pull request #9278 from owncloud/l10n-servershare-dialog
       new  ae68a77   more strings to translate in utils also some fixes in defaults
       new  9890b15   Merge pull request #8777 from owncloud/l10n-utils-and-defaults
       new  b4f40e4   shorten userid columns to 64 chars, ref #9186
       new  2b87458   trigger db update
       new  67d029a   Merge pull request #9261 from owncloud/shorten_userid_columns
       new  ebf9344   [tx-robot] updated from transifex
       new  23fa75f   always regenerate etag when writing back file to objectstore
       new  9032ce4   Merge pull request #9266 from owncloud/fix_objectstore_etag_update
       new  589f68e   [tx-robot] updated from transifex
       new  6e2aaaa   Fix test mail behaviour
       new  d94d307   Merge pull request #9207 from owncloud/prevent-default-for-mail-test
       new  372d585   no longer check if the external storage app is enabled, we use no the webdav implementation from core
       new  fa7446d   Merge pull request #9301 from owncloud/dont_check_external_stoage_app
       new  5e4ac54   Use attr() instead of data() so the item ids work as intended
       new  f35f14a   Merge pull request #9303 from owncloud/issue/8841
       new  a4c693d   remove obsolete CSS, fix visual bug in share dialog #9255
       new  c5fa915   fix expire message going out of box, fix #9280
       new  63e6495   make expiration message grey, less present in dropdown
       new  07ba944   Merge pull request #9305 from owncloud/design-share-fixes
       new  e4c45b5   check if file exists before deleting keys, and add debug output for every delete operation
       new  1004836   unit tests
       new  618c9fd   improved error message
       new  f3973c1   Merge pull request #9240 from owncloud/enc_check_if_file_exists
       new  a878b42   [tx-robot] updated from transifex
       new  1b871da   Fixes typo with sendmail detection - fixes #9203
       new  a67d243   Merge pull request #9307 from Gomez/master
       new  0c711e1   Use get random bytes as uniqeid() is not unique in some cases
       new  88e6f5c   Merge pull request #9292 from owncloud/issue/9161
       new  8977a68   Use filtered list for ext storage list mounts API
       new  19ab616   Merge pull request #9300 from owncloud/extstorage-listfilterfix
       new  24277f0   change 'Cancel upload' text to x icon for more space in breadcrumbs bar
       new  08e49e9   Merge pull request #9313 from owncloud/design-icon-cancel
       new  2e45eb8   Return 503 in  public.php and OCS API when upgrade is due
       new  972fffb   Return 503 OCS response with requested format
       new  75a5746   Merge pull request #9306 from owncloud/publicneedsupgrade
       new  da3bcfa   add indie.json for Indie App Store listing
       new  431f8bd   Merge pull request #9287 from owncloud/indie-json
       new  abc521d   add missing backticks
       new  09dea42   Merge pull request #9326 from owncloud/add_missing_backticks
       new  df7678f   specify no attribute for group exists check, as done with users
       new  ef7ab85   fix instantiation of Access class
       new  fe0b75c   also adapt result check from readAttribute
       new  16ce23d   Merge pull request #9006 from owncloud/ldap_fix_bgjob
       new  01a0129   search term for users and groups may occur anywhere in the name or displayname, not just in the beginning
       new  5dab762   add tests
       new  121d528   return int, not string
       new  553c2ad   clean up created groups after testing, and correct parameter order
       new  f3ecf81   extend Dummy user and group implementation to pass tests
       new  16275ec   loop over usernames, not passwords
       new  616f9b1   Merge pull request #9156 from owncloud/solve-8959
       new  5e6f6da   Fix warnings when personal is not set
       new  577d06e   Merge pull request #9328 from owncloud/extstorage-annoyingwarnings
       new  0dc12a3   hides table header while users load.
       new  ff416eaa  Merge pull request #9330 from owncloud/jumpingheader
       new  e3dd016   fix the layout of the enforced expiry date message
       new  19a6dc5   Merge pull request #9335 from owncloud/fix-expire-message-layout
       new  894d691   Add bak defaultapp setting
       new  c005515   Support for multiple default apps
       new  3e78f41   Use getAbsoluteUrl for redirection URL
       new  7c17452   Added unit test for default app URL
       new  3d921ed   Merge pull request #9334 from owncloud/defaultappfix
       new  b752aff   Fix migrator tests to use the correct migrator instances
       new  e4f0689   Added test for reserved keywords
       new  34ab3b0   Update submodule to include the PostgresPlatform patch
       new  94c3bac   Merge pull request #9327 from owncloud/migrator-postgreskeywordtest
       new  9933b33   [tx-robot] updated from transifex
       new  b6a4cc2   Redirect after session expiry to the previous loaded page
       new  d31e532   fix redirect URL unit test
       new  805a7cf   Merge pull request #9338 from owncloud/fix-redirect-for-appframework
       new  eaf9d6e   increase width of version dropdown - fixes #9270
       new  7760fd4   add ellipsizing to restore string if text is too long
       new  5e98627   Merge pull request #9336 from owncloud/fix-version-dropdown
       new  32d2457   Fix files list scroll behavior
       new  456770f   Merge pull request #9344 from owncloud/files-scrollissue
       new  9433b94   initialize a dummy memory session - fixes https://github.com/owncloud/activity/issues/78
       new  22394fa   Fix indent
       new  5ec3771   Merge pull request #9350 from Gomez/master
       new  509cdeb   Fix fileActionsReady event after deferred file actions update
       new  025b71d   Use fileActionsReady to re-render sharing icons
       new  59629e6   Merge pull request #9341 from owncloud/sharing-fileactions-fix
       new  c30bea4   don't typecast null values inside dispatcher.php
       new  904e310   Merge pull request #9288 from owncloud/fix_dispatcher_null_values
       new  d9aa8c9   drop unneeded code
       new  d2f3ff5   Merge pull request #9245 from owncloud/server2server-sharing-design-fixes
       new  44c1dc8   Fix service warning
       new  eaf32a7   Merge pull request #9362 from owncloud/public-servicewarningfix
       new  c483fb2   prevent overflow in user management controls bar, fix #9277
       new  ed37573   allow horizontal scrollbar in settings to make user mgmt usable on mobile
       new  ea756a1   Merge pull request #9370 from owncloud/design-fix-usermgmt-glitch
       new  d78a2a9   Add StorageNotAvailableException
       new  4526bc0   Handle StorageNotAvailableException in ajax/list.php
       new  30c240a   If loading a directory fails, navigate back to the previous directory
       new  99960d7   Handle StorageNotAvailableException in webdav
       new  1c43081   Detect removed public shares
       new  8061a4c   Remove external shares if the share is invalid
       new  8339618   More error catching in list.php
       new  8161104   Catch StorageInvalidException in webdav
       new  fd68034   Fixed remote share password param detection
       new  0008db9   Fix unit test
       new  edb67f9   Remove invalid mounts from the active fs
       new  f4eb90e   Merge pull request #9311 from owncloud/storage-not-available
       new  ea31ab7   rename mount point of children if parent was renamed
       new  615d037   Merge pull request #9364 from owncloud/sharing_rename_mount_points
       new  26bb022   Fix update dialog running out of horizontal space in Firefox. Fixes #9298
       new  3d00947   Merge pull request #9369 from owncloud/designfix-update
       new  053b0a4   shade color for modified dates again, fix #9363
       new  b6aeea8   simplify formula and add comment
       new  f1f66ff   Merge pull request #9373 from owncloud/design-fix-modified
       new  735eac6   add a explicit interface for the home storage
       new  bb93597   don't move a share mount point into a different mount point
       new  ed29e7d   Merge pull request #9329 from owncloud/sharing_check_target
       new  03fbd6d   remove shadow effects from settings icons, reduce size
       new  876ff9a   remove shadow effects from places icons, reduce size
       new  a2dda44   remove shadow effects from info, search and settings icon, reduce size
       new  ad8f174   remove shadow effects from folder icons, reduce size
       new  e1e4fde   Merge pull request #9381 from owncloud/design-icons-shadow
       new  4878c73   add link to contribute and promote pages in personal settings
       new  1b83ac7   personal: link straight to /promote as @tomneedham said
       new  5a7b58a   Merge pull request #9374 from owncloud/link-contribute-promote
       new  586c423   fix lineheight of server2server share
       new  bf08e3a   Merge pull request #9382 from owncloud/server2server-css
       new  18cd804   fix animation of sidebar and prevent horizontal scrollbar, fix #9284
       new  c3cc49d   Merge pull request #9388 from owncloud/design-fix-sidebar
       new  c632ea8   change controls bar color to white for less grey-in-grey design
       new  2a1fcb1   reduce transparency of controls bar for less distraction
       new  2a9fb13   make sure table header is white instead of slightly grey
       new  d04564f   remove border-bottom of controls bar
       new  019e1b1   Merge pull request #9365 from owncloud/design-controls-polish
       new  a941305   fix nametext height, was higher than the row
       new  079fee2   Merge pull request #9389 from owncloud/fix-nametext-height
       new  1a1c5aa   [tx-robot] updated from transifex
       new  ae195c9   fix position of shared file buttons
       new  0a91c22   shared view: remove whitespace glitch on right
       new  560c530   hide text of download button, only show icon
       new  0df0497   use same logo for mobile as for when logged in, fix #9360
       new  e9f616b   Merge pull request #9391 from owncloud/design-mobile-share
       new  012abba   Fixed event source fallback after close
       new  8ef8ef1   Fix JSHint errors in EventSource class
       new  b8ced70   Merge pull request #9384 from owncloud/eventsrc-fixfallbackwhenclosed
       new  bbea031   Revert "hides table header while users load."
       new  dc15223   Merge pull request #9390 from owncloud/fix-9368
       new  e695244   fix position of rename function, and text size
       new  c7101d2   fix checkbox shifting when rename input appears
       new  6c17481   Merge pull request #9394 from owncloud/design-fix-rename
       new  4c97f2b   add whitespace to bottom of Files list – more obvious it's the end, and space for share dropdown
       new  6f14034   fix left margin of file list summary
       new  cee5afa   reduce file list bottom whitespace a bit
       new  a829d07   Merge pull request #9403 from owncloud/design-fix-fileslistbottom
       new  e5f68ba   for shared links, use wide logo on desktop and icon on mobile
       new  c223977   Merge pull request #9407 from owncloud/fix-share-logo
       new  52248d4   Hide the size in the trashbin summary row
       new  3cbea82   Merge pull request #9420 from owncloud/trashbin-hidesummarysize
       new  2fec6cb   Remove forgotten debug log
       new  c6bba23   Merge pull request #9408 from owncloud/redirectconsolelogfix
       new  79e5499   only show message if default expire date is enforced
       new  91cb0a6   Merge pull request #9402 from owncloud/sharing_improved_dialog
       new  3c45925   fix hook names
       new  dd4273e   Merge pull request #9413 from owncloud/fix_hook_names
       new  5e4835f   Improved remote share owner display
       new  fc41746   Merge pull request #9410 from owncloud/shareownernamewidth
       new  4a7aaa8   7RC1
       new  fe5a04b   Imported Upstream version 7.0.0~rc1+dfsg
       new  acc6838   Merge tag 'upstream/7.0.0_rc1+dfsg'
       new  e13c856   Update packaging
       new  708f56e   Refresh patches
       new  c3214bd   Update changelog for 7.0.0~rc1+dfsg-1 release

The 273 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/autoload.php                              |    2 +-
 3rdparty/composer.json                             |    3 +-
 3rdparty/composer.lock                             |   44 +-
 3rdparty/composer/ClassLoader.php                  |  217 +-
 3rdparty/composer/autoload_namespaces.php          |    1 +
 3rdparty/composer/autoload_real.php                |   21 +-
 3rdparty/composer/installed.json                   |   36 +
 .../Doctrine/DBAL/Platforms/PostgreSqlPlatform.php |    2 +-
 .../MssqlBundle/Driver/PDODblib/Connection.php     |   65 +
 .../MssqlBundle/Driver/PDODblib/Driver.php         |  114 ++
 .../MssqlBundle/Platforms/DblibPlatform.php        |  155 ++
 .../mssql-bundle/Realestate/MssqlBundle/Readme.md  |   58 +
 .../MssqlBundle/RealestateMssqlBundle.php          |   29 +
 .../MssqlBundle/Schema/DblibSchemaManager.php      |  148 ++
 .../Realestate/MssqlBundle/Types/DateTimeType.php  |   78 +
 .../Realestate/MssqlBundle/Types/DateType.php      |   53 +
 .../MssqlBundle/Types/RealestateDateTime.php       |   17 +
 .../MssqlBundle/Types/UniqueidentifierType.php     |   47 +
 .../Realestate/MssqlBundle/composer.json           |   20 +
 3rdparty/patches.txt                               |    1 +
 apps/activity/css/settings.css                     |    1 +
 apps/activity/l10n/ast.php                         |    2 +-
 apps/activity/l10n/ca.php                          |    1 -
 apps/activity/l10n/cs_CZ.php                       |    2 +-
 apps/activity/l10n/da.php                          |    1 -
 apps/activity/l10n/de.php                          |    2 +-
 apps/activity/l10n/de_DE.php                       |    2 +-
 apps/activity/l10n/el.php                          |    1 -
 apps/activity/l10n/en_GB.php                       |    2 +-
 apps/activity/l10n/eo.php                          |   17 +-
 apps/activity/l10n/es.php                          |    2 +-
 apps/activity/l10n/et_EE.php                       |    1 -
 apps/activity/l10n/eu.php                          |   23 +-
 apps/activity/l10n/fi_FI.php                       |    2 +-
 apps/activity/l10n/fr.php                          |    2 +-
 apps/activity/l10n/gl.php                          |    2 +-
 apps/activity/l10n/hu_HU.php                       |    1 -
 apps/activity/l10n/it.php                          |    2 +-
 apps/activity/l10n/ja.php                          |    1 -
 apps/activity/l10n/km.php                          |   23 +-
 apps/activity/l10n/mk.php                          |    1 -
 apps/activity/l10n/ml_IN.php                       |   41 +-
 apps/activity/l10n/nb_NO.php                       |    2 +-
 apps/activity/l10n/nl.php                          |    2 +-
 apps/activity/l10n/pl.php                          |    2 +-
 apps/activity/l10n/pt_BR.php                       |    2 +-
 apps/activity/l10n/pt_PT.php                       |   10 +-
 apps/activity/l10n/ro.php                          |    2 +-
 apps/activity/l10n/ru.php                          |   17 +-
 apps/activity/l10n/sk_SK.php                       |    1 -
 apps/activity/l10n/sl.php                          |    2 +-
 apps/activity/l10n/sv.php                          |    1 -
 apps/activity/l10n/tr.php                          |    2 +-
 apps/activity/l10n/zh_CN.php                       |    1 -
 apps/activity/lib/datahelper.php                   |    2 +-
 apps/activity/lib/grouphelper.php                  |   12 +-
 apps/activity/tests/grouphelpertest.php            |  414 ++++
 apps/bookmarks/l10n/pt_BR/bookmarks.po             |    4 +-
 apps/bookmarks/l10n/templates/bookmarks.pot        |    2 +-
 apps/calendar/ajax/import/dropimport.php           |    4 +-
 apps/calendar/ajax/import/import.php               |    4 +-
 apps/calendar/img/calendar.png                     |  Bin 549 -> 279 bytes
 apps/calendar/img/calendar.svg                     |   75 +-
 apps/calendar/js/calendar.js                       |    3 +
 apps/calendar/js/l10n.php                          |    1 +
 apps/calendar/l10n/ach/calendar.po                 |   66 +-
 apps/calendar/l10n/ady/calendar.po                 |   66 +-
 apps/calendar/l10n/af_ZA/calendar.po               |   34 +-
 apps/calendar/l10n/ak/calendar.po                  |   66 +-
 apps/calendar/l10n/am_ET/calendar.po               |   66 +-
 apps/calendar/l10n/ar.php                          |    3 +-
 apps/calendar/l10n/ar/calendar.po                  |   40 +-
 apps/calendar/l10n/ast.php                         |    3 +-
 apps/calendar/l10n/ast/calendar.po                 |   41 +-
 apps/calendar/l10n/az/calendar.po                  |   66 +-
 apps/calendar/l10n/be/calendar.po                  |   34 +-
 apps/calendar/l10n/bg_BG.php                       |    1 -
 apps/calendar/l10n/bg_BG/calendar.po               |   36 +-
 apps/calendar/l10n/bn_BD.php                       |    2 -
 apps/calendar/l10n/bn_BD/calendar.po               |   38 +-
 apps/calendar/l10n/bn_IN/calendar.po               |   38 +-
 apps/calendar/l10n/bs/calendar.po                  |   66 +-
 apps/calendar/l10n/ca.php                          |    5 +-
 apps/calendar/l10n/ca/calendar.po                  |   40 +-
 apps/calendar/l10n/ca at valencia/calendar.po         |   38 +-
 apps/calendar/l10n/cs_CZ.php                       |    5 +-
 apps/calendar/l10n/cs_CZ/calendar.po               |   39 +-
 apps/calendar/l10n/cy_GB.php                       |    2 -
 apps/calendar/l10n/cy_GB/calendar.po               |   38 +-
 apps/calendar/l10n/da.php                          |    2 -
 apps/calendar/l10n/da/calendar.po                  |   40 +-
 apps/calendar/l10n/de.php                          |    5 +-
 apps/calendar/l10n/de/calendar.po                  |   38 +-
 apps/calendar/l10n/de_AT.php                       |    2 -
 apps/calendar/l10n/de_AT/calendar.po               |   38 +-
 apps/calendar/l10n/de_CH.php                       |    2 -
 apps/calendar/l10n/de_CH/calendar.po               |   38 +-
 apps/calendar/l10n/de_DE.php                       |    5 +-
 apps/calendar/l10n/de_DE/calendar.po               |   40 +-
 apps/calendar/l10n/el.php                          |    5 +-
 apps/calendar/l10n/el/calendar.po                  |   39 +-
 apps/calendar/l10n/en at pirate/calendar.po           |   66 +-
 apps/calendar/l10n/en_GB.php                       |    5 +-
 apps/calendar/l10n/en_GB/calendar.po               |   36 +-
 apps/calendar/l10n/en_NZ/calendar.po               |   68 +-
 apps/calendar/l10n/eo.php                          |    2 -
 apps/calendar/l10n/eo/calendar.po                  |   40 +-
 apps/calendar/l10n/es.php                          |    5 +-
 apps/calendar/l10n/es/calendar.po                  |   38 +-
 apps/calendar/l10n/es_AR.php                       |    2 -
 apps/calendar/l10n/es_AR/calendar.po               |   40 +-
 apps/calendar/l10n/es_BO/calendar.po               |   38 +-
 apps/calendar/l10n/es_CL/calendar.po               |   66 +-
 apps/calendar/l10n/es_CO/calendar.po               |   38 +-
 apps/calendar/l10n/es_CR/calendar.po               |   66 +-
 apps/calendar/l10n/es_EC/calendar.po               |   38 +-
 apps/calendar/l10n/es_MX.php                       |    2 -
 apps/calendar/l10n/es_MX/calendar.po               |   38 +-
 apps/calendar/l10n/es_PE/calendar.po               |   38 +-
 apps/calendar/l10n/es_PY/calendar.po               |   38 +-
 apps/calendar/l10n/es_US/calendar.po               |   38 +-
 apps/calendar/l10n/es_UY/calendar.po               |   38 +-
 apps/calendar/l10n/et_EE.php                       |    5 +-
 apps/calendar/l10n/et_EE/calendar.po               |   42 +-
 apps/calendar/l10n/eu.php                          |    3 +-
 apps/calendar/l10n/eu/calendar.po                  |   40 +-
 apps/calendar/l10n/eu_ES/calendar.po               |   34 +-
 apps/calendar/l10n/fa.php                          |    2 -
 apps/calendar/l10n/fa/calendar.po                  |   38 +-
 apps/calendar/l10n/fi_FI.php                       |    5 +-
 apps/calendar/l10n/fi_FI/calendar.po               |   36 +-
 apps/calendar/l10n/fr.php                          |    5 +-
 apps/calendar/l10n/fr/calendar.po                  |   38 +-
 apps/calendar/l10n/fr_CA/calendar.po               |   66 +-
 apps/calendar/l10n/gl.php                          |    5 +-
 apps/calendar/l10n/gl/calendar.po                  |   38 +-
 apps/calendar/l10n/he.php                          |    2 -
 apps/calendar/l10n/he/calendar.po                  |   38 +-
 apps/calendar/l10n/hi/calendar.po                  |   34 +-
 apps/calendar/l10n/hi_IN/calendar.po               |   68 +-
 apps/calendar/l10n/hr.php                          |    2 -
 apps/calendar/l10n/hr/calendar.po                  |   38 +-
 apps/calendar/l10n/hu_HU.php                       |    2 -
 apps/calendar/l10n/hu_HU/calendar.po               |   38 +-
 apps/calendar/l10n/hy/calendar.po                  |   34 +-
 apps/calendar/l10n/ia.php                          |    2 -
 apps/calendar/l10n/ia/calendar.po                  |   40 +-
 apps/calendar/l10n/id.php                          |    2 -
 apps/calendar/l10n/id/calendar.po                  |   38 +-
 apps/calendar/l10n/is/calendar.po                  |   34 +-
 apps/calendar/l10n/it.php                          |    5 +-
 apps/calendar/l10n/it/calendar.po                  |   42 +-
 apps/calendar/l10n/ja.php                          |    5 +-
 apps/calendar/l10n/ja/calendar.po                  |   36 +-
 apps/calendar/l10n/jv/calendar.po                  |   68 +-
 apps/calendar/l10n/ka_GE.php                       |    2 -
 apps/calendar/l10n/ka_GE/calendar.po               |   38 +-
 apps/calendar/l10n/km.php                          |    1 -
 apps/calendar/l10n/km/calendar.po                  |   38 +-
 apps/calendar/l10n/kn/calendar.po                  |   66 +-
 apps/calendar/l10n/ko.php                          |    2 -
 apps/calendar/l10n/ko/calendar.po                  |   38 +-
 apps/calendar/l10n/ku_IQ/calendar.po               |   34 +-
 apps/calendar/l10n/lb.php                          |    2 -
 apps/calendar/l10n/lb/calendar.po                  |   38 +-
 apps/calendar/l10n/lt_LT.php                       |    2 -
 apps/calendar/l10n/lt_LT/calendar.po               |   38 +-
 apps/calendar/l10n/lv.php                          |    2 -
 apps/calendar/l10n/lv/calendar.po                  |   38 +-
 apps/calendar/l10n/mk.php                          |    2 -
 apps/calendar/l10n/mk/calendar.po                  |   38 +-
 apps/calendar/l10n/ml/calendar.po                  |   66 +-
 apps/calendar/l10n/ml_IN.php                       |    3 +-
 apps/calendar/l10n/ml_IN/calendar.po               |   68 +-
 apps/calendar/l10n/mn/calendar.po                  |   66 +-
 apps/calendar/l10n/ms_MY/calendar.po               |   34 +-
 apps/calendar/l10n/my_MM/calendar.po               |   34 +-
 apps/calendar/l10n/nb_NO.php                       |    5 +-
 apps/calendar/l10n/nb_NO/calendar.po               |   38 +-
 apps/calendar/l10n/nds/calendar.po                 |   66 +-
 apps/calendar/l10n/ne/calendar.po                  |   66 +-
 apps/calendar/l10n/nl.php                          |    5 +-
 apps/calendar/l10n/nl/calendar.po                  |   40 +-
 apps/calendar/l10n/nn_NO.php                       |    2 -
 apps/calendar/l10n/nn_NO/calendar.po               |   38 +-
 apps/calendar/l10n/nqo/calendar.po                 |   66 +-
 apps/calendar/l10n/oc.php                          |    2 -
 apps/calendar/l10n/oc/calendar.po                  |   38 +-
 apps/calendar/l10n/or_IN/calendar.po               |   66 +-
 apps/calendar/l10n/pa/calendar.po                  |   66 +-
 apps/calendar/l10n/pl.php                          |    5 +-
 apps/calendar/l10n/pl/calendar.po                  |   40 +-
 apps/calendar/l10n/pt_BR.php                       |    5 +-
 apps/calendar/l10n/pt_BR/calendar.po               |   38 +-
 apps/calendar/l10n/pt_PT.php                       |    5 +-
 apps/calendar/l10n/pt_PT/calendar.po               |   40 +-
 apps/calendar/l10n/ro.php                          |    2 -
 apps/calendar/l10n/ro/calendar.po                  |   40 +-
 apps/calendar/l10n/ru.php                          |   11 +-
 apps/calendar/l10n/ru/calendar.po                  |   51 +-
 apps/calendar/l10n/si_LK.php                       |    2 -
 apps/calendar/l10n/si_LK/calendar.po               |   38 +-
 apps/calendar/l10n/sk/calendar.po                  |   34 +-
 apps/calendar/l10n/sk_SK.php                       |    5 +-
 apps/calendar/l10n/sk_SK/calendar.po               |   41 +-
 apps/calendar/l10n/sl.php                          |    5 +-
 apps/calendar/l10n/sl/calendar.po                  |   38 +-
 apps/calendar/l10n/sq.php                          |    2 -
 apps/calendar/l10n/sq/calendar.po                  |   40 +-
 apps/calendar/l10n/sr.php                          |    1 -
 apps/calendar/l10n/sr/calendar.po                  |   36 +-
 apps/calendar/l10n/sr at latin/calendar.po            |   34 +-
 apps/calendar/l10n/su/calendar.po                  |   66 +-
 apps/calendar/l10n/sv.php                          |   11 +-
 apps/calendar/l10n/sv/calendar.po                  |   49 +-
 apps/calendar/l10n/sw_KE/calendar.po               |   66 +-
 apps/calendar/l10n/ta_IN/calendar.po               |   68 +-
 apps/calendar/l10n/ta_LK.php                       |    2 -
 apps/calendar/l10n/ta_LK/calendar.po               |   38 +-
 apps/calendar/l10n/te/calendar.po                  |   34 +-
 apps/calendar/l10n/templates/calendar.pot          |   32 +-
 apps/calendar/l10n/th_TH.php                       |    2 -
 apps/calendar/l10n/th_TH/calendar.po               |   38 +-
 apps/calendar/l10n/tr.php                          |    7 +-
 apps/calendar/l10n/tr/calendar.po                  |   40 +-
 apps/calendar/l10n/tzm/calendar.po                 |   66 +-
 apps/calendar/l10n/ug.php                          |    2 -
 apps/calendar/l10n/ug/calendar.po                  |   38 +-
 apps/calendar/l10n/uk.php                          |    2 -
 apps/calendar/l10n/uk/calendar.po                  |   38 +-
 apps/calendar/l10n/ur/calendar.po                  |   66 +-
 apps/calendar/l10n/ur_PK/calendar.po               |   36 +-
 apps/calendar/l10n/uz/calendar.po                  |   66 +-
 apps/calendar/l10n/vi.php                          |    2 -
 apps/calendar/l10n/vi/calendar.po                  |   38 +-
 apps/calendar/l10n/zh_CN.php                       |    2 -
 apps/calendar/l10n/zh_CN/calendar.po               |   40 +-
 apps/calendar/l10n/zh_HK/calendar.po               |   34 +-
 apps/calendar/l10n/zh_TW.php                       |    2 -
 apps/calendar/l10n/zh_TW/calendar.po               |   40 +-
 apps/calendar/lib/object.php                       |    2 +-
 apps/calendar/lib/sabre/backend.php                |    1 +
 apps/contacts/img/contacts.png                     |  Bin 1014 -> 689 bytes
 apps/contacts/img/contacts.svg                     |    5 +-
 apps/contacts/js/contacts.js                       |    4 +-
 apps/contacts/l10n/ach/contacts.po                 |   22 +-
 apps/contacts/l10n/ady/contacts.po                 |   22 +-
 apps/contacts/l10n/af_ZA/contacts.po               |   22 +-
 apps/contacts/l10n/ak/contacts.po                  |   22 +-
 apps/contacts/l10n/am_ET/contacts.po               |   22 +-
 apps/contacts/l10n/ar.php                          |    1 -
 apps/contacts/l10n/ar/contacts.po                  |   22 +-
 apps/contacts/l10n/ast.php                         |    1 -
 apps/contacts/l10n/ast/contacts.po                 |   22 +-
 apps/contacts/l10n/az/contacts.po                  |   22 +-
 apps/contacts/l10n/be/contacts.po                  |   22 +-
 apps/contacts/l10n/bg_BG/contacts.po               |   22 +-
 apps/contacts/l10n/bn_BD/contacts.po               |   22 +-
 apps/contacts/l10n/bn_IN/contacts.po               |   22 +-
 apps/contacts/l10n/bs/contacts.po                  |   22 +-
 apps/contacts/l10n/ca.php                          |    1 -
 apps/contacts/l10n/ca/contacts.po                  |   22 +-
 apps/contacts/l10n/ca at valencia/contacts.po         |   22 +-
 apps/contacts/l10n/cs_CZ.php                       |    1 -
 apps/contacts/l10n/cs_CZ/contacts.po               |   22 +-
 apps/contacts/l10n/cy_GB/contacts.po               |   22 +-
 apps/contacts/l10n/da.php                          |    1 -
 apps/contacts/l10n/da/contacts.po                  |   22 +-
 apps/contacts/l10n/de.php                          |    1 -
 apps/contacts/l10n/de/contacts.po                  |   22 +-
 apps/contacts/l10n/de_AT/contacts.po               |   22 +-
 apps/contacts/l10n/de_CH.php                       |    1 -
 apps/contacts/l10n/de_CH/contacts.po               |   22 +-
 apps/contacts/l10n/de_DE.php                       |    1 -
 apps/contacts/l10n/de_DE/contacts.po               |   22 +-
 apps/contacts/l10n/el.php                          |    1 -
 apps/contacts/l10n/el/contacts.po                  |   22 +-
 apps/contacts/l10n/en at pirate/contacts.po           |   22 +-
 apps/contacts/l10n/en_GB.php                       |    1 -
 apps/contacts/l10n/en_GB/contacts.po               |   24 +-
 apps/contacts/l10n/en_NZ/contacts.po               |   22 +-
 apps/contacts/l10n/eo.php                          |   37 +-
 apps/contacts/l10n/eo/contacts.po                  |   92 +-
 apps/contacts/l10n/es.php                          |    1 -
 apps/contacts/l10n/es/contacts.po                  |   24 +-
 apps/contacts/l10n/es_AR.php                       |    1 -
 apps/contacts/l10n/es_AR/contacts.po               |   22 +-
 apps/contacts/l10n/es_BO/contacts.po               |   22 +-
 apps/contacts/l10n/es_CL/contacts.po               |   22 +-
 apps/contacts/l10n/es_CO/contacts.po               |   22 +-
 apps/contacts/l10n/es_CR/contacts.po               |   22 +-
 apps/contacts/l10n/es_EC/contacts.po               |   22 +-
 apps/contacts/l10n/es_MX.php                       |    1 -
 apps/contacts/l10n/es_MX/contacts.po               |   22 +-
 apps/contacts/l10n/es_PE/contacts.po               |   22 +-
 apps/contacts/l10n/es_PY/contacts.po               |   22 +-
 apps/contacts/l10n/es_US/contacts.po               |   22 +-
 apps/contacts/l10n/es_UY/contacts.po               |   22 +-
 apps/contacts/l10n/et_EE.php                       |    1 -
 apps/contacts/l10n/et_EE/contacts.po               |   22 +-
 apps/contacts/l10n/eu.php                          |    1 -
 apps/contacts/l10n/eu/contacts.po                  |   22 +-
 apps/contacts/l10n/eu_ES/contacts.po               |   22 +-
 apps/contacts/l10n/fa/contacts.po                  |   22 +-
 apps/contacts/l10n/fi_FI.php                       |    1 -
 apps/contacts/l10n/fi_FI/contacts.po               |   24 +-
 apps/contacts/l10n/fr.php                          |    1 -
 apps/contacts/l10n/fr/contacts.po                  |   22 +-
 apps/contacts/l10n/fr_CA/contacts.po               |   22 +-
 apps/contacts/l10n/gl.php                          |    1 -
 apps/contacts/l10n/gl/contacts.po                  |   22 +-
 apps/contacts/l10n/he/contacts.po                  |   22 +-
 apps/contacts/l10n/hi/contacts.po                  |   22 +-
 apps/contacts/l10n/hi_IN/contacts.po               |   22 +-
 apps/contacts/l10n/hr/contacts.po                  |   22 +-
 apps/contacts/l10n/hu_HU.php                       |    1 -
 apps/contacts/l10n/hu_HU/contacts.po               |   22 +-
 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                  |   22 +-
 apps/contacts/l10n/is/contacts.po                  |   22 +-
 apps/contacts/l10n/it.php                          |    1 -
 apps/contacts/l10n/it/contacts.po                  |   22 +-
 apps/contacts/l10n/ja.php                          |    1 -
 apps/contacts/l10n/ja/contacts.po                  |   22 +-
 apps/contacts/l10n/jv/contacts.po                  |   22 +-
 apps/contacts/l10n/ka_GE/contacts.po               |   22 +-
 apps/contacts/l10n/km/contacts.po                  |   22 +-
 apps/contacts/l10n/kn/contacts.po                  |   22 +-
 apps/contacts/l10n/ko.php                          |    1 -
 apps/contacts/l10n/ko/contacts.po                  |   22 +-
 apps/contacts/l10n/ku_IQ/contacts.po               |   22 +-
 apps/contacts/l10n/lb/contacts.po                  |   22 +-
 apps/contacts/l10n/lt_LT.php                       |    1 -
 apps/contacts/l10n/lt_LT/contacts.po               |   22 +-
 apps/contacts/l10n/lv/contacts.po                  |   22 +-
 apps/contacts/l10n/mk.php                          |    1 -
 apps/contacts/l10n/mk/contacts.po                  |   22 +-
 apps/contacts/l10n/ml/contacts.po                  |   22 +-
 apps/contacts/l10n/ml_IN/contacts.po               |   22 +-
 apps/contacts/l10n/mn/contacts.po                  |   22 +-
 apps/contacts/l10n/ms_MY/contacts.po               |   22 +-
 apps/contacts/l10n/my_MM/contacts.po               |   22 +-
 apps/contacts/l10n/nb_NO.php                       |    1 -
 apps/contacts/l10n/nb_NO/contacts.po               |   24 +-
 apps/contacts/l10n/nds/contacts.po                 |   22 +-
 apps/contacts/l10n/ne/contacts.po                  |   22 +-
 apps/contacts/l10n/nl.php                          |    1 -
 apps/contacts/l10n/nl/contacts.po                  |   22 +-
 apps/contacts/l10n/nn_NO/contacts.po               |   22 +-
 apps/contacts/l10n/nqo/contacts.po                 |   22 +-
 apps/contacts/l10n/oc/contacts.po                  |   22 +-
 apps/contacts/l10n/or_IN/contacts.po               |   22 +-
 apps/contacts/l10n/pa/contacts.po                  |   22 +-
 apps/contacts/l10n/pl.php                          |    1 -
 apps/contacts/l10n/pl/contacts.po                  |   22 +-
 apps/contacts/l10n/pt_BR.php                       |    1 -
 apps/contacts/l10n/pt_BR/contacts.po               |   22 +-
 apps/contacts/l10n/pt_PT.php                       |    1 -
 apps/contacts/l10n/pt_PT/contacts.po               |   24 +-
 apps/contacts/l10n/ro.php                          |   10 +-
 apps/contacts/l10n/ro/contacts.po                  |   39 +-
 apps/contacts/l10n/ru.php                          |    1 -
 apps/contacts/l10n/ru/contacts.po                  |   24 +-
 apps/contacts/l10n/si_LK/contacts.po               |   22 +-
 apps/contacts/l10n/sk/contacts.po                  |   22 +-
 apps/contacts/l10n/sk_SK.php                       |    1 -
 apps/contacts/l10n/sk_SK/contacts.po               |   22 +-
 apps/contacts/l10n/sl.php                          |    3 +-
 apps/contacts/l10n/sl/contacts.po                  |   28 +-
 apps/contacts/l10n/sq/contacts.po                  |   22 +-
 apps/contacts/l10n/sr/contacts.po                  |   22 +-
 apps/contacts/l10n/sr at latin/contacts.po            |   22 +-
 apps/contacts/l10n/su/contacts.po                  |   22 +-
 apps/contacts/l10n/sv.php                          |    3 +-
 apps/contacts/l10n/sv/contacts.po                  |   24 +-
 apps/contacts/l10n/sw_KE/contacts.po               |   22 +-
 apps/contacts/l10n/ta_IN/contacts.po               |   22 +-
 apps/contacts/l10n/ta_LK/contacts.po               |   22 +-
 apps/contacts/l10n/te/contacts.po                  |   22 +-
 apps/contacts/l10n/templates/contacts.pot          |   20 +-
 apps/contacts/l10n/th_TH/contacts.po               |   22 +-
 apps/contacts/l10n/tr.php                          |    1 -
 apps/contacts/l10n/tr/contacts.po                  |   22 +-
 apps/contacts/l10n/tzm/contacts.po                 |   22 +-
 apps/contacts/l10n/ug/contacts.po                  |   22 +-
 apps/contacts/l10n/uk/contacts.po                  |   22 +-
 apps/contacts/l10n/ur/contacts.po                  |   22 +-
 apps/contacts/l10n/ur_PK/contacts.po               |   22 +-
 apps/contacts/l10n/uz/contacts.po                  |   22 +-
 apps/contacts/l10n/vi/contacts.po                  |   22 +-
 apps/contacts/l10n/zh_CN.php                       |    1 -
 apps/contacts/l10n/zh_CN/contacts.po               |   22 +-
 apps/contacts/l10n/zh_HK/contacts.po               |   22 +-
 apps/contacts/l10n/zh_TW.php                       |    1 -
 apps/contacts/l10n/zh_TW/contacts.po               |   22 +-
 .../lib/controller/contactphotocontroller.php      |    7 +-
 apps/documents/README.md                           |    4 +
 apps/documents/ajax/sessionController.php          |    2 +-
 apps/documents/img/documents.png                   |  Bin 403 -> 220 bytes
 apps/documents/img/documents.svg                   |   16 +-
 apps/documents/js/viewer/viewer.js                 |    3 -
 apps/documents/l10n/eo.php                         |   10 +
 apps/documents/l10n/eo/documents.po                |   34 +-
 apps/documents/l10n/es/documents.po                |   12 +-
 apps/documents/l10n/eu.php                         |    3 +
 apps/documents/l10n/eu/documents.po                |   24 +-
 apps/documents/l10n/pl.php                         |    1 +
 apps/documents/l10n/pl/documents.po                |   18 +-
 apps/documents/l10n/pt_BR/documents.po             |   14 +-
 apps/documents/l10n/pt_PT/documents.po             |   12 +-
 apps/documents/l10n/ru/documents.po                |   12 +-
 apps/documents/l10n/sv.php                         |    2 +-
 apps/documents/l10n/sv/documents.po                |   19 +-
 apps/documents/l10n/templates/documents.pot        |   12 +-
 apps/documents/l10n/uk.php                         |    1 +
 apps/documents/l10n/uk/documents.po                |   14 +-
 apps/documents/lib/file.php                        |    8 +-
 apps/files/ajax/list.php                           |   69 +-
 apps/files/appinfo/update.php                      |   57 -
 apps/files/command/scan.php                        |   36 +-
 apps/files/css/files.css                           |   77 +-
 apps/files/css/mobile.css                          |   19 +-
 apps/files/js/app.js                               |    4 +
 apps/files/js/breadcrumb.js                        |  144 +-
 apps/files/js/file-upload.js                       |   27 +-
 apps/files/js/fileactions.js                       |   60 +-
 apps/files/js/filelist.js                          |  111 +-
 apps/files/js/filesummary.js                       |    2 +-
 apps/files/l10n/ar.php                             |    1 -
 apps/files/l10n/ast.php                            |    1 -
 apps/files/l10n/bg_BG.php                          |    1 -
 apps/files/l10n/bn_BD.php                          |    1 -
 apps/files/l10n/ca.php                             |    1 -
 apps/files/l10n/cs_CZ.php                          |    1 -
 apps/files/l10n/cy_GB.php                          |    1 -
 apps/files/l10n/da.php                             |    1 -
 apps/files/l10n/de.php                             |    1 -
 apps/files/l10n/de_CH.php                          |    1 -
 apps/files/l10n/de_DE.php                          |    1 -
 apps/files/l10n/el.php                             |    1 -
 apps/files/l10n/en_GB.php                          |    1 -
 apps/files/l10n/eo.php                             |    2 +-
 apps/files/l10n/es.php                             |    1 -
 apps/files/l10n/es_AR.php                          |    1 -
 apps/files/l10n/es_CL.php                          |    1 -
 apps/files/l10n/es_MX.php                          |    1 -
 apps/files/l10n/et_EE.php                          |    1 -
 apps/files/l10n/eu.php                             |    1 -
 apps/files/l10n/fa.php                             |    1 -
 apps/files/l10n/fi_FI.php                          |    2 +-
 apps/files/l10n/fr.php                             |    1 -
 apps/files/l10n/gl.php                             |    1 -
 apps/files/l10n/he.php                             |    1 -
 apps/files/l10n/hr.php                             |    1 -
 apps/files/l10n/hu_HU.php                          |    1 -
 apps/files/l10n/id.php                             |    1 -
 apps/files/l10n/is.php                             |    1 -
 apps/files/l10n/it.php                             |    1 -
 apps/files/l10n/ja.php                             |    1 -
 apps/files/l10n/ka_GE.php                          |    1 -
 apps/files/l10n/km.php                             |    1 -
 apps/files/l10n/ko.php                             |    1 -
 apps/files/l10n/lb.php                             |    1 -
 apps/files/l10n/lt_LT.php                          |    1 -
 apps/files/l10n/lv.php                             |    1 -
 apps/files/l10n/mk.php                             |    1 -
 apps/files/l10n/ml_IN.php                          |    1 +
 apps/files/l10n/ms_MY.php                          |    1 -
 apps/files/l10n/nb_NO.php                          |    3 +-
 apps/files/l10n/nl.php                             |    1 -
 apps/files/l10n/nn_NO.php                          |    1 -
 apps/files/l10n/oc.php                             |    1 -
 apps/files/l10n/pa.php                             |    1 -
 apps/files/l10n/pl.php                             |    1 -
 apps/files/l10n/pt_BR.php                          |   21 +-
 apps/files/l10n/pt_PT.php                          |    1 -
 apps/files/l10n/ro.php                             |    1 -
 apps/files/l10n/ru.php                             |    5 +-
 apps/files/l10n/si_LK.php                          |    1 -
 apps/files/l10n/sk_SK.php                          |    1 -
 apps/files/l10n/sl.php                             |    1 -
 apps/files/l10n/sq.php                             |    1 -
 apps/files/l10n/sr.php                             |    1 -
 apps/files/l10n/sv.php                             |    1 -
 apps/files/l10n/ta_LK.php                          |    1 -
 apps/files/l10n/th_TH.php                          |    1 -
 apps/files/l10n/tr.php                             |    1 -
 apps/files/l10n/ug.php                             |    1 -
 apps/files/l10n/uk.php                             |   31 +-
 apps/files/l10n/vi.php                             |    1 -
 apps/files/l10n/zh_CN.php                          |    1 -
 apps/files/l10n/zh_TW.php                          |    1 -
 apps/files/templates/list.php                      |    5 +-
 apps/files/tests/js/breadcrumbSpec.js              |   79 +-
 apps/files/tests/js/fileactionsSpec.js             |   53 +-
 apps/files/tests/js/filelistSpec.js                |   59 +-
 apps/files_encryption/hooks/hooks.php              |   51 +-
 apps/files_encryption/js/settings-personal.js      |    8 +-
 apps/files_encryption/l10n/ar.php                  |    1 +
 apps/files_encryption/l10n/eo.php                  |    3 +-
 apps/files_encryption/l10n/eu.php                  |    1 +
 apps/files_encryption/l10n/pl.php                  |    1 +
 apps/files_encryption/l10n/pt_BR.php               |    2 +-
 apps/files_encryption/l10n/pt_PT.php               |   76 +-
 apps/files_encryption/l10n/sl.php                  |    2 +
 apps/files_encryption/lib/helper.php               |   26 +-
 apps/files_encryption/lib/keymanager.php           |  117 +-
 apps/files_encryption/lib/util.php                 |    3 +-
 apps/files_encryption/tests/hooks.php              |    2 +-
 apps/files_encryption/tests/keymanager.php         |  260 ++-
 apps/files_external/3rdparty/php-opencloud/LICENSE |   16 -
 .../3rdparty/php-opencloud/lib/Autoload.php        |  296 ---
 .../php-opencloud/lib/OpenCloud/Common/Base.php    |  301 ---
 .../lib/OpenCloud/Common/Collection.php            |  320 ---
 .../lib/OpenCloud/Common/Exceptions/AsyncError.php |    5 -
 .../OpenCloud/Common/Exceptions/AsyncHttpError.php |    5 -
 .../Common/Exceptions/AsyncTimeoutError.php        |    5 -
 .../OpenCloud/Common/Exceptions/AttributeError.php |    5 -
 .../Common/Exceptions/AuthenticationError.php      |    5 -
 .../OpenCloud/Common/Exceptions/BaseException.php  |    7 -
 .../lib/OpenCloud/Common/Exceptions/CdnError.php   |    5 -
 .../OpenCloud/Common/Exceptions/CdnHttpError.php   |    5 -
 .../Common/Exceptions/CdnNotAvailableError.php     |    5 -
 .../OpenCloud/Common/Exceptions/CdnTtlError.php    |    5 -
 .../Common/Exceptions/CollectionError.php          |    5 -
 .../Common/Exceptions/ContainerCreateError.php     |    5 -
 .../Common/Exceptions/ContainerDeleteError.php     |    5 -
 .../OpenCloud/Common/Exceptions/ContainerError.php |    5 -
 .../Common/Exceptions/ContainerNameError.php       |    5 -
 .../Common/Exceptions/ContainerNotEmptyError.php   |    5 -
 .../Common/Exceptions/ContainerNotFoundError.php   |    5 -
 .../OpenCloud/Common/Exceptions/CreateError.php    |    5 -
 .../Common/Exceptions/CreateUpdateError.php        |    5 -
 .../Common/Exceptions/CredentialError.php          |    5 -
 .../Common/Exceptions/DatabaseCreateError.php      |    5 -
 .../Common/Exceptions/DatabaseDeleteError.php      |    5 -
 .../Common/Exceptions/DatabaseListError.php        |    5 -
 .../Common/Exceptions/DatabaseNameError.php        |    5 -
 .../Common/Exceptions/DatabaseUpdateError.php      |    5 -
 .../OpenCloud/Common/Exceptions/DeleteError.php    |    5 -
 .../OpenCloud/Common/Exceptions/DocumentError.php  |    5 -
 .../OpenCloud/Common/Exceptions/DomainError.php    |    5 -
 .../Common/Exceptions/EmptyResponseError.php       |    5 -
 .../OpenCloud/Common/Exceptions/EndpointError.php  |    5 -
 .../OpenCloud/Common/Exceptions/FlavorError.php    |    5 -
 .../lib/OpenCloud/Common/Exceptions/HttpError.php  |    5 -
 .../Common/Exceptions/HttpForbiddenError.php       |    5 -
 .../Common/Exceptions/HttpOverLimitError.php       |    5 -
 .../OpenCloud/Common/Exceptions/HttpRetryError.php |    5 -
 .../Common/Exceptions/HttpTimeoutError.php         |    5 -
 .../Common/Exceptions/HttpUnauthorizedError.php    |    5 -
 .../OpenCloud/Common/Exceptions/HttpUrlError.php   |    5 -
 .../lib/OpenCloud/Common/Exceptions/IOError.php    |    5 -
 .../Common/Exceptions/IdRequiredError.php          |    5 -
 .../lib/OpenCloud/Common/Exceptions/ImageError.php |    5 -
 .../Common/Exceptions/InstanceCreateError.php      |    5 -
 .../Common/Exceptions/InstanceDeleteError.php      |    5 -
 .../OpenCloud/Common/Exceptions/InstanceError.php  |    5 -
 .../Common/Exceptions/InstanceFlavorError.php      |    5 -
 .../Common/Exceptions/InstanceNotFound.php         |    5 -
 .../Common/Exceptions/InstanceUpdateError.php      |    5 -
 .../Common/Exceptions/InvalidArgumentError.php     |    5 -
 .../Common/Exceptions/InvalidIdTypeError.php       |    5 -
 .../Common/Exceptions/InvalidIpTypeError.php       |    5 -
 .../Common/Exceptions/InvalidParameterError.php    |    5 -
 .../Common/Exceptions/InvalidRequestError.php      |    5 -
 .../lib/OpenCloud/Common/Exceptions/JsonError.php  |    5 -
 .../Common/Exceptions/LoggingException.php         |   16 -
 .../Common/Exceptions/MetadataCreateError.php      |    5 -
 .../Common/Exceptions/MetadataDeleteError.php      |    5 -
 .../OpenCloud/Common/Exceptions/MetadataError.php  |    5 -
 .../Common/Exceptions/MetadataJsonError.php        |    5 -
 .../Common/Exceptions/MetadataKeyError.php         |    5 -
 .../Common/Exceptions/MetadataPrefixError.php      |    5 -
 .../Common/Exceptions/MetadataUpdateError.php      |    5 -
 .../Common/Exceptions/MisMatchedChecksumError.php  |    5 -
 .../Common/Exceptions/MissingValueError.php        |    5 -
 .../lib/OpenCloud/Common/Exceptions/NameError.php  |    5 -
 .../Common/Exceptions/NetworkCreateError.php       |    5 -
 .../Common/Exceptions/NetworkDeleteError.php       |    5 -
 .../OpenCloud/Common/Exceptions/NetworkError.php   |    5 -
 .../Common/Exceptions/NetworkUpdateError.php       |    5 -
 .../Common/Exceptions/NetworkUrlError.php          |    5 -
 .../Common/Exceptions/NoContentTypeError.php       |    5 -
 .../OpenCloud/Common/Exceptions/NoNameError.php    |    5 -
 .../OpenCloud/Common/Exceptions/ObjFetchError.php  |    5 -
 .../Common/Exceptions/ObjectCopyError.php          |    5 -
 .../OpenCloud/Common/Exceptions/ObjectError.php    |    5 -
 .../OpenCloud/Common/Exceptions/RebuildError.php   |    5 -
 .../Common/Exceptions/RecordTypeError.php          |    5 -
 .../Common/Exceptions/ServerActionError.php        |    5 -
 .../Common/Exceptions/ServerCreateError.php        |    5 -
 .../Common/Exceptions/ServerDeleteError.php        |    5 -
 .../Common/Exceptions/ServerImageScheduleError.php |    5 -
 .../OpenCloud/Common/Exceptions/ServerIpsError.php |    5 -
 .../Common/Exceptions/ServerJsonError.php          |    5 -
 .../Common/Exceptions/ServerUpdateError.php        |    5 -
 .../OpenCloud/Common/Exceptions/ServerUrlError.php |    5 -
 .../Common/Exceptions/ServiceValueError.php        |    5 -
 .../OpenCloud/Common/Exceptions/SnapshotError.php  |    5 -
 .../Common/Exceptions/TempUrlMethodError.php       |    5 -
 .../OpenCloud/Common/Exceptions/UnknownError.php   |    5 -
 .../Common/Exceptions/UnknownParameterError.php    |    5 -
 .../Common/Exceptions/UnrecognizedServiceError.php |    5 -
 .../Exceptions/UnsupportedExtensionError.php       |    5 -
 .../Exceptions/UnsupportedFeatureExtension.php     |    5 -
 .../Common/Exceptions/UnsupportedVersionError.php  |    5 -
 .../OpenCloud/Common/Exceptions/UpdateError.php    |    5 -
 .../lib/OpenCloud/Common/Exceptions/UrlError.php   |    5 -
 .../Common/Exceptions/UserCreateError.php          |    5 -
 .../Common/Exceptions/UserDeleteError.php          |    5 -
 .../OpenCloud/Common/Exceptions/UserListError.php  |    5 -
 .../OpenCloud/Common/Exceptions/UserNameError.php  |    5 -
 .../Common/Exceptions/UserUpdateError.php          |    5 -
 .../OpenCloud/Common/Exceptions/VolumeError.php    |    5 -
 .../Common/Exceptions/VolumeTypeError.php          |    5 -
 .../lib/OpenCloud/Common/Identity/Role.php         |   21 -
 .../lib/OpenCloud/Common/Identity/Tenant.php       |   22 -
 .../lib/OpenCloud/Common/Identity/User.php         |   73 -
 .../php-opencloud/lib/OpenCloud/Common/Lang.php    |   21 -
 .../lib/OpenCloud/Common/Log/AbstractLogger.php    |  140 --
 .../lib/OpenCloud/Common/Log/LogLevel.php          |   38 -
 .../lib/OpenCloud/Common/Log/Logger.php            |  220 --
 .../lib/OpenCloud/Common/Log/LoggerInterface.php   |  134 --
 .../lib/OpenCloud/Common/Metadata.php              |   92 -
 .../php-opencloud/lib/OpenCloud/Common/Nova.php    |  140 --
 .../lib/OpenCloud/Common/PersistentObject.php      |  939 ---------
 .../lib/OpenCloud/Common/Request/Curl.php          |  308 ---
 .../Common/Request/HttpRequestInterface.php        |   23 -
 .../OpenCloud/Common/Request/Response/Blank.php    |   27 -
 .../lib/OpenCloud/Common/Request/Response/Http.php |  140 --
 .../php-opencloud/lib/OpenCloud/Common/Service.php |  489 -----
 .../lib/OpenCloud/Common/ServiceCatalogItem.php    |   18 -
 .../php-opencloud/lib/OpenCloud/Globals.php        |  252 ---
 .../lib/OpenCloud/ObjectStore/AbstractService.php  |   57 -
 .../lib/OpenCloud/ObjectStore/CDNService.php       |   62 -
 .../ObjectStore/Resource/AbstractStorageObject.php |  170 --
 .../ObjectStore/Resource/CDNContainer.php          |  298 ---
 .../OpenCloud/ObjectStore/Resource/Container.php   |  401 ----
 .../OpenCloud/ObjectStore/Resource/DataObject.php  |  941 ---------
 .../lib/OpenCloud/ObjectStore/Service.php          |  115 --
 .../php-opencloud/lib/OpenCloud/OpenStack.php      | 1198 -----------
 .../php-opencloud/lib/OpenCloud/Rackspace.php      |  132 --
 .../3rdparty/php-opencloud/lib/openstack.php       |    8 -
 .../3rdparty/php-opencloud/lib/php-opencloud.php   |   15 -
 .../3rdparty/php-opencloud/lib/rackspace.php       |    8 -
 apps/files_external/ajax/dropbox.php               |    7 +-
 apps/files_external/ajax/google.php                |    5 +-
 apps/files_external/appinfo/app.php                |    1 -
 apps/files_external/l10n/ast.php                   |    4 +-
 apps/files_external/l10n/bn_BD.php                 |    2 +-
 apps/files_external/l10n/ca.php                    |    6 +-
 apps/files_external/l10n/cs_CZ.php                 |    4 +-
 apps/files_external/l10n/da.php                    |    2 +-
 apps/files_external/l10n/de.php                    |    6 +-
 apps/files_external/l10n/de_CH.php                 |    2 +-
 apps/files_external/l10n/de_DE.php                 |    6 +-
 apps/files_external/l10n/el.php                    |    6 +-
 apps/files_external/l10n/en_GB.php                 |    6 +-
 apps/files_external/l10n/eo.php                    |    2 +-
 apps/files_external/l10n/es.php                    |    6 +-
 apps/files_external/l10n/es_AR.php                 |    2 +-
 apps/files_external/l10n/es_MX.php                 |    2 +-
 apps/files_external/l10n/et_EE.php                 |    2 +-
 apps/files_external/l10n/eu.php                    |   34 +-
 apps/files_external/l10n/fa.php                    |    2 +-
 apps/files_external/l10n/fi_FI.php                 |    4 +-
 apps/files_external/l10n/fr.php                    |    6 +-
 apps/files_external/l10n/gl.php                    |    6 +-
 apps/files_external/l10n/he.php                    |    2 +-
 apps/files_external/l10n/hu_HU.php                 |    2 +-
 apps/files_external/l10n/id.php                    |    2 +-
 apps/files_external/l10n/is.php                    |    2 +-
 apps/files_external/l10n/it.php                    |    6 +-
 apps/files_external/l10n/ja.php                    |    6 +-
 apps/files_external/l10n/ka_GE.php                 |    2 +-
 apps/files_external/l10n/ko.php                    |    2 +-
 apps/files_external/l10n/lt_LT.php                 |    2 +-
 apps/files_external/l10n/lv.php                    |    2 +-
 apps/files_external/l10n/mk.php                    |    2 +-
 apps/files_external/l10n/nb_NO.php                 |    6 +-
 apps/files_external/l10n/nl.php                    |    6 +-
 apps/files_external/l10n/pl.php                    |    2 +-
 apps/files_external/l10n/pt_BR.php                 |   14 +-
 apps/files_external/l10n/pt_PT.php                 |   15 +-
 apps/files_external/l10n/ro.php                    |    6 +-
 apps/files_external/l10n/ru.php                    |   12 +-
 apps/files_external/l10n/si_LK.php                 |    2 +-
 apps/files_external/l10n/sk_SK.php                 |    2 +-
 apps/files_external/l10n/sl.php                    |    5 +-
 apps/files_external/l10n/sv.php                    |    4 +-
 apps/files_external/l10n/ta_LK.php                 |    2 +-
 apps/files_external/l10n/th_TH.php                 |    2 +-
 apps/files_external/l10n/tr.php                    |    6 +-
 apps/files_external/l10n/uk.php                    |    2 +-
 apps/files_external/l10n/vi.php                    |    2 +-
 apps/files_external/l10n/zh_CN.php                 |    2 +-
 apps/files_external/l10n/zh_TW.php                 |    2 +-
 apps/files_external/lib/api.php                    |   31 +-
 apps/files_external/lib/config.php                 |   11 +-
 apps/files_external/lib/swift.php                  |  218 +-
 apps/files_external/lib/webdav.php                 |  453 -----
 apps/files_external/tests/appSpec.js               |    1 +
 apps/files_external/tests/js/mountsfilelistSpec.js |    1 +
 apps/files_external/tests/swift.php                |   11 +-
 apps/files_sharing/ajax/external.php               |    5 +-
 apps/files_sharing/appinfo/app.php                 |   10 +-
 apps/files_sharing/css/mobile.css                  |    5 +
 apps/files_sharing/css/public.css                  |   15 -
 apps/files_sharing/js/external.js                  |    6 +-
 apps/files_sharing/js/public.js                    |    5 +-
 apps/files_sharing/js/share.js                     |   92 +-
 apps/files_sharing/l10n/ar.php                     |    2 +-
 apps/files_sharing/l10n/ast.php                    |    6 +-
 apps/files_sharing/l10n/bg_BG.php                  |    2 +-
 apps/files_sharing/l10n/ca.php                     |    7 +-
 apps/files_sharing/l10n/cs_CZ.php                  |    7 +-
 apps/files_sharing/l10n/cy_GB.php                  |    2 +-
 apps/files_sharing/l10n/da.php                     |    2 +-
 apps/files_sharing/l10n/de.php                     |    7 +-
 apps/files_sharing/l10n/de_CH.php                  |    2 +-
 apps/files_sharing/l10n/de_DE.php                  |    7 +-
 apps/files_sharing/l10n/el.php                     |    7 +-
 apps/files_sharing/l10n/en_GB.php                  |    7 +-
 apps/files_sharing/l10n/eo.php                     |   14 +-
 apps/files_sharing/l10n/es.php                     |    9 +-
 apps/files_sharing/l10n/es_AR.php                  |    2 +-
 apps/files_sharing/l10n/es_MX.php                  |    2 +-
 apps/files_sharing/l10n/et_EE.php                  |    6 +-
 apps/files_sharing/l10n/eu.php                     |   20 +-
 apps/files_sharing/l10n/fa.php                     |    2 +-
 apps/files_sharing/l10n/fi_FI.php                  |    7 +-
 apps/files_sharing/l10n/fr.php                     |    7 +-
 apps/files_sharing/l10n/gl.php                     |    7 +-
 apps/files_sharing/l10n/he.php                     |    2 +-
 apps/files_sharing/l10n/hi.php                     |    2 +-
 apps/files_sharing/l10n/hu_HU.php                  |    2 +-
 apps/files_sharing/l10n/id.php                     |   17 +-
 apps/files_sharing/l10n/is.php                     |    2 +-
 apps/files_sharing/l10n/it.php                     |    7 +-
 apps/files_sharing/l10n/ja.php                     |    7 +-
 apps/files_sharing/l10n/ka_GE.php                  |    2 +-
 apps/files_sharing/l10n/km.php                     |    2 +-
 apps/files_sharing/l10n/ko.php                     |    2 +-
 apps/files_sharing/l10n/lb.php                     |    2 +-
 apps/files_sharing/l10n/lt_LT.php                  |    2 +-
 apps/files_sharing/l10n/lv.php                     |    2 +-
 apps/files_sharing/l10n/mk.php                     |    2 +-
 apps/files_sharing/l10n/ms_MY.php                  |    2 +-
 apps/files_sharing/l10n/nb_NO.php                  |   11 +-
 apps/files_sharing/l10n/nl.php                     |    7 +-
 apps/files_sharing/l10n/nn_NO.php                  |    2 +-
 apps/files_sharing/l10n/pl.php                     |    9 +-
 apps/files_sharing/l10n/pt_BR.php                  |   11 +-
 apps/files_sharing/l10n/pt_PT.php                  |   13 +-
 apps/files_sharing/l10n/ro.php                     |    2 +-
 apps/files_sharing/l10n/ru.php                     |   10 +-
 apps/files_sharing/l10n/sk_SK.php                  |    5 +-
 apps/files_sharing/l10n/sl.php                     |   21 +-
 apps/files_sharing/l10n/sq.php                     |    2 +-
 apps/files_sharing/l10n/sr.php                     |    2 +-
 apps/files_sharing/l10n/sv.php                     |   13 +-
 apps/files_sharing/l10n/ta_LK.php                  |    2 +-
 apps/files_sharing/l10n/th_TH.php                  |    2 +-
 apps/files_sharing/l10n/tr.php                     |    7 +-
 apps/files_sharing/l10n/ug.php                     |    2 +-
 apps/files_sharing/l10n/uk.php                     |    3 +-
 apps/files_sharing/l10n/ur_PK.php                  |    2 +-
 apps/files_sharing/l10n/vi.php                     |    2 +-
 apps/files_sharing/l10n/zh_CN.php                  |    2 +-
 apps/files_sharing/l10n/zh_TW.php                  |    2 +-
 apps/files_sharing/lib/external/manager.php        |   35 +-
 apps/files_sharing/lib/external/mount.php          |    1 +
 apps/files_sharing/lib/external/scanner.php        |   18 +-
 apps/files_sharing/lib/external/storage.php        |  102 +
 apps/files_sharing/lib/helper.php                  |   15 +
 apps/files_sharing/lib/sharedmount.php             |   10 -
 apps/files_sharing/lib/updater.php                 |   85 +
 apps/files_sharing/templates/public.php            |   12 +-
 apps/files_sharing/templates/settings-admin.php    |    2 +-
 apps/files_sharing/tests/externalstorage.php       |    3 +-
 apps/files_sharing/tests/js/appSpec.js             |    4 +-
 apps/files_sharing/tests/js/shareSpec.js           |   10 +
 apps/files_sharing/tests/js/sharedfilelistSpec.js  |    1 +
 apps/files_sharing/tests/updater.php               |  151 +-
 apps/files_texteditor/appinfo/app.php              |    1 +
 apps/files_texteditor/css/mobile.css               |   11 +
 apps/files_texteditor/js/editor.js                 |   29 +-
 apps/files_trashbin/css/trash.css                  |    7 +
 apps/files_trashbin/l10n/el.php                    |    2 +-
 apps/files_trashbin/l10n/uk.php                    |    2 +-
 apps/files_trashbin/tests/js/filelistSpec.js       |    1 +
 apps/files_versions/css/versions.css               |    5 +-
 apps/files_videoviewer/css/mediaelementplayer.css  |  132 +-
 .../js/mediaelement-and-player.js                  |  192 +-
 apps/files_videoviewer/js/viewer.js                |   20 +-
 .../src/flash/FlashMediaElement.as                 | 1087 ++++++++++
 .../src/flash/FlashMediaElement.fla                |  Bin 0 -> 26223 bytes
 apps/files_videoviewer/src/flash/HtmlMediaEvent.as |   29 +
 .../src/flash/htmlelements/AudioElement.as         |  332 +++
 .../src/flash/htmlelements/IMediaElement.as        |   35 +
 .../src/flash/htmlelements/VideoElement.as         |    1 +
 .../src/flash/htmlelements/YouTubeElement.as       |  403 ++++
 apps/files_videoviewer/src/silverlight/App.xaml    |    8 +
 apps/files_videoviewer/src/silverlight/App.xaml.cs |   68 +
 .../src/silverlight/MainPage.xaml                  |  276 +++
 .../src/silverlight/MainPage.xaml.cs               |  636 ++++++
 .../src/silverlight/Properties/AppManifest.xml     |    6 +
 .../src/silverlight/Properties/AssemblyInfo.cs     |   35 +
 .../src/silverlight/SilverlightMediaElement.csproj |  112 +
 .../SilverlightMediaElement.csproj.user            |   32 +
 .../src/silverlight/SilverlightMediaElement.sln    |   20 +
 apps/firstrunwizard/css/firstrunwizard.css         |    5 +
 apps/firstrunwizard/l10n/ar.php                    |    3 +-
 apps/firstrunwizard/l10n/ast.php                   |    3 +-
 apps/firstrunwizard/l10n/ca.php                    |    3 +-
 apps/firstrunwizard/l10n/cs_CZ.php                 |    3 +-
 apps/firstrunwizard/l10n/da.php                    |    3 +-
 apps/firstrunwizard/l10n/de.php                    |    3 +-
 apps/firstrunwizard/l10n/de_CH.php                 |    3 +-
 apps/firstrunwizard/l10n/de_DE.php                 |    3 +-
 apps/firstrunwizard/l10n/el.php                    |    3 +-
 apps/firstrunwizard/l10n/en_GB.php                 |    3 +-
 apps/firstrunwizard/l10n/eo.php                    |    4 +-
 apps/firstrunwizard/l10n/es.php                    |    3 +-
 apps/firstrunwizard/l10n/es_AR.php                 |    3 +-
 apps/firstrunwizard/l10n/es_MX.php                 |    3 +-
 apps/firstrunwizard/l10n/et_EE.php                 |    3 +-
 apps/firstrunwizard/l10n/eu.php                    |    3 +-
 apps/firstrunwizard/l10n/fa.php                    |    3 +-
 apps/firstrunwizard/l10n/fi_FI.php                 |    3 +-
 apps/firstrunwizard/l10n/fr.php                    |    3 +-
 apps/firstrunwizard/l10n/gl.php                    |    3 +-
 apps/firstrunwizard/l10n/he.php                    |    3 +-
 apps/firstrunwizard/l10n/hu_HU.php                 |    3 +-
 apps/firstrunwizard/l10n/ia.php                    |    3 +-
 apps/firstrunwizard/l10n/id.php                    |    3 +-
 apps/firstrunwizard/l10n/is.php                    |    3 +-
 apps/firstrunwizard/l10n/it.php                    |    3 +-
 apps/firstrunwizard/l10n/ja.php                    |    3 +-
 apps/firstrunwizard/l10n/ka_GE.php                 |    3 +-
 apps/firstrunwizard/l10n/km.php                    |    1 +
 apps/firstrunwizard/l10n/ko.php                    |    3 +-
 apps/firstrunwizard/l10n/lt_LT.php                 |    3 +-
 apps/firstrunwizard/l10n/lv.php                    |    3 +-
 apps/firstrunwizard/l10n/nb_NO.php                 |    3 +-
 apps/firstrunwizard/l10n/nl.php                    |    3 +-
 apps/firstrunwizard/l10n/nn_NO.php                 |    3 +-
 apps/firstrunwizard/l10n/pl.php                    |    3 +-
 apps/firstrunwizard/l10n/pt_BR.php                 |    3 +-
 apps/firstrunwizard/l10n/pt_PT.php                 |    3 +-
 apps/firstrunwizard/l10n/ro.php                    |    3 +-
 apps/firstrunwizard/l10n/ru.php                    |    3 +-
 apps/firstrunwizard/l10n/sk_SK.php                 |    3 +-
 apps/firstrunwizard/l10n/sl.php                    |    3 +-
 apps/firstrunwizard/l10n/sq.php                    |    3 +-
 apps/firstrunwizard/l10n/sr.php                    |    3 +-
 apps/firstrunwizard/l10n/sv.php                    |    3 +-
 .../l10n/templates/firstrunwizard.pot              |   12 +-
 apps/firstrunwizard/l10n/tr.php                    |    3 +-
 apps/firstrunwizard/l10n/uk.php                    |    3 +-
 apps/firstrunwizard/l10n/vi.php                    |    3 +-
 apps/firstrunwizard/l10n/zh_CN.php                 |    3 +-
 apps/firstrunwizard/l10n/zh_TW.php                 |    3 +-
 apps/firstrunwizard/templates/wizard.php           |    8 +-
 apps/gallery/css/mobile.css                        |    7 -
 apps/gallery/js/slideshow.js                       |    2 +-
 apps/gallery/l10n/eo.php                           |    2 +
 apps/gallery/l10n/eo/gallery.po                    |   12 +-
 apps/gallery/l10n/eu.php                           |    1 +
 apps/gallery/l10n/eu/gallery.po                    |   10 +-
 apps/gallery/l10n/pl/gallery.po                    |    4 +-
 apps/gallery/l10n/pt_PT/gallery.po                 |    6 +-
 apps/gallery/l10n/ru.php                           |    1 +
 apps/gallery/l10n/ru/gallery.po                    |   11 +-
 apps/gallery/l10n/sl.php                           |    1 +
 apps/gallery/l10n/sl/gallery.po                    |   10 +-
 apps/gallery/l10n/templates/gallery.pot            |    2 +-
 apps/gallery/templates/public.php                  |    6 +-
 apps/search_lucene/3rdparty/Zend/Cache.php         |  250 +++
 apps/search_lucene/3rdparty/Zend/Exception.php     |   97 +
 apps/search_lucene/3rdparty/Zend/Memory.php        |   82 +
 .../3rdparty/Zend/Memory/AccessController.php      |  149 ++
 .../3rdparty/Zend/Memory/Container.php             |   35 +
 .../3rdparty/Zend/Memory/Container/Interface.php   |   66 +
 .../3rdparty/Zend/Memory/Container/Locked.php      |  113 ++
 .../3rdparty/Zend/Memory/Container/Movable.php     |  297 +++
 .../3rdparty/Zend/Memory/Exception.php             |   35 +
 .../search_lucene/3rdparty/Zend/Memory/Manager.php |  463 +++++
 apps/search_lucene/3rdparty/Zend/Memory/Value.php  |  177 ++
 apps/search_lucene/3rdparty/Zend/Pdf.php           | 1428 +++++++++++++
 apps/search_lucene/3rdparty/Zend/Pdf/Action.php    |  404 ++++
 .../3rdparty/Zend/Pdf/Action/GoTo.php              |  116 ++
 .../3rdparty/Zend/Pdf/Action/GoTo3DView.php        |   39 +
 .../3rdparty/Zend/Pdf/Action/GoToE.php             |   38 +
 .../3rdparty/Zend/Pdf/Action/GoToR.php             |   38 +
 .../3rdparty/Zend/Pdf/Action/Hide.php              |   39 +
 .../3rdparty/Zend/Pdf/Action/ImportData.php        |   39 +
 .../3rdparty/Zend/Pdf/Action/JavaScript.php        |   39 +
 .../3rdparty/Zend/Pdf/Action/Launch.php            |   38 +
 .../3rdparty/Zend/Pdf/Action/Movie.php             |   38 +
 .../3rdparty/Zend/Pdf/Action/Named.php             |   39 +
 .../3rdparty/Zend/Pdf/Action/Rendition.php         |   39 +
 .../3rdparty/Zend/Pdf/Action/ResetForm.php         |   39 +
 .../3rdparty/Zend/Pdf/Action/SetOCGState.php       |   39 +
 .../3rdparty/Zend/Pdf/Action/Sound.php             |   39 +
 .../3rdparty/Zend/Pdf/Action/SubmitForm.php        |   39 +
 .../3rdparty/Zend/Pdf/Action/Thread.php            |   38 +
 .../3rdparty/Zend/Pdf/Action/Trans.php             |   39 +
 .../search_lucene/3rdparty/Zend/Pdf/Action/URI.php |  167 ++
 .../3rdparty/Zend/Pdf/Action/Unknown.php           |   38 +
 .../search_lucene/3rdparty/Zend/Pdf/Annotation.php |  230 +++
 .../Zend/Pdf/Annotation/FileAttachment.php         |  101 +
 .../3rdparty/Zend/Pdf/Annotation/Link.php          |  162 ++
 .../3rdparty/Zend/Pdf/Annotation/Markup.php        |  142 ++
 .../3rdparty/Zend/Pdf/Annotation/Text.php          |   95 +
 apps/search_lucene/3rdparty/Zend/Pdf/Canvas.php    |  182 ++
 .../3rdparty/Zend/Pdf/Canvas/Abstract.php          | 1217 +++++++++++
 .../3rdparty/Zend/Pdf/Canvas/Interface.php         |  493 +++++
 apps/search_lucene/3rdparty/Zend/Pdf/Cmap.php      |  336 +++
 .../3rdparty/Zend/Pdf/Cmap/ByteEncoding.php        |  447 ++++
 .../3rdparty/Zend/Pdf/Cmap/ByteEncoding/Static.php |   62 +
 .../3rdparty/Zend/Pdf/Cmap/SegmentToDelta.php      |  407 ++++
 .../3rdparty/Zend/Pdf/Cmap/TrimmedTable.php        |  231 +++
 apps/search_lucene/3rdparty/Zend/Pdf/Color.php     |   53 +
 .../search_lucene/3rdparty/Zend/Pdf/Color/Cmyk.php |  126 ++
 .../3rdparty/Zend/Pdf/Color/GrayScale.php          |   84 +
 .../search_lucene/3rdparty/Zend/Pdf/Color/Html.php |  412 ++++
 apps/search_lucene/3rdparty/Zend/Pdf/Color/Rgb.php |  114 ++
 .../3rdparty/Zend/Pdf/Destination.php              |  113 ++
 .../3rdparty/Zend/Pdf/Destination/Explicit.php     |  122 ++
 .../3rdparty/Zend/Pdf/Destination/Fit.php          |   75 +
 .../Zend/Pdf/Destination/FitBoundingBox.php        |   75 +
 .../Pdf/Destination/FitBoundingBoxHorizontally.php |   98 +
 .../Pdf/Destination/FitBoundingBoxVertically.php   |   98 +
 .../Zend/Pdf/Destination/FitHorizontally.php       |   98 +
 .../3rdparty/Zend/Pdf/Destination/FitRectangle.php |  171 ++
 .../Zend/Pdf/Destination/FitVertically.php         |   98 +
 .../3rdparty/Zend/Pdf/Destination/Named.php        |  101 +
 .../3rdparty/Zend/Pdf/Destination/Unknown.php      |   37 +
 .../3rdparty/Zend/Pdf/Destination/Zoom.php         |  177 ++
 apps/search_lucene/3rdparty/Zend/Pdf/Element.php   |  176 ++
 .../3rdparty/Zend/Pdf/Element/Array.php            |  181 ++
 .../3rdparty/Zend/Pdf/Element/Boolean.php          |   83 +
 .../3rdparty/Zend/Pdf/Element/Dictionary.php       |  236 +++
 .../3rdparty/Zend/Pdf/Element/Name.php             |  161 ++
 .../3rdparty/Zend/Pdf/Element/Null.php             |   75 +
 .../3rdparty/Zend/Pdf/Element/Numeric.php          |   95 +
 .../3rdparty/Zend/Pdf/Element/Object.php           |  284 +++
 .../3rdparty/Zend/Pdf/Element/Object/Stream.php    |  453 +++++
 .../3rdparty/Zend/Pdf/Element/Reference.php        |  303 +++
 .../Zend/Pdf/Element/Reference/Context.php         |   83 +
 .../3rdparty/Zend/Pdf/Element/Reference/Table.php  |  198 ++
 .../3rdparty/Zend/Pdf/Element/Stream.php           |  130 ++
 .../3rdparty/Zend/Pdf/Element/String.php           |  263 +++
 .../3rdparty/Zend/Pdf/Element/String/Binary.php    |   98 +
 .../3rdparty/Zend/Pdf/ElementFactory.php           |  446 ++++
 .../3rdparty/Zend/Pdf/ElementFactory/Interface.php |  158 ++
 .../3rdparty/Zend/Pdf/ElementFactory/Proxy.php     |  234 +++
 apps/search_lucene/3rdparty/Zend/Pdf/Exception.php |  343 ++++
 .../search_lucene/3rdparty/Zend/Pdf/FileParser.php |  485 +++++
 .../3rdparty/Zend/Pdf/FileParser/Font.php          |  217 ++
 .../3rdparty/Zend/Pdf/FileParser/Font/OpenType.php | 1126 +++++++++++
 .../Zend/Pdf/FileParser/Font/OpenType/TrueType.php |   90 +
 .../3rdparty/Zend/Pdf/FileParser/Image.php         |   63 +
 .../3rdparty/Zend/Pdf/FileParser/Image/Png.php     |  329 +++
 .../3rdparty/Zend/Pdf/FileParserDataSource.php     |  204 ++
 .../Zend/Pdf/FileParserDataSource/File.php         |  198 ++
 .../Zend/Pdf/FileParserDataSource/String.php       |  128 ++
 .../3rdparty/Zend/Pdf/Filter/Ascii85.php           |  181 ++
 .../3rdparty/Zend/Pdf/Filter/AsciiHex.php          |  135 ++
 .../3rdparty/Zend/Pdf/Filter/Compression.php       |  391 ++++
 .../3rdparty/Zend/Pdf/Filter/Compression/Flate.php |  102 +
 .../3rdparty/Zend/Pdf/Filter/Compression/Lzw.php   |   95 +
 .../3rdparty/Zend/Pdf/Filter/Interface.php         |   50 +
 .../3rdparty/Zend/Pdf/Filter/RunLength.php         |  125 ++
 apps/search_lucene/3rdparty/Zend/Pdf/Font.php      |  732 +++++++
 apps/search_lucene/3rdparty/Zend/Pdf/Image.php     |  247 +++
 apps/search_lucene/3rdparty/Zend/Pdf/NameTree.php  |  154 ++
 apps/search_lucene/3rdparty/Zend/Pdf/Outline.php   |  373 ++++
 .../3rdparty/Zend/Pdf/Outline/Created.php          |  315 +++
 .../3rdparty/Zend/Pdf/Outline/Loaded.php           |  460 +++++
 apps/search_lucene/3rdparty/Zend/Pdf/Page.php      |  773 +++++++
 apps/search_lucene/3rdparty/Zend/Pdf/Parser.php    |  472 +++++
 .../Pdf/RecursivelyIteratableObjectsContainer.php  |   45 +
 apps/search_lucene/3rdparty/Zend/Pdf/Resource.php  |  165 ++
 .../3rdparty/Zend/Pdf/Resource/ContentStream.php   |  114 ++
 .../3rdparty/Zend/Pdf/Resource/Extractor.php       |   86 +
 .../3rdparty/Zend/Pdf/Resource/Font.php            |  530 +++++
 .../3rdparty/Zend/Pdf/Resource/Font/CidFont.php    |  492 +++++
 .../Zend/Pdf/Resource/Font/CidFont/TrueType.php    |   88 +
 .../3rdparty/Zend/Pdf/Resource/Font/Extracted.php  |  274 +++
 .../Zend/Pdf/Resource/Font/FontDescriptor.php      |  204 ++
 .../3rdparty/Zend/Pdf/Resource/Font/Simple.php     |  283 +++
 .../Zend/Pdf/Resource/Font/Simple/Parsed.php       |  105 +
 .../Pdf/Resource/Font/Simple/Parsed/TrueType.php   |   67 +
 .../Zend/Pdf/Resource/Font/Simple/Standard.php     |   82 +
 .../Pdf/Resource/Font/Simple/Standard/Courier.php  |  295 +++
 .../Resource/Font/Simple/Standard/CourierBold.php  |  296 +++
 .../Font/Simple/Standard/CourierBoldOblique.php    |  297 +++
 .../Font/Simple/Standard/CourierOblique.php        |  297 +++
 .../Resource/Font/Simple/Standard/Helvetica.php    |  305 +++
 .../Font/Simple/Standard/HelveticaBold.php         |  305 +++
 .../Font/Simple/Standard/HelveticaBoldOblique.php  |  308 +++
 .../Font/Simple/Standard/HelveticaOblique.php      |  307 +++
 .../Pdf/Resource/Font/Simple/Standard/Symbol.php   |  465 +++++
 .../Resource/Font/Simple/Standard/TimesBold.php    |  304 +++
 .../Font/Simple/Standard/TimesBoldItalic.php       |  305 +++
 .../Resource/Font/Simple/Standard/TimesItalic.php  |  305 +++
 .../Resource/Font/Simple/Standard/TimesRoman.php   |  305 +++
 .../Resource/Font/Simple/Standard/ZapfDingbats.php |  491 +++++
 .../3rdparty/Zend/Pdf/Resource/Font/Type0.php      |  257 +++
 .../3rdparty/Zend/Pdf/Resource/GraphicsState.php   |  109 +
 .../3rdparty/Zend/Pdf/Resource/Image.php           |   73 +
 .../3rdparty/Zend/Pdf/Resource/Image/Jpeg.php      |  152 ++
 .../3rdparty/Zend/Pdf/Resource/Image/Png.php       |  380 ++++
 .../3rdparty/Zend/Pdf/Resource/Image/Tiff.php      |  442 ++++
 .../3rdparty/Zend/Pdf/Resource/ImageFactory.php    |   71 +
 .../3rdparty/Zend/Pdf/Resource/Unified.php         |   38 +
 .../3rdparty/Zend/Pdf/StringParser.php             |  731 +++++++
 apps/search_lucene/3rdparty/Zend/Pdf/Style.php     |  294 +++
 apps/search_lucene/3rdparty/Zend/Pdf/Target.php    |   76 +
 apps/search_lucene/3rdparty/Zend/Pdf/Trailer.php   |  126 ++
 .../3rdparty/Zend/Pdf/Trailer/Generator.php        |   77 +
 .../3rdparty/Zend/Pdf/Trailer/Keeper.php           |  143 ++
 .../3rdparty/Zend/Pdf/UpdateInfoContainer.php      |  131 ++
 .../3rdparty/Zend/Search/Exception.php             |   37 +
 apps/search_lucene/3rdparty/Zend/Search/Lucene.php | 1579 +++++++++++++++
 .../Zend/Search/Lucene/Analysis/Analyzer.php       |  175 ++
 .../Search/Lucene/Analysis/Analyzer/Common.php     |   92 +
 .../Lucene/Analysis/Analyzer/Common/Text.php       |   96 +
 .../Analyzer/Common/Text/CaseInsensitive.php       |   47 +
 .../Lucene/Analysis/Analyzer/Common/TextNum.php    |   95 +
 .../Analyzer/Common/TextNum/CaseInsensitive.php    |   47 +
 .../Lucene/Analysis/Analyzer/Common/Utf8.php       |  126 ++
 .../Analyzer/Common/Utf8/CaseInsensitive.php       |   49 +
 .../Lucene/Analysis/Analyzer/Common/Utf8Num.php    |  126 ++
 .../Analyzer/Common/Utf8Num/CaseInsensitive.php    |   49 +
 .../3rdparty/Zend/Search/Lucene/Analysis/Token.php |  154 ++
 .../Zend/Search/Lucene/Analysis/TokenFilter.php    |   47 +
 .../Lucene/Analysis/TokenFilter/LowerCase.php      |   58 +
 .../Lucene/Analysis/TokenFilter/LowerCaseUtf8.php  |   70 +
 .../Lucene/Analysis/TokenFilter/ShortWords.php     |   69 +
 .../Lucene/Analysis/TokenFilter/StopWords.php      |  101 +
 .../3rdparty/Zend/Search/Lucene/Document.php       |  131 ++
 .../3rdparty/Zend/Search/Lucene/Document/Docx.php  |  153 ++
 .../Zend/Search/Lucene/Document/Exception.php      |   37 +
 .../3rdparty/Zend/Search/Lucene/Document/Html.php  |  481 +++++
 .../Zend/Search/Lucene/Document/OpenXml.php        |  131 ++
 .../3rdparty/Zend/Search/Lucene/Document/Pptx.php  |  201 ++
 .../3rdparty/Zend/Search/Lucene/Document/Xlsx.php  |  265 +++
 .../3rdparty/Zend/Search/Lucene/Exception.php      |   37 +
 .../3rdparty/Zend/Search/Lucene/FSM.php            |  443 ++++
 .../3rdparty/Zend/Search/Lucene/FSMAction.php      |   66 +
 .../3rdparty/Zend/Search/Lucene/Field.php          |  226 +++
 .../Zend/Search/Lucene/Index/DictionaryLoader.php  |  268 +++
 .../Zend/Search/Lucene/Index/DocsFilter.php        |   59 +
 .../Zend/Search/Lucene/Index/FieldInfo.php         |   50 +
 .../Zend/Search/Lucene/Index/SegmentInfo.php       | 2132 ++++++++++++++++++++
 .../Zend/Search/Lucene/Index/SegmentMerger.php     |  271 +++
 .../Zend/Search/Lucene/Index/SegmentWriter.php     |  634 ++++++
 .../Lucene/Index/SegmentWriter/DocumentWriter.php  |  230 +++
 .../Lucene/Index/SegmentWriter/StreamWriter.php    |   94 +
 .../3rdparty/Zend/Search/Lucene/Index/Term.php     |  144 ++
 .../3rdparty/Zend/Search/Lucene/Index/TermInfo.php |   80 +
 .../Search/Lucene/Index/TermsPriorityQueue.php     |   49 +
 .../Search/Lucene/Index/TermsStream/Interface.php  |   66 +
 .../3rdparty/Zend/Search/Lucene/Index/Writer.php   |  841 ++++++++
 .../3rdparty/Zend/Search/Lucene/Interface.php      |  417 ++++
 .../3rdparty/Zend/Search/Lucene/LockManager.php    |  236 +++
 .../3rdparty/Zend/Search/Lucene/MultiSearcher.php  |  973 +++++++++
 .../3rdparty/Zend/Search/Lucene/PriorityQueue.php  |  171 ++
 .../3rdparty/Zend/Search/Lucene/Proxy.php          |  612 ++++++
 .../Lucene/Search/BooleanExpressionRecognizer.php  |  278 +++
 .../Search/Lucene/Search/Highlighter/Default.php   |   94 +
 .../Search/Lucene/Search/Highlighter/Interface.php |   53 +
 .../3rdparty/Zend/Search/Lucene/Search/Query.php   |  233 +++
 .../Zend/Search/Lucene/Search/Query/Boolean.php    |  815 ++++++++
 .../Zend/Search/Lucene/Search/Query/Empty.php      |  138 ++
 .../Zend/Search/Lucene/Search/Query/Fuzzy.php      |  493 +++++
 .../Search/Lucene/Search/Query/Insignificant.php   |  139 ++
 .../Zend/Search/Lucene/Search/Query/MultiTerm.php  |  668 ++++++
 .../Zend/Search/Lucene/Search/Query/Phrase.php     |  576 ++++++
 .../Search/Lucene/Search/Query/Preprocessing.php   |  127 ++
 .../Lucene/Search/Query/Preprocessing/Fuzzy.php    |  287 +++
 .../Lucene/Search/Query/Preprocessing/Phrase.php   |  270 +++
 .../Lucene/Search/Query/Preprocessing/Term.php     |  341 ++++
 .../Zend/Search/Lucene/Search/Query/Range.php      |  377 ++++
 .../Zend/Search/Lucene/Search/Query/Term.php       |  228 +++
 .../Zend/Search/Lucene/Search/Query/Wildcard.php   |  362 ++++
 .../Zend/Search/Lucene/Search/QueryEntry.php       |   67 +
 .../Search/Lucene/Search/QueryEntry/Phrase.php     |  116 ++
 .../Search/Lucene/Search/QueryEntry/Subquery.php   |   77 +
 .../Zend/Search/Lucene/Search/QueryEntry/Term.php  |  130 ++
 .../Zend/Search/Lucene/Search/QueryHit.php         |  110 +
 .../Zend/Search/Lucene/Search/QueryLexer.php       |  510 +++++
 .../Zend/Search/Lucene/Search/QueryParser.php      |  635 ++++++
 .../Search/Lucene/Search/QueryParserContext.php    |  401 ++++
 .../Search/Lucene/Search/QueryParserException.php  |   41 +
 .../Zend/Search/Lucene/Search/QueryToken.php       |  225 +++
 .../Zend/Search/Lucene/Search/Similarity.php       |  551 +++++
 .../Search/Lucene/Search/Similarity/Default.php    |  110 +
 .../3rdparty/Zend/Search/Lucene/Search/Weight.php  |   85 +
 .../Zend/Search/Lucene/Search/Weight/Boolean.php   |  137 ++
 .../Zend/Search/Lucene/Search/Weight/Empty.php     |   57 +
 .../Zend/Search/Lucene/Search/Weight/MultiTerm.php |  139 ++
 .../Zend/Search/Lucene/Search/Weight/Phrase.php    |  108 +
 .../Zend/Search/Lucene/Search/Weight/Term.php      |  125 ++
 .../Zend/Search/Lucene/Storage/Directory.php       |  136 ++
 .../Search/Lucene/Storage/Directory/Filesystem.php |  363 ++++
 .../3rdparty/Zend/Search/Lucene/Storage/File.php   |  473 +++++
 .../Zend/Search/Lucene/Storage/File/Filesystem.php |  231 +++
 .../Zend/Search/Lucene/Storage/File/Memory.php     |  601 ++++++
 .../Search/Lucene/TermStreamsPriorityQueue.php     |  172 ++
 apps/search_lucene/3rdparty/pdf2text.php           |  156 ++
 apps/search_lucene/ajax/lucene.php                 |   84 +
 apps/search_lucene/appinfo/app.php                 |   91 +
 apps/search_lucene/appinfo/database.xml            |   38 +
 apps/search_lucene/appinfo/info.xml                |   35 +
 apps/search_lucene/appinfo/preupdate.php           |   36 +
 apps/search_lucene/appinfo/update.php              |   12 +
 apps/search_lucene/appinfo/version                 |    1 +
 apps/search_lucene/css/lucene.css                  |   11 +
 apps/search_lucene/document/Ods.php                |   89 +
 apps/search_lucene/document/Odt.php                |   87 +
 apps/search_lucene/document/OpenDocument.php       |   83 +
 apps/search_lucene/document/Pdf.php                |   74 +
 apps/search_lucene/js/checker.js                   |   57 +
 apps/search_lucene/lib/hooks.php                   |  142 ++
 apps/search_lucene/lib/indexer.php                 |  304 +++
 apps/search_lucene/lib/lucene.php                  |  317 +++
 apps/search_lucene/lib/status.php                  |   85 +
 apps/updater/l10n/cs_CZ.php                        |    1 +
 apps/updater/l10n/pt_BR.php                        |    4 +-
 apps/updater/l10n/ro.php                           |    3 +
 apps/updater/l10n/sl.php                           |    1 +
 apps/user_ldap/group_ldap.php                      |    3 +-
 apps/user_ldap/l10n/cs_CZ.php                      |    6 +-
 apps/user_ldap/l10n/eo.php                         |   14 +
 apps/user_ldap/l10n/eu.php                         |   13 +-
 apps/user_ldap/l10n/pt_BR.php                      |   18 +-
 apps/user_ldap/l10n/pt_PT.php                      |    2 +-
 apps/user_ldap/l10n/sl.php                         |    4 +
 apps/user_ldap/lib/jobs.php                        |    8 +-
 apps/user_webdavauth/l10n/sl.php                   |    1 +
 config/config.sample.php                           |   34 +-
 core/css/header.css                                |    4 +-
 core/css/mobile.css                                |   30 +-
 core/css/share.css                                 |   10 +
 core/css/styles.css                                |   11 +-
 .../_sources/installation/installation_others.txt  |   17 +-
 core/doc/admin/contents.html                       |    8 +-
 core/doc/admin/index.html                          |    2 +-
 core/doc/admin/installation/index.html             |    6 +-
 .../admin/installation/installation_appliance.html |    3 +-
 .../doc/admin/installation/installation_linux.html |    3 +-
 .../doc/admin/installation/installation_macos.html |    3 +-
 .../admin/installation/installation_others.html    |   27 +-
 .../admin/installation/installation_source.html    |    5 +-
 core/doc/admin/installation/installation_ucs.html  |    3 +-
 .../admin/installation/installation_windows.html   |    3 +-
 .../admin/installation/installation_wizard.html    |    5 +-
 core/doc/user/_sources/documents.txt               |    4 +-
 core/doc/user/_sources/pim/contacts.txt            |   18 +-
 core/doc/user/_sources/pim/sync_thunderbird.txt    |    2 +-
 core/doc/user/documents.html                       |    4 -
 core/doc/user/pim/contacts.html                    |   18 +-
 core/doc/user/pim/sync_thunderbird.html            |    2 +-
 core/img/actions/info.png                          |  Bin 349 -> 325 bytes
 core/img/actions/info.svg                          |   13 +-
 core/img/actions/search.png                        |  Bin 348 -> 306 bytes
 core/img/actions/search.svg                        |   11 +-
 core/img/actions/settings.png                      |  Bin 452 -> 257 bytes
 core/img/actions/settings.svg                      |   15 +-
 core/img/filetypes/folder-external.png             |  Bin 938 -> 926 bytes
 core/img/filetypes/folder-external.svg             |   37 +-
 core/img/filetypes/folder-public.png               |  Bin 1278 -> 1308 bytes
 core/img/filetypes/folder-public.svg               |   37 +-
 core/img/filetypes/folder-shared.png               |  Bin 1229 -> 1134 bytes
 core/img/filetypes/folder-shared.svg               |   39 +-
 core/img/places/calendar-dark.png                  |  Bin 356 -> 280 bytes
 core/img/places/calendar-dark.svg                  |    5 +-
 core/img/places/contacts-dark.png                  |  Bin 888 -> 640 bytes
 core/img/places/contacts-dark.svg                  |    5 +-
 core/img/places/file.png                           |  Bin 290 -> 178 bytes
 core/img/places/file.svg                           |   13 +-
 core/img/places/files.png                          |  Bin 207 -> 172 bytes
 core/img/places/files.svg                          |    7 +-
 core/img/places/folder.png                         |  Bin 265 -> 160 bytes
 core/img/places/folder.svg                         |   17 +-
 core/img/places/home.png                           |  Bin 269 -> 195 bytes
 core/img/places/home.svg                           |   10 +-
 core/img/places/link.png                           |  Bin 851 -> 845 bytes
 core/img/places/music.png                          |  Bin 634 -> 527 bytes
 core/img/places/music.svg                          |    5 +-
 core/js/eventsource.js                             |   35 +-
 core/js/share.js                                   |   83 +-
 core/js/tests/specHelper.js                        |    2 +-
 core/js/tests/specs/shareSpec.js                   |  225 ++-
 core/l10n/af_ZA.php                                |    1 -
 core/l10n/ar.php                                   |    2 +-
 core/l10n/ast.php                                  |    2 +-
 core/l10n/bg_BG.php                                |    1 -
 core/l10n/bn_BD.php                                |    1 -
 core/l10n/ca.php                                   |    2 +-
 core/l10n/cs_CZ.php                                |    4 +-
 core/l10n/cy_GB.php                                |    1 -
 core/l10n/da.php                                   |    7 +-
 core/l10n/de.php                                   |    2 +-
 core/l10n/de_AT.php                                |    1 +
 core/l10n/de_CH.php                                |    1 -
 core/l10n/de_DE.php                                |    2 +-
 core/l10n/el.php                                   |    4 +-
 core/l10n/en_GB.php                                |    2 +-
 core/l10n/eo.php                                   |    2 +-
 core/l10n/es.php                                   |    2 +-
 core/l10n/es_AR.php                                |    2 +-
 core/l10n/es_MX.php                                |    2 +-
 core/l10n/et_EE.php                                |    2 +-
 core/l10n/eu.php                                   |   12 +-
 core/l10n/fa.php                                   |    2 +-
 core/l10n/fi_FI.php                                |    2 +-
 core/l10n/fr.php                                   |    2 +-
 core/l10n/gl.php                                   |    2 +-
 core/l10n/he.php                                   |    2 +-
 core/l10n/hr.php                                   |    1 -
 core/l10n/hu_HU.php                                |    2 +-
 core/l10n/ia.php                                   |    2 +-
 core/l10n/id.php                                   |    1 -
 core/l10n/is.php                                   |    1 -
 core/l10n/it.php                                   |    2 +-
 core/l10n/ja.php                                   |    2 +-
 core/l10n/ka_GE.php                                |    1 -
 core/l10n/km.php                                   |    2 +-
 core/l10n/ko.php                                   |    2 +-
 core/l10n/lb.php                                   |    2 +-
 core/l10n/lt_LT.php                                |    2 +-
 core/l10n/lv.php                                   |    1 -
 core/l10n/mk.php                                   |    1 -
 core/l10n/my_MM.php                                |    1 -
 core/l10n/nb_NO.php                                |    6 +-
 core/l10n/nl.php                                   |    2 +-
 core/l10n/nn_NO.php                                |    1 -
 core/l10n/oc.php                                   |    1 -
 core/l10n/pl.php                                   |   10 +-
 core/l10n/pt_BR.php                                |   52 +-
 core/l10n/pt_PT.php                                |   18 +-
 core/l10n/ro.php                                   |    6 +-
 core/l10n/ru.php                                   |   14 +-
 core/l10n/si_LK.php                                |    1 -
 core/l10n/sk_SK.php                                |    2 +-
 core/l10n/sl.php                                   |    6 +-
 core/l10n/sq.php                                   |    2 +-
 core/l10n/sr.php                                   |    1 -
 core/l10n/sr at latin.php                             |    1 -
 core/l10n/sv.php                                   |   13 +-
 core/l10n/ta_LK.php                                |    1 -
 core/l10n/th_TH.php                                |    2 +-
 core/l10n/tr.php                                   |    4 +-
 core/l10n/ug.php                                   |    1 -
 core/l10n/uk.php                                   |    3 +-
 core/l10n/ur_PK.php                                |    1 -
 core/l10n/vi.php                                   |    2 +-
 core/l10n/zh_CN.php                                |    2 +-
 core/l10n/zh_HK.php                                |    1 -
 core/l10n/zh_TW.php                                |    2 +-
 cron.php                                           |    3 +
 db_structure.xml                                   |    4 +-
 debian/autoload.php                                |    7 +-
 debian/changelog                                   |   17 +
 debian/control                                     |    1 +
 debian/copyright                                   |   29 +-
 debian/install                                     |   15 +-
 debian/patches/0001-Disable-the-appstore.patch     |   14 +-
 debian/patches/0002-Fix-displayed-version.patch    |    8 +-
 debian/patches/0003-Improve-logfile-handling.patch |    4 +-
 ...010-Disable-Flash-and-Silverlight-plugins.patch |    2 +-
 ...es_external-swift-to-php-opencloud-v1.9.2.patch |  433 ----
 ...ctrine-Symphony-Patchwork-and-Pimple-path.patch |    4 +-
 .../0008-Adapt-google-api-php-client-path.patch    |    2 +-
 debian/patches/path/0009-Adapt-Dropbox-path.patch  |    2 +-
 debian/patches/series                              |    1 -
 debian/rules                                       |    5 +-
 debian/watch                                       |    4 +-
 indie.json                                         |   92 +
 l10n/ach/core.po                                   |   52 +-
 l10n/ach/files.po                                  |  118 +-
 l10n/ach/files_external.po                         |  134 +-
 l10n/ach/files_sharing.po                          |   43 +-
 l10n/ach/lib.po                                    |  238 ++-
 l10n/ach/settings.po                               |  164 +-
 l10n/ady/core.po                                   |   52 +-
 l10n/ady/files.po                                  |  118 +-
 l10n/ady/files_external.po                         |  134 +-
 l10n/ady/files_sharing.po                          |   43 +-
 l10n/ady/lib.po                                    |  238 ++-
 l10n/ady/settings.po                               |  164 +-
 l10n/af_ZA/core.po                                 |   54 +-
 l10n/af_ZA/files.po                                |  118 +-
 l10n/af_ZA/files_external.po                       |  134 +-
 l10n/af_ZA/files_sharing.po                        |   43 +-
 l10n/af_ZA/lib.po                                  |  238 ++-
 l10n/af_ZA/settings.po                             |  164 +-
 l10n/ak/core.po                                    |   52 +-
 l10n/ak/files.po                                   |  118 +-
 l10n/ak/files_external.po                          |  134 +-
 l10n/ak/files_sharing.po                           |   43 +-
 l10n/ak/lib.po                                     |  238 ++-
 l10n/ak/settings.po                                |  164 +-
 l10n/am_ET/core.po                                 |   52 +-
 l10n/am_ET/files.po                                |  118 +-
 l10n/am_ET/files_external.po                       |  134 +-
 l10n/am_ET/files_sharing.po                        |   43 +-
 l10n/am_ET/lib.po                                  |  238 ++-
 l10n/am_ET/settings.po                             |  164 +-
 l10n/ar/core.po                                    |   70 +-
 l10n/ar/files.po                                   |  116 +-
 l10n/ar/files_encryption.po                        |    9 +-
 l10n/ar/files_external.po                          |  134 +-
 l10n/ar/files_sharing.po                           |   43 +-
 l10n/ar/lib.po                                     |  238 ++-
 l10n/ar/settings.po                                |  164 +-
 l10n/ast/core.po                                   |   72 +-
 l10n/ast/files.po                                  |  118 +-
 l10n/ast/files_external.po                         |  137 +-
 l10n/ast/files_sharing.po                          |   49 +-
 l10n/ast/lib.po                                    |  238 ++-
 l10n/ast/settings.po                               |   94 +-
 l10n/az/core.po                                    |   52 +-
 l10n/az/files.po                                   |  118 +-
 l10n/az/files_external.po                          |  134 +-
 l10n/az/files_sharing.po                           |   43 +-
 l10n/az/lib.po                                     |  238 ++-
 l10n/az/settings.po                                |  164 +-
 l10n/be/core.po                                    |   52 +-
 l10n/be/files.po                                   |  118 +-
 l10n/be/files_external.po                          |  134 +-
 l10n/be/files_sharing.po                           |   43 +-
 l10n/be/lib.po                                     |  238 ++-
 l10n/be/settings.po                                |  164 +-
 l10n/bg_BG/core.po                                 |   54 +-
 l10n/bg_BG/files.po                                |  116 +-
 l10n/bg_BG/files_external.po                       |  134 +-
 l10n/bg_BG/files_sharing.po                        |   43 +-
 l10n/bg_BG/lib.po                                  |  238 ++-
 l10n/bg_BG/settings.po                             |  164 +-
 l10n/bn_BD/core.po                                 |   54 +-
 l10n/bn_BD/files.po                                |  116 +-
 l10n/bn_BD/files_external.po                       |  134 +-
 l10n/bn_BD/files_sharing.po                        |   43 +-
 l10n/bn_BD/lib.po                                  |  238 ++-
 l10n/bn_BD/settings.po                             |  164 +-
 l10n/bn_IN/core.po                                 |   52 +-
 l10n/bn_IN/files.po                                |  118 +-
 l10n/bn_IN/files_external.po                       |  134 +-
 l10n/bn_IN/files_sharing.po                        |   43 +-
 l10n/bn_IN/lib.po                                  |  238 ++-
 l10n/bn_IN/settings.po                             |  164 +-
 l10n/bs/core.po                                    |   52 +-
 l10n/bs/files.po                                   |  116 +-
 l10n/bs/files_external.po                          |  134 +-
 l10n/bs/files_sharing.po                           |   43 +-
 l10n/bs/lib.po                                     |  238 ++-
 l10n/bs/settings.po                                |  164 +-
 l10n/ca/core.po                                    |   72 +-
 l10n/ca/files.po                                   |  118 +-
 l10n/ca/files_external.po                          |  132 +-
 l10n/ca/files_sharing.po                           |   49 +-
 l10n/ca/lib.po                                     |  238 ++-
 l10n/ca/settings.po                                |  100 +-
 l10n/ca at valencia/core.po                           |   52 +-
 l10n/ca at valencia/files.po                          |  118 +-
 l10n/ca at valencia/files_external.po                 |  134 +-
 l10n/ca at valencia/files_sharing.po                  |   43 +-
 l10n/ca at valencia/lib.po                            |  238 ++-
 l10n/ca at valencia/settings.po                       |  164 +-
 l10n/cs_CZ/core.po                                 |   74 +-
 l10n/cs_CZ/files.po                                |  118 +-
 l10n/cs_CZ/files_external.po                       |  134 +-
 l10n/cs_CZ/files_sharing.po                        |   49 +-
 l10n/cs_CZ/lib.po                                  |  238 ++-
 l10n/cs_CZ/settings.po                             |  108 +-
 l10n/cs_CZ/user_ldap.po                            |   22 +-
 l10n/cy_GB/core.po                                 |   54 +-
 l10n/cy_GB/files.po                                |  116 +-
 l10n/cy_GB/files_external.po                       |  134 +-
 l10n/cy_GB/files_sharing.po                        |   43 +-
 l10n/cy_GB/lib.po                                  |  238 ++-
 l10n/cy_GB/settings.po                             |  164 +-
 l10n/da/core.po                                    |   81 +-
 l10n/da/files.po                                   |  118 +-
 l10n/da/files_external.po                          |  136 +-
 l10n/da/files_sharing.po                           |   43 +-
 l10n/da/lib.po                                     |  238 ++-
 l10n/da/settings.po                                |  164 +-
 l10n/de/core.po                                    |   72 +-
 l10n/de/files.po                                   |  116 +-
 l10n/de/files_external.po                          |  134 +-
 l10n/de/files_sharing.po                           |   49 +-
 l10n/de/lib.po                                     |  238 ++-
 l10n/de/settings.po                                |   92 +-
 l10n/de_AT/core.po                                 |   70 +-
 l10n/de_AT/files.po                                |  116 +-
 l10n/de_AT/files_external.po                       |  134 +-
 l10n/de_AT/files_sharing.po                        |   43 +-
 l10n/de_AT/lib.po                                  |  238 ++-
 l10n/de_AT/settings.po                             |  164 +-
 l10n/de_CH/core.po                                 |   54 +-
 l10n/de_CH/files.po                                |  116 +-
 l10n/de_CH/files_external.po                       |  134 +-
 l10n/de_CH/files_sharing.po                        |   43 +-
 l10n/de_CH/lib.po                                  |  238 ++-
 l10n/de_CH/settings.po                             |  164 +-
 l10n/de_DE/core.po                                 |   72 +-
 l10n/de_DE/files.po                                |  116 +-
 l10n/de_DE/files_external.po                       |  134 +-
 l10n/de_DE/files_sharing.po                        |   49 +-
 l10n/de_DE/lib.po                                  |  238 ++-
 l10n/de_DE/settings.po                             |   92 +-
 l10n/el/core.po                                    |   38 +-
 l10n/el/files.po                                   |  118 +-
 l10n/el/files_external.po                          |  134 +-
 l10n/el/files_sharing.po                           |   49 +-
 l10n/el/files_trashbin.po                          |   10 +-
 l10n/el/lib.po                                     |  240 ++-
 l10n/el/settings.po                                |   94 +-
 l10n/el/user_webdavauth.po                         |    6 +-
 l10n/en at pirate/core.po                             |   52 +-
 l10n/en at pirate/files.po                            |  118 +-
 l10n/en at pirate/files_external.po                   |  134 +-
 l10n/en at pirate/files_sharing.po                    |   43 +-
 l10n/en at pirate/lib.po                              |  238 ++-
 l10n/en at pirate/settings.po                         |  164 +-
 l10n/en_GB/core.po                                 |   72 +-
 l10n/en_GB/files.po                                |  116 +-
 l10n/en_GB/files_external.po                       |  132 +-
 l10n/en_GB/files_sharing.po                        |   49 +-
 l10n/en_GB/lib.po                                  |  238 ++-
 l10n/en_GB/settings.po                             |  100 +-
 l10n/en_NZ/core.po                                 |   52 +-
 l10n/en_NZ/files.po                                |  118 +-
 l10n/en_NZ/files_external.po                       |  134 +-
 l10n/en_NZ/files_sharing.po                        |   43 +-
 l10n/en_NZ/lib.po                                  |  238 ++-
 l10n/en_NZ/settings.po                             |  164 +-
 l10n/eo/core.po                                    |   70 +-
 l10n/eo/files.po                                   |  118 +-
 l10n/eo/files_encryption.po                        |   10 +-
 l10n/eo/files_external.po                          |  134 +-
 l10n/eo/files_sharing.po                           |   67 +-
 l10n/eo/lib.po                                     |  250 ++-
 l10n/eo/settings.po                                |  212 +-
 l10n/eo/user_ldap.po                               |   50 +-
 l10n/es/core.po                                    |   38 +-
 l10n/es/files.po                                   |  118 +-
 l10n/es/files_external.po                          |  139 +-
 l10n/es/files_sharing.po                           |   53 +-
 l10n/es/lib.po                                     |  246 ++-
 l10n/es/settings.po                                |  102 +-
 l10n/es_AR/core.po                                 |   70 +-
 l10n/es_AR/files.po                                |  116 +-
 l10n/es_AR/files_external.po                       |  134 +-
 l10n/es_AR/files_sharing.po                        |   43 +-
 l10n/es_AR/lib.po                                  |  238 ++-
 l10n/es_AR/settings.po                             |  164 +-
 l10n/es_BO/core.po                                 |   52 +-
 l10n/es_BO/files.po                                |  118 +-
 l10n/es_BO/files_external.po                       |  134 +-
 l10n/es_BO/files_sharing.po                        |   43 +-
 l10n/es_BO/lib.po                                  |  238 ++-
 l10n/es_BO/settings.po                             |  164 +-
 l10n/es_CL/core.po                                 |   52 +-
 l10n/es_CL/files.po                                |  118 +-
 l10n/es_CL/files_external.po                       |  134 +-
 l10n/es_CL/files_sharing.po                        |   43 +-
 l10n/es_CL/lib.po                                  |  238 ++-
 l10n/es_CL/settings.po                             |  164 +-
 l10n/es_CO/core.po                                 |   52 +-
 l10n/es_CO/files.po                                |  118 +-
 l10n/es_CO/files_external.po                       |  134 +-
 l10n/es_CO/files_sharing.po                        |   43 +-
 l10n/es_CO/lib.po                                  |  238 ++-
 l10n/es_CO/settings.po                             |  164 +-
 l10n/es_CR/core.po                                 |   52 +-
 l10n/es_CR/files.po                                |  118 +-
 l10n/es_CR/files_external.po                       |  134 +-
 l10n/es_CR/files_sharing.po                        |   43 +-
 l10n/es_CR/lib.po                                  |  238 ++-
 l10n/es_CR/settings.po                             |  164 +-
 l10n/es_EC/core.po                                 |   52 +-
 l10n/es_EC/files.po                                |  118 +-
 l10n/es_EC/files_external.po                       |  134 +-
 l10n/es_EC/files_sharing.po                        |   43 +-
 l10n/es_EC/lib.po                                  |  238 ++-
 l10n/es_EC/settings.po                             |  164 +-
 l10n/es_MX/core.po                                 |   70 +-
 l10n/es_MX/files.po                                |  116 +-
 l10n/es_MX/files_external.po                       |  134 +-
 l10n/es_MX/files_sharing.po                        |   43 +-
 l10n/es_MX/lib.po                                  |  238 ++-
 l10n/es_MX/settings.po                             |  164 +-
 l10n/es_PE/core.po                                 |   52 +-
 l10n/es_PE/files.po                                |  118 +-
 l10n/es_PE/files_external.po                       |  134 +-
 l10n/es_PE/files_sharing.po                        |   43 +-
 l10n/es_PE/lib.po                                  |  238 ++-
 l10n/es_PE/settings.po                             |  164 +-
 l10n/es_PY/core.po                                 |   52 +-
 l10n/es_PY/files.po                                |  118 +-
 l10n/es_PY/files_external.po                       |  134 +-
 l10n/es_PY/files_sharing.po                        |   43 +-
 l10n/es_PY/lib.po                                  |  238 ++-
 l10n/es_PY/settings.po                             |  164 +-
 l10n/es_US/core.po                                 |   52 +-
 l10n/es_US/files.po                                |  118 +-
 l10n/es_US/files_external.po                       |  134 +-
 l10n/es_US/files_sharing.po                        |   43 +-
 l10n/es_US/lib.po                                  |  238 ++-
 l10n/es_US/settings.po                             |  164 +-
 l10n/es_UY/core.po                                 |   52 +-
 l10n/es_UY/files.po                                |  118 +-
 l10n/es_UY/files_external.po                       |  134 +-
 l10n/es_UY/files_sharing.po                        |   43 +-
 l10n/es_UY/lib.po                                  |  238 ++-
 l10n/es_UY/settings.po                             |  164 +-
 l10n/et_EE/core.po                                 |   72 +-
 l10n/et_EE/files.po                                |  116 +-
 l10n/et_EE/files_external.po                       |  134 +-
 l10n/et_EE/files_sharing.po                        |   51 +-
 l10n/et_EE/lib.po                                  |  240 ++-
 l10n/et_EE/settings.po                             |  100 +-
 l10n/eu/core.po                                    |   94 +-
 l10n/eu/files.po                                   |  118 +-
 l10n/eu/files_encryption.po                        |   10 +-
 l10n/eu/files_external.po                          |  192 +-
 l10n/eu/files_sharing.po                           |   73 +-
 l10n/eu/lib.po                                     |  304 ++-
 l10n/eu/settings.po                                |  182 +-
 l10n/eu/user_ldap.po                               |   44 +-
 l10n/eu_ES/core.po                                 |   52 +-
 l10n/eu_ES/files.po                                |  116 +-
 l10n/eu_ES/files_external.po                       |  134 +-
 l10n/eu_ES/files_sharing.po                        |   43 +-
 l10n/eu_ES/lib.po                                  |  238 ++-
 l10n/eu_ES/settings.po                             |  164 +-
 l10n/fa/core.po                                    |   70 +-
 l10n/fa/files.po                                   |  116 +-
 l10n/fa/files_external.po                          |  134 +-
 l10n/fa/files_sharing.po                           |   43 +-
 l10n/fa/lib.po                                     |  238 ++-
 l10n/fa/settings.po                                |  164 +-
 l10n/fi_FI/core.po                                 |   72 +-
 l10n/fi_FI/files.po                                |  118 +-
 l10n/fi_FI/files_external.po                       |  134 +-
 l10n/fi_FI/files_sharing.po                        |   49 +-
 l10n/fi_FI/lib.po                                  |  238 ++-
 l10n/fi_FI/settings.po                             |  100 +-
 l10n/fr/core.po                                    |   38 +-
 l10n/fr/files.po                                   |  116 +-
 l10n/fr/files_external.po                          |  135 +-
 l10n/fr/files_sharing.po                           |   51 +-
 l10n/fr/lib.po                                     |  207 +-
 l10n/fr/settings.po                                |   94 +-
 l10n/fr_CA/core.po                                 |   52 +-
 l10n/fr_CA/files.po                                |  118 +-
 l10n/fr_CA/files_external.po                       |  134 +-
 l10n/fr_CA/files_sharing.po                        |   43 +-
 l10n/fr_CA/lib.po                                  |  238 ++-
 l10n/fr_CA/settings.po                             |  164 +-
 l10n/gl/core.po                                    |   70 +-
 l10n/gl/files.po                                   |  118 +-
 l10n/gl/files_external.po                          |  134 +-
 l10n/gl/files_sharing.po                           |   49 +-
 l10n/gl/lib.po                                     |  238 ++-
 l10n/gl/settings.po                                |  100 +-
 l10n/he/core.po                                    |   70 +-
 l10n/he/files.po                                   |  116 +-
 l10n/he/files_external.po                          |  134 +-
 l10n/he/files_sharing.po                           |   43 +-
 l10n/he/lib.po                                     |  238 ++-
 l10n/he/settings.po                                |  164 +-
 l10n/hi/core.po                                    |   52 +-
 l10n/hi/files.po                                   |  116 +-
 l10n/hi/files_external.po                          |  134 +-
 l10n/hi/files_sharing.po                           |   43 +-
 l10n/hi/lib.po                                     |  238 ++-
 l10n/hi/settings.po                                |  164 +-
 l10n/hi_IN/core.po                                 |   52 +-
 l10n/hi_IN/files.po                                |  118 +-
 l10n/hi_IN/files_external.po                       |  134 +-
 l10n/hi_IN/files_sharing.po                        |   43 +-
 l10n/hi_IN/lib.po                                  |  238 ++-
 l10n/hi_IN/settings.po                             |  164 +-
 l10n/hr/core.po                                    |   54 +-
 l10n/hr/files.po                                   |  116 +-
 l10n/hr/files_external.po                          |  134 +-
 l10n/hr/files_sharing.po                           |   43 +-
 l10n/hr/lib.po                                     |  238 ++-
 l10n/hr/settings.po                                |  164 +-
 l10n/hu_HU/core.po                                 |   70 +-
 l10n/hu_HU/files.po                                |  118 +-
 l10n/hu_HU/files_external.po                       |  134 +-
 l10n/hu_HU/files_sharing.po                        |   43 +-
 l10n/hu_HU/lib.po                                  |  238 ++-
 l10n/hu_HU/settings.po                             |  164 +-
 l10n/hy/core.po                                    |   52 +-
 l10n/hy/files.po                                   |  116 +-
 l10n/hy/files_external.po                          |  134 +-
 l10n/hy/files_sharing.po                           |   43 +-
 l10n/hy/lib.po                                     |  238 ++-
 l10n/hy/settings.po                                |  164 +-
 l10n/ia/core.po                                    |   70 +-
 l10n/ia/files.po                                   |  116 +-
 l10n/ia/files_external.po                          |  134 +-
 l10n/ia/files_sharing.po                           |   43 +-
 l10n/ia/lib.po                                     |  238 ++-
 l10n/ia/settings.po                                |  164 +-
 l10n/id/core.po                                    |   54 +-
 l10n/id/files.po                                   |  116 +-
 l10n/id/files_external.po                          |  134 +-
 l10n/id/files_sharing.po                           |   67 +-
 l10n/id/lib.po                                     |  238 ++-
 l10n/id/settings.po                                |  215 +-
 l10n/is/core.po                                    |   54 +-
 l10n/is/files.po                                   |  116 +-
 l10n/is/files_external.po                          |  134 +-
 l10n/is/files_sharing.po                           |   43 +-
 l10n/is/lib.po                                     |  238 ++-
 l10n/is/settings.po                                |  164 +-
 l10n/it/core.po                                    |   70 +-
 l10n/it/files.po                                   |  116 +-
 l10n/it/files_external.po                          |  134 +-
 l10n/it/files_sharing.po                           |   49 +-
 l10n/it/lib.po                                     |  240 ++-
 l10n/it/settings.po                                |   94 +-
 l10n/ja/core.po                                    |   38 +-
 l10n/ja/files.po                                   |  118 +-
 l10n/ja/files_external.po                          |  135 +-
 l10n/ja/files_sharing.po                           |   49 +-
 l10n/ja/lib.po                                     |  240 ++-
 l10n/ja/settings.po                                |   90 +-
 l10n/jv/core.po                                    |   52 +-
 l10n/jv/files.po                                   |  118 +-
 l10n/jv/files_external.po                          |  134 +-
 l10n/jv/files_sharing.po                           |   43 +-
 l10n/jv/lib.po                                     |  238 ++-
 l10n/jv/settings.po                                |  164 +-
 l10n/ka_GE/core.po                                 |   54 +-
 l10n/ka_GE/files.po                                |  116 +-
 l10n/ka_GE/files_external.po                       |  134 +-
 l10n/ka_GE/files_sharing.po                        |   43 +-
 l10n/ka_GE/lib.po                                  |  238 ++-
 l10n/ka_GE/settings.po                             |  164 +-
 l10n/km/core.po                                    |   70 +-
 l10n/km/files.po                                   |  116 +-
 l10n/km/files_external.po                          |  134 +-
 l10n/km/files_sharing.po                           |   43 +-
 l10n/km/lib.po                                     |  240 ++-
 l10n/km/settings.po                                |  188 +-
 l10n/kn/core.po                                    |   52 +-
 l10n/kn/files.po                                   |  118 +-
 l10n/kn/files_external.po                          |  134 +-
 l10n/kn/files_sharing.po                           |   43 +-
 l10n/kn/lib.po                                     |  238 ++-
 l10n/kn/settings.po                                |  164 +-
 l10n/ko/core.po                                    |   70 +-
 l10n/ko/files.po                                   |  116 +-
 l10n/ko/files_external.po                          |  134 +-
 l10n/ko/files_sharing.po                           |   43 +-
 l10n/ko/lib.po                                     |  238 ++-
 l10n/ko/settings.po                                |  164 +-
 l10n/ku_IQ/core.po                                 |   52 +-
 l10n/ku_IQ/files.po                                |  116 +-
 l10n/ku_IQ/files_external.po                       |  134 +-
 l10n/ku_IQ/files_sharing.po                        |   43 +-
 l10n/ku_IQ/lib.po                                  |  238 ++-
 l10n/ku_IQ/settings.po                             |  164 +-
 l10n/lb/core.po                                    |   70 +-
 l10n/lb/files.po                                   |  116 +-
 l10n/lb/files_external.po                          |  134 +-
 l10n/lb/files_sharing.po                           |   43 +-
 l10n/lb/lib.po                                     |  238 ++-
 l10n/lb/settings.po                                |  164 +-
 l10n/lt_LT/core.po                                 |   70 +-
 l10n/lt_LT/files.po                                |  116 +-
 l10n/lt_LT/files_external.po                       |  134 +-
 l10n/lt_LT/files_sharing.po                        |   43 +-
 l10n/lt_LT/lib.po                                  |  238 ++-
 l10n/lt_LT/settings.po                             |  164 +-
 l10n/lv/core.po                                    |   54 +-
 l10n/lv/files.po                                   |  116 +-
 l10n/lv/files_external.po                          |  134 +-
 l10n/lv/files_sharing.po                           |   43 +-
 l10n/lv/lib.po                                     |  238 ++-
 l10n/lv/settings.po                                |  164 +-
 l10n/mk/core.po                                    |   54 +-
 l10n/mk/files.po                                   |  116 +-
 l10n/mk/files_external.po                          |  134 +-
 l10n/mk/files_sharing.po                           |   43 +-
 l10n/mk/lib.po                                     |  238 ++-
 l10n/mk/settings.po                                |  164 +-
 l10n/ml/core.po                                    |   52 +-
 l10n/ml/files.po                                   |  118 +-
 l10n/ml/files_external.po                          |  134 +-
 l10n/ml/files_sharing.po                           |   43 +-
 l10n/ml/lib.po                                     |  238 ++-
 l10n/ml/settings.po                                |  164 +-
 l10n/ml_IN/core.po                                 |   52 +-
 l10n/ml_IN/files.po                                |  120 +-
 l10n/ml_IN/files_external.po                       |  134 +-
 l10n/ml_IN/files_sharing.po                        |   43 +-
 l10n/ml_IN/lib.po                                  |  238 ++-
 l10n/ml_IN/settings.po                             |  164 +-
 l10n/mn/core.po                                    |   52 +-
 l10n/mn/files.po                                   |  118 +-
 l10n/mn/files_external.po                          |  134 +-
 l10n/mn/files_sharing.po                           |   43 +-
 l10n/mn/lib.po                                     |  238 ++-
 l10n/mn/settings.po                                |  164 +-
 l10n/ms_MY/core.po                                 |   52 +-
 l10n/ms_MY/files.po                                |  116 +-
 l10n/ms_MY/files_external.po                       |  134 +-
 l10n/ms_MY/files_sharing.po                        |   43 +-
 l10n/ms_MY/lib.po                                  |  238 ++-
 l10n/ms_MY/settings.po                             |  164 +-
 l10n/my_MM/core.po                                 |   54 +-
 l10n/my_MM/files.po                                |  118 +-
 l10n/my_MM/files_external.po                       |  134 +-
 l10n/my_MM/files_sharing.po                        |   43 +-
 l10n/my_MM/lib.po                                  |  238 ++-
 l10n/my_MM/settings.po                             |  164 +-
 l10n/nb_NO/core.po                                 |   74 +-
 l10n/nb_NO/files.po                                |  120 +-
 l10n/nb_NO/files_external.po                       |  132 +-
 l10n/nb_NO/files_sharing.po                        |   53 +-
 l10n/nb_NO/lib.po                                  |  240 ++-
 l10n/nb_NO/settings.po                             |   96 +-
 l10n/nds/core.po                                   |   52 +-
 l10n/nds/files.po                                  |  118 +-
 l10n/nds/files_external.po                         |  134 +-
 l10n/nds/files_sharing.po                          |   43 +-
 l10n/nds/lib.po                                    |  238 ++-
 l10n/nds/settings.po                               |  164 +-
 l10n/ne/core.po                                    |   52 +-
 l10n/ne/files.po                                   |  118 +-
 l10n/ne/files_external.po                          |  134 +-
 l10n/ne/files_sharing.po                           |   43 +-
 l10n/ne/lib.po                                     |  238 ++-
 l10n/ne/settings.po                                |  164 +-
 l10n/nl/core.po                                    |   38 +-
 l10n/nl/files.po                                   |  116 +-
 l10n/nl/files_external.po                          |  134 +-
 l10n/nl/files_sharing.po                           |   49 +-
 l10n/nl/lib.po                                     |  204 +-
 l10n/nl/settings.po                                |   90 +-
 l10n/nn_NO/core.po                                 |   54 +-
 l10n/nn_NO/files.po                                |  116 +-
 l10n/nn_NO/files_external.po                       |  134 +-
 l10n/nn_NO/files_sharing.po                        |   43 +-
 l10n/nn_NO/lib.po                                  |  238 ++-
 l10n/nn_NO/settings.po                             |  164 +-
 l10n/nqo/core.po                                   |   52 +-
 l10n/nqo/files.po                                  |  118 +-
 l10n/nqo/files_external.po                         |  134 +-
 l10n/nqo/files_sharing.po                          |   43 +-
 l10n/nqo/lib.po                                    |  238 ++-
 l10n/nqo/settings.po                               |  164 +-
 l10n/oc/core.po                                    |   54 +-
 l10n/oc/files.po                                   |  116 +-
 l10n/oc/files_external.po                          |  134 +-
 l10n/oc/files_sharing.po                           |   43 +-
 l10n/oc/lib.po                                     |  238 ++-
 l10n/oc/settings.po                                |  164 +-
 l10n/or_IN/core.po                                 |   52 +-
 l10n/or_IN/files.po                                |  118 +-
 l10n/or_IN/files_external.po                       |  134 +-
 l10n/or_IN/files_sharing.po                        |   43 +-
 l10n/or_IN/lib.po                                  |  238 ++-
 l10n/or_IN/settings.po                             |  164 +-
 l10n/pa/core.po                                    |   52 +-
 l10n/pa/files.po                                   |  118 +-
 l10n/pa/files_external.po                          |  134 +-
 l10n/pa/files_sharing.po                           |   43 +-
 l10n/pa/lib.po                                     |  238 ++-
 l10n/pa/settings.po                                |  164 +-
 l10n/pl/core.po                                    |   88 +-
 l10n/pl/files.po                                   |  116 +-
 l10n/pl/files_encryption.po                        |   10 +-
 l10n/pl/files_external.po                          |  136 +-
 l10n/pl/files_sharing.po                           |   53 +-
 l10n/pl/lib.po                                     |  242 ++-
 l10n/pl/settings.po                                |  174 +-
 l10n/pt_BR/core.po                                 |   86 +-
 l10n/pt_BR/files.po                                |  136 +-
 l10n/pt_BR/files_encryption.po                     |    6 +-
 l10n/pt_BR/files_external.po                       |  142 +-
 l10n/pt_BR/files_sharing.po                        |   53 +-
 l10n/pt_BR/lib.po                                  |  238 ++-
 l10n/pt_BR/settings.po                             |   94 +-
 l10n/pt_BR/user_ldap.po                            |   34 +-
 l10n/pt_BR/user_webdavauth.po                      |    4 +-
 l10n/pt_PT/core.po                                 |  105 +-
 l10n/pt_PT/files.po                                |  118 +-
 l10n/pt_PT/files_encryption.po                     |   83 +-
 l10n/pt_PT/files_external.po                       |  153 +-
 l10n/pt_PT/files_sharing.po                        |   60 +-
 l10n/pt_PT/lib.po                                  |  269 ++-
 l10n/pt_PT/settings.po                             |  171 +-
 l10n/pt_PT/user_ldap.po                            |   18 +-
 l10n/ro/core.po                                    |  135 +-
 l10n/ro/files.po                                   |   92 +-
 l10n/ro/files_external.po                          |  145 +-
 l10n/ro/files_sharing.po                           |   43 +-
 l10n/ro/lib.po                                     |  238 ++-
 l10n/ro/settings.po                                |  164 +-
 l10n/ru/core.po                                    |   93 +-
 l10n/ru/files.po                                   |  121 +-
 l10n/ru/files_external.po                          |  156 +-
 l10n/ru/files_sharing.po                           |   61 +-
 l10n/ru/lib.po                                     |  261 ++-
 l10n/ru/settings.po                                |  255 +--
 l10n/si_LK/core.po                                 |   54 +-
 l10n/si_LK/files.po                                |  116 +-
 l10n/si_LK/files_external.po                       |  134 +-
 l10n/si_LK/files_sharing.po                        |   43 +-
 l10n/si_LK/lib.po                                  |  238 ++-
 l10n/si_LK/settings.po                             |  164 +-
 l10n/sk/core.po                                    |   52 +-
 l10n/sk/files.po                                   |  116 +-
 l10n/sk/files_external.po                          |  134 +-
 l10n/sk/files_sharing.po                           |   43 +-
 l10n/sk/lib.po                                     |  238 ++-
 l10n/sk/settings.po                                |  164 +-
 l10n/sk_SK/core.po                                 |   72 +-
 l10n/sk_SK/files.po                                |  118 +-
 l10n/sk_SK/files_external.po                       |  136 +-
 l10n/sk_SK/files_sharing.po                        |   49 +-
 l10n/sk_SK/lib.po                                  |  241 ++-
 l10n/sk_SK/settings.po                             |   94 +-
 l10n/sl/core.po                                    |   44 +-
 l10n/sl/files.po                                   |   92 +-
 l10n/sl/files_encryption.po                        |   10 +-
 l10n/sl/files_external.po                          |  142 +-
 l10n/sl/files_sharing.po                           |   63 +-
 l10n/sl/lib.po                                     |  238 ++-
 l10n/sl/settings.po                                |   90 +-
 l10n/sl/user_ldap.po                               |   12 +-
 l10n/sl/user_webdavauth.po                         |   10 +-
 l10n/sq/core.po                                    |   70 +-
 l10n/sq/files.po                                   |  116 +-
 l10n/sq/files_external.po                          |  134 +-
 l10n/sq/files_sharing.po                           |   43 +-
 l10n/sq/lib.po                                     |  238 ++-
 l10n/sq/settings.po                                |  164 +-
 l10n/sr/core.po                                    |   54 +-
 l10n/sr/files.po                                   |  116 +-
 l10n/sr/files_external.po                          |  134 +-
 l10n/sr/files_sharing.po                           |   43 +-
 l10n/sr/lib.po                                     |  238 ++-
 l10n/sr/settings.po                                |  164 +-
 l10n/sr at latin/core.po                              |   54 +-
 l10n/sr at latin/files.po                             |  116 +-
 l10n/sr at latin/files_external.po                    |  134 +-
 l10n/sr at latin/files_sharing.po                     |   43 +-
 l10n/sr at latin/lib.po                               |  238 ++-
 l10n/sr at latin/settings.po                          |  164 +-
 l10n/su/core.po                                    |   52 +-
 l10n/su/files.po                                   |  118 +-
 l10n/su/files_external.po                          |  134 +-
 l10n/su/files_sharing.po                           |   43 +-
 l10n/su/lib.po                                     |  238 ++-
 l10n/su/settings.po                                |  164 +-
 l10n/sv/core.po                                    |   94 +-
 l10n/sv/files.po                                   |  116 +-
 l10n/sv/files_external.po                          |  134 +-
 l10n/sv/files_sharing.po                           |   60 +-
 l10n/sv/lib.po                                     |  242 ++-
 l10n/sv/settings.po                                |  194 +-
 l10n/sw_KE/core.po                                 |   52 +-
 l10n/sw_KE/files.po                                |  118 +-
 l10n/sw_KE/files_external.po                       |  134 +-
 l10n/sw_KE/files_sharing.po                        |   43 +-
 l10n/sw_KE/lib.po                                  |  238 ++-
 l10n/sw_KE/settings.po                             |  164 +-
 l10n/ta_IN/core.po                                 |   52 +-
 l10n/ta_IN/files.po                                |  118 +-
 l10n/ta_IN/files_external.po                       |  134 +-
 l10n/ta_IN/files_sharing.po                        |   43 +-
 l10n/ta_IN/lib.po                                  |  238 ++-
 l10n/ta_IN/settings.po                             |  164 +-
 l10n/ta_LK/core.po                                 |   54 +-
 l10n/ta_LK/files.po                                |  116 +-
 l10n/ta_LK/files_external.po                       |  134 +-
 l10n/ta_LK/files_sharing.po                        |   43 +-
 l10n/ta_LK/lib.po                                  |  238 ++-
 l10n/ta_LK/settings.po                             |  164 +-
 l10n/te/core.po                                    |   54 +-
 l10n/te/files.po                                   |  116 +-
 l10n/te/files_external.po                          |  134 +-
 l10n/te/files_sharing.po                           |   43 +-
 l10n/te/lib.po                                     |  238 ++-
 l10n/te/settings.po                                |  164 +-
 l10n/templates/core.pot                            |   88 +-
 l10n/templates/files.pot                           |   88 +-
 l10n/templates/files_encryption.pot                |    2 +-
 l10n/templates/files_external.pot                  |  130 +-
 l10n/templates/files_sharing.pot                   |   41 +-
 l10n/templates/files_trashbin.pot                  |    2 +-
 l10n/templates/files_versions.pot                  |    2 +-
 l10n/templates/lib.pot                             |  201 +-
 l10n/templates/private.pot                         |  180 +-
 l10n/templates/settings.pot                        |   86 +-
 l10n/templates/user_ldap.pot                       |    2 +-
 l10n/templates/user_webdavauth.pot                 |    2 +-
 l10n/th_TH/core.po                                 |   70 +-
 l10n/th_TH/files.po                                |  116 +-
 l10n/th_TH/files_external.po                       |  134 +-
 l10n/th_TH/files_sharing.po                        |   43 +-
 l10n/th_TH/lib.po                                  |  238 ++-
 l10n/th_TH/settings.po                             |  164 +-
 l10n/tr/core.po                                    |  126 +-
 l10n/tr/files.po                                   |  116 +-
 l10n/tr/files_external.po                          |  134 +-
 l10n/tr/files_sharing.po                           |   49 +-
 l10n/tr/lib.po                                     |  238 ++-
 l10n/tr/settings.po                                |  100 +-
 l10n/tzm/core.po                                   |   52 +-
 l10n/tzm/files.po                                  |  118 +-
 l10n/tzm/files_external.po                         |  134 +-
 l10n/tzm/files_sharing.po                          |   43 +-
 l10n/tzm/lib.po                                    |  238 ++-
 l10n/tzm/settings.po                               |  164 +-
 l10n/ug/core.po                                    |   54 +-
 l10n/ug/files.po                                   |  116 +-
 l10n/ug/files_external.po                          |  134 +-
 l10n/ug/files_sharing.po                           |   43 +-
 l10n/ug/lib.po                                     |  238 ++-
 l10n/ug/settings.po                                |  164 +-
 l10n/uk/core.po                                    |   72 +-
 l10n/uk/files.po                                   |  175 +-
 l10n/uk/files_external.po                          |  134 +-
 l10n/uk/files_sharing.po                           |   46 +-
 l10n/uk/files_trashbin.po                          |   11 +-
 l10n/uk/lib.po                                     |  238 ++-
 l10n/uk/settings.po                                |  164 +-
 l10n/ur/core.po                                    |   52 +-
 l10n/ur/files.po                                   |  118 +-
 l10n/ur/files_external.po                          |  134 +-
 l10n/ur/files_sharing.po                           |   43 +-
 l10n/ur/lib.po                                     |  238 ++-
 l10n/ur/settings.po                                |  164 +-
 l10n/ur_PK/core.po                                 |   54 +-
 l10n/ur_PK/files.po                                |  116 +-
 l10n/ur_PK/files_external.po                       |  134 +-
 l10n/ur_PK/files_sharing.po                        |   43 +-
 l10n/ur_PK/lib.po                                  |  238 ++-
 l10n/ur_PK/settings.po                             |  164 +-
 l10n/uz/core.po                                    |   52 +-
 l10n/uz/files.po                                   |  118 +-
 l10n/uz/files_external.po                          |  134 +-
 l10n/uz/files_sharing.po                           |   43 +-
 l10n/uz/lib.po                                     |  238 ++-
 l10n/uz/settings.po                                |  164 +-
 l10n/vi/core.po                                    |   70 +-
 l10n/vi/files.po                                   |  116 +-
 l10n/vi/files_external.po                          |  134 +-
 l10n/vi/files_sharing.po                           |   43 +-
 l10n/vi/lib.po                                     |  238 ++-
 l10n/vi/settings.po                                |  164 +-
 l10n/zh_CN/core.po                                 |   70 +-
 l10n/zh_CN/files.po                                |  118 +-
 l10n/zh_CN/files_external.po                       |  136 +-
 l10n/zh_CN/files_sharing.po                        |   43 +-
 l10n/zh_CN/lib.po                                  |  238 ++-
 l10n/zh_CN/settings.po                             |  164 +-
 l10n/zh_HK/core.po                                 |   54 +-
 l10n/zh_HK/files.po                                |  116 +-
 l10n/zh_HK/files_external.po                       |  134 +-
 l10n/zh_HK/files_sharing.po                        |   43 +-
 l10n/zh_HK/lib.po                                  |  238 ++-
 l10n/zh_HK/settings.po                             |  164 +-
 l10n/zh_TW/core.po                                 |   36 +-
 l10n/zh_TW/files.po                                |  116 +-
 l10n/zh_TW/files_external.po                       |  134 +-
 l10n/zh_TW/files_sharing.po                        |   43 +-
 l10n/zh_TW/lib.po                                  |  238 ++-
 l10n/zh_TW/settings.po                             |  164 +-
 lib/base.php                                       |   18 +-
 lib/l10n/ast.php                                   |    7 +
 lib/l10n/ca.php                                    |   31 +
 lib/l10n/cs_CZ.php                                 |   32 +-
 lib/l10n/de.php                                    |   31 +
 lib/l10n/de_DE.php                                 |   31 +
 lib/l10n/el.php                                    |   31 +
 lib/l10n/en_GB.php                                 |   31 +
 lib/l10n/eo.php                                    |    6 +
 lib/l10n/es.php                                    |   30 +-
 lib/l10n/eu.php                                    |   64 +-
 lib/l10n/fi_FI.php                                 |   16 +
 lib/l10n/fr.php                                    |   27 +
 lib/l10n/gl.php                                    |   31 +
 lib/l10n/it.php                                    |   31 +
 lib/l10n/ja.php                                    |   31 +
 lib/l10n/km.php                                    |    1 +
 lib/l10n/nb_NO.php                                 |   33 +-
 lib/l10n/nl.php                                    |   31 +
 lib/l10n/pl.php                                    |    1 +
 lib/l10n/pt_BR.php                                 |   31 +
 lib/l10n/pt_PT.php                                 |   14 +
 lib/l10n/ru.php                                    |   12 +-
 lib/l10n/sk_SK.php                                 |   19 +-
 lib/l10n/sv.php                                    |   24 +
 lib/l10n/tr.php                                    |   31 +
 lib/private/api.php                                |    2 +-
 lib/private/app.php                                |    6 +-
 lib/private/appframework/http/dispatcher.php       |    2 +-
 .../middleware/security/securitymiddleware.php     |    2 +
 lib/private/backgroundjob/joblist.php              |    4 +
 lib/private/backgroundjob/legacy/queuedjob.php     |    4 +-
 lib/private/backgroundjob/legacy/regularjob.php    |    4 +-
 lib/private/connector/sabre/objecttree.php         |   10 +-
 lib/private/db/mdb2schemamanager.php               |    2 +-
 lib/private/db/migrator.php                        |    4 +-
 lib/private/defaults.php                           |    7 +-
 lib/private/files/filesystem.php                   |   31 +-
 lib/private/files/mount/manager.php                |    4 +
 lib/private/files/mount/mount.php                  |    7 +-
 .../files/objectstore/homeobjectstorestorage.php   |   71 +
 lib/private/files/objectstore/noopscanner.php      |   74 +
 .../files/objectstore/objectstorestorage.php       |  421 ++++
 lib/private/files/objectstore/swift.php            |  147 ++
 lib/private/files/storage/common.php               |    5 +
 lib/private/files/storage/dav.php                  |  502 +++++
 lib/private/files/storage/home.php                 |    2 +-
 lib/private/files/utils/scanner.php                |   11 +-
 lib/private/files/view.php                         |   41 +-
 lib/private/group/database.php                     |   12 +-
 lib/private/group/dummy.php                        |   33 +-
 lib/private/repair.php                             |   18 +-
 lib/private/share/helper.php                       |   22 +-
 lib/private/share/share.php                        |   60 +-
 lib/private/user/database.php                      |    4 +-
 lib/private/user/dummy.php                         |   11 +-
 lib/private/util.php                               |  226 ++-
 lib/public/files/objectstore/iobjectstore.php      |   33 +
 lib/public/files/storage.php                       |    4 +
 lib/public/files/storageinvalidexception.php       |   22 +
 lib/public/files/storagenotavailableexception.php  |   22 +
 lib/repair/repairmimetypes.php                     |  125 ++
 ocs/v1.php                                         |    9 +
 public.php                                         |   10 +-
 remote.php                                         |    9 +
 settings/admin.php                                 |    2 +-
 settings/admin/controller.php                      |    2 +-
 settings/css/settings.css                          |    3 +
 settings/img/admin.png                             |  Bin 198 -> 113 bytes
 settings/img/admin.svg                             |    7 +-
 settings/img/apps.png                              |  Bin 259 -> 114 bytes
 settings/img/apps.svg                              |   18 +-
 settings/img/help.png                              |  Bin 457 -> 318 bytes
 settings/img/help.svg                              |    7 +-
 settings/img/personal.png                          |  Bin 499 -> 336 bytes
 settings/img/personal.svg                          |    7 +-
 settings/img/users.png                             |  Bin 391 -> 323 bytes
 settings/img/users.svg                             |    7 +-
 settings/js/admin.js                               |    6 +-
 settings/l10n/cs_CZ.php                            |    8 +-
 settings/l10n/eo.php                               |   24 +
 settings/l10n/eu.php                               |    8 +
 settings/l10n/id.php                               |   25 +
 settings/l10n/km.php                               |   13 +
 settings/l10n/nb_NO.php                            |    2 +-
 settings/l10n/pl.php                               |    5 +
 settings/l10n/pt_PT.php                            |    3 +
 settings/l10n/ru.php                               |   50 +-
 settings/l10n/sv.php                               |   17 +-
 settings/templates/personal.php                    |   12 +
 version.php                                        |    6 +-
 2080 files changed, 126779 insertions(+), 45953 deletions(-)
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Driver/PDODblib/Connection.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Driver/PDODblib/Driver.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Platforms/DblibPlatform.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Readme.md
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/RealestateMssqlBundle.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Schema/DblibSchemaManager.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Types/DateTimeType.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Types/DateType.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Types/RealestateDateTime.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Types/UniqueidentifierType.php
 create mode 100644 3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/composer.json
 create mode 100644 apps/activity/tests/grouphelpertest.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/LICENSE
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/Autoload.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Base.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Collection.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceValueError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Identity/Role.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Identity/Tenant.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Identity/User.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Lang.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Metadata.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Nova.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Request/Curl.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Request/HttpRequestInterface.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Request/Response/Blank.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Request/Response/Http.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/Service.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Common/ServiceCatalogItem.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Globals.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractStorageObject.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/OpenStack.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/OpenCloud/Rackspace.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/openstack.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php
 delete mode 100644 apps/files_external/3rdparty/php-opencloud/lib/rackspace.php
 delete mode 100644 apps/files_external/lib/webdav.php
 create mode 100644 apps/files_texteditor/css/mobile.css
 create mode 100644 apps/files_videoviewer/src/flash/FlashMediaElement.as
 create mode 100644 apps/files_videoviewer/src/flash/FlashMediaElement.fla
 create mode 100644 apps/files_videoviewer/src/flash/HtmlMediaEvent.as
 create mode 100644 apps/files_videoviewer/src/flash/htmlelements/AudioElement.as
 create mode 100644 apps/files_videoviewer/src/flash/htmlelements/IMediaElement.as
 create mode 100644 apps/files_videoviewer/src/flash/htmlelements/VideoElement.as
 create mode 100644 apps/files_videoviewer/src/flash/htmlelements/YouTubeElement.as
 create mode 100644 apps/files_videoviewer/src/silverlight/App.xaml
 create mode 100644 apps/files_videoviewer/src/silverlight/App.xaml.cs
 create mode 100644 apps/files_videoviewer/src/silverlight/MainPage.xaml
 create mode 100644 apps/files_videoviewer/src/silverlight/MainPage.xaml.cs
 create mode 100644 apps/files_videoviewer/src/silverlight/Properties/AppManifest.xml
 create mode 100644 apps/files_videoviewer/src/silverlight/Properties/AssemblyInfo.cs
 create mode 100644 apps/files_videoviewer/src/silverlight/SilverlightMediaElement.csproj
 create mode 100644 apps/files_videoviewer/src/silverlight/SilverlightMediaElement.csproj.user
 create mode 100644 apps/files_videoviewer/src/silverlight/SilverlightMediaElement.sln
 create mode 100644 apps/search_lucene/3rdparty/Zend/Cache.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/AccessController.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Container.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Container/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Container/Locked.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Container/Movable.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Manager.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Memory/Value.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/GoTo.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/GoTo3DView.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/GoToE.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/GoToR.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Hide.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/ImportData.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/JavaScript.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Launch.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Movie.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Named.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Rendition.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/ResetForm.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/SetOCGState.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Sound.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/SubmitForm.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Thread.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Trans.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/URI.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Action/Unknown.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Annotation.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Annotation/FileAttachment.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Annotation/Link.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Annotation/Markup.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Annotation/Text.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Canvas.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Canvas/Abstract.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Canvas/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Cmap.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Cmap/ByteEncoding.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Cmap/ByteEncoding/Static.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Cmap/SegmentToDelta.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Cmap/TrimmedTable.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Color.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Color/Cmyk.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Color/GrayScale.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Color/Html.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Color/Rgb.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/Explicit.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/Fit.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitBoundingBox.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitBoundingBoxHorizontally.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitBoundingBoxVertically.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitHorizontally.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitRectangle.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/FitVertically.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/Named.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/Unknown.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Destination/Zoom.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Array.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Boolean.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Dictionary.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Name.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Null.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Numeric.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Object.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Object/Stream.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Reference.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Reference/Context.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Reference/Table.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/Stream.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/String.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Element/String/Binary.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/ElementFactory.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/ElementFactory/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/ElementFactory/Proxy.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser/Font.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser/Font/OpenType.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser/Font/OpenType/TrueType.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser/Image.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParser/Image/Png.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParserDataSource.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParserDataSource/File.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/FileParserDataSource/String.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/Ascii85.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/AsciiHex.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/Compression.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/Compression/Flate.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/Compression/Lzw.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Filter/RunLength.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Font.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Image.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/NameTree.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Outline.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Outline/Created.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Outline/Loaded.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Page.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Parser.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/RecursivelyIteratableObjectsContainer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/ContentStream.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Extractor.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/CidFont.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/CidFont/TrueType.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Extracted.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/FontDescriptor.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Parsed.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Parsed/TrueType.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Font/Type0.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/GraphicsState.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Image.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Image/Jpeg.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Image/Png.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Image/Tiff.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/ImageFactory.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Resource/Unified.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/StringParser.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Style.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Target.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Trailer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Trailer/Generator.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/Trailer/Keeper.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Pdf/UpdateInfoContainer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/Token.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/TokenFilter.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/Docx.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/Html.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/OpenXml.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/Pptx.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Document/Xlsx.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Exception.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/FSM.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/FSMAction.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Field.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/DictionaryLoader.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/DocsFilter.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/FieldInfo.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/SegmentInfo.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/SegmentMerger.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/SegmentWriter.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/Term.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/TermInfo.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/TermsPriorityQueue.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/TermsStream/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Index/Writer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/LockManager.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/MultiSearcher.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/PriorityQueue.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Proxy.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Highlighter/Default.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Highlighter/Interface.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Boolean.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Empty.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Fuzzy.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Insignificant.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/MultiTerm.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Phrase.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Preprocessing.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Preprocessing/Fuzzy.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Range.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Term.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Query/Wildcard.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryEntry.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryEntry/Term.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryHit.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryLexer.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryParser.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryParserContext.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryParserException.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/QueryToken.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Similarity.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Similarity/Default.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight/Boolean.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight/Empty.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight/MultiTerm.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight/Phrase.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Search/Weight/Term.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Storage/Directory.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Storage/Directory/Filesystem.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Storage/File.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Storage/File/Filesystem.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/Storage/File/Memory.php
 create mode 100644 apps/search_lucene/3rdparty/Zend/Search/Lucene/TermStreamsPriorityQueue.php
 create mode 100644 apps/search_lucene/3rdparty/pdf2text.php
 create mode 100644 apps/search_lucene/ajax/lucene.php
 create mode 100644 apps/search_lucene/appinfo/app.php
 create mode 100644 apps/search_lucene/appinfo/database.xml
 create mode 100644 apps/search_lucene/appinfo/info.xml
 create mode 100644 apps/search_lucene/appinfo/preupdate.php
 create mode 100644 apps/search_lucene/appinfo/update.php
 create mode 100644 apps/search_lucene/appinfo/version
 create mode 100644 apps/search_lucene/css/lucene.css
 create mode 100644 apps/search_lucene/document/Ods.php
 create mode 100644 apps/search_lucene/document/Odt.php
 create mode 100644 apps/search_lucene/document/OpenDocument.php
 create mode 100644 apps/search_lucene/document/Pdf.php
 create mode 100644 apps/search_lucene/js/checker.js
 create mode 100644 apps/search_lucene/lib/hooks.php
 create mode 100644 apps/search_lucene/lib/indexer.php
 create mode 100644 apps/search_lucene/lib/lucene.php
 create mode 100644 apps/search_lucene/lib/status.php
 delete mode 100644 debian/patches/0011-update-files_external-swift-to-php-opencloud-v1.9.2.patch
 create mode 100644 indie.json
 create mode 100644 lib/private/files/objectstore/homeobjectstorestorage.php
 create mode 100644 lib/private/files/objectstore/noopscanner.php
 create mode 100644 lib/private/files/objectstore/objectstorestorage.php
 create mode 100644 lib/private/files/objectstore/swift.php
 create mode 100644 lib/private/files/storage/dav.php
 create mode 100644 lib/public/files/objectstore/iobjectstore.php
 create mode 100644 lib/public/files/storageinvalidexception.php
 create mode 100644 lib/public/files/storagenotavailableexception.php
 create mode 100644 lib/repair/repairmimetypes.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