[Pkg-owncloud-commits] [owncloud] branch master updated (0337804 -> c504b10)
David Prévot
taffit at moszumanska.debian.org
Tue Dec 2 22:04:32 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 0337804 Update changelog for 7.0.3+dfsg-1 release
new fea444b dont fail with 500 if configured display name attribute is not set
new f52662a Fix infinite loop if count and limit is 0
new d859d1b Fix root path handling for WebDAV ext storage
new 1e5a39e user_ldap: Reimplement convertSID2Str() without BCMath dependency.
new 778efcb Run preupdate before an update
new 2b3b427 Merge pull request #12109 from owncloud/add-preupdate-before-upgrade
new 29fd959 fix for issue #10880
new 135479c removal of wrong/double implemented check
new b35a5b5 cleanup group admin(s) on deleteGroup
new 4fbd602 Hiding add to your own cloud if server2server sharing is not enabled
new 32401b4 Check if app is enabled for user
new 643835e file size on non-(Linux/BSD/Windows)-installations
new a843129 Backport #12181
new 74a6251 Merge pull request #12223 from owncloud/fix-unit-tests-s7
new 786007c Ignore port for trusted domains
new c8a4827 Add repair steps for legacy config files
new 3acd98f add newline
new 0271e75 Merge pull request #12154 from owncloud/ignore-port-for-trusted-domain
new b7cf8fa make sure that we don't find the wrong shares if a user and a group have the same ID
new fcde4c7 make sure that we only find the shares from the correct share type if users and groups with the same ID exists
new e6e0573 only users can have a display name different from the id
new 9384fa6 Testcase base class
new ce3e5a8 Do not use uniqid in Group and User tests as it is not unique on windows
new 060a40a Test LargeFileHelperGetFileSize also with ascii only characters
new ce79974 Windows does not support CHMOD, therefor we can not test not writable folders
new 2dc688d Skip some more tests on Windows which just can not work at all
new 75e8d2a Fix single run of encryption tests and usages of uniqid() and fopen()
new e3a9a19 Make it possible to cleanPath() absolute Windows paths
new a19fd88 Fix Files\Storage\Home::testRoot()
new 122f3ff Correctly refresh the apps list after removing the mock
new 4e17997 Correctly restore previous root mount point after testing
new f371f14 Back to OC_Util::generateRandomBytes()
new bc76998 Simple fix for the wrong Mapper reset
new d49e3d0 use the new base class for share/share.php tests
new 2f12702 fixing cache routes
new 6a6b645 Merge pull request #12291 from owncloud/issue/10991-stable7-backport
new f5bd8e4 Fix code layout before fixing the function
new baf8d84 Use md5() of the original name instead of uniqid() for slugifying
new f235e8b Fix mapping of relative paths
new 54607a2 Merge pull request #12288 from owncloud/backport-mapper-fixes
new 42ada6c adjust autocomplete behavior for sharing menu
new f64c6c9 Show warning when invalid user was passed
new 0ab7708 Fix file upload to ext storage when recovery key is enabled
new 3ff1f87 Merge pull request #12131 from owncloud/stable7-enc-recoverykeywithextstoragefix
new abc7f14 Use `/` as redirect location if webroot is set to an empty value
new 4c5aa43 add y to with-aspect naming schema
new d7779f9 delete all children's previews when deleting a folder
new 8ea0187 Merge pull request #12373 from owncloud/backport_preview_fixes_stable7
new 384d189 use login name to verify password
new d815638 Try to read the file only instead of trying to touch
new 32a9091 The "dir" key is used within the public sharing template to indicate in which directory the user currently is when sharing a directory with subdirectories. This is needed by the JS scripts.
new 161e58b Merge pull request #12415 from owncloud/port-12262
new 6967512 fixes undefined appitem - fixes #12396
new b1f8388 Merge pull request #12397 from owncloud/fix-undefined-appitem
new cdf37a0 fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire.
new b96b601 Consolidate if statement, and update unit test
new 8b3728e Don't show favicon to prevent iteration through subfolders
new 392e36d added comment that App Store is disabled for EE
new a60e113 delete old previews
new 5ac96c0 Add notes that SQLite is CE only
new 9b414d8 Markup corrections
new b122b28 Disable MSSQL for new CE installations
new 2954169 Adjust sample config
new 85b7ee3 Check for XMLWriter class
new 46a4af1 Merge pull request #12496 from owncloud/check-xml-writer-for-7
new ec853da Backport \OC\Security\Crypto to ownCloud 7
new 74b68e1 Only store user credentials when SMB_OC storage is enabled
new 3917383 Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequired
new 8fc4f67 7.0.4 RC1
new d262dbd Imported Upstream version 7.0.4~rc1+dfsg
new c8e8fb7 Merge tag 'upstream/7.0.4_rc1+dfsg'
new bbc2a92 Refresh patches
new 9fbbff2 Update upstream changelog
new c504b10 Update changelog for 7.0.4~rc1+dfsg-1 release
The 74 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:
apps/calendar/js/calendar.js | 4 +
apps/documents/js/viewer/viewer.js | 4 +-
apps/documents/lib/db/session.php | 2 +-
apps/files/appinfo/remote.php | 2 +-
apps/files/tests/ajax_rename.php | 14 +-
.../ajax/updatePrivateKeyPassword.php | 3 +-
apps/files_encryption/lib/stream.php | 1 +
apps/files_encryption/lib/util.php | 30 +-
apps/files_encryption/tests/crypt.php | 91 +++---
apps/files_encryption/tests/helper.php | 44 +--
apps/files_encryption/tests/hooks.php | 45 +--
apps/files_encryption/tests/keymanager.php | 18 +-
apps/files_encryption/tests/proxy.php | 15 +-
apps/files_encryption/tests/share.php | 121 ++++----
apps/files_encryption/tests/stream.php | 40 ++-
apps/files_encryption/tests/testcase.php | 53 ++++
apps/files_encryption/tests/trashbin.php | 130 ++++----
apps/files_encryption/tests/util.php | 92 ++++--
apps/files_encryption/tests/webdav.php | 21 +-
apps/files_external/lib/config.php | 8 +
apps/files_external/lib/smb_oc.php | 30 +-
apps/files_sharing/public.php | 5 +-
apps/files_sharing/templates/public.php | 7 +-
apps/files_sharing/tests/cache.php | 18 +-
apps/updater/templates/update.php | 2 +-
apps/user_ldap/lib/access.php | 50 +--
apps/user_ldap/tests/access.php | 63 ++--
apps/user_ldap/tests/data/sid.dat | Bin 24 -> 0 bytes
apps/user_ldap/tests/user_ldap.php | 24 +-
apps/user_ldap/user_ldap.php | 8 +-
config/config.sample.php | 15 +-
...n-antivirus.txt => antivirus_configuration.txt} | 0
..._automation.txt => automatic_configuration.txt} | 21 +-
..._jobs.txt => background_jobs_configuration.txt} | 0
...pload.txt => big_file_upload_configuration.txt} | 2 +-
...t => collaborative_documents_configuration.txt} | 0
...le_php.txt => config_sample_php_parameters.txt} | 10 +-
.../_sources/configuration/configuration_apps.txt | 123 --------
...clients.txt => custom_client_configuration.txt} | 0
...ion_database.txt => database_configuration.txt} | 0
...figuration_mail.txt => email_configuration.txt} | 4 +-
...encryption.txt => encryption_configuration.txt} | 81 +++--
...nfig.txt => external_storage_configuration.txt} | 2 +-
....txt => external_storage_configuration_gui.txt} | 2 +-
..._sharing.txt => file_sharing_configuration.txt} | 0
...iles_locking.txt => files_locking_enabling.txt} | 4 +-
core/doc/admin/_sources/configuration/index.txt | 54 ++--
...t => js_css_asset_management_configuration.txt} | 4 +-
...dgebase.txt => knowledgebase_configuration.txt} | 0
...ion_language.txt => language_configuration.txt} | 0
...ation_logging.txt => logging_configuration.txt} | 0
...tion_preview.txt => previews_configuration.txt} | 4 +-
...seproxy.txt => reverse_proxy_configuration.txt} | 0
...iguring_search.txt => search_configuration.txt} | 0
...ging.txt => server_to_server_configuration.txt} | 0
....txt => serving_static_files_configuration.txt} | 5 +-
...dparty.txt => thirdparty_php_configuration.txt} | 4 +-
...user_backend.txt => user_auth_ftp_smb_imap.txt} | 8 +-
.../{auth_ldap.txt => user_auth_ldap.txt} | 0
...figuration_users.txt => user_configuration.txt} | 2 +-
core/doc/admin/_sources/contents.txt | 5 -
core/doc/admin/_sources/index.txt | 107 ++++---
...on_appliance.txt => appliance_installation.txt} | 4 +-
.../installation/apps_management_installation.txt | 137 +++++++++
...ion_hiawatha.txt => hiawatha_configuration.txt} | 0
core/doc/admin/_sources/installation/index.txt | 23 +-
.../_sources/installation/installation_wizard.txt | 2 +-
...ion_lighttpd.txt => lighttpd_configuration.txt} | 0
...stallation_linux.txt => linux_installation.txt} | 2 +-
...stallation_macos.txt => macos_installation.txt} | 0
...iguration_nginx.txt => nginx_configuration.txt} | 4 +-
...allation_others.txt => others_installation.txt} | 0
...allation_source.txt => source_installation.txt} | 20 +-
.../{installation_ucs.txt => ucs_installation.txt} | 0
...lation_windows.txt => windows_installation.txt} | 2 +-
...nfiguration_yaws.txt => yaws_configuration.txt} | 0
core/doc/admin/_sources/issues/index.txt | 4 +-
core/doc/admin/_sources/maintenance/convert_db.txt | 6 +
core/doc/admin/_sources/maintenance/upgrade.txt | 2 +-
...antivirus.html => antivirus_configuration.html} | 59 ++--
...utomation.html => automatic_configuration.html} | 82 ++---
...obs.html => background_jobs_configuration.html} | 59 ++--
...oad.html => big_file_upload_configuration.html} | 64 ++--
... => collaborative_documents_configuration.html} | 57 ++--
..._php.html => config_sample_php_parameters.html} | 68 +++--
...ients.html => custom_client_configuration.html} | 59 ++--
...n_database.html => database_configuration.html} | 59 ++--
...guration_mail.html => email_configuration.html} | 67 ++--
...cryption.html => encryption_configuration.html} | 143 +++++----
...ig.html => external_storage_configuration.html} | 61 ++--
...tml => external_storage_configuration_gui.html} | 61 ++--
...haring.html => file_sharing_configuration.html} | 59 ++--
...es_locking.html => files_locking_enabling.html} | 43 ++-
core/doc/admin/configuration/index.html | 118 ++++----
... => js_css_asset_management_configuration.html} | 67 ++--
...ebase.html => knowledgebase_configuration.html} | 59 ++--
...n_language.html => language_configuration.html} | 59 ++--
...ion_logging.html => logging_configuration.html} | 59 ++--
...on_preview.html => previews_configuration.html} | 67 ++--
...proxy.html => reverse_proxy_configuration.html} | 59 ++--
...uring_search.html => search_configuration.html} | 59 ++--
...ng.html => server_to_server_configuration.html} | 59 ++--
...tml => serving_static_files_configuration.html} | 67 ++--
...arty.html => thirdparty_php_configuration.html} | 67 ++--
...er_backend.html => user_auth_ftp_smb_imap.html} | 74 ++---
.../{auth_ldap.html => user_auth_ldap.html} | 59 ++--
...guration_users.html => user_configuration.html} | 61 ++--
core/doc/admin/contents.html | 337 ++++++++++-----------
core/doc/admin/index.html | 105 ++++---
..._appliance.html => appliance_installation.html} | 31 +-
.../apps_management_installation.html} | 151 +++++----
...n_hiawatha.html => hiawatha_configuration.html} | 27 +-
core/doc/admin/installation/index.html | 48 +--
.../admin/installation/installation_wizard.html | 29 +-
...n_lighttpd.html => lighttpd_configuration.html} | 25 +-
...allation_linux.html => linux_installation.html} | 29 +-
...allation_macos.html => macos_installation.html} | 27 +-
...uration_nginx.html => nginx_configuration.html} | 29 +-
...lation_others.html => others_installation.html} | 27 +-
...lation_source.html => source_installation.html} | 49 +--
...installation_ucs.html => ucs_installation.html} | 27 +-
...tion_windows.html => windows_installation.html} | 27 +-
...iguration_yaws.html => yaws_configuration.html} | 25 +-
core/doc/admin/maintenance/convert_db.html | 6 +
core/doc/admin/maintenance/index.html | 2 +-
core/doc/admin/maintenance/upgrade.html | 2 +-
core/doc/admin/objects.inv | Bin 297 -> 296 bytes
core/js/lostpassword.js | 6 +-
core/js/share.js | 2 +-
debian/changelog | 55 ++++
debian/patches/0001-Disable-the-appstore.patch | 20 +-
debian/patches/0002-Fix-displayed-version.patch | 8 +-
debian/patches/0003-Improve-logfile-handling.patch | 8 +-
...ctrine-Symphony-Patchwork-and-Pimple-path.patch | 2 +-
debian/upstream/changelog | 14 +
lib/base.php | 8 +-
lib/private/app.php | 4 -
.../middleware/security/securitymiddleware.php | 11 +
lib/private/config.php | 6 +-
lib/private/files/filesystem.php | 13 +-
lib/private/files/mapper.php | 75 +++--
lib/private/files/storage/dav.php | 2 +
lib/private/files/storage/mappedlocal.php | 3 -
lib/private/group/database.php | 6 +-
lib/private/largefilehelper.php | 2 +-
lib/private/preview.php | 125 ++++++--
lib/private/repair.php | 9 +-
lib/private/request.php | 17 +-
lib/private/security/crypto.php | 130 ++++++++
lib/private/security/stringutils.php | 46 +++
lib/private/server.php | 13 +
lib/private/setup.php | 5 +-
lib/private/share/helper.php | 9 +-
lib/private/share/share.php | 31 +-
lib/private/updater.php | 18 +-
lib/private/user/user.php | 2 +-
lib/private/util.php | 7 +
lib/public/security/icrypto.php | 46 +++
lib/public/security/stringutils.php | 25 ++
lib/repair/repairconfig.php | 65 ++++
settings/js/apps.js | 2 +-
version.php | 4 +-
162 files changed, 3151 insertions(+), 2134 deletions(-)
create mode 100644 apps/files_encryption/tests/testcase.php
delete mode 100644 apps/user_ldap/tests/data/sid.dat
rename core/doc/admin/_sources/configuration/{configuration-antivirus.txt => antivirus_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_automation.txt => automatic_configuration.txt} (86%)
rename core/doc/admin/_sources/configuration/{background_jobs.txt => background_jobs_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuring_big_file_upload.txt => big_file_upload_configuration.txt} (98%)
rename core/doc/admin/_sources/configuration/{configuring_documents.txt => collaborative_documents_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_config_sample_php.txt => config_sample_php_parameters.txt} (98%)
delete mode 100644 core/doc/admin/_sources/configuration/configuration_apps.txt
rename core/doc/admin/_sources/configuration/{configuration_custom_clients.txt => custom_client_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_database.txt => database_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_mail.txt => email_configuration.txt} (99%)
rename core/doc/admin/_sources/configuration/{configuration_encryption.txt => encryption_configuration.txt} (73%)
rename core/doc/admin/_sources/configuration/{custom_mount_config.txt => external_storage_configuration.txt} (99%)
rename core/doc/admin/_sources/configuration/{custom_mount_config_gui.txt => external_storage_configuration_gui.txt} (99%)
rename core/doc/admin/_sources/configuration/{configuration_file_sharing.txt => file_sharing_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_files_locking.txt => files_locking_enabling.txt} (93%)
rename core/doc/admin/_sources/configuration/{configuration_assets.txt => js_css_asset_management_configuration.txt} (86%)
rename core/doc/admin/_sources/configuration/{configuration_knowledgebase.txt => knowledgebase_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_language.txt => language_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_logging.txt => logging_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_preview.txt => previews_configuration.txt} (98%)
rename core/doc/admin/_sources/configuration/{configuration_reverseproxy.txt => reverse_proxy_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuring_search.txt => search_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{server_to_server_managing.txt => server_to_server_configuration.txt} (100%)
rename core/doc/admin/_sources/configuration/{xsendfile.txt => serving_static_files_configuration.txt} (98%)
rename core/doc/admin/_sources/configuration/{configuration_3rdparty.txt => thirdparty_php_configuration.txt} (92%)
rename core/doc/admin/_sources/configuration/{custom_user_backend.txt => user_auth_ftp_smb_imap.txt} (92%)
rename core/doc/admin/_sources/configuration/{auth_ldap.txt => user_auth_ldap.txt} (100%)
rename core/doc/admin/_sources/configuration/{configuration_users.txt => user_configuration.txt} (99%)
rename core/doc/admin/_sources/installation/{installation_appliance.txt => appliance_installation.txt} (97%)
create mode 100644 core/doc/admin/_sources/installation/apps_management_installation.txt
rename core/doc/admin/_sources/installation/{configuration_hiawatha.txt => hiawatha_configuration.txt} (100%)
rename core/doc/admin/_sources/installation/{configuration_lighttpd.txt => lighttpd_configuration.txt} (100%)
rename core/doc/admin/_sources/installation/{installation_linux.txt => linux_installation.txt} (94%)
rename core/doc/admin/_sources/installation/{installation_macos.txt => macos_installation.txt} (100%)
rename core/doc/admin/_sources/installation/{configuration_nginx.txt => nginx_configuration.txt} (95%)
rename core/doc/admin/_sources/installation/{installation_others.txt => others_installation.txt} (100%)
rename core/doc/admin/_sources/installation/{installation_source.txt => source_installation.txt} (96%)
rename core/doc/admin/_sources/installation/{installation_ucs.txt => ucs_installation.txt} (100%)
rename core/doc/admin/_sources/installation/{installation_windows.txt => windows_installation.txt} (99%)
rename core/doc/admin/_sources/installation/{configuration_yaws.txt => yaws_configuration.txt} (100%)
rename core/doc/admin/configuration/{configuration-antivirus.html => antivirus_configuration.html} (80%)
rename core/doc/admin/configuration/{configuration_automation.html => automatic_configuration.html} (75%)
rename core/doc/admin/configuration/{background_jobs.html => background_jobs_configuration.html} (72%)
rename core/doc/admin/configuration/{configuring_big_file_upload.html => big_file_upload_configuration.html} (72%)
rename core/doc/admin/configuration/{configuring_documents.html => collaborative_documents_configuration.html} (66%)
rename core/doc/admin/configuration/{configuration_config_sample_php.html => config_sample_php_parameters.html} (91%)
rename core/doc/admin/configuration/{configuration_custom_clients.html => custom_client_configuration.html} (65%)
rename core/doc/admin/configuration/{configuration_database.html => database_configuration.html} (90%)
rename core/doc/admin/configuration/{configuration_mail.html => email_configuration.html} (89%)
rename core/doc/admin/configuration/{configuration_encryption.html => encryption_configuration.html} (67%)
rename core/doc/admin/configuration/{custom_mount_config.html => external_storage_configuration.html} (88%)
rename core/doc/admin/configuration/{custom_mount_config_gui.html => external_storage_configuration_gui.html} (88%)
rename core/doc/admin/configuration/{configuration_file_sharing.html => file_sharing_configuration.html} (77%)
rename core/doc/admin/configuration/{configuration_files_locking.html => files_locking_enabling.html} (53%)
rename core/doc/admin/configuration/{configuration_assets.html => js_css_asset_management_configuration.html} (59%)
rename core/doc/admin/configuration/{configuration_knowledgebase.html => knowledgebase_configuration.html} (65%)
rename core/doc/admin/configuration/{configuration_language.html => language_configuration.html} (64%)
rename core/doc/admin/configuration/{configuration_logging.html => logging_configuration.html} (71%)
rename core/doc/admin/configuration/{configuration_preview.html => previews_configuration.html} (71%)
rename core/doc/admin/configuration/{configuration_reverseproxy.html => reverse_proxy_configuration.html} (71%)
rename core/doc/admin/configuration/{configuring_search.html => search_configuration.html} (66%)
rename core/doc/admin/configuration/{server_to_server_managing.html => server_to_server_configuration.html} (72%)
rename core/doc/admin/configuration/{xsendfile.html => serving_static_files_configuration.html} (76%)
rename core/doc/admin/configuration/{configuration_3rdparty.html => thirdparty_php_configuration.html} (61%)
rename core/doc/admin/configuration/{custom_user_backend.html => user_auth_ftp_smb_imap.html} (70%)
rename core/doc/admin/configuration/{auth_ldap.html => user_auth_ldap.html} (91%)
rename core/doc/admin/configuration/{configuration_users.html => user_configuration.html} (80%)
rename core/doc/admin/installation/{installation_appliance.html => appliance_installation.html} (80%)
rename core/doc/admin/{configuration/configuration_apps.html => installation/apps_management_installation.html} (52%)
rename core/doc/admin/installation/{configuration_hiawatha.html => hiawatha_configuration.html} (78%)
rename core/doc/admin/installation/{configuration_lighttpd.html => lighttpd_configuration.html} (83%)
rename core/doc/admin/installation/{installation_linux.html => linux_installation.html} (82%)
rename core/doc/admin/installation/{installation_macos.html => macos_installation.html} (77%)
rename core/doc/admin/installation/{configuration_nginx.html => nginx_configuration.html} (83%)
rename core/doc/admin/installation/{installation_others.html => others_installation.html} (78%)
rename core/doc/admin/installation/{installation_source.html => source_installation.html} (91%)
rename core/doc/admin/installation/{installation_ucs.html => ucs_installation.html} (92%)
rename core/doc/admin/installation/{installation_windows.html => windows_installation.html} (94%)
rename core/doc/admin/installation/{configuration_yaws.html => yaws_configuration.html} (80%)
create mode 100644 lib/private/security/crypto.php
create mode 100644 lib/private/security/stringutils.php
create mode 100644 lib/public/security/icrypto.php
create mode 100644 lib/public/security/stringutils.php
create mode 100644 lib/repair/repairconfig.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