[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.0beta5 created (now 95498d7)

David Prévot taffit at moszumanska.debian.org
Wed Nov 20 21:39:12 UTC 2013


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

taffit pushed a change to annotated tag v6.0.0beta5
in repository owncloud.

        at  95498d7   (tag)
   tagging  c2ccf4a6b3398ffe137f9eafdda55cc695ad0722 (commit)
  replaces  v6.0.0beta4
 tagged by  Frank Karlitschek
        on  Wed Nov 20 19:32:14 2013 +0100

- Log -----------------------------------------------------------------
6.0.0beta5

Arthur Schiwon (4):
      LDAP Wizard: do not forget to set display name attributes for user and group, makes Test Connection succeed
      LDAP Wizard: introduce configuration status indicator, fixes #5741
      LDAP Wizard: move status indicator in one line with back and continue buttons
      LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness

Bart Visscher (3):
      Add some more indexes to tables to improve db queries
      Don't set a default value when there isn't a default specified
      Merge pull request #5789 from ogasser/db_fix_default_for_numeric

Bjoern Schiessle (14):
      make sure that we keep the correct timestamp and etag after encryoption/decryption
      only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry
      fixPartialFilePath() is now stripPartialFileExtension()
      Merge branch 'master' into encryption_fixes
      test encryptAll() and decryptAll() to make sure that mtime and etag stay the same
      remove debug output
      instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list
      tests added
      call error page with session as parameter
      Check which permissions are possible to re-share a file
      make sure that the owners home is mounted correctly
      only check if the key file exists to decide if it is an encrypted file or not.
      check if it is a cached file or a version to resolve the correct path to the file key
      Merge branch 'master' into encryption_check_if_file_is_encrypted

Björn Schießle (1):
      Merge pull request #5833 from owncloud/encryption_fixes

Frank Karlitschek (8):
      Merge pull request #5214 from owncloud/no_extra_slashes
      Merge pull request #5814 from owncloud/add-indexes
      increase version number to trigger a DB migration to get more testers for the new indexes.
      Merge pull request #5889 from owncloud/extstorage-smb-brokenfseek
      fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485
      one tab less
      Merge pull request #5926 from owncloud/less-bold
      beta 5 is here

Jan-Christoph Borchardt (5):
      fix input type time fields, have them use the default styles
      change bold 'deleted files' button to normal for less focus
      adjust input CSS to multiline, coding guidelines
      remove bold from legend, table header, label - less obtrusive
      Merge pull request #5923 from owncloud/font-weight

Jenkins for ownCloud (1):
      [tx-robot] updated from transifex

Jörn Friedrich Dreyer (2):
      readd sharing token to public template
      fix filtering number like filenames in filelist

Morris Jobke (7):
      fix DB schema test - no default value
      Merge pull request #5867 from owncloud/users-groupadmindropdown
      Merge pull request #5767 from owncloud/moviepreviewfallback
      Merge pull request #5914 from owncloud/fix_5832
      Merge pull request #5928 from owncloud/quota-totalsizeoffiles
      Merge pull request #5927 from owncloud/quota-excludeextstorage
      Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror

Oliver Gasser (4):
      DB: Set correct default value for numeric types
      Add DB tests for default numeric
      changed type to decimal
      treat numeric as an alias for decimal

Robin Appelman (2):
      Fix fatal error when trying to open a non existing public link
      Change default mimetype detection for storage backends to only use filename

Thomas Müller (10):
      Merge pull request #5827 from owncloud/avoid_preview_errors
      make use of data providers
      Merge pull request #5850 from owncloud/oc_api_tests
      Merge pull request #5862 from owncloud/files-singledotdirs
      Merge pull request #5824 from owncloud/fix-publicshare-non-existing
      Merge branch 'master' into moviepreviewfallback
      Merge pull request #5813 from owncloud/fix-4736-master
      Merge pull request #5700 from owncloud/ldapWizSetDisplayNames
      Merge pull request #5922 from owncloud/fix-time-inputs
      always get the right node for the given file path

Thomas Tanghus (1):
      Use dedicated OC_Image loader methods

Tom Needham (1):
      Pick any none 100 status code before defaulting to 100

Vincent Petry (27):
      Added ffmpeg fallback when avconv is not available
      Fixed the rebellous space, replaced with a tab
      Fixed undefined variable error when using avconv
      Added missing escaping
      Fixed normalizePath() to strip out single dot dirs
      Files app backend now normalizes paths before rendering templates
      Fixed multiselect to not set the button's height on itself after select
      Added min-height in case of empty multi-select
      Added missing test with leading backslash
      Fix for smb4php fseek
      Merge pull request #5880 from owncloud/replace_etmp_files
      Merge pull request #5894 from owncloud/readd_sharing_token
      SMB ignore connection errors when NetBIOS is disabled
      Merge pull request #5908 from owncloud/fix_errorpage_call
      Merge pull request #5915 from owncloud/fix_apps_versioncheck
      External storage space is now not counted in total space
      Root size for home storage is now size of "files" subdir
      Fixed delete action to show error message as notification
      Removing trailing dot in path that samba doesn't seem to like
      Fixed SMB file deletion success detection
      Merge pull request #5878 from owncloud/extstorage-smb
      Fixed getLocalFile() condition for x-send-file
      Merge pull request #5961 from owncloud/core-fixgetfiletempfilecondition
      Fix for extstorage + encryption where unencrypted size is not kept
      Merge pull request #5959 from owncloud/encryption_check_if_file_is_encrypted
      Merge pull request #5965 from owncloud/mimetype-only-path
      Merge pull request #5967 from owncloud/encryption-extstorage-fixsizereset

blizzz (3):
      Merge pull request #5772 from owncloud/fix5741
      Merge pull request #5951 from owncloud/ldap_encryption_fix
      Merge pull request #5966 from owncloud/fixing-fileid-webdav-master

ringmaster (1):
      Don't double-slash filenames at the root.

tomneedham (10):
      Remove OC_App dependancy from OC_API::mergeResponses()
      Add tests for OC_API::mergeResponses()
      Merge branch 'master' into oc_api_tests
      Merge branch 'ocs_api_fix_success_code' into oc_api_tests
      Update lib/private/api.php after merge conflict
      Return result object when only one successful response is returned
      Fix type in unit test
      Return failed shipped responses over succedded shipped responses
      Merge multiple shipped failures before responding.
      Merge multiple failed third party responses when returning the result

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

This annotated tag includes the following new commits:

       new  c737b52   Don't double-slash filenames at the root. Replace either the end of the dir string that isn't preceded by a slash or the slash at the end of the dir string with a slash and the filename. This prevents the root directory from ending up as two slashes, which breaks files_versions on Windows servers. See #4079 for an explanation.
       new  fc04075   LDAP Wizard: do not forget to set display name attributes for user and group, makes Test Connection succeed
       new  0c6af55   Added ffmpeg fallback when avconv is not available
       new  4b5083e   Fixed the rebellous space, replaced with a tab
       new  df28860   Fixed undefined variable error when using avconv
       new  b278356   DB: Set correct default value for numeric types
       new  99ee95d   Added missing escaping
       new  c5cd0b2   Add some more indexes to tables to improve db queries
       new  dcca887   Don't set a default value when there isn't a default specified
       new  95b3eb2   Add DB tests for default numeric
       new  9c1c8d5   fix DB schema test - no default value
       new  4b01eaf   changed type to decimal
       new  53f17a7   treat numeric as an alias for decimal
       new  abc4289   Fix fatal error when trying to open a non existing public link
       new  894856c   make sure that we keep the correct timestamp and etag after encryoption/decryption
       new  e2fb8d7   only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry
       new  dd0ebce   fixPartialFilePath() is now stripPartialFileExtension()
       new  ec51825   Use dedicated OC_Image loader methods
       new  17e45e2   Pick any none 100 status code before defaulting to 100
       new  222fa88   Merge branch 'master' into encryption_fixes
       new  4ee2960   LDAP Wizard: introduce configuration status indicator, fixes #5741
       new  7a61dca   LDAP Wizard: move status indicator in one line with back and continue buttons
       new  84a882c   LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness
       new  f19caee   Remove OC_App dependancy from OC_API::mergeResponses()
       new  959513f   Add tests for OC_API::mergeResponses()
       new  00944a3   Merge branch 'master' into oc_api_tests
       new  b06682b   Merge branch 'ocs_api_fix_success_code' into oc_api_tests
       new  7900555   Update lib/private/api.php after merge conflict
       new  a39f3fd   Return result object when only one successful response is returned
       new  5a2d700   Fix type in unit test
       new  ca5c39a   Return failed shipped responses over succedded shipped responses
       new  bb182bb   Merge multiple shipped failures before responding.
       new  1449437   Merge multiple failed third party responses when returning the result
       new  2df3763   test encryptAll() and decryptAll() to make sure that mtime and etag stay the same
       new  2624a6c   remove debug output
       new  c06d8bb   Fixed normalizePath() to strip out single dot dirs
       new  008c3b8   Files app backend now normalizes paths before rendering templates
       new  55355ba   Fixed multiselect to not set the button's height on itself after select
       new  f670d74   Added min-height in case of empty multi-select
       new  19e03ef   Merge pull request #5827 from owncloud/avoid_preview_errors
       new  d9ab964   Added missing test with leading backslash
       new  7e63722   make use of data providers
       new  29e9f28   Merge pull request #5214 from owncloud/no_extra_slashes
       new  447e468   Merge pull request #5850 from owncloud/oc_api_tests
       new  faa08da   instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list
       new  2bb4c26   Merge pull request #5862 from owncloud/files-singledotdirs
       new  ecc7b01   Merge pull request #5824 from owncloud/fix-publicshare-non-existing
       new  617dc0e   Merge branch 'master' into moviepreviewfallback
       new  57a3141   Merge pull request #5867 from owncloud/users-groupadmindropdown
       new  6ef3993   Merge pull request #5767 from owncloud/moviepreviewfallback
       new  49e9f77   Merge pull request #5813 from owncloud/fix-4736-master
       new  1e863cd   Merge pull request #5700 from owncloud/ldapWizSetDisplayNames
       new  54364f1   Merge pull request #5814 from owncloud/add-indexes
       new  16dce51   increase version number to trigger a DB migration to get more testers for the new indexes.
       new  630e46f   Merge pull request #5789 from ogasser/db_fix_default_for_numeric
       new  f9a64d2   Fix for smb4php fseek
       new  fa44c69   Merge pull request #5889 from owncloud/extstorage-smb-brokenfseek
       new  11425d1   readd sharing token to public template necessary for https://github.com/owncloud/apps/pull/1476
       new  f36ee69   tests added
       new  6355af1   Merge pull request #5880 from owncloud/replace_etmp_files
       new  3ad5460   Merge pull request #5833 from owncloud/encryption_fixes
       new  cb968c7   Merge pull request #5772 from owncloud/fix5741
       new  68f2780   Merge pull request #5894 from owncloud/readd_sharing_token
       new  c3746e8   [tx-robot] updated from transifex
       new  82f30d3   call error page with session as parameter
       new  7f3d717   Check which permissions are possible to re-share a file
       new  e5994f9   fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485
       new  385a296   one tab less
       new  7e6f381   SMB ignore connection errors when NetBIOS is disabled
       new  a2e3821   Merge pull request #5914 from owncloud/fix_5832
       new  d306f5c   Merge pull request #5908 from owncloud/fix_errorpage_call
       new  44c2f9a   Merge pull request #5915 from owncloud/fix_apps_versioncheck
       new  8dd50dc   fix input type time fields, have them use the default styles
       new  f2d1886   change bold 'deleted files' button to normal for less focus
       new  463b054   adjust input CSS to multiline, coding guidelines
       new  c8cf332   Merge pull request #5922 from owncloud/fix-time-inputs
       new  5da2929   fix filtering number like filenames in filelist
       new  b678766   remove bold from legend, table header, label - less obtrusive
       new  b51d405   Merge pull request #5923 from owncloud/font-weight
       new  614e4d4   External storage space is now not counted in total space
       new  3e2fd99   Root size for home storage is now size of "files" subdir
       new  cdc72dd   Merge pull request #5928 from owncloud/quota-totalsizeoffiles
       new  4a0d295   Merge pull request #5927 from owncloud/quota-excludeextstorage
       new  b55a661   Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror
       new  a7962fa   Fixed delete action to show error message as notification
       new  8ab40f1   Removing trailing dot in path that samba doesn't seem to like
       new  5b6d1d7   Fixed SMB file deletion success detection
       new  5f6f78e   Merge pull request #5878 from owncloud/extstorage-smb
       new  b823505   make sure that the owners home is mounted correctly
       new  93ff86e   Merge pull request #5951 from owncloud/ldap_encryption_fix
       new  8bc3394   Merge pull request #5926 from owncloud/less-bold
       new  0c24c7c   only check if the key file exists to decide if it is an encrypted file or not. This solves problems with external storage which doesn't support fseek
       new  f3e2a63   check if it is a cached file or a version to resolve the correct path to the file key
       new  726a202   Fixed getLocalFile() condition for x-send-file
       new  30b8f4e   Merge pull request #5961 from owncloud/core-fixgetfiletempfilecondition
       new  b4e7258   Merge branch 'master' into encryption_check_if_file_is_encrypted
       new  a0d570b   Change default mimetype detection for storage backends to only use filename
       new  51a8172   always get the right node for the given file path
       new  fe44024   Fix for extstorage + encryption where unencrypted size is not kept
       new  c221e82   Merge pull request #5959 from owncloud/encryption_check_if_file_is_encrypted
       new  8f33286   Merge pull request #5966 from owncloud/fixing-fileid-webdav-master
       new  a88aec8   Merge pull request #5965 from owncloud/mimetype-only-path
       new  5de5c31   Merge pull request #5967 from owncloud/encryption-extstorage-fixsizereset
       new  c2ccf4a   beta 5 is here

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