[Pkg-owncloud-commits] [owncloud] branch stable8 updated (a7ab528 -> 39e36dd)
David Prévot
taffit at moszumanska.debian.org
Sat Aug 22 12:18:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch stable8
in repository owncloud.
from a7ab528 Update changelog for 8.1.0~dfsg-1 release
adds ce0f391 Update README version and bower
adds 3854dea Merge pull request #17431 from owncloud/stable8.1-update-readme
adds fb85fc6 [upgrade] add verbosity check and show repair info & steps
adds 3884092 [Repair] add repair info for changed collation
adds 3823713 Merge pull request #17429 from owncloud/stable8.1-backport-17088
adds d5e90e7 remove duplicate ID in HTML template for public shares
adds 51978aa Merge pull request #17417 from owncloud/stable8.1-backport-17159
adds c04beb0 Do not show static share owner if not available
adds 5d3d44e Merge pull request #17370 from owncloud/stable8.1-share-onlyshowstaticownerifavailable
adds 1427a79 owner is stored as 'uid_owner', not as 'owner' in the oc_share table
adds 9def2fc call post_addToGroup als for class OC_User because sharing and LDAP are using this class. Minimal approach to fix #16740
adds 97e49e4 Merge pull request #17366 from owncloud/fix_16740_8.1
adds 2727d97 Only do the description kung-fu on strings - fixes #17028
adds 96b97d1 Merge pull request #17338 from owncloud/stable8.1-backport-17252
adds ea731c5 Use the item name when refering to the unaccepted remote share
adds 312d82f Merge pull request #17332 from owncloud/fix-temporary-mountpoint-name-in-activities
adds 4fff832 Clean up part file only once, not twice on error
adds 4aa2eff Only delete part file on error if it is really a part file
adds d48d596 Merge pull request #17289 from owncloud/stable8.1-files-cleanuppartfileonlyonce
adds eb055b0 [config sample] merge Miscellaneous & All other options
adds 447c60c refine sample config text
adds 509725f [config sample] improve RST markup and wording
adds f21eb35 Merge pull request #17518 from owncloud/stable8.1-backport-config-sample
adds 18e4fe7 Do not try clearing locked files in cache folder
adds e48afaf Test for chunk cache garbage collection
adds 39e391f Catch cache garbage collection exception on postLogin
adds 48b1e9e Merge pull request #17288 from owncloud/stable8.1-chunk-cleanupgracefulonlock
adds 1548d69 [config sample] Update info about appstore
adds 698e2eb Merge pull request #17607 from owncloud/stable8.1-backport-17426
adds dc9454e Handle returned null value in app level code
adds ab308d2 Merge pull request #17632 from owncloud/stable8.1-backport-17606
adds 824df7e allow remote shares for users with email as usernames
adds 06d7480 Merge pull request #17642 from owncloud/stable8.1-backport-17565
adds 48b2a4e Throw StorageNotAvailable if propfind on root failed
adds 90104fc Merge pull request #17643 from owncloud/stable8.1-s2s-hasupdated-catch405
adds 478fe75 fix getting mount points when passing a path to the files:scan command
adds 8a3f54c add unit test
adds 1902101 handle error during setup
adds a95b5c3 handle invalid results from mount providers
adds 256c57c Merge pull request #17337 from owncloud/stable8.1-backport-17077
adds 2d92b5a Catch more error codes thrown by federated shares
adds f920923 Throw storage not available on guzzle error
adds 8e0294d Merge pull request #17294 from owncloud/stable8.1-s2s-catchmoreexceptiontypes
adds 8466d9d more secure way to update the database
adds db5a574 Merge pull request #17556 from owncloud/enc_fix_migration_stable8.1
adds cc45b49 lock parent folders for the owner when locking a shared file as recipient
adds db21b09 only lock the parent folders
adds 8e1fca7 Merge pull request #17658 from owncloud/share-lock-owner-parent-stable81
adds c73f938 Fix the path for users which have an exception for a group share
adds 60939eb Add unit test for getUsersSharingFile
adds 3ade5f5 Add test case when owner renames shared folder
adds 8f2ce01 Make sure the owner always has the right path
adds edb15bd Merge pull request #17653 from owncloud/backport-17330-share-group-path-exception
adds 4c6b26d Lock scanner to the given user
adds 816910b Merge pull request #17676 from owncloud/backport-files-scan-user-path-stable8.1
adds fb45248 only move real files to the trash bin
adds d199fb4 Merge pull request #17679 from owncloud/backport-fix_trashbin-stable8.1
adds 9d9ab82 only cleanUp the remaining keys if the migration really finished succesfully
adds ae1332e only create new key pair if both keys are missing
adds deeacac Merge pull request #17678 from owncloud/backport-encryption_migration_improvements-stable8.1
adds 579bee0 Add repair step for outdated OCS IDs
adds 289fd99 Prefer OCS Id from database
adds 015d4e3 Merge pull request #17690 from owncloud/stable8.1-repair-ocs-ids
adds fc6420c Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460
adds 1b8eb66 Merge pull request #17697 from owncloud/fix-undefined-REMOTE_ADDR-stable8.1
adds 3353720 Throw lock exceptions if remote share returned 423 status code
adds 738e116 Merge pull request #17710 from owncloud/stable8.1-s2s-catchremotelockexceptions
adds 5bfbfca make sure that we always detect legacy files correctly
adds 001dd40 set targetIsEncrypted to true if file cache indicates that we try to read a encrypted file
adds 6383bd3 Merge pull request #17702 from owncloud/enc_detect_legacy_files2_8.1
adds 00a044f don't move keys if the key where already moved in a previous migration run
adds 777964f unit tests
adds ff8e63c Merge pull request #17711 from owncloud/fix_repeated_migration_oc8.1
adds d4cc401 Allow upgrade of not enabled apps
adds f1df6cd Merge pull request #17736 from owncloud/backport-allow-update-of-disabled-apps
adds 17d7a28 fix browser compatibility issue for element.closest
adds e92d427 Merge pull request #17707 from owncloud/backport-fix-closest-stable8.1
adds b2db982 Backport of 17255 to stable8.1
adds a317200 LDAP: when checking group for matching filter, also take base DN into consideration. Fixes #17516
adds dd5b347 Merge pull request #17704 from owncloud/backport-stable8.1-17255-17526
adds 8be59bf Backport of #17723 to stable8.1
adds 2ecba9e Merge pull request #17762 from owncloud/backport-17723-stable8.1
adds dc6cc57 fix mount point detection
adds 2bc2e97 Merge pull request #17752 from owncloud/enc_migration_fix_mountpoint_detection_8.1
adds a07675e improved app description and adjust it to the way the new encryption module works
adds 77a37e0 Merge pull request #17816 from owncloud/enc_improved_app_description_8.1
adds 2b63903 Update SabreDAV to 2.1.6
adds ee85d1f Merge pull request #17802 from owncloud/update-sabre-dav-2.1.6
adds b4bef02 8.1.1 beta1
adds 3fdd5d9 8.1.1 beta1 again
adds 965fd99 make sure that there is a space between user- and admin-documentation
adds b8e8e3f Merge pull request #17832 from owncloud/improve_apps_template_8.1
adds e29158c Use a hook to integrate sharing password verification
adds cef2680 Fix PHPDoc on setPassword
adds 6782c6d Merge pull request #17853 from owncloud/sharing-password-policy-stable8.1
adds a53b7e3 Adding error handling in case setting the password fails
adds 95e44bf Merge pull request #17843 from owncloud/dont-set-share-password-twice-stable8.1
adds 74e0b6f assign error message to correct object
adds 1c7d737 Merge pull request #17842 from rullzer/backport_17818
adds ee18718 Allow classes in <h2> tags
adds 6dedef7 Merge pull request #17883 from owncloud/backport-17882
adds c910ac1 check if the user is trying to scan a valid path
adds 4ee61f3 Add unit tests
adds 0ef06af Merge pull request #17896 from owncloud/backport-scan-check-path
adds 4b41021 get header size before we open the file to avoid locking exception
adds e8cbfd1 Merge pull request #17903 from owncloud/fix_17898_8.1
adds ef65e51 Only set is encrypted when encryption is enabled
adds c4ddf08 Add a unit test for the disabled encryption case
adds b8561bd Add an update script to reset the value
adds 036ba93 add condition to update query
adds e25a116 adujust version to the stable8.1 branch
adds a949f6c Merge pull request #17911 from owncloud/fix-enc-wrapper-without-encryption-stable8.1
adds fc467da set logger in constructor
adds e0b5bea Add unit tests
adds 891a4d2 Merge pull request #17928 from owncloud/fix_17925_8.1
adds dcd5666 Double slash for SMB storage id for compatibility
adds 7f5f771 Merge pull request #17929 from owncloud/stable8.1-smb-storageiddoubleslash
adds 3133949 Detect old NSS and OpenSSL versions
adds 73da1ca Merge pull request #17935 from owncloud/detect-old-openssl-versions-stable81
adds c411dcd Trigger "apprendered" event in users page
adds a9524e2 Merge pull request #17949 from owncloud/stable8.1-settings-users-apprenderedforsearchbox
adds ef2eeae [avatar] add error handlers for avatar setup
adds cf4f433 Merge pull request #18003 from owncloud/backport-17805-stable8.1
adds a79a15e only update database on the first run (first run = we have a version number from the old encryption app)
adds ab16bea Merge pull request #17990 from owncloud/enc_only_update_file_cache_once_8.1
adds 2e8f47d always update file cache, the cache can handle partial data correctly if the file doesn't already exists in the file cache
adds a0ab86b Merge pull request #18013 from owncloud/enc_always_update_file_cache_8.1
adds 8c9b8f4 8.1.1 RC1
adds 78a46dc fix infinite loops with propagating etags on reshares
adds 1a1e19f Merge pull request #18054 from owncloud/shared-propagate-check-recipient-stable81
adds ca66a70 8.1.1
new 2f5b96e Imported Upstream version 8.1.1~dfsg
new ae6e4e7 Merge tag 'upstream/8.1.1_dfsg' into stable8
new e084836 Refresh patches
new 818adad Recommend php5-imap and smbclient for user_external
new 5c811ef Update man page
new 59217f0 Recommend owncloud-apps
new 39e36dd Update changelog for 8.1.1~dfsg-1 release
The 7 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:
.htaccess | 2 +-
3rdparty/composer.json | 2 +-
3rdparty/composer.lock | 20 +-
3rdparty/composer/installed.json | 156 ++++++-------
3rdparty/sabre/dav/ChangeLog.md | 49 ++++
3rdparty/sabre/dav/composer.json | 2 +-
3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php | 2 +-
3rdparty/sabre/dav/lib/CalDAV/Plugin.php | 14 ++
3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php | 3 +-
3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php | 4 +-
3rdparty/sabre/dav/lib/DAV/Server.php | 2 +-
3rdparty/sabre/dav/lib/DAV/Version.php | 2 +-
apps/activity/lib/display.php | 6 +-
apps/activity/lib/grouphelper.php | 9 +
apps/activity/tests/grouphelpertest.php | 90 ++++++++
apps/encryption/appinfo/info.xml | 21 +-
apps/encryption/appinfo/register_command.php | 3 +-
apps/encryption/command/migratekeys.php | 12 +-
apps/encryption/lib/keymanager.php | 25 +-
apps/encryption/lib/migration.php | 142 +++++++++---
apps/encryption/tests/lib/KeyManagerTest.php | 50 +++-
apps/encryption/tests/lib/MigrationTest.php | 183 ++++++++++++++-
apps/files/appinfo/update.php | 96 ++++++++
apps/files/appinfo/version | 2 +-
apps/files/command/scan.php | 9 +-
apps/files_external/lib/smb.php | 5 +-
apps/files_external/tests/backends/smb.php | 12 +
apps/files_sharing/api/server2server.php | 8 +-
apps/files_sharing/css/public.css | 2 +-
apps/files_sharing/js/share.js | 2 +-
apps/files_sharing/lib/activity.php | 2 +-
apps/files_sharing/lib/external/storage.php | 20 +-
.../lib/propagation/recipientpropagator.php | 4 +-
apps/files_sharing/lib/sharedmount.php | 27 ++-
apps/files_sharing/lib/sharedstorage.php | 16 ++
apps/files_sharing/templates/public.php | 2 +-
apps/files_sharing/tests/etagpropagation.php | 19 +-
apps/files_sharing/tests/js/shareSpec.js | 17 ++
apps/files_sharing/tests/locking.php | 101 ++++++++
apps/files_sharing/tests/share.php | 130 +++++++++++
apps/files_sharing/tests/unsharechildren.php | 8 +-
apps/files_texteditor/js/editor.js | 4 +
apps/files_trashbin/lib/storage.php | 34 ++-
apps/files_trashbin/tests/storage.php | 30 +++
apps/files_videoviewer/js/viewer.js | 1 -
apps/gallery/appinfo/info.xml | 1 -
apps/gallery/css/slideshow.css | 32 +--
apps/gallery/js/thumbnail.js | 1 +
apps/updater/appinfo/info.xml | 1 -
apps/user_ldap/group_ldap.php | 9 +-
apps/user_ldap/lib/access.php | 38 +++
apps/user_ldap/lib/user/manager.php | 4 +-
apps/user_ldap/tests/.htaccess | 14 ++
apps/user_ldap/tests/group_ldap.php | 4 +
.../lib/IntegrationTestAccessGroupsMatchFilter.php | 184 +++++++++++++++
apps/user_ldap/tests/integration/readme.md | 60 +++++
apps/user_ldap/tests/integration/run-test.sh | 17 ++
.../setup-scripts/createExplicitGroups.php | 52 +++++
.../createExplicitGroupsDifferentOU.php | 52 +++++
.../setup-scripts/createExplicitUsers.php | 54 +++++
apps/user_ldap/tests/user/manager.php | 254 +++++++++++----------
config/config.sample.php | 223 +++++++++---------
core/ajax/share.php | 2 +-
core/avatar/avatarcontroller.php | 8 +
core/command/upgrade.php | 9 +
.../admin/_images/build-a-cloud-of-servers-320.png | Bin 13713 -> 0 bytes
core/doc/admin/_images/cert-37.png | Bin 23623 -> 41858 bytes
core/doc/admin/_images/cert-46.png | Bin 37104 -> 20550 bytes
core/doc/admin/_images/cert-47.png | Bin 29801 -> 34314 bytes
core/doc/admin/_images/cert-52.png | Bin 18469 -> 0 bytes
core/doc/admin/_images/cert-53.png | Bin 0 -> 70303 bytes
core/doc/admin/_images/cert-54.png | Bin 0 -> 22543 bytes
core/doc/admin/_images/cert-55.png | Bin 0 -> 44506 bytes
core/doc/admin/_images/cert-56.png | Bin 0 -> 31060 bytes
core/doc/admin/_images/cert-57.png | Bin 0 -> 25109 bytes
core/doc/admin/_images/cert-58.png | Bin 0 -> 27781 bytes
core/doc/admin/_images/cert-59.png | Bin 0 -> 31302 bytes
core/doc/admin/_images/cert-60.png | Bin 0 -> 7367 bytes
core/doc/admin/_images/cert-61.png | Bin 0 -> 73768 bytes
core/doc/admin/_images/cert-62.png | Bin 0 -> 32311 bytes
core/doc/admin/_images/file-lock-status.png | Bin 8350 -> 0 bytes
core/doc/admin/_images/ios-publish-10.png | Bin 0 -> 21250 bytes
core/doc/admin/_images/ios-publish-11.png | Bin 0 -> 93086 bytes
core/doc/admin/_images/ios-publish-12.png | Bin 0 -> 17998 bytes
core/doc/admin/_images/ios-publish-13.png | Bin 0 -> 49756 bytes
core/doc/admin/_images/ios-publish-14.png | Bin 0 -> 11134 bytes
core/doc/admin/_images/ios-publish-15.png | Bin 0 -> 54036 bytes
core/doc/admin/_images/ios-publish-2.png | Bin 0 -> 11980 bytes
core/doc/admin/_images/ios-publish-3.png | Bin 0 -> 23579 bytes
core/doc/admin/_images/ios-publish-4.png | Bin 0 -> 12077 bytes
core/doc/admin/_images/ios-publish-5.png | Bin 0 -> 24714 bytes
core/doc/admin/_images/ios-publish-6.png | Bin 0 -> 14699 bytes
core/doc/admin/_images/ios-publish-7.png | Bin 0 -> 11812 bytes
core/doc/admin/_images/ios-publish-8.png | Bin 0 -> 17600 bytes
core/doc/admin/_images/ios-publish-9.png | Bin 0 -> 130555 bytes
core/doc/admin/_images/ios-publish.png | Bin 0 -> 21776 bytes
core/doc/admin/_images/oc-video-1.png | Bin 48076 -> 0 bytes
core/doc/admin/_images/oc-video-2.png | Bin 28469 -> 0 bytes
core/doc/admin/_images/ownbrander-10.png | Bin 35497 -> 0 bytes
core/doc/admin/_images/ownbrander-25.png | Bin 10879 -> 20762 bytes
core/doc/admin/_images/ownbrander-29.png | Bin 0 -> 34545 bytes
core/doc/admin/_images/ownbrander-30.png | Bin 0 -> 14580 bytes
core/doc/admin/_images/ownbrander-31.png | Bin 0 -> 8826 bytes
core/doc/admin/_images/ownbrander-32.png | Bin 0 -> 16589 bytes
core/doc/admin/_images/ownbrander-5.png | Bin 59230 -> 68743 bytes
core/doc/admin/_images/ownbrander-6.png | Bin 80778 -> 37552 bytes
core/doc/admin/_images/ownbrander-8.png | Bin 56745 -> 17415 bytes
core/doc/admin/_images/ownbrander-9.png | Bin 68436 -> 0 bytes
core/doc/admin/_images/transactional-locking-1.png | Bin 0 -> 4522 bytes
core/doc/admin/_images/transactional-locking-2.png | Bin 0 -> 4496 bytes
core/doc/admin/_images/video_externalstorage.png | Bin 0 -> 26792 bytes
core/doc/admin/_images/video_firstminute.png | Bin 0 -> 28617 bytes
core/doc/admin/_images/video_usermanagement.png | Bin 0 -> 20486 bytes
.../oracle_db_configuration.txt | 2 +-
.../encryption_configuration.txt | 28 +--
.../external_storage_configuration.txt | 41 +++-
.../external_storage_configuration_gui.txt | 30 ++-
.../federated_cloud_sharing_configuration.txt | 20 +-
...imental.txt => files_locking_transactional.txt} | 44 ++--
.../admin/_sources/configuration_files/index.txt | 2 +-
.../config_sample_php_parameters.txt | 253 ++++++++++----------
.../configuration_server/harden_server.txt | 9 +
.../_sources/configuration_server/occ_command.txt | 72 +++++-
.../configuration_server/performance_tuning.txt | 24 +-
.../security_setup_warnings.txt | 64 +++++-
.../configuration_user/user_auth_ftp_smb_imap.txt | 6 +
.../_sources/configuration_user/user_auth_ldap.txt | 7 +-
.../configuration_user/user_configuration.txt | 6 +
core/doc/admin/_sources/contents.txt | 3 +-
.../enterprise_clients/creating_branded_apps.txt | 83 +++++--
.../enterprise_clients/publishing_android_app.txt | 12 +-
.../enterprise_ios_app/publishing_ios_app.txt | 37 +--
.../enterprise_ios_app/publishing_ios_app_2.txt | 8 +-
.../enterprise_ios_app/publishing_ios_app_3.txt | 44 +++-
.../enterprise_ios_app/publishing_ios_app_5.txt | 87 +++++--
.../enterprise_ios_app/publishing_ios_app_6.txt | 2 +-
.../enterprise_ios_app/publishing_ios_app_7.txt | 27 ++-
.../enterprise_ios_app/publishing_ios_app_8.txt | 9 +-
.../enterprise_ios_app/publishing_ios_app_9.txt | 168 ++++++++++++--
.../user_auth_shibboleth.txt | 44 +++-
core/doc/admin/_sources/index.txt | 13 +-
.../installation/apps_management_installation.txt | 8 +-
.../installation/command_line_installation.txt | 7 +-
.../_sources/installation/installation_wizard.txt | 40 +++-
.../_sources/installation/nginx_configuration.txt | 3 +
.../installation/selinux_configuration.txt | 9 +
.../_sources/installation/source_installation.txt | 18 +-
core/doc/admin/_sources/issues/index.txt | 5 +-
core/doc/admin/_sources/maintenance/restore.txt | 24 +-
core/doc/admin/_sources/maintenance/upgrade.txt | 33 +--
core/doc/admin/_sources/operations/theming.txt | 12 +-
core/doc/admin/_sources/release_notes.txt | 108 +++++++--
core/doc/admin/_sources/videos/index.txt | 55 -----
core/doc/admin/_sources/whats_new_admin.txt | 71 +++++-
.../configuration_database/db_conversion.html | 11 +-
core/doc/admin/configuration_database/index.html | 11 +-
.../linux_database_configuration.html | 11 +-
.../oracle_db_configuration.html | 13 +-
.../big_file_upload_configuration.html | 13 +-
.../collaborative_documents_configuration.html | 13 +-
.../default_files_configuration.html | 13 +-
.../encryption_configuration.html | 41 ++--
.../external_storage_configuration.html | 56 +++--
.../external_storage_configuration_gui.html | 44 +++-
.../federated_cloud_sharing_configuration.html | 34 ++-
.../file_sharing_configuration.html | 13 +-
.../files_locking_enabling.html | 15 +-
...ental.html => files_locking_transactional.html} | 50 ++--
core/doc/admin/configuration_files/index.html | 20 +-
.../previews_configuration.html | 13 +-
.../serving_static_files_configuration.html | 13 +-
.../activity_configuration.html | 11 +-
.../antivirus_configuration.html | 11 +-
.../automatic_configuration.html | 11 +-
.../background_jobs_configuration.html | 11 +-
.../config_sample_php_parameters.html | 195 ++++++++--------
.../configuration_server/email_configuration.html | 11 +-
.../admin/configuration_server/external_sites.html | 11 +-
.../admin/configuration_server/harden_server.html | 24 +-
core/doc/admin/configuration_server/index.html | 18 +-
.../js_css_asset_management_configuration.html | 11 +-
.../knowledgebase_configuration.html | 11 +-
.../language_configuration.html | 11 +-
.../logging_configuration.html | 11 +-
.../admin/configuration_server/occ_command.html | 68 +++++-
.../configuration_server/performance_tuning.html | 41 +++-
.../reverse_proxy_configuration.html | 11 +-
.../configuration_server/search_configuration.html | 11 +-
.../security_setup_warnings.html | 66 +++++-
.../thirdparty_php_configuration.html | 11 +-
core/doc/admin/configuration_user/index.html | 11 +-
.../configuration_user/reset_admin_password.html | 11 +-
.../configuration_user/user_auth_ftp_smb_imap.html | 19 +-
.../admin/configuration_user/user_auth_ldap.html | 18 +-
.../configuration_user/user_auth_ldap_cleanup.html | 11 +-
.../configuration_user/user_configuration.html | 15 +-
.../configuration_user/user_provisioning_api.html | 11 +-
core/doc/admin/contents.html | 54 +++--
.../enterprise_clients/creating_branded_apps.html | 85 ++++---
.../enterprise_clients/custom_client_repos.html | 11 +-
core/doc/admin/enterprise_clients/index.html | 30 ++-
.../enterprise_clients/publishing_android_app.html | 21 +-
.../admin/enterprise_external_storage/index.html | 11 +-
.../jive_configuration.html | 11 +-
.../ldap_home_connector_configuration.html | 11 +-
...wift_as_primary_object_store_configuration.html | 11 +-
.../sharepoint-integration_configuration.html | 11 +-
.../windows-network-drive_configuration.html | 11 +-
.../admin/enterprise_files_drop/files_drop.html | 11 +-
core/doc/admin/enterprise_files_drop/index.html | 11 +-
core/doc/admin/enterprise_installation/index.html | 13 +-
.../license_keys_installation.html | 11 +-
.../linux_installation.html | 11 +-
.../supported_apps_installation.html | 11 +-
core/doc/admin/enterprise_ios_app/index.html | 28 ++-
.../enterprise_ios_app/publishing_ios_app.html | 41 ++--
.../enterprise_ios_app/publishing_ios_app_2.html | 19 +-
.../enterprise_ios_app/publishing_ios_app_3.html | 51 ++++-
.../enterprise_ios_app/publishing_ios_app_4.html | 11 +-
.../enterprise_ios_app/publishing_ios_app_5.html | 95 ++++++--
.../enterprise_ios_app/publishing_ios_app_6.html | 13 +-
.../enterprise_ios_app/publishing_ios_app_7.html | 36 ++-
.../enterprise_ios_app/publishing_ios_app_8.html | 22 +-
.../enterprise_ios_app/publishing_ios_app_9.html | 167 ++++++++++++--
.../file_firewall_configuration.html | 11 +-
.../admin/enterprise_user_management/index.html | 11 +-
.../user_auth_shibboleth.html | 185 ++++++++-------
core/doc/admin/genindex.html | 11 +-
core/doc/admin/index.html | 28 +--
.../admin/installation/appliance_installation.html | 11 +-
.../installation/apps_management_installation.html | 17 +-
.../installation/command_line_installation.html | 17 +-
.../admin/installation/hiawatha_configuration.html | 11 +-
core/doc/admin/installation/index.html | 12 +-
.../admin/installation/installation_wizard.html | 48 ++--
.../doc/admin/installation/linux_installation.html | 13 +-
.../doc/admin/installation/macos_installation.html | 13 +-
.../admin/installation/nginx_configuration.html | 14 +-
.../admin/installation/selinux_configuration.html | 21 +-
.../admin/installation/source_installation.html | 27 ++-
core/doc/admin/installation/ucs_installation.html | 11 +-
.../doc/admin/installation/yaws_configuration.html | 11 +-
core/doc/admin/issues/index.html | 18 +-
core/doc/admin/maintenance/backup.html | 11 +-
core/doc/admin/maintenance/enable_maintenance.html | 11 +-
core/doc/admin/maintenance/index.html | 11 +-
core/doc/admin/maintenance/migrating.html | 11 +-
core/doc/admin/maintenance/restore.html | 32 +--
core/doc/admin/maintenance/update.html | 11 +-
core/doc/admin/maintenance/upgrade.html | 31 ++-
core/doc/admin/objects.inv | Bin 653 -> 914 bytes
.../operations/considerations_on_monitoring.html | 11 +-
core/doc/admin/operations/index.html | 11 +-
.../operations/scaling_multiple_machines.html | 11 +-
core/doc/admin/operations/theming.html | 23 +-
core/doc/admin/release_notes.html | 121 +++++++---
core/doc/admin/search.html | 11 +-
core/doc/admin/videos/index.html | 201 ----------------
core/doc/admin/whats_new_admin.html | 77 ++++++-
.../_images/notifications_personal_settings.png | Bin 15316 -> 51877 bytes
.../_sources/external_storage/external_storage.txt | 2 +-
core/doc/user/_sources/files/large_file_upload.txt | 2 +-
core/doc/user/_sources/pim/calendar.txt | 4 +-
core/doc/user/_sources/pim/contacts.txt | 4 +-
core/doc/user/_sources/pim/index.txt | 2 +-
core/doc/user/_sources/userpreferences.txt | 112 ++++++---
core/doc/user/_sources/webinterface.txt | 4 +-
core/doc/user/_sources/whats_new.txt | 2 +
core/doc/user/bookmarks.html | 8 +-
core/doc/user/contents.html | 25 +-
core/doc/user/documents.html | 8 +-
.../user/external_storage/external_storage.html | 10 +-
core/doc/user/external_storage/index.html | 8 +-
.../external_storage/sharepoint_connecting.html | 8 +-
core/doc/user/files/access_webdav.html | 8 +-
core/doc/user/files/access_webgui.html | 8 +-
core/doc/user/files/deleted_file_management.html | 10 +-
core/doc/user/files/desktop_mobile_sync.html | 8 +-
core/doc/user/files/encrypting_files.html | 8 +-
core/doc/user/files/federated_cloud_sharing.html | 8 +-
core/doc/user/files/file_drop.html | 8 +-
core/doc/user/files/index.html | 8 +-
core/doc/user/files/large_file_upload.html | 10 +-
core/doc/user/files/quota.html | 8 +-
core/doc/user/files/version_control.html | 8 +-
core/doc/user/genindex.html | 8 +-
core/doc/user/index.html | 10 +-
core/doc/user/objects.inv | Bin 304 -> 324 bytes
core/doc/user/pim/calendar.html | 12 +-
core/doc/user/pim/contacts.html | 12 +-
core/doc/user/pim/index.html | 10 +-
core/doc/user/pim/sync_ios.html | 8 +-
core/doc/user/pim/sync_kde.html | 8 +-
core/doc/user/pim/sync_osx.html | 8 +-
core/doc/user/pim/sync_thunderbird.html | 8 +-
core/doc/user/pim/troubleshooting.html | 8 +-
core/doc/user/search.html | 8 +-
core/doc/user/userpreferences.html | 158 +++++++------
core/doc/user/webinterface.html | 12 +-
core/doc/user/whats_new.html | 12 +-
core/js/apps.js | 2 +-
core/js/setupchecks.js | 3 +
core/js/share.js | 17 +-
debian/NEWS | 10 +
debian/README.Debian | 9 +
debian/changelog | 17 +-
debian/control | 3 +
debian/occ.8 | 7 +-
debian/patches/0001-Disable-the-appstore.patch | 16 +-
debian/patches/0002-Fix-displayed-version.patch | 2 +-
debian/patches/0003-Improve-logfile-handling.patch | 6 +-
debian/postinst | 2 +-
lib/base.php | 10 +-
lib/private/app.php | 44 ++--
lib/private/appframework/http/request.php | 3 +-
lib/private/cache/file.php | 13 +-
lib/private/connector/sabre/file.php | 12 +-
lib/private/encryption/util.php | 29 ---
.../files/config/mountprovidercollection.php | 10 +-
lib/private/files/storage/dav.php | 50 ++--
lib/private/files/storage/wrapper/encryption.php | 122 ++++++++--
lib/private/files/utils/scanner.php | 8 +-
lib/private/repair.php | 6 +-
lib/private/server.php | 2 +
lib/private/share/hooks.php | 4 +-
lib/private/share/share.php | 62 ++++-
lib/private/updater.php | 6 +
lib/public/share.php | 2 +-
lib/repair/collation.php | 1 +
lib/repair/updateoutdatedocsids.php | 108 +++++++++
settings/admin.php | 4 +-
settings/application.php | 6 +-
settings/controller/appsettingscontroller.php | 4 +-
settings/controller/checksetupcontroller.php | 70 +++++-
settings/controller/encryptioncontroller.php | 49 ++--
settings/js/personal.js | 38 ++-
settings/js/users/users.js | 4 +
settings/personal.php | 4 +-
settings/templates/apps.php | 8 +-
settings/templates/personal.php | 2 +-
version.php | 6 +-
341 files changed, 5581 insertions(+), 2607 deletions(-)
create mode 100644 apps/files/appinfo/update.php
create mode 100644 apps/files_sharing/tests/locking.php
create mode 100644 apps/user_ldap/tests/.htaccess
create mode 100644 apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php
create mode 100644 apps/user_ldap/tests/integration/readme.md
create mode 100644 apps/user_ldap/tests/integration/run-test.sh
create mode 100644 apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php
create mode 100644 apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php
create mode 100644 apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php
delete mode 100644 core/doc/admin/_images/build-a-cloud-of-servers-320.png
delete mode 100644 core/doc/admin/_images/cert-52.png
create mode 100644 core/doc/admin/_images/cert-53.png
create mode 100644 core/doc/admin/_images/cert-54.png
create mode 100644 core/doc/admin/_images/cert-55.png
create mode 100644 core/doc/admin/_images/cert-56.png
create mode 100644 core/doc/admin/_images/cert-57.png
create mode 100644 core/doc/admin/_images/cert-58.png
create mode 100644 core/doc/admin/_images/cert-59.png
create mode 100644 core/doc/admin/_images/cert-60.png
create mode 100644 core/doc/admin/_images/cert-61.png
create mode 100644 core/doc/admin/_images/cert-62.png
delete mode 100644 core/doc/admin/_images/file-lock-status.png
create mode 100644 core/doc/admin/_images/ios-publish-10.png
create mode 100644 core/doc/admin/_images/ios-publish-11.png
create mode 100644 core/doc/admin/_images/ios-publish-12.png
create mode 100644 core/doc/admin/_images/ios-publish-13.png
create mode 100644 core/doc/admin/_images/ios-publish-14.png
create mode 100644 core/doc/admin/_images/ios-publish-15.png
create mode 100644 core/doc/admin/_images/ios-publish-2.png
create mode 100644 core/doc/admin/_images/ios-publish-3.png
create mode 100644 core/doc/admin/_images/ios-publish-4.png
create mode 100644 core/doc/admin/_images/ios-publish-5.png
create mode 100644 core/doc/admin/_images/ios-publish-6.png
create mode 100644 core/doc/admin/_images/ios-publish-7.png
create mode 100644 core/doc/admin/_images/ios-publish-8.png
create mode 100644 core/doc/admin/_images/ios-publish-9.png
create mode 100644 core/doc/admin/_images/ios-publish.png
delete mode 100644 core/doc/admin/_images/oc-video-1.png
delete mode 100644 core/doc/admin/_images/oc-video-2.png
delete mode 100644 core/doc/admin/_images/ownbrander-10.png
create mode 100644 core/doc/admin/_images/ownbrander-29.png
create mode 100644 core/doc/admin/_images/ownbrander-30.png
create mode 100644 core/doc/admin/_images/ownbrander-31.png
create mode 100644 core/doc/admin/_images/ownbrander-32.png
delete mode 100644 core/doc/admin/_images/ownbrander-9.png
create mode 100644 core/doc/admin/_images/transactional-locking-1.png
create mode 100644 core/doc/admin/_images/transactional-locking-2.png
create mode 100644 core/doc/admin/_images/video_externalstorage.png
create mode 100644 core/doc/admin/_images/video_firstminute.png
create mode 100644 core/doc/admin/_images/video_usermanagement.png
rename core/doc/admin/_sources/configuration_files/{files_locking_experimental.txt => files_locking_transactional.txt} (66%)
delete mode 100644 core/doc/admin/_sources/videos/index.txt
rename core/doc/admin/configuration_files/{files_locking_experimental.html => files_locking_transactional.html} (87%)
delete mode 100644 core/doc/admin/videos/index.html
create mode 100644 lib/repair/updateoutdatedocsids.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