[Pkg-owncloud-commits] [owncloud] branch upstream updated (3967a0d -> 7ccf1e9)

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository owncloud.

      from  3967a0d   Imported Upstream version 7.0.0~rc2+dfsg
       new  5bb42be   add proper version comparision in OC_Installer::isUpdateAvailable
       new  9ebb037   improve check for duplicate apps
       new  fae2a00   The file providing the sftp:// scheme needs to be included manually.
       new  bae4579   Add short description explaining how SFTP ext storage class works.
       new  1cc8be0   Added mountType attribute and adapted Delete action text
       new  1a01deb   Fix for #9422
       new  169b328   Add public interfaces for User, UserManager and UserSession
       new  36360a6   Expose the user manager in the public server container
       new  c5278a4   Dont delete versions as local files
       new  9d33360   Remove deleted versions from the cache
       new  b7d717e   append file extension to the temporary file which contains the downloaded archive - in case of zip files fileinfo doesn't seem to return anything reliable
       new  8ec00dc   Use the correct path when building the FileInfo for the search result
       new  334ace9   Backport of #9562
       new  8e8c6c9   reduce share action text to the user name only
       new  5a36841   Backport of #9570
       new  9fa495c   throw exception if file is to large for trash bin
       new  3113e99   Update share.php
       new  0786371   - Added test to trigger index id error - re-enable encryption migration tests - sqlite requires reconnect after schema changes
       new  c5c600b   Update info.xml
       new  d3b6a63   backport of #9628
       new  ebce1e1   use fileinfo object in search results
       new  eaa5c53   return relative path
       new  292ce3f   mkae getRelativePath of file search results overwriteable in subclasses
       new  8ebe6ce   fix logger implementation and test
       new  cca04f3   make sure that 'OC_Theme' exists before checking if the method exists
       new  0acb76c   Fixes #9583
       new  75d45c4   Fix indentation.
       new  3de1d2c   Renamed $grp to $group in foreach loop.
       new  a58f85d   Do not remove spaces from group IDs in \OC\Group\MetaData::generateGroupMetaData.
       new  a4a0ebf   Use is_null() instead of empty() when checking the return value of GroupManager::get().
       new  b51d54a   Updated code to reflect changes introduced to \OC\Group\MetaData.
       new  f40554f   Merge pull request #9584 from anexia-it/bug-9583
       new  ca34fb9   Correctly return the owner display name for children of shares
       new  ec30cc4   make sure that the crypt library is loaded
       new  ad24915   introduce some encryption exceptions and catch additional error cases
       new  a163b18   files: storage: rename should check parent directories of old and new files
       new  198a30d   Fix #9590. Fix #9612. For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
       new  e0a69d4   fix CSS coding style
       new  0895324   Fix renaming files in the root folder of a MappedLocal storage
       new  8af6b72   Revert "Fix renaming files in the root folder of a MappedLocal storage"
       new  36039ca   Revert "files: storage: rename should check parent directories of old and new files"
       new  7e3a4b5   Merge pull request #9695 from owncloud/revert-backport-9550-stable7
       new  f5aa292   update keys recursively if a folder was moved
       new  4de6896   check that the file proxies are enabled after each test
       new  4fa3928   Add unit test for multi-user configuration loading
       new  b020e6b   Merge pull request #9674 from owncloud/stable7-9647
       new  7886b90   fixing namespace of MapperTestUtility and rename file to be lowercase
       new  e2f2313   Fixed JS and CSS issues in users page
       new  a66ee26   kill unused require of MapperTestUtility.php
       new  fc6d117   Revert "add share index"
       new  b1575ed   Merge pull request #9690 from owncloud/kill-too-long-index-stable7
       new  8d85143   7.0.0 RC3
       new  cce2cb5   update the appstore api url
       new  ef20250   update upstore api url
       new  7ccf1e9   Imported Upstream version 7.0.0~rc3+dfsg

The 55 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/documents/ajax/admin.php                      |   3 +-
 apps/documents/css/style.css                       |  83 +++++++----
 apps/documents/js/documents.js                     |   9 +-
 apps/documents/lib/converter.php                   |   1 +
 apps/external/ajax/setsites.php                    |  16 ++-
 apps/external/appinfo/app.php                      |  12 +-
 apps/external/index.php                            |  11 +-
 apps/external/js/admin.js                          |  14 +-
 apps/external/lib/external.php                     |   6 +-
 apps/external/settings.php                         |   1 +
 apps/external/templates/settings.php               |   9 +-
 apps/files_encryption/appinfo/app.php              |   4 +
 apps/files_encryption/files/error.php              |   1 +
 apps/files_encryption/hooks/hooks.php              |  59 ++++----
 apps/files_encryption/lib/crypt.php                |  23 +---
 .../files_encryption/lib/exceptions.php            |  33 +++--
 apps/files_encryption/lib/util.php                 |  25 ++--
 apps/files_encryption/tests/crypt.php              |   2 +
 apps/files_encryption/tests/migration.php          |  43 +++++-
 apps/files_encryption/tests/share.php              |  48 +++++++
 apps/files_external/css/settings.css               |  15 +-
 apps/files_external/js/settings.js                 |  12 +-
 apps/files_external/templates/settings.php         |  14 +-
 apps/files_external/tests/mountconfig.php          |  37 +++++
 apps/files_sharing/js/share.js                     |   2 +-
 apps/files_sharing/lib/cache.php                   |   2 +-
 apps/files_sharing/tests/cache.php                 |  19 +++
 apps/files_sharing/tests/js/shareSpec.js           |   8 +-
 apps/files_trashbin/appinfo/app.php                |   2 +
 .../files_trashbin/lib/exceptions.php              |  19 +--
 apps/files_trashbin/lib/trashbin.php               |  24 +++-
 apps/files_versions/lib/versions.php               |  32 +++--
 apps/gallery/css/styles.css                        |   9 ++
 apps/gallery/js/gallery.js                         |  33 +++--
 apps/gallery/public.php                            |   6 +-
 apps/gallery/templates/index.php                   |   1 +
 apps/user_ldap/lib/user/manager.php                |   3 +-
 apps/user_ldap/tests/user/manager.php              | 151 +++++++++++++++++++++
 apps/user_webdavauth/appinfo/info.xml              |   2 +-
 config/config.sample.php                           |   2 +-
 core/js/share.js                                   |   4 +-
 core/js/tests/specs/shareSpec.js                   |  14 +-
 db_structure.xml                                   |  12 --
 lib/private/db.php                                 |  10 ++
 lib/private/db/mdb2schemamanager.php               |   6 +-
 lib/private/defaults.php                           |   2 +-
 lib/private/files/view.php                         |   3 +-
 lib/private/group/metadata.php                     | 100 +++++++-------
 lib/private/installer.php                          |  13 +-
 lib/private/log.php                                |   2 +-
 lib/private/ocsclient.php                          |   2 +-
 lib/private/search/result/file.php                 |  55 +++-----
 lib/private/share/share.php                        |   2 +-
 lib/private/user/manager.php                       |   3 +-
 lib/private/user/session.php                       |   3 +-
 lib/private/user/user.php                          |   3 +-
 lib/public/iservercontainer.php                    |   7 +
 lib/public/iuser.php                               | 105 ++++++++++++++
 lib/public/iusermanager.php                        | 105 ++++++++++++++
 lib/public/iusersession.php                        |  13 ++
 settings/ajax/grouplist.php                        |  14 +-
 settings/css/settings.css                          |   5 +
 settings/js/users/deleteHandler.js                 |   4 +-
 settings/js/users/filter.js                        |   6 +-
 settings/js/users/groups.js                        |   7 +-
 settings/js/users/users.js                         |  16 ++-
 settings/templates/users/part.grouplist.php        |   4 +-
 settings/users.php                                 |   9 +-
 version.php                                        |   6 +-
 69 files changed, 1003 insertions(+), 328 deletions(-)
 copy lib/private/fileproxy/fileoperations.php => apps/files_encryption/lib/exceptions.php (55%)
 copy lib/private/search/result/folder.php => apps/files_trashbin/lib/exceptions.php (76%)
 create mode 100644 apps/user_ldap/tests/user/manager.php
 create mode 100644 lib/public/iuser.php
 create mode 100644 lib/public/iusermanager.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