[Pkg-owncloud-commits] [owncloud] branch upstream-stable8 updated (857204a -> a588e67)
David Prévot
taffit at moszumanska.debian.org
Thu Apr 16 02:24:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream-stable8
in repository owncloud.
from 857204a Imported Upstream version 8.0.2+dfsg
adds c477e24 proper filename for "require version.php"
adds 5d53314 Merge pull request #14756 from owncloud/backport-14750
adds c100d90 Check whether the file id is valid, before using it to delete the previews
adds 9b573ee Merge pull request #14760 from owncloud/backport-14713
adds 2bfd03e Maintenance mode message might be misleading
adds 5c10c05 Merge pull request #14762 from owncloud/backport-14633
adds ed954bd [tx-robot] updated from transifex
adds 8781608 Merge pull request #14765 from owncloud/backport-german-translation
adds 36bed7c Verify CSRF token already in update.php and not the EventSource code
adds 79f827c Merge pull request #14755 from owncloud/backport/14753
adds c0cfd2d fix warning in gc
adds 81ae4b3 Merge pull request #14698 from owncloud/backport-14550
adds 2f6eaa3 Update scanFile() and scanChildren() to the new signature of the parent class
adds 3672ec3 Add a test for ObjectStore\NoopScanner
adds 00d0120 Fix method signature for stable8
adds 1540d8f Merge pull request #14686 from owncloud/backport-14682
adds 1374f25 display app update error messages - fixes #14611
adds 5effc4a Merge pull request #14792 from owncloud/backport-14789-stable8
adds fa64ba3 Allow disabling the cache updater
adds efe635f Disable the cache updater when doing the encryption migration
adds c0a4aff add some tests for disabled updater
adds 8f23742 Move keys instead of copy during encryption key migration
adds 7e87cda Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8
adds 2e85c1f Add detection for invalid CLI configuration for settings page
adds 266a655 Simplify code
adds f59b286 Merge pull request #14632 from owncloud/backport/14593
adds 625bb3c Extract the remote host from user input in share dropdown
adds 8a5ef62 Merge pull request #14801 from owncloud/backport-13839
adds b63a6a4 Return null when requesting tags for null user
adds b95405e Merge pull request #14514 from owncloud/stable8-tagmanager-nouser
adds a03d39b Etc timezones don't exist for .5 and .75 offsets
adds 228d408 Merge pull request #14763 from owncloud/backport-14429
adds 860c59a set up paged search when limit is 0
adds e416b46 Merge pull request #14751 from owncloud/backport-14706
adds 096ccb7 Add cURL as hard-dependency
adds 1f10781 Merge pull request #14839 from owncloud/backport/14838
adds 4bf3d29 cron shall not operate in case we are in maintenance mode - fixes #14843
adds c6136de Merge pull request #14845 from owncloud/fix-14843-stable8
adds a1c414c support paged results against 389ds.
adds 92a024b Merge pull request #14875 from owncloud/backport-14849-stable8
adds bc5ca78 validate resource's integrity before using it
adds 35abb4d Merge pull request #14917 from owncloud/imagepng_expects_resource_issue_stable8
adds fe9e2e9 Only rescan versions once in trashbin
adds 637503a Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonce
adds 5538c27 Do not abort when meeting unfixable legacy storages
adds 04809b6 Properly forward repair errors and warnings
adds 6843f16 Detect that the done flag was not set after repair fail
adds 5ad226c Fixed expected warning count on repair fail
adds c9bafe5 Merge pull request #14928 from owncloud/stable8-repair-legacystoragenofatalfail
adds 3dad31d proper description of appcodechecker in config sample
adds 3d7ed01 Merge pull request #15006 from owncloud/backport-14586
adds c28356f add timeout to curl request
adds 4774d64 Merge pull request #15008 from owncloud/backport-14071
adds 02f00c9 Fix root request path for Dropbox
adds 5720211 Merge pull request #15043 from owncloud/stable8-dropbox-root-fix
adds 625cbc6 show a better error message when trying to create a user that already exists
adds 95d81c3 Merge pull request #15064 from owncloud/backport-15050
adds 88a180f Fix fileglobalgc unlink parameter warnings
adds 58ad3fa Add unit tests for gc() for \OC\Cache\FileGlobalGC
adds 31de51e Merge pull request #15079 from owncloud/fix-fileglobalgc-stable8
adds bda7b5c The iran timezone removed the DST handling which breaks the timezone lib
adds b960fa8 Merge pull request #15110 from owncloud/backport-15108
adds e2ea175 Remove hard dependency on cURL for 8.0
adds 4149fc4 Merge pull request #15119 from owncloud/remove-curl
adds 6e26b11 offset needs to be considered in computed limit
adds e4d8dc7 Merge pull request #15140 from owncloud/backport-15123-stable8
adds 9bc1f0a do not show update notification on mobile, fix overlapping of header menus, fix #10544
adds 9d0ea7f Backport of #15025
adds d04ad4b Merge pull request #15052 from rullzer/backport-15025
adds ba9446a Do not use APCu when apc.enabled is Off.
adds 722faee Merge pull request #15208 from owncloud/fix-15146-stable8
adds 4c92aaf Add `getNonExistingName()` to the node api
adds e12c76e Merge pull request #15192 from owncloud/stable8-15153
adds 4cfa4ec Allow specifying the compare-array for insertIfNotExists()
adds 78b2c8b Only check unique keys for the comparison on filecache insert & update otherwise
adds 9383856 insertIfNotExists() for storage insertion
adds 27990b5 Better save then sorry
adds aa63a16 Get the id before using it
adds b081bb2 Adding unit test which shows insertIfNotExists to fall apart in certain situations
adds d9f6971 let insertIfNotExist() throw the native DBALException - no need to hide the real exception
adds 03ef085 Add test for UniqueConstraintViolationException on wrong key
adds 171974e Fix doc blocks of insertIfNotExists() method
adds 27df0a1 Throw a RuntimeException in the cache aswell
adds f15d41e Also use all keys for an empty array, just in case
adds 97a65e1 The key is over configkey, user and app, not the value
adds 9ad48e0 Also add a note that clob does not work in the compare array
adds c0bcaa4 Merge pull request #14914 from owncloud/backport-14766-compare-array-insertifnotexists
adds 78c3483 Properly catch whether a share is `null`
adds f7f1470 when the path doesnt exist show a proper error page
adds bc76760 Merge pull request #15193 from owncloud/stable8-15145
adds 3232dc7 Synchronize PHP settings with master
adds e90ead2 Merge pull request #15231 from owncloud/synchronize-php-setting
adds 769f666 Fix size propagation over shared storage boundary
adds e8ee079 Add unit test for size propagation across share boundaries
adds cd47e72 Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithshares
adds b896be8 SQLite autoincrement fix backport
adds 93ae742 Merge pull request #15238 from owncloud/stable8-fileid-increment
adds ced104c Remove hacky Substring support for MSSQL
adds a64c3fb3 Merge pull request #14497 from owncloud/kill-substr-mssql-stable8
adds 5964cd3 always fall back to default share folder
adds ae59df8 Merge pull request #15250 from owncloud/use_default_share_folder_oc8
adds 893cbc9 also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
adds baa2e4f Merge pull request #15249 from owncloud/fix_group_share_oc8_backport
adds 5ee843c Fix shared storage permission checks
adds 3b69354 Reenable trashbin after failed rename
adds 29c56fb Fix permission checks in Sabre connector
adds 944b301 Rename must be possible with update-only permission
adds 48ceaa9 Fix share permission related unit tests
adds a538f14 Merge pull request #15246 from owncloud/stable8-share-partfilepermissions
adds 5e32033 8.0.3 RC
adds ddcb4e1 This is RC1 and not RC
adds 03473c5 Increment version
adds c1f5250 Merge pull request #15275 from owncloud/fix-stable-8
adds 744bf47 Imported Upstream version 8.0.3~rc1+dfsg
adds b168831 update 3rdparty to match stable8 HEAD of repo
adds e94152b Merge pull request #15302 from owncloud/update-3rdparty-stable8
adds ea647ed Correctly split and join group list with | instead of ,
adds 8357a25 Merge pull request #15378 from owncloud/issue/15377-fix-enable-for-group-stable8
adds 142694d Fix the exception messages
adds 3d45d0b Merge pull request #15422 from owncloud/backport-15383-insertifnotexists-exception-message
adds 351a1cc Remove server timezone dependency from files list test
adds dfd3021 When guessing the timezone, the offset might only be valid on a given timestamp
adds 628bb3f Select the timezone on the right timestamp and assert it
adds 3f6db4c Merge pull request #15425 from owncloud/failing-stable8-tests
adds 7a3b4b4 fixes #15326
adds 06ab387 Merge pull request #15539 from owncloud/stable8-fixRenameFailDeleteTargetKeepSource
adds adfc8c7 Add "Reply-To" support for sharing notifications
adds 9dac69b Merge pull request #15558 from owncloud/backport-15541
adds d3761e0 8.0.3 RC2
adds a588e67 Imported Upstream version 8.0.3~rc2+dfsg
No new revisions were added by this update.
Summary of changes:
.htaccess | 4 +-
.user.ini | 2 +
.../Process/4a6ea65c9fef48d6734356bba4ee47d8 | Bin 40723 -> 0 bytes
apps/activity/appinfo/application.php | 1 +
apps/activity/lib/mailqueuehandler.php | 3 +-
apps/activity/lib/parameterhelper.php | 21 +-
apps/activity/tests/datahelpertest.php | 9 +
apps/activity/tests/grouphelpertest.php | 1 +
apps/activity/tests/navigationtest.php | 2 +-
apps/activity/tests/parameterhelpertest.php | 23 +-
apps/files/tests/controller/apicontrollertest.php | 8 +-
apps/files_encryption/lib/migration.php | 28 +-
apps/files_external/lib/dropbox.php | 7 +-
apps/files_locking/lib/lock.php | 8 +-
apps/files_pdfviewer/js/previewplugin.js | 24 +-
apps/files_pdfviewer/templates/viewer.php | 4 +
.../vendor/pdfjs/web/cmaps/78-EUC-H.bcmap | Bin 2404 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78-EUC-V.bcmap | Bin 173 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78-H.bcmap | Bin 2379 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap | Bin 2398 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap | Bin 173 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78-V.bcmap | Bin 169 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap | Bin 2651 -> 0 bytes
.../vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap | Bin 290 -> 0 bytes
.../vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap | Bin 905 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap | Bin 721 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap | Bin 290 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap | Bin 715 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap | Bin 291 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap | Bin 982 -> 0 bytes
.../vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap | Bin 260 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Add-H.bcmap | Bin 2419 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap | Bin 2413 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap | Bin 287 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Add-V.bcmap | Bin 282 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap | Bin 317 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap | Bin 371 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap | Bin 376 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap | Bin 401 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap | Bin 405 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap | Bin 406 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap | Bin 406 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap | Bin 41193 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap | Bin 217 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap | Bin 250 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap | Bin 465 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap | Bin 470 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap | Bin 601 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap | Bin 625 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap | Bin 33974 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap | Bin 225 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap | Bin 226 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap | Bin 233 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap | Bin 242 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap | Bin 337 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap | Bin 430 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap | Bin 485 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap | Bin 40951 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap | Bin 241 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap | Bin 386 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap | Bin 391 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap | Bin 23293 -> 0 bytes
.../vendor/pdfjs/web/cmaps/B5-H.bcmap | Bin 1086 -> 0 bytes
.../vendor/pdfjs/web/cmaps/B5-V.bcmap | Bin 142 -> 0 bytes
.../vendor/pdfjs/web/cmaps/B5pc-H.bcmap | Bin 1099 -> 0 bytes
.../vendor/pdfjs/web/cmaps/B5pc-V.bcmap | Bin 144 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap | Bin 1780 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap | Bin 1920 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS1-H.bcmap | Bin 706 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS1-V.bcmap | Bin 143 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS2-H.bcmap | Bin 504 -> 0 bytes
.../vendor/pdfjs/web/cmaps/CNS2-V.bcmap | 3 -
.../vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap | Bin 4426 -> 0 bytes
.../vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap | Bin 158 -> 0 bytes
.../vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap | Bin 1125 -> 0 bytes
.../vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap | Bin 158 -> 0 bytes
.../vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap | 3 -
.../vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap | Bin 172 -> 0 bytes
.../vendor/pdfjs/web/cmaps/EUC-H.bcmap | Bin 578 -> 0 bytes
.../vendor/pdfjs/web/cmaps/EUC-V.bcmap | Bin 170 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Ext-H.bcmap | Bin 2536 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap | Bin 2542 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap | Bin 218 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Ext-V.bcmap | Bin 215 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap | Bin 549 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap | Bin 179 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GB-H.bcmap | 4 -
.../vendor/pdfjs/web/cmaps/GB-V.bcmap | Bin 175 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap | Bin 14692 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap | Bin 180 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBK2K-H.bcmap | Bin 19662 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBK2K-V.bcmap | Bin 219 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap | Bin 14686 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap | Bin 181 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap | Bin 7290 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap | Bin 180 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBT-H.bcmap | Bin 7269 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBT-V.bcmap | Bin 176 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap | Bin 7298 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap | Bin 182 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap | Bin 557 -> 0 bytes
.../vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap | Bin 181 -> 0 bytes
.../files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap | Bin 553 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap | Bin 2654 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap | Bin 148 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap | Bin 2414 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap | Bin 148 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap | Bin 2292 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap | Bin 149 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap | Bin 1772 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap | Bin 149 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap | Bin 2171 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap | Bin 149 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap | Bin 4437 -> 0 bytes
.../vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap | Bin 159 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Hankaku.bcmap | Bin 132 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Hiragana.bcmap | Bin 124 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap | Bin 1848 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap | Bin 164 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-H.bcmap | Bin 1831 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap | Bin 16791 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap | Bin 166 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSC-V.bcmap | Bin 160 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap | Bin 2787 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap | Bin 2789 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap | Bin 169 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap | Bin 166 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap | Bin 2024 -> 0 bytes
.../vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap | Bin 166 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Katakana.bcmap | Bin 100 -> 0 bytes
.../vendor/pdfjs/web/cmaps/NWP-H.bcmap | Bin 2765 -> 0 bytes
.../vendor/pdfjs/web/cmaps/NWP-V.bcmap | Bin 252 -> 0 bytes
.../vendor/pdfjs/web/cmaps/RKSJ-H.bcmap | Bin 534 -> 0 bytes
.../vendor/pdfjs/web/cmaps/RKSJ-V.bcmap | Bin 170 -> 0 bytes
.../vendor/pdfjs/web/cmaps/Roman.bcmap | Bin 96 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap | Bin 48280 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap | Bin 156 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap | Bin 50419 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap | Bin 156 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap | Bin 52679 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap | Bin 160 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap | Bin 53629 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap | Bin 157 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap | Bin 43366 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap | Bin 193 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap | Bin 44086 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap | Bin 178 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap | Bin 45738 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap | Bin 182 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap | Bin 46837 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap | Bin 181 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap | Bin 25439 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap | Bin 119 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap | Bin 680 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap | Bin 664 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap | Bin 39443 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap | Bin 643 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap | Bin 40539 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap | Bin 677 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap | Bin 41695 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap | Bin 678 -> 0 bytes
.../pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap | Bin 39534 -> 0 bytes
.../pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap | Bin 647 -> 0 bytes
.../pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap | Bin 40630 -> 0 bytes
.../pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap | Bin 681 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap | Bin 41779 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap | Bin 682 -> 0 bytes
.../pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap | Bin 705 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap | Bin 689 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap | Bin 726 -> 0 bytes
.../pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap | Bin 40517 -> 0 bytes
.../pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap | Bin 684 -> 0 bytes
.../pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap | Bin 40608 -> 0 bytes
.../pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap | Bin 688 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap | Bin 25783 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap | Bin 178 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap | Bin 26327 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap | Bin 164 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap | Bin 26451 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap | Bin 168 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap | Bin 27790 -> 0 bytes
.../vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap | Bin 169 -> 0 bytes
.../files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap | Bin 166 -> 0 bytes
.../vendor/pdfjs/web/cmaps/WP-Symbol.bcmap | Bin 179 -> 0 bytes
apps/files_sharing/application.php | 5 +-
apps/files_sharing/l10n/de.js | 2 +-
apps/files_sharing/l10n/de.json | 2 +-
apps/files_sharing/lib/cache.php | 22 +
.../lib/controllers/sharecontroller.php | 40 +-
apps/files_sharing/lib/helper.php | 15 +-
.../lib/middleware/sharingcheckmiddleware.php | 3 +-
apps/files_sharing/lib/sharedmount.php | 4 +-
apps/files_sharing/lib/sharedstorage.php | 60 ++-
apps/files_sharing/tests/api.php | 18 +
.../tests/controller/sharecontroller.php | 62 ++-
apps/files_sharing/tests/helper.php | 6 +-
apps/files_sharing/tests/propagation.php | 90 ++++
apps/files_sharing/tests/sharedstorage.php | 152 ++++++
apps/files_trashbin/lib/storage.php | 16 +
apps/files_trashbin/lib/trashbin.php | 16 +-
apps/updater/css/updater.css | 1 -
apps/updater/lib/location/apps.php | 2 +-
apps/updater/lib/updater.php | 28 +-
apps/user_ldap/group_ldap.php | 2 +-
apps/user_ldap/lib/access.php | 20 +-
apps/user_ldap/tests/group_ldap.php | 14 +
config/config.sample.php | 5 +-
core/ajax/share.php | 4 +-
core/ajax/update.php | 8 +
core/command/maintenance/repair.php | 3 +
core/command/upgrade.php | 6 +
core/css/mobile.css | 5 +
core/doc/admin/_images/android_custom_1.png | Bin 0 -> 30218 bytes
core/doc/admin/_images/android_custom_10.png | Bin 0 -> 169289 bytes
core/doc/admin/_images/android_custom_11.png | Bin 0 -> 13537 bytes
core/doc/admin/_images/android_custom_12.png | Bin 0 -> 11606 bytes
core/doc/admin/_images/android_custom_13.png | Bin 0 -> 56393 bytes
core/doc/admin/_images/android_custom_14.png | Bin 0 -> 61035 bytes
core/doc/admin/_images/android_custom_15.png | Bin 0 -> 9309 bytes
core/doc/admin/_images/android_custom_17.png | Bin 0 -> 81157 bytes
core/doc/admin/_images/android_custom_18.png | Bin 0 -> 50226 bytes
core/doc/admin/_images/android_custom_2.png | Bin 0 -> 30718 bytes
core/doc/admin/_images/android_custom_20.png | Bin 0 -> 65702 bytes
core/doc/admin/_images/android_custom_21.png | Bin 0 -> 42199 bytes
core/doc/admin/_images/android_custom_22.png | Bin 0 -> 29516 bytes
core/doc/admin/_images/android_custom_23.png | Bin 0 -> 29057 bytes
core/doc/admin/_images/android_custom_24.png | Bin 0 -> 68619 bytes
core/doc/admin/_images/android_custom_25.png | Bin 0 -> 139510 bytes
core/doc/admin/_images/android_custom_26.png | Bin 0 -> 11486 bytes
core/doc/admin/_images/android_custom_3.png | Bin 0 -> 79401 bytes
core/doc/admin/_images/android_custom_6.png | Bin 0 -> 54689 bytes
core/doc/admin/_images/android_custom_7.png | Bin 0 -> 16827 bytes
core/doc/admin/_images/android_custom_8.png | Bin 0 -> 55888 bytes
core/doc/admin/_images/android_custom_9.png | Bin 0 -> 51460 bytes
core/doc/admin/_images/external-storage-ftp.png | Bin 10805 -> 20913 bytes
core/doc/admin/_images/mswpi-1.png | Bin 88589 -> 0 bytes
core/doc/admin/_images/mswpi-2.png | Bin 197200 -> 0 bytes
core/doc/admin/_images/mswpi-3.png | Bin 38049 -> 0 bytes
core/doc/admin/_images/mswpi-4.png | Bin 90138 -> 0 bytes
core/doc/admin/_images/mswpi-5.png | Bin 16883 -> 0 bytes
core/doc/admin/_images/mswpi-6.png | Bin 15508 -> 0 bytes
core/doc/admin/_images/mswpi-7.png | Bin 8770 -> 0 bytes
core/doc/admin/_images/mswpi-8.png | Bin 7450 -> 0 bytes
core/doc/admin/_images/mswpi-9.png | Bin 10944 -> 0 bytes
core/doc/admin/_images/oc_admin_app_page1.png | Bin 112205 -> 0 bytes
core/doc/admin/_images/updater-1.png | Bin 3626 -> 3872 bytes
core/doc/admin/_images/updater-10.png | Bin 0 -> 32232 bytes
core/doc/admin/_images/updater-11.png | Bin 0 -> 33520 bytes
core/doc/admin/_images/updater-3.png | Bin 17361 -> 26651 bytes
core/doc/admin/_images/updater-4.png | Bin 32469 -> 0 bytes
core/doc/admin/_images/updater-5.png | Bin 20751 -> 0 bytes
core/doc/admin/_images/updater-6.png | Bin 34638 -> 0 bytes
core/doc/admin/_images/updater-7.png | Bin 29303 -> 30943 bytes
core/doc/admin/_images/updater-8.png | Bin 0 -> 35353 bytes
core/doc/admin/_images/updater-9.png | Bin 0 -> 34844 bytes
core/doc/admin/_images/win7features.jpg | Bin 157087 -> 0 bytes
core/doc/admin/_images/windows-install-1.png | Bin 88589 -> 0 bytes
core/doc/admin/_images/windows-install-2.png | Bin 197200 -> 0 bytes
core/doc/admin/_images/windows-install-3.png | Bin 38049 -> 0 bytes
core/doc/admin/_images/windows-install-4.png | Bin 90138 -> 0 bytes
core/doc/admin/_images/windows-install-5.png | Bin 15604 -> 0 bytes
core/doc/admin/_images/windows-install-6.png | Bin 15508 -> 0 bytes
core/doc/admin/_images/windows-install-7.png | Bin 7450 -> 0 bytes
core/doc/admin/_images/windows-install-8.png | Bin 10944 -> 0 bytes
core/doc/admin/_images/winserverroles.jpg | Bin 58808 -> 0 bytes
.../configuration_database/db_conversion.txt | 2 +-
.../_sources/configuration_database/index.txt | 1 -
.../linux_database_configuration.txt | 4 +-
.../oracle_db_configuration.txt | 6 +-
.../windows_database_configuration.txt | 183 -------
.../big_file_upload_configuration.txt | 7 +-
.../external_storage_configuration.txt | 25 +-
.../external_storage_configuration_gui.txt | 25 +-
.../serving_static_files_configuration.txt | 26 +-
.../background_jobs_configuration.txt | 4 +
.../config_sample_php_parameters.txt | 142 ++++--
.../configuration_server/harden_server.txt | 103 ++++
.../admin/_sources/configuration_server/index.txt | 7 +-
.../js_css_asset_management_configuration.txt | 18 +-
.../configuration_server/performance_tips.txt | 283 -----------
.../configuration_server/performance_tuning.txt | 496 +++++++++++++++----
.../_sources/configuration_user/user_auth_ldap.txt | 4 +-
.../configuration_user/user_provisioning_api.txt | 8 +-
core/doc/admin/_sources/contents.txt | 5 +-
.../enterprise_clients/custom_client_repos.txt | 4 +-
.../admin/_sources/enterprise_clients/index.txt | 3 +-
.../enterprise_clients/publishing_android_app.txt | 394 +++++++++++++++
.../apps_management_installation.txt | 115 -----
.../_sources/enterprise_installation/index.txt | 3 -
.../enterprise_installation/linux_installation.txt | 9 +-
.../supported_apps_installation.txt | 10 +-
.../windows2_installation.txt | 149 ------
core/doc/admin/_sources/index.txt | 20 +-
.../installation/apps_management_installation.txt | 108 ++--
core/doc/admin/_sources/installation/index.txt | 3 +-
.../_sources/installation/linux_installation.txt | 15 +-
.../_sources/installation/nginx_configuration.txt | 16 +-
.../installation/selinux_configuration.txt | 10 +-
.../_sources/installation/source_installation.txt | 24 +-
.../_sources/installation/windows_installation.txt | 353 -------------
core/doc/admin/_sources/issues/index.txt | 177 ++++++-
.../_sources/maintenance/enable_maintenance.txt | 26 +-
core/doc/admin/_sources/maintenance/index.txt | 2 +-
core/doc/admin/_sources/maintenance/update.txt | 137 +++---
core/doc/admin/_sources/maintenance/upgrade.txt | 317 +++++++-----
core/doc/admin/_sources/release_notes.txt | 58 ++-
core/doc/admin/_sources/videos/index.txt | 14 +-
core/doc/admin/_static/social/diasporaround.png | Bin 0 -> 2601 bytes
core/doc/admin/_static/social/facebook.png | Bin 0 -> 2493 bytes
core/doc/admin/_static/social/googleplus.png | Bin 0 -> 4334 bytes
core/doc/admin/_static/social/rss.png | Bin 0 -> 4400 bytes
core/doc/admin/_static/social/twitterround.png | Bin 0 -> 3719 bytes
.../configuration_database/db_conversion.html | 16 +-
core/doc/admin/configuration_database/index.html | 23 +-
.../linux_database_configuration.html | 18 +-
.../oracle_db_configuration.html | 22 +-
.../windows_database_configuration.html | 266 ----------
.../big_file_upload_configuration.html | 22 +-
.../collaborative_documents_configuration.html | 13 +-
.../default_files_configuration.html | 13 +-
.../encryption_configuration.html | 13 +-
.../external_storage_configuration.html | 37 +-
.../external_storage_configuration_gui.html | 35 +-
.../federated_cloud_sharing_configuration.html | 13 +-
.../file_sharing_configuration.html | 13 +-
.../files_locking_enabling.html | 13 +-
core/doc/admin/configuration_files/index.html | 15 +-
.../previews_configuration.html | 13 +-
.../serving_static_files_configuration.html | 40 +-
.../antivirus_configuration.html | 21 +-
.../automatic_configuration.html | 19 +-
.../background_jobs_configuration.html | 25 +-
.../config_sample_php_parameters.html | 127 +++--
.../configuration_server/email_configuration.html | 19 +-
.../admin/configuration_server/harden_server.html | 297 +++++++++++
core/doc/admin/configuration_server/index.html | 64 +--
.../js_css_asset_management_configuration.html | 34 +-
.../knowledgebase_configuration.html | 19 +-
.../language_configuration.html | 19 +-
.../logging_configuration.html | 21 +-
.../admin/configuration_server/occ_command.html | 39 +-
.../configuration_server/performance_tips.html | 544 ---------------------
.../configuration_server/performance_tuning.html | 429 +++++++++++++---
.../reverse_proxy_configuration.html | 21 +-
.../configuration_server/search_configuration.html | 19 +-
.../thirdparty_php_configuration.html | 19 +-
core/doc/admin/configuration_user/index.html | 15 +-
.../configuration_user/reset_admin_password.html | 13 +-
.../configuration_user/user_auth_ftp_smb_imap.html | 13 +-
.../admin/configuration_user/user_auth_ldap.html | 17 +-
.../configuration_user/user_auth_ldap_cleanup.html | 13 +-
.../configuration_user/user_configuration.html | 13 +-
.../configuration_user/user_provisioning_api.html | 21 +-
core/doc/admin/contents.html | 77 +--
.../enterprise_clients/creating_branded_apps.html | 14 +-
.../enterprise_clients/custom_client_repos.html | 20 +-
core/doc/admin/enterprise_clients/index.html | 22 +-
.../enterprise_clients/publishing_android_app.html | 464 ++++++++++++++++++
.../admin/enterprise_external_storage/index.html | 15 +-
.../jive_configuration.html | 13 +-
.../ldap_home_connector_configuration.html | 13 +-
...wift_as_primary_object_store_configuration.html | 13 +-
.../sharepoint-integration_configuration.html | 13 +-
.../windows-network-drive_configuration.html | 13 +-
.../apps_management_installation.html | 276 -----------
core/doc/admin/enterprise_installation/index.html | 38 +-
.../license_keys_installation.html | 17 +-
.../linux_installation.html | 26 +-
.../supported_apps_installation.html | 24 +-
.../windows2_installation.html | 311 ------------
.../admin/enterprise_user_management/index.html | 13 +-
.../user_auth_shibboleth.html | 13 +-
core/doc/admin/genindex.html | 13 +-
core/doc/admin/index.html | 35 +-
.../admin/installation/appliance_installation.html | 16 +-
.../installation/apps_management_installation.html | 112 +++--
.../admin/installation/hiawatha_configuration.html | 16 +-
core/doc/admin/installation/index.html | 31 +-
.../admin/installation/installation_wizard.html | 18 +-
.../doc/admin/installation/linux_installation.html | 32 +-
.../doc/admin/installation/macos_installation.html | 22 +-
.../admin/installation/nginx_configuration.html | 34 +-
.../admin/installation/selinux_configuration.html | 25 +-
.../admin/installation/source_installation.html | 37 +-
core/doc/admin/installation/ucs_installation.html | 16 +-
.../admin/installation/windows_installation.html | 517 --------------------
.../doc/admin/installation/yaws_configuration.html | 16 +-
core/doc/admin/issues/index.html | 218 ++++++++-
core/doc/admin/maintenance/backup.html | 17 +-
core/doc/admin/maintenance/enable_maintenance.html | 45 +-
core/doc/admin/maintenance/index.html | 35 +-
core/doc/admin/maintenance/migrating.html | 15 +-
core/doc/admin/maintenance/restore.html | 17 +-
core/doc/admin/maintenance/update.html | 134 ++---
core/doc/admin/maintenance/upgrade.html | 344 +++++++------
core/doc/admin/objects.inv | Bin 371 -> 477 bytes
.../operations/considerations_on_monitoring.html | 13 +-
core/doc/admin/operations/index.html | 13 +-
.../operations/scaling_multiple_machines.html | 13 +-
core/doc/admin/operations/theming.html | 13 +-
core/doc/admin/release_notes.html | 201 ++++----
core/doc/admin/search.html | 13 +-
core/doc/admin/videos/index.html | 21 +-
core/doc/admin/whats_new_admin.html | 15 +-
core/doc/user/_images/deleted_files.png | Bin 25471 -> 0 bytes
.../_sources/files/deleted_file_management.txt | 123 +++--
core/doc/user/_sources/pim/calendar.txt | 17 +-
core/doc/user/_sources/pim/contacts.txt | 8 +
core/doc/user/_sources/pim/index.txt | 6 +-
core/doc/user/_sources/pim/troubleshooting.txt | 76 +--
core/doc/user/_sources/webinterface.txt | 3 +
core/doc/user/_static/social/diasporaround.png | Bin 0 -> 2601 bytes
core/doc/user/_static/social/facebook.png | Bin 0 -> 2493 bytes
core/doc/user/_static/social/googleplus.png | Bin 0 -> 4334 bytes
core/doc/user/_static/social/rss.png | Bin 0 -> 4400 bytes
core/doc/user/_static/social/twitterround.png | Bin 0 -> 3719 bytes
core/doc/user/bookmarks.html | 11 +-
core/doc/user/contents.html | 17 +-
core/doc/user/documents.html | 11 +-
.../user/external_storage/external_storage.html | 11 +-
core/doc/user/external_storage/index.html | 11 +-
.../external_storage/sharepoint_connecting.html | 11 +-
core/doc/user/files/access_webdav.html | 15 +-
core/doc/user/files/access_webgui.html | 13 +-
core/doc/user/files/deleted_file_management.html | 118 +++--
core/doc/user/files/desktop_mobile_sync.html | 15 +-
core/doc/user/files/encrypting_files.html | 13 +-
core/doc/user/files/federated_cloud_sharing.html | 13 +-
core/doc/user/files/index.html | 15 +-
core/doc/user/files/large_file_upload.html | 13 +-
core/doc/user/files/quota.html | 13 +-
core/doc/user/files/version_control.html | 13 +-
core/doc/user/genindex.html | 11 +-
core/doc/user/index.html | 13 +-
core/doc/user/objects.inv | 5 +-
core/doc/user/pim/calendar.html | 26 +-
core/doc/user/pim/contacts.html | 15 +-
core/doc/user/pim/index.html | 14 +-
core/doc/user/pim/sync_ios.html | 11 +-
core/doc/user/pim/sync_kde.html | 11 +-
core/doc/user/pim/sync_osx.html | 11 +-
core/doc/user/pim/sync_thunderbird.html | 11 +-
core/doc/user/pim/troubleshooting.html | 76 +--
core/doc/user/search.html | 11 +-
core/doc/user/userpreferences.html | 11 +-
core/doc/user/webinterface.html | 16 +-
core/doc/user/whats_new.html | 13 +-
core/js/setupchecks.js | 5 +
core/templates/update.user.php | 2 +-
cron.php | 6 +-
lib/base.php | 17 +-
lib/private/allconfig.php | 15 +-
lib/private/cache/fileglobalgc.php | 11 +-
lib/private/connector/sabre/objecttree.php | 21 +-
lib/private/datetimezone.php | 79 ++-
lib/private/db.php | 17 +-
lib/private/db/adapter.php | 40 +-
lib/private/db/adaptersqlite.php | 37 +-
lib/private/db/connection.php | 21 +-
lib/private/db/connectionfactory.php | 1 +
lib/private/db/mdb2schemamanager.php | 2 +-
lib/private/db/ocsqliteplatform.php | 35 ++
lib/private/db/statementwrapper.php | 102 ----
lib/private/files/cache/cache.php | 14 +-
lib/private/files/cache/storage.php | 15 +-
lib/private/files/cache/updater.php | 21 +-
lib/private/files/node/folder.php | 12 +
lib/private/files/objectstore/noopscanner.php | 10 +-
lib/private/files/view.php | 11 +-
lib/private/httphelper.php | 3 +-
lib/private/image.php | 5 +-
lib/private/mail.php | 7 +-
lib/private/memcache/apcu.php | 2 +
lib/private/preview.php | 19 +-
lib/private/repair.php | 2 +
lib/private/repair/repairlegacystorages.php | 136 +++---
lib/private/share/helper.php | 30 ++
lib/private/share/mailnotifications.php | 19 +-
lib/private/share/share.php | 21 +-
lib/private/tagmanager.php | 5 +
lib/private/updater.php | 16 +
lib/private/util.php | 8 +-
lib/public/appframework/http/notfoundresponse.php | 43 ++
lib/public/db.php | 24 +-
lib/public/files/folder.php | 9 +
lib/public/idatetimezone.php | 3 +-
lib/public/idbconnection.php | 27 +-
lib/repair/sqliteautoincrement.php | 85 ++++
settings/admin.php | 1 +
settings/ajax/checksetup.php | 3 +-
settings/controller/userscontroller.php | 9 +
settings/js/apps.js | 10 +-
settings/templates/admin.php | 22 +
version.php | 8 +-
494 files changed, 6187 insertions(+), 5595 deletions(-)
delete mode 100644 3rdparty/symfony/process/Symfony/Component/Process/4a6ea65c9fef48d6734356bba4ee47d8
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap
delete mode 100644 apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap
create mode 100644 apps/files_sharing/tests/propagation.php
create mode 100644 core/doc/admin/_images/android_custom_1.png
create mode 100644 core/doc/admin/_images/android_custom_10.png
create mode 100644 core/doc/admin/_images/android_custom_11.png
create mode 100644 core/doc/admin/_images/android_custom_12.png
create mode 100644 core/doc/admin/_images/android_custom_13.png
create mode 100644 core/doc/admin/_images/android_custom_14.png
create mode 100644 core/doc/admin/_images/android_custom_15.png
create mode 100644 core/doc/admin/_images/android_custom_17.png
create mode 100644 core/doc/admin/_images/android_custom_18.png
create mode 100644 core/doc/admin/_images/android_custom_2.png
create mode 100644 core/doc/admin/_images/android_custom_20.png
create mode 100644 core/doc/admin/_images/android_custom_21.png
create mode 100644 core/doc/admin/_images/android_custom_22.png
create mode 100644 core/doc/admin/_images/android_custom_23.png
create mode 100644 core/doc/admin/_images/android_custom_24.png
create mode 100644 core/doc/admin/_images/android_custom_25.png
create mode 100644 core/doc/admin/_images/android_custom_26.png
create mode 100644 core/doc/admin/_images/android_custom_3.png
create mode 100644 core/doc/admin/_images/android_custom_6.png
create mode 100644 core/doc/admin/_images/android_custom_7.png
create mode 100644 core/doc/admin/_images/android_custom_8.png
create mode 100644 core/doc/admin/_images/android_custom_9.png
delete mode 100644 core/doc/admin/_images/mswpi-1.png
delete mode 100644 core/doc/admin/_images/mswpi-2.png
delete mode 100644 core/doc/admin/_images/mswpi-3.png
delete mode 100644 core/doc/admin/_images/mswpi-4.png
delete mode 100644 core/doc/admin/_images/mswpi-5.png
delete mode 100644 core/doc/admin/_images/mswpi-6.png
delete mode 100644 core/doc/admin/_images/mswpi-7.png
delete mode 100644 core/doc/admin/_images/mswpi-8.png
delete mode 100644 core/doc/admin/_images/mswpi-9.png
delete mode 100644 core/doc/admin/_images/oc_admin_app_page1.png
create mode 100644 core/doc/admin/_images/updater-10.png
create mode 100644 core/doc/admin/_images/updater-11.png
delete mode 100644 core/doc/admin/_images/updater-4.png
delete mode 100644 core/doc/admin/_images/updater-5.png
delete mode 100644 core/doc/admin/_images/updater-6.png
create mode 100644 core/doc/admin/_images/updater-8.png
create mode 100644 core/doc/admin/_images/updater-9.png
delete mode 100644 core/doc/admin/_images/win7features.jpg
delete mode 100644 core/doc/admin/_images/windows-install-1.png
delete mode 100644 core/doc/admin/_images/windows-install-2.png
delete mode 100644 core/doc/admin/_images/windows-install-3.png
delete mode 100644 core/doc/admin/_images/windows-install-4.png
delete mode 100644 core/doc/admin/_images/windows-install-5.png
delete mode 100644 core/doc/admin/_images/windows-install-6.png
delete mode 100644 core/doc/admin/_images/windows-install-7.png
delete mode 100644 core/doc/admin/_images/windows-install-8.png
delete mode 100644 core/doc/admin/_images/winserverroles.jpg
delete mode 100644 core/doc/admin/_sources/configuration_database/windows_database_configuration.txt
create mode 100644 core/doc/admin/_sources/configuration_server/harden_server.txt
delete mode 100644 core/doc/admin/_sources/configuration_server/performance_tips.txt
create mode 100644 core/doc/admin/_sources/enterprise_clients/publishing_android_app.txt
delete mode 100644 core/doc/admin/_sources/enterprise_installation/apps_management_installation.txt
delete mode 100644 core/doc/admin/_sources/enterprise_installation/windows2_installation.txt
delete mode 100644 core/doc/admin/_sources/installation/windows_installation.txt
create mode 100644 core/doc/admin/_static/social/diasporaround.png
create mode 100644 core/doc/admin/_static/social/facebook.png
create mode 100644 core/doc/admin/_static/social/googleplus.png
create mode 100644 core/doc/admin/_static/social/rss.png
create mode 100644 core/doc/admin/_static/social/twitterround.png
delete mode 100644 core/doc/admin/configuration_database/windows_database_configuration.html
create mode 100644 core/doc/admin/configuration_server/harden_server.html
delete mode 100644 core/doc/admin/configuration_server/performance_tips.html
create mode 100644 core/doc/admin/enterprise_clients/publishing_android_app.html
delete mode 100644 core/doc/admin/enterprise_installation/apps_management_installation.html
delete mode 100644 core/doc/admin/enterprise_installation/windows2_installation.html
delete mode 100644 core/doc/admin/installation/windows_installation.html
delete mode 100644 core/doc/user/_images/deleted_files.png
create mode 100644 core/doc/user/_static/social/diasporaround.png
create mode 100644 core/doc/user/_static/social/facebook.png
create mode 100644 core/doc/user/_static/social/googleplus.png
create mode 100644 core/doc/user/_static/social/rss.png
create mode 100644 core/doc/user/_static/social/twitterround.png
create mode 100644 lib/private/db/ocsqliteplatform.php
create mode 100644 lib/public/appframework/http/notfoundresponse.php
create mode 100644 lib/repair/sqliteautoincrement.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