[Pkg-owncloud-commits] [owncloud] branch master updated (e9dcebf -> 4bf8ce4)
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:24 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 e9dcebf README.source: Minor update
new 3e103f5 Dont touch non-oc tables when doing the InnoDB repair step
new aba52ff Quick fix for #9119. Increase preview to keep empty message more centered and push footer down.
new b21a1de fix date display in filepicker
new 039b1e3 also fix filepicker for smaller screen sizes
new 5bc562d fix long filename display in filepicker
new 3ebdb35 Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials
new 8f8f3d1 close session right before the download starts - this enables parallel downloads
new a1656ab don't display share permission if resharing was disabled by the admin
new 9b9fbc6 use correct app-icon class for new apps as well, fix icon size
new ec79e54 Add ability to theme iOS and Android client URLs just like desktop URLs.
new 97a62f6 make sure that the versions array contains the correct path
new 7540a58 add unit test to make sure getVersions returns the correct result
new 8a038ee remove unused variable
new 079390c remove trailing slash from path
new 2e04c5e Fix getting group '0' from database backend
new cc531fc Fix isLoggedIn() check for user '0'
new d59b94f Merge pull request #10204 from owncloud/backport-10144-stable7
new 5b88d3d prevent PHP errors and enhance logging
new 1ca1e1d fix return documentation
new 8417f55 dont strip the s from the resource
new 3c68def use id instead of resourceId
new ef6a025 InstanceId is properly injected into factory. Remove comment.
new cc1d95c Memcache\Factory: Remove static, use globalPrefix.
new 12c7ddc Add registerAutoloaderCache().
new 2b9c093 Merge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7
new 34963b0 Fix Folder::getById
new 8c56be5 return null instead of throwing an exception
new 9598efc Fix SharedCache::getPathById
new 2213127 trim leading slash
new 9ba8f5b fix tiny thumbnails in public preview/share mode
new 8f8923a we can only close the session if encryption is not used
new 44ae086 Use human readable relative date for oc-dialog-filepickers
new 0c057bf ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829
new 68ba31f implement a txt preview fallback for the case that ttf is not support
new 18c023d add logout hook to remove keys from session
new a8f24ed only show "share with others" and "share by link" navigation bar entries if user is allowed to share files
new 8c89263 remove share permissions if user is excluded from sharing
new 592a2dc traverse folders in php to search in shared files
new 41fe3f2 add test for search() in shared cache
new db117bd Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7
new b3e2f6b remove confusing 'automatic logon rejected' message, fix #8591
new db7b245 Add group management to the public api
new b50a4e9 simplify app navigation look
new 493b724 set minDate always to today + one day
new 5c89d9c update unit test, min date should be always today + 1
new d1658c1 shared files/folders are not mounted
new 6907eb3 Backport of #9848
new 1051460 in case $_POST['itemSourceName'] does not exist we simply default it to null
new 8972f74 Fix link to files and folders in internal share emails
new 3bcca4f Add scrollto to the url if sharing a file for long file lists
new 5b27b01 remove 'no people found' entry
new 4748923 Fix display of checkboxes in Pale Moon
new cb0cdd1 remove obsolete code comment
new 3432b2e Merge pull request #10271 from miicha/patch-2
new 6af1a2d fix detection of system wide mount points
new 9f9c18b add unit tests
new 7aa35e9 fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser
new c8f81e6 check quota when trying to download a file via new -> web
new 113049b Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7
new 09ed6b5 support aes 256
new f979a0c update existing unit tests
new ca3d09c add unit test for aes256/aes128
new eb68b0d Load authentication backends before tryBasicAuth
new 1b4793d Typo fix NL
new 1266ebd fix japanese lang code
new 0711ab5 Merge pull request #10406 from owncloud/japanese-stable7
new 4593d9f trigger lazy loading earlier, fix #9823
new e2f23b2 Cast file id's to int so we can compare them properly
new bc18489 add error message if user wants to rename a file which no longer exists
new 9a83dbe no special action for folder named 'Shared' needed
new fe11930 no error if we try to delete a file which no longer exists
new 34e0259 new unit test added
new 35c1331 Fix issue when no apps are enabled
new 4c6c22c we need the recipient as a additional parameter to know for which share the notification was send
new e3cf107 in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
new 5dd950b Update public.php
new 8cd5e65 Compare upload limit against biggest file
new ed6365a change error text color to white for better contrast, fix #10424
new 1a2bae3 Merge pull request #10440 from owncloud/enforce-debug
new e7cea79 Move authentication failed logging to checkPassword
new 5e8733a Fix unit test
new cac5627 Make skeleton directory configurable.
new f82467f check if array index ocsid is set before accessing it
new e0c62bb Fixed folder icon update routine when share owner exists
new 9d5d0cc Added upgrade notice to avoid timeouts
new 86009a5 Add a note about overwritewebroot when using system cron
new be7cb72 fix color of links in warnings, fix #10480
new 2b449dd set incognitoMode to true, getUser should always return false during public upload
new 1519f01 make share folder configurable
new 29e9cb5 update unit tests with configurable share folder
new 23f4e7c fix broken unit tests
new 6739990 Fix copyright
new c4fd3db properly encode groups as json, not ',' separated
new efca0ab Hide sharing sections in files app when sharing API is disabled
new c69215c Extend OC_Util::needUpgrade to also catch app upgrades
new 9173a66 Throw an exception when we try to load an app that needs to be upgraded
new 22387b8 handle service not available exceptions in index, remote and public.php
new d9008f8 extract upgrade parts to their own methods
new c47a32d Allow loading app without checking the upgrade
new 322cd65 Send feedback from upgrading apps to the upgrade ui
new 4d2ab79 Also set the app version when updating from app store
new 75236b0 Set maintaince mode when updating an app from the app store
new 2facba6 only set core version at the end
new 7842014 fix undefined variable
new 80d3f30 fix multiselect bar offset on shared page
new dce2e5e remove obsolete 'Download preparing' message for zip downloads, fix #3755
new a9ce0ed Remove doubled slash between folder and path
new b1b745c Do not filemtime() on "." directory. Use empty string instead
new e311535 Ensure that filename is prefixed with a slash
new 899035b backport of #10340
new c6e87ac Return whole file if range request cannot be granted due to encryption
new 9caff0b add unit test for #8325
new a3c6d20 use S3Client::encodeKey(), fixes #8325
new 1f52e97 7.0.2 RC1
new e0c49d6 Imported Upstream version 7.0.2~rc1+dfsg
new 4f6cdb8 Merge tag 'upstream/7.0.2_rc1+dfsg'
new a7525f9 Update upstream changelog
new d761f70 Refresh patches
new 3ae8edf Bump dojo version to build the Document app
new b9e72d2 Override another lintian false positive
new 4bf8ce4 Update changelog for 7.0.2~rc1+dfsg-1 release
The 121 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/activity/l10n/ast.php | 1 +
apps/activity/l10n/az.php | 46 +++-
apps/activity/l10n/bg_BG.php | 1 +
apps/activity/l10n/bn_BD.php | 47 +++-
apps/activity/l10n/bn_IN.php | 1 +
apps/activity/l10n/cs_CZ.php | 3 +-
apps/activity/l10n/da.php | 1 +
apps/activity/l10n/de.php | 1 +
apps/activity/l10n/de_DE.php | 1 +
apps/activity/l10n/el.php | 1 +
apps/activity/l10n/en_GB.php | 1 +
apps/activity/l10n/es.php | 1 +
apps/activity/l10n/es_AR.php | 28 ++-
apps/activity/l10n/es_CL.php | 38 +++-
apps/activity/l10n/eu.php | 1 +
apps/activity/l10n/fa.php | 51 ++++-
apps/activity/l10n/fr.php | 1 +
apps/activity/l10n/gl.php | 1 +
apps/activity/l10n/hu_HU.php | 24 +-
apps/activity/l10n/{ady.php => io.php} | 0
apps/activity/l10n/it.php | 1 +
apps/activity/l10n/ja.php | 9 +-
apps/activity/l10n/ja_JP.php | 8 -
apps/activity/l10n/ko.php | 6 +
apps/activity/l10n/l10n.pl | 169 --------------
apps/activity/l10n/nb_NO.php | 1 +
apps/activity/l10n/nl.php | 1 +
apps/activity/l10n/pl.php | 9 +-
apps/activity/l10n/pt_BR.php | 1 +
apps/activity/l10n/pt_PT.php | 1 +
apps/activity/l10n/ro.php | 5 +
apps/activity/l10n/ru.php | 9 +-
apps/activity/l10n/sk_SK.php | 6 +
apps/activity/l10n/sl.php | 1 +
apps/activity/l10n/tr.php | 1 +
apps/activity/lib/datahelper.php | 2 +
apps/activity/lib/hooks.php | 6 +-
apps/activity/templates/email.notification.php | 4 +-
apps/admin_dependencies_chk/css/style.css | 32 ++-
apps/admin_dependencies_chk/settings.php | 10 +-
apps/admin_dependencies_chk/templates/settings.php | 6 +-
apps/bookmarks/img/bookmarks.png | Bin 808 -> 503 bytes
apps/bookmarks/img/bookmarks.svg | 246 +--------------------
apps/bookmarks/lib/search.php | 2 +-
apps/calendar/export.php | 6 +-
apps/calendar/lib/calendar.php | 4 +-
apps/calendar/lib/object.php | 2 +-
apps/calendar/lib/sabre/backend.php | 30 ++-
apps/calendar/templates/calendar.php | 4 +-
apps/contacts/lib/controller/importcontroller.php | 7 +-
apps/contacts/lib/dispatcher.php | 3 +-
apps/documents/ajax/documentController.php | 6 +-
apps/documents/ajax/otpoll.php | 8 +-
apps/documents/ajax/sessionController.php | 18 +-
apps/documents/ajax/userController.php | 14 +-
apps/documents/appinfo/app.php | 10 +-
apps/documents/appinfo/update.php | 2 +-
apps/documents/js/viewer/viewer.js | 9 +-
apps/documents/lib/db/member.php | 4 +-
apps/documents/lib/db/op.php | 8 +-
apps/documents/lib/db/session.php | 30 +--
apps/documents/lib/download.php | 4 +-
apps/documents/lib/download/range.php | 6 +-
apps/documents/lib/download/simple.php | 6 +-
apps/documents/lib/filter/office.php | 10 +-
apps/documents/lib/storage.php | 8 +-
apps/documents/public.php | 4 +-
apps/files/ajax/delete.php | 3 +-
apps/files/ajax/newfile.php | 23 ++
apps/files/ajax/upload.php | 4 +-
apps/files/css/files.css | 7 +-
apps/files/js/file-upload.js | 11 +-
apps/files/js/filelist.js | 7 +-
apps/files/lib/app.php | 18 +-
apps/files/tests/ajax_rename.php | 46 +++-
apps/files/tests/js/filelistSpec.js | 22 +-
.../ajax/changeRecoveryPassword.php | 11 +-
.../ajax/updatePrivateKeyPassword.php | 14 +-
apps/files_encryption/hooks/hooks.php | 38 ++--
apps/files_encryption/lib/crypt.php | 131 +++++++++--
apps/files_encryption/lib/exceptions.php | 9 +
apps/files_encryption/lib/helper.php | 40 +++-
apps/files_encryption/lib/keymanager.php | 37 +++-
apps/files_encryption/lib/session.php | 20 +-
apps/files_encryption/lib/stream.php | 91 ++++++--
apps/files_encryption/lib/util.php | 86 +++++--
.../templates/settings-personal.php | 5 +-
apps/files_encryption/tests/crypt.php | 203 ++++++++++-------
apps/files_encryption/tests/keymanager.php | 36 ++-
apps/files_encryption/tests/share.php | 6 +-
apps/files_encryption/tests/util.php | 49 +++-
apps/files_external/lib/amazons3.php | 5 +-
apps/files_sharing/appinfo/app.php | 62 +++---
apps/files_sharing/appinfo/update.php | 3 +
apps/files_sharing/css/public.css | 5 +-
apps/files_sharing/js/public.js | 1 +
apps/files_sharing/lib/api.php | 1 -
apps/files_sharing/lib/cache.php | 107 +++------
apps/files_sharing/lib/helper.php | 20 ++
apps/files_sharing/lib/share/file.php | 15 +-
apps/files_sharing/lib/sharedstorage.php | 4 +-
apps/files_sharing/public.php | 4 +
apps/files_sharing/templates/public.php | 5 +
apps/files_sharing/tests/cache.php | 78 ++++++-
.../tests/helper.php} | 35 ++-
apps/files_sharing/tests/share.php | 30 +++
apps/files_sharing/tests/sharedstorage.php | 8 +-
apps/files_sharing/tests/update.php | 5 +
apps/files_texteditor/ajax/savefile.php | 10 +-
apps/files_texteditor/js/editor.js | 9 +-
apps/files_versions/lib/versions.php | 4 +-
apps/files_versions/tests/versions.php | 34 +++
apps/gallery/css/styles.css | 29 ++-
apps/gallery/js/album.js | 77 ++++++-
apps/gallery/js/gallery.js | 4 +-
apps/gallery/js/slideshow.js | 7 +-
apps/gallery/templates/index.php | 1 -
apps/user_ldap/css/settings.css | 5 +
apps/user_ldap/lib/access.php | 12 +
apps/user_ldap/lib/ldap.php | 2 +-
apps/user_ldap/lib/user/iusertools.php | 2 +
apps/user_ldap/lib/user/manager.php | 3 +-
apps/user_ldap/lib/wizard.php | 30 ++-
apps/user_ldap/templates/part.wizard-server.php | 7 +
apps/user_ldap/tests/access.php | 57 +++++
apps/user_ldap/tests/user/manager.php | 47 ++++
apps/user_ldap/tests/user_ldap.php | 5 +
config/config.sample.php | 16 +-
core/ajax/share.php | 7 +-
core/ajax/update.php | 6 +
core/css/apps.css | 11 +-
core/css/mobile.css | 9 +
core/css/styles.css | 15 +-
core/doc/admin/_images/create_public_share.png | Bin 0 -> 24377 bytes
.../configuration/configuration_database.txt | 36 +++
.../configuration/configuration_encryption.txt | 11 +-
.../configuration/server_to_server_managing.txt | 76 +++++--
core/doc/admin/_sources/maintenance/backup.txt | 2 +-
core/doc/admin/_sources/maintenance/restore.txt | 2 +-
core/doc/admin/_sources/maintenance/update.txt | 2 +
core/doc/admin/configuration/auth_ldap.html | 4 +-
core/doc/admin/configuration/background_jobs.html | 4 +-
.../configuration/configuration_3rdparty.html | 2 +-
.../admin/configuration/configuration_apps.html | 2 +-
.../admin/configuration/configuration_assets.html | 2 +-
.../configuration/configuration_automation.html | 2 +-
.../configuration_custom_clients.html | 2 +-
.../configuration/configuration_database.html | 36 ++-
.../configuration/configuration_encryption.html | 15 +-
.../configuration/configuration_knowledgebase.html | 2 +-
.../configuration/configuration_language.html | 2 +-
.../admin/configuration/configuration_logging.html | 2 +-
.../admin/configuration/configuration_mail.html | 2 +-
.../admin/configuration/configuration_preview.html | 2 +-
.../configuration/configuration_reverseproxy.html | 2 +-
.../admin/configuration/configuration_users.html | 2 +-
.../configuration/configuring_big_file_upload.html | 2 +-
.../admin/configuration/custom_mount_config.html | 2 +-
.../configuration/custom_mount_config_gui.html | 2 +-
.../admin/configuration/custom_user_backend.html | 2 +-
core/doc/admin/configuration/index.html | 4 +-
.../configuration/server_to_server_managing.html | 86 ++++---
core/doc/admin/configuration/xsendfile.html | 2 +-
core/doc/admin/contents.html | 5 +-
core/doc/admin/index.html | 2 +-
core/doc/admin/maintenance/backup.html | 2 +-
core/doc/admin/maintenance/restore.html | 2 +-
core/doc/admin/maintenance/update.html | 7 +-
core/doc/user/_images/calendar_export.png | Bin 18885 -> 9835 bytes
core/doc/user/_images/calendar_import.png | Bin 8250 -> 9074 bytes
core/doc/user/_images/calendar_newtimezone1.png | Bin 5253 -> 4868 bytes
core/doc/user/_images/contact_crop.jpg | Bin 50676 -> 22353 bytes
core/doc/user/_images/files_versioning.png | Bin 9333 -> 8557 bytes
core/doc/user/_images/oc_connect.png | Bin 107250 -> 63833 bytes
core/doc/user/_images/oc_filesweb.png | Bin 28666 -> 17316 bytes
core/doc/user/_images/oc_main_web.png | Bin 115762 -> 41092 bytes
core/doc/user/_images/oc_main_web_labelled.png | Bin 150798 -> 75961 bytes
...down.png => oc_personal_settings_dropdown1.png} | Bin
.../user/_images/oc_personal_settings_window.png | Bin 119355 -> 42959 bytes
core/doc/user/_images/oc_user_preferences.png | Bin 24304 -> 0 bytes
core/doc/user/_images/share_link_adding.png | Bin 32097 -> 18257 bytes
core/doc/user/_sources/files/encryption.txt | 14 +-
.../user/_sources/files/server_to_server_using.txt | 2 +-
core/doc/user/_sources/pim/sync_thunderbird.txt | 3 +-
core/doc/user/_sources/userpreferences.txt | 2 +-
core/doc/user/files/encryption.html | 14 +-
core/doc/user/files/server_to_server_using.html | 2 +-
core/doc/user/pim/sync_thunderbird.html | 3 +-
core/doc/user/userpreferences.html | 2 +-
core/doc/user/webinterface.html | 6 +-
core/js/config.php | 1 +
core/js/oc-dialogs.js | 4 +-
core/js/share.js | 29 +--
core/js/tests/specHelper.js | 24 ++
core/js/tests/specs/shareSpec.js | 55 ++++-
core/templates/login.php | 8 -
core/templates/update.admin.php | 4 +
debian/changelog | 52 +++++
debian/control | 2 +-
debian/patches/0001-Disable-the-appstore.patch | 20 +-
debian/patches/0002-Fix-displayed-version.patch | 6 +-
debian/patches/0003-Improve-logfile-handling.patch | 2 +-
...ctrine-Symphony-Patchwork-and-Pimple-path.patch | 2 +-
.../path/0006-Adapt-Crypt_Blowfish-path.patch | 2 +-
debian/patches/path/0007-Adapt-aws-sdk-path.patch | 2 +-
debian/source/lintian-overrides | 2 +
debian/upstream/changelog | 26 +++
index.php | 6 +
lib/base.php | 45 ++--
lib/private/app.php | 55 ++---
lib/private/appframework/routing/routeconfig.php | 14 +-
lib/private/connector/sabre/server.php | 22 ++
lib/private/defaults.php | 54 +++--
lib/private/files/cache/updater.php | 15 +-
lib/private/files/fileinfo.php | 2 +-
lib/private/files/node/folder.php | 41 ++--
lib/private/files/node/root.php | 28 +--
lib/private/files/view.php | 11 +
lib/private/group.php | 29 +--
lib/private/group/database.php | 2 +-
lib/private/group/group.php | 4 +-
lib/private/group/manager.php | 5 +-
lib/private/installer.php | 4 -
lib/private/memcache/factory.php | 5 +-
.../private/needsupdateexception.php | 5 +-
lib/private/ocsclient.php | 18 +-
lib/private/preview/txt.php | 9 +-
lib/private/server.php | 76 ++++---
.../private/serviceunavailableexception.php | 5 +-
lib/private/share/mailnotifications.php | 15 +-
lib/private/share/share.php | 12 +-
lib/private/updater.php | 77 +++++--
lib/private/user.php | 2 +-
lib/private/user/manager.php | 5 +
lib/private/user/session.php | 2 +-
lib/private/util.php | 18 +-
lib/public/defaults.php | 16 ++
lib/public/igroup.php | 81 +++++++
lib/public/igroupmanager.php | 83 +++++++
lib/public/iservercontainer.php | 7 +
lib/public/share.php | 14 +-
lib/repair/innodb.php | 2 +-
public.php | 5 +
remote.php | 4 +
settings/admin.php | 15 +-
settings/ajax/updateapp.php | 3 +
settings/ajax/userlist.php | 6 +-
settings/changepassword/controller.php | 6 +-
settings/js/apps.js | 2 +-
settings/l10n/nl.php | 2 +-
settings/personal.php | 6 +-
settings/templates/admin.php | 19 +-
version.php | 8 +-
253 files changed, 2790 insertions(+), 1396 deletions(-)
copy apps/activity/l10n/{ady.php => io.php} (100%)
delete mode 100644 apps/activity/l10n/ja_JP.php
delete mode 100644 apps/activity/l10n/l10n.pl
copy apps/{files_encryption/lib/exceptions.php => files_sharing/tests/helper.php} (59%)
create mode 100644 core/doc/admin/_images/create_public_share.png
copy core/doc/user/_images/{oc_personal_settings_dropdown.png => oc_personal_settings_dropdown1.png} (100%)
delete mode 100644 core/doc/user/_images/oc_user_preferences.png
copy apps/files_sharing/lib/isharedstorage.php => lib/private/needsupdateexception.php (71%)
copy apps/files_sharing/lib/isharedstorage.php => lib/private/serviceunavailableexception.php (74%)
create mode 100644 lib/public/igroup.php
create mode 100644 lib/public/igroupmanager.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