[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.2RC1 created (now d12e98c)

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:54 UTC 2014


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

taffit pushed a change to annotated tag v7.0.2RC1
in repository owncloud.

        at  d12e98c   (tag)
   tagging  1f52e975fa4d9ba2958fc433792b4069baf09763 (commit)
  replaces  v7.0.1
 tagged by  root
        on  Wed Aug 20 23:49:14 2014 -0400

- Log -----------------------------------------------------------------
7.0.2RC1

Andreas Fischer (3):
      InstanceId is properly injected into factory. Remove comment.
      Memcache\Factory: Remove static, use globalPrefix.
      Add registerAutoloaderCache().

Arthur Schiwon (3):
      Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials
      ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829
      backport of #10340

Bernhard Posselt (2):
      dont strip the s from the resource
      use id instead of resourceId

Bjoern Schiessle (26):
      don't display share permission if resharing was disabled by the admin
      make sure that the versions array contains the correct path
      add unit test to make sure getVersions returns the correct result
      remove unused variable
      remove trailing slash from path
      add logout hook to remove keys from session
      only show "share with others" and "share by link" navigation bar entries if user is allowed to share files
      remove share permissions if user is excluded from sharing
      set minDate always to today + one day
      update unit test, min date should be always today + 1
      remove 'no people found' entry
      fix detection of system wide mount points
      add unit tests
      fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser
      support aes 256
      update existing unit tests
      add unit test for aes256/aes128
      add error message if user wants to rename a file which no longer exists
      no special action for folder named 'Shared' needed
      no error if we try to delete a file which no longer exists
      new unit test added
      we need the recipient as a additional parameter to know for which share the notification was send
      set incognitoMode to true, getUser should always return false during public upload
      make share folder configurable
      update unit tests with configurable share folder
      fix broken unit tests

Clark Tomlinson (1):
      Merge pull request #10440 from owncloud/enforce-debug

Dan Jones (1):
      fix tiny thumbnails in public preview/share mode

Frank Karlitschek (1):
      7.0.2 RC1

Georg Ehrke (2):
      implement a txt preview fallback for the case that ttf is not support
      check if array index ocsid is set before accessing it

Jan-Christoph Borchardt (12):
      fix date display in filepicker
      also fix filepicker for smaller screen sizes
      fix long filename display in filepicker
      use correct app-icon class for new apps as well, fix icon size
      remove confusing 'automatic logon rejected' message, fix #8591
      simplify app navigation look
      Merge pull request #10271 from miicha/patch-2
      trigger lazy loading earlier, fix #9823
      change error text color to white for better contrast, fix #10424
      fix color of links in warnings, fix #10480
      fix multiselect bar offset on shared page
      remove obsolete 'Download preparing' message for zip downloads, fix #3755

Jean-Louis Dupond (1):
      Backport of #9848

Joas Schilling (6):
      Fix getting group '0' from database backend
      Fix isLoggedIn() check for user '0'
      Add a note about overwritewebroot when using system cron
      Remove doubled slash between folder and path
      Do not filemtime() on "." directory. Use empty string instead
      Ensure that filename is prefixed with a slash

Jörn Friedrich Dreyer (8):
      fix return documentation
      traverse folders in php to search in shared files
      add test for search() in shared cache
      check quota when trying to download a file via new -> web
      Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7
      properly encode groups as json, not ',' separated
      add unit test for #8325
      use S3Client::encodeKey(), fixes #8325

Lukas Reschke (3):
      Move authentication failed logging to checkPassword
      Fix unit test
      Fix copyright

Oliver Gasser (1):
      Compare upload limit against biggest file

Remco Brenninkmeijer (1):
      Quick fix for #9119. Increase preview to keep empty message more centered and push footer down.

Robin Appelman (17):
      Dont touch non-oc tables when doing the InnoDB repair step
      Fix Folder::getById
      return null instead of throwing an exception
      Fix SharedCache::getPathById
      trim leading slash
      Add group management to the public api
      Cast file id's to int so we can compare them properly
      Extend OC_Util::needUpgrade to also catch app upgrades
      Throw an exception when we try to load an app that needs to be upgraded
      handle service not available exceptions in index, remote and public.php
      extract upgrade parts to their own methods
      Allow loading app without checking the upgrade
      Send feedback from upgrading apps to the upgrade ui
      Also set the app version when updating from app store
      Set maintaince mode when updating an app from the app store
      only set core version at the end
      fix undefined variable

Stefan Rado (1):
      Make skeleton directory configurable.

Thomas Müller (10):
      close session right before the download starts - this enables parallel downloads
      Merge pull request #10204 from owncloud/backport-10144-stable7
      prevent PHP errors and enhance logging
      Merge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7
      we can only close the session if encryption is not used
      Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7
      shared files/folders are not mounted
      in case $_POST['itemSourceName'] does not exist we simply default it to null
      Merge pull request #10406 from owncloud/japanese-stable7
      in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for

Tom Needham (3):
      Use human readable relative date for oc-dialog-filepickers
      Fix link to files and folders in internal share emails
      Add scrollto to the url if sharing a file for long file lists

Vincent Petry (5):
      Fix issue when no apps are enabled
      Fixed folder icon update routine when share owner exists
      Added upgrade notice to avoid timeouts
      Hide sharing sections in files app when sharing API is disabled
      Return whole file if range request cannot be granted due to encryption

Volkan Gezer (2):
      Typo fix NL
      fix japanese lang code

gekmihesg (1):
      Load authentication backends before tryBasicAuth

miicha (2):
      Fix display of checkboxes in Pale Moon
      remove obsolete code comment

pzy (1):
      Update public.php

scolebrook (1):
      Add ability to theme iOS and Android client URLs just like desktop URLs.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       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  2e04c5e   Fix getting group '0' from database backend
       new  cc531fc   Fix isLoggedIn() check for user '0'
       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  d59b94f   Merge pull request #10204 from owncloud/backport-10144-stable7
       new  ef6a025   InstanceId is properly injected into factory. Remove comment.
       new  cc1d95c   Memcache\Factory: Remove static, use globalPrefix.
       new  12c7ddc   Add registerAutoloaderCache().
       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  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  4748923   Fix display of checkboxes in Pale Moon
       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  592a2dc   traverse folders in php to search in shared files
       new  41fe3f2   add test for search() in shared cache
       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  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  cb0cdd1   remove obsolete code comment
       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  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

The 114 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.


-- 
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