[Pkg-owncloud-commits] [owncloud] annotated tag upstream/8.1.0_alpha2+dfsg created (now ebe2fa6)

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:07:13 UTC 2015


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

taffit pushed a change to annotated tag upstream/8.1.0_alpha2+dfsg
in repository owncloud.

        at  ebe2fa6   (tag)
   tagging  c8d5adb9262f414a2c5c3c0175d2c8bb274b2490 (commit)
  replaces  upstream/8.1.0_alpha1+dfsg
 tagged by  David Prévot
        on  Wed Apr 22 22:56:07 2015 -0400

- Log -----------------------------------------------------------------
Upstream version 8.1.0~alpha2+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJVOF9IAAoJEAWMHPlE9r08b8oIAJjnyzlzZqpSFRPN5ywD6s2V
TvcW9iQUnkErQB/0PGEFlThP0N/nZfn5+xRG0t/jaJb4tgcH/0Xj3zpadu5BryPu
0XFbtXLesUkGMJKMIfhcr5gu7RW9E/SDDrXoYy6PksoSq4VchiuPpUxJgPEX39K0
m0ASeoY8zg4JdVb98aFfcEGKvo0Y1FFUSx6CKtnU5gYATyD269uxyV4G831YEWLm
PyXMi/tbOt/NxGrmUmX26duLC/6hlMo9XSjVzXoCcX3atMZc40ERfZVKzdB96IyH
3yiJJqipCbUiG47ZVHXQRNeTvtAXJ3N2IFbOBF6h9guEivu2Nr7DzBX+whlGLvg=
=8LZe
-----END PGP SIGNATURE-----

Arthur Schiwon (3):
      always open filter tab in raw mode, when 'Manually enter LDAP filters' is checked
      move away from deprecated consts
      bring back border in host input field for consistency

Bjoern Schiessle (13):
      add migration script from old encryption to new one
      add version
      fix decryption of legacy private key
      allow user to start migration in admin settings if no external user back-ends are enabled
      if we start writing a file from the beginning, size should start by zero; result of floor needs to be casted to int in order to compare it with ->size
      detect system wide mount points correctly
      decrypt private key for public shares correctly
      display warning if password changed or if the keys are not initialized
      always create a new instance of the encryption module
      fix change password if no user is logged in, occ call
      let user update the private key password in case the login password was changed from outside
      set size and unencrypted size to zero on fopen
      get dirname from sharePath

Björn Schießle (3):
      Merge pull request #15636 from owncloud/enc2_performance_improvement
      Merge pull request #15690 from owncloud/enc_fix_upload
      Merge pull request #15757 from owncloud/enc-fixfeofforlastblock

Clark Tomlinson (2):
      Merge pull request #15445 from owncloud/enc2_migration
      Merge pull request #15675 from owncloud/enc_error_messages

David Prévot (2):
      Replace `_method` requirement by {g,s}etMethods()
      Imported Upstream version 8.1.0~alpha2+dfsg

Frank Karlitschek (1):
      8.1.0 alpha 2

Georg Ehrke (1):
      get rid of OC_Geo

Jan-Christoph Borchardt (4):
      fix capitalization for server-side encryption and email server, fix #15642
      Merge pull request #15769 from owncloud/files-emptycontentreadonly
      hide modified header when multiselect is active, fix #15779
      add whitespace to bottom of files list to correctly show dropdowns, fix #15801

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

Jens-Christian Fischer (2):
      don't update identical values
      clarify the duplication of the $params array

Joas Schilling (19):
      Scale up the font on larger previews
      Merge pull request #15670 from owncloud/encryption-is-an-shipped-app-master
      Merge pull request #15673 from owncloud/issue/15577-transaction-read-committed
      Merge pull request #15674 from owncloud/fix-console-check-output
      Correctly prefix OC_API with \ since its not in the namespace
      Merge pull request #15692 from owncloud/log-exception-type-master
      Move constants to OCP\API so apps can use them
      Deprecate the OC_API constants in favor of the OCP ones
      Fix display name of encryption modules
      Fix potential undefined variable
      Fix dummy encryption module registration
      Fix usage of deprecated private constants
      Fix phpStorm complains and namespace
      Add tests for correct path
      Fix visibility of public API methods
      Merge pull request #15747 from owncloud/ldap-remove-deprecated-const-usage-group
      Remove the app version from disabled app list
      Fix several minor things
      Dont use the old .status way

Jörn Friedrich Dreyer (1):
      Merge pull request #15623 from t3chguy/master

Lukas Reschke (11):
      Deprecate unused `\OCP\Response::sendFile`
      Add version to deprecation notice
      Merge pull request #15629 from owncloud/deprecate-potential-dangerous-methods
      Verify if returned object is an array
      Migrate personal certificate handling into AppFramework controllers
      Proper return types
      Fix files
      Adjust tests and statuscode
      Merge pull request #15733 from owncloud/remove-oc_backgroundjob
      Merge pull request #15637 from owncloud/migrate-certificate-stuff
      Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound

Michael Telatynski (1):
      Memcache\Redis Add DB Select Functionality

Morris Jobke (35):
      Fix private member access of parent class in ocsresponse
      Add @since tags to all methods in public namespace
      Merge pull request #15708 from owncloud/fix-capitalization
      Merge pull request #15691 from owncloud/vobject-sabre2.1
      Merge pull request #15714 from owncloud/fix-ldap-xpmode
      add visibility of methods in server container and interface
      fix wrong variable names in PHPDoc
      LDAP tests: swithc var_dump to exception
      Use data provider instead of hand-crafted for loops
      LDAP - move from constants to class member constants
      IL10n - add PHPDoc for $options
      DB: remove unused parameter - was forgotten during the migration to doctrine
      IUrlGenerator - document linkTo properly
      Remove unused variables
      fix followup issues with unneeded parameters
      Merge pull request #15723 from owncloud/fix-decimal-unit-tests
      Merge pull request #15722 from owncloud/remove-vardumps
      Add @since tag to public namespace constants
      Removed OC_BackgroundJob - reduce class overhead
      Fix visibility of interfaces in \OCP
      Reduce call of legacy wrapper by call the OCP directly
      Add version to @deprecated tags
      Merge pull request #15739 from DavidPrevot/symfony-2.7
      Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
      Fix wrong path generation
      fix date variable
      Add @deprecated to all methods with a proper method in \OCP
      Merge pull request #15735 from owncloud/fix-visibility
      Merge pull request #15635 from owncloud/issue/15634-empty-txt-previews
      Merge pull request #15713 from owncloud/fix-15707-master
      Merge pull request #15770 from owncloud/fix-15764
      Merge pull request #15782 from owncloud/hide-modified-multiselect
      Merge pull request #15549 from owncloud/jcf-fix-cache-update
      Merge pull request #15787 from owncloud/trash-partfiles
      Merge pull request #15805 from owncloud/fileslist-whitespace

Olivier Paroz (3):
      Thou shalt not corrupt the answer of a cache request
      Tests for read-only cache
      Renamed class + split methods

Robin Appelman (3):
      dont allow using null as view root
      add unit tests for null handling in view
      typo

Robin McCorkell (1):
      Merge pull request #15729 from owncloud/remove-unused-variables

Roeland Douma (2):
      Merge pull request #15737 from owncloud/add-deprecated-version
      Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocp

Thomas Müller (40):
      files_encryption -> encryption
      Using TRANSACTION_READ_COMMITTED
      Convert error and hint to string before writing to the output - fixes https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html
      Merge pull request #15680 from owncloud/add-since-tags-to-public-namespace
      Merge pull request #15679 from owncloud/fix-private-member-access
      Write the type of exception to the log - really helpful for exceptions which hold no message
      Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager'
      Merge pull request #15686 from owncloud/enc_fix_change_password
      fixing undefined variable
      Do not concat translation string
      Merge pull request #15695 from owncloud/handle-app-upgrade-of-filesystem-apps
      Merge pull request #15699 from owncloud/fix-15696-master
      use a simple function - OC.Encryption is already defined - fixes #15707
      make jshint happy
      Revert "use a simple function - OC.Encryption is already defined - fixes #15707"
      Revert "make jshint happy"
      Merge pull request #15720 from owncloud/fix-method-visibility
      Merge pull request #15725 from owncloud/l10n-public-interface
      Merge pull request #15727 from owncloud/cleanup-db-interface
      Merge pull request #15728 from owncloud/update-iurlgenerator-doc
      Merge pull request #15718 from owncloud/issue/15694-display-name-of-encryption-modules
      Merge pull request #15724 from owncloud/ldap-remove-deprecated-const-usage
      Merge pull request #15740 from owncloud/get_rid_of_geo
      Introduce Storage::getData() to allow storage implementations more control over the data array
      Introduce Storage::getMetaData() to allow storage implementations more control over the data array
      Avoid function name collision in dropbox external storage
      move permission related code into  getMetaData()
      Merge pull request #15677 from owncloud/enc_reset_private_key_password
      use a simple function - OC.Encryption is already defined - fixes #15707
      make jshint happy
      Merge pull request #15753 from owncloud/remove-app-version-from-disabled-list
      Don't pollute the global namespace
      doc and indent
      Merge pull request #15721 from oparoz/fix-readonly-cache
      Merge pull request #15734 from owncloud/add-deprecate-tags
      add $encryptionModuleId to methods of Keys/IStorage
      calling renameKeys() on directory level as well - fixes #15778
      pass KeyStorage via ctor
      fix PHPDoc
      Merge pull request #15799 from owncloud/fix-enc-folder-move

Vincent Petry (7):
      Merge pull request #15616 from owncloud/enc_stream_copy
      Get rid of the obsolete OC_VObject class
      Fix encryption feof to not return too early
      Merge pull request #15748 from owncloud/fixing-enc-filesize-once-more
      Added empty content message for empty read-only folders
      Do not trash part files, delete directly
      Merge pull request #15809 from owncloud/view-null-root

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

This annotated tag includes the following new commits:

       new  22c6216   don't update identical values
       new  9c95315   clarify the duplication of the $params array
       new  1592f25   Scale up the font on larger previews
       new  8ebf9de   Memcache\Redis Add DB Select Functionality
       new  8606b7c   [tx-robot] updated from transifex
       new  2e06cf4   Merge pull request #15623 from t3chguy/master
       new  b6f7956   files_encryption -> encryption
       new  bcf65d9   Using TRANSACTION_READ_COMMITTED
       new  99b0c6e   Merge pull request #15670 from owncloud/encryption-is-an-shipped-app-master
       new  07243f0   Convert error and hint to string before writing to the output - fixes https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html
       new  e3d77c4   add migration script from old encryption to new one
       new  e7a4f4f   add version
       new  6bcf88c   fix decryption of legacy private key
       new  d2ef733   allow user to start migration in admin settings if no external user back-ends are enabled
       new  67500d5   if we start writing a file from the beginning, size should start by zero; result of floor needs to be casted to int in order to compare it with ->size
       new  b25c06f   detect system wide mount points correctly
       new  9596650   decrypt private key for public shares correctly
       new  e93f262   display warning if password changed or if the keys are not initialized
       new  3e1b58d   Merge pull request #15673 from owncloud/issue/15577-transaction-read-committed
       new  c7e5e30   Merge pull request #15674 from owncloud/fix-console-check-output
       new  1174ad0   Merge pull request #15445 from owncloud/enc2_migration
       new  ac133e9   Merge pull request #15675 from owncloud/enc_error_messages
       new  1d30efd   Fix private member access of parent class in ocsresponse
       new  7644950   Add @since tags to all methods in public namespace
       new  da44df2   [tx-robot] updated from transifex
       new  852cc6f   Merge pull request #15680 from owncloud/add-since-tags-to-public-namespace
       new  f32d977   Merge pull request #15679 from owncloud/fix-private-member-access
       new  7d4b1b5   always create a new instance of the encryption module
       new  aef6ecd   Merge pull request #15616 from owncloud/enc_stream_copy
       new  b7e5884   Get rid of the obsolete OC_VObject class
       new  d671f13   Write the type of exception to the log - really helpful for exceptions which hold no message
       new  195a48b   fix change password if no user is logged in, occ call
       new  d9990c2   Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager'
       new  2958399   Merge pull request #15686 from owncloud/enc_fix_change_password
       new  d9f23c0   fixing undefined variable
       new  2e803fd   Do not concat translation string
       new  85dbaee   Merge pull request #15695 from owncloud/handle-app-upgrade-of-filesystem-apps
       new  f2fe9ff   Merge pull request #15699 from owncloud/fix-15696-master
       new  c1a60a2   use a simple function - OC.Encryption is already defined - fixes #15707
       new  b083b65   fix capitalization for server-side encryption and email server, fix #15642
       new  a255866   make jshint happy
       new  0ca6398   Revert "use a simple function - OC.Encryption is already defined - fixes #15707"
       new  ae681f0   Revert "make jshint happy"
       new  d0a6fb1   let user update the private key password in case the login password was changed from outside
       new  34841ea   Merge pull request #15708 from owncloud/fix-capitalization
       new  7ab1f80   Merge pull request #15691 from owncloud/vobject-sabre2.1
       new  fe237fd   always open filter tab in raw mode, when 'Manually enter LDAP filters' is checked
       new  4dd2ad7   Merge pull request #15714 from owncloud/fix-ldap-xpmode
       new  37a8711   [tx-robot] updated from transifex
       new  5acda18   Correctly prefix OC_API with \ since its not in the namespace
       new  8cb0d97   Merge pull request #15692 from owncloud/log-exception-type-master
       new  4e58f48   Move constants to OCP\API so apps can use them
       new  6ce1abf   Deprecate the OC_API constants in favor of the OCP ones
       new  4d238c3   Fix display name of encryption modules
       new  b5c5775   Fix potential undefined variable
       new  491e590   Fix dummy encryption module registration
       new  3f3f8c2   Fix usage of deprecated private constants
       new  fcc1b9b   Thou shalt not corrupt the answer of a cache request
       new  11f29f6   add visibility of methods in server container and interface
       new  f72dabb   fix wrong variable names in PHPDoc
       new  85d0fc5   LDAP tests: swithc var_dump to exception
       new  758b233   Use data provider instead of hand-crafted for loops
       new  58e5878   LDAP - move from constants to class member constants
       new  9ffac12   IL10n - add PHPDoc for $options
       new  47ecfd9   DB: remove unused parameter - was forgotten during the migration to doctrine
       new  eb62e7c   IUrlGenerator - document linkTo properly
       new  ccf47f4   Remove unused variables
       new  e837927   fix followup issues with unneeded parameters
       new  80a1f18   Tests for read-only cache
       new  7dddff5   Merge pull request #15720 from owncloud/fix-method-visibility
       new  9dee275   Merge pull request #15723 from owncloud/fix-decimal-unit-tests
       new  d45d246   Merge pull request #15722 from owncloud/remove-vardumps
       new  c922b09   Merge pull request #15725 from owncloud/l10n-public-interface
       new  d2a31bc   Merge pull request #15727 from owncloud/cleanup-db-interface
       new  b7a4972   Merge pull request #15728 from owncloud/update-iurlgenerator-doc
       new  cdf8290   Merge pull request #15718 from owncloud/issue/15694-display-name-of-encryption-modules
       new  f680733   Add @since tag to public namespace constants
       new  60b8aa2   Removed OC_BackgroundJob - reduce class overhead
       new  96a5b65   Fix visibility of interfaces in \OCP
       new  9b8ebda   Reduce call of legacy wrapper by call the OCP directly
       new  c056c52   Add version to @deprecated tags
       new  fd3c148   [tx-robot] updated from transifex
       new  80b892e   Merge pull request #15729 from owncloud/remove-unused-variables
       new  3cb5dd6   Merge pull request #15737 from owncloud/add-deprecated-version
       new  d877c1f   Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocp
       new  7f2f928   Replace `_method` requirement by {g,s}etMethods()
       new  8f51efc   get rid of OC_Geo
       new  fad76bd   Merge pull request #15724 from owncloud/ldap-remove-deprecated-const-usage
       new  319a3ff   Merge pull request #15740 from owncloud/get_rid_of_geo
       new  d4ac7ac   Merge pull request #15739 from DavidPrevot/symfony-2.7
       new  75bf03a   [tx-robot] updated from transifex
       new  9cb260d   Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
       new  f672e12   Deprecate unused `\OCP\Response::sendFile`
       new  a98b819   Add version to deprecation notice
       new  930ae11   Merge pull request #15629 from owncloud/deprecate-potential-dangerous-methods
       new  80be3b0   Fix wrong path generation
       new  7fe0e09   set size and unencrypted size to zero on fopen
       new  460a784   move away from deprecated consts
       new  0cf13e9   Fix phpStorm complains and namespace
       new  ddcd791   Add tests for correct path
       new  6da9e1a   Fix visibility of public API methods
       new  9f61cf6   Verify if returned object is an array
       new  20a6073   Migrate personal certificate handling into AppFramework controllers
       new  1cc2aef   Proper return types
       new  21f0476   Fix files
       new  8935369   fix date variable
       new  9bc4845   Adjust tests and statuscode
       new  5063c1d   Merge pull request #15747 from owncloud/ldap-remove-deprecated-const-usage-group
       new  0a594cd   Add @deprecated to all methods with a proper method in \OCP
       new  e9d6807   Merge pull request #15733 from owncloud/remove-oc_backgroundjob
       new  3959f8a   Merge pull request #15637 from owncloud/migrate-certificate-stuff
       new  92b60e3   Introduce Storage::getData() to allow storage implementations more control over the data array
       new  ce2c853   Merge pull request #15735 from owncloud/fix-visibility
       new  23f1bdc   Introduce Storage::getMetaData() to allow storage implementations more control over the data array
       new  a637bd7   Avoid function name collision in dropbox external storage
       new  3e8f6cd   Merge pull request #15635 from owncloud/issue/15634-empty-txt-previews
       new  32995ac   move permission related code into  getMetaData()
       new  fe2cbc3   Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound
       new  2c396a7   Remove the app version from disabled app list
       new  3f96662   Fix several minor things
       new  04674c0   Dont use the old .status way
       new  76dad29   Fix encryption feof to not return too early
       new  a130888   Merge pull request #15748 from owncloud/fixing-enc-filesize-once-more
       new  b78e76a   Merge pull request #15677 from owncloud/enc_reset_private_key_password
       new  3bc5c1c   use a simple function - OC.Encryption is already defined - fixes #15707
       new  55962c5   make jshint happy
       new  c548066   [tx-robot] updated from transifex
       new  edbcb83   Merge pull request #15753 from owncloud/remove-app-version-from-disabled-list
       new  b0fcf0f   Merge pull request #15636 from owncloud/enc2_performance_improvement
       new  4a2f8f8   Don't pollute the global namespace
       new  490e779   doc and indent
       new  19a2a22   bring back border in host input field for consistency
       new  4b968da   Merge pull request #15713 from owncloud/fix-15707-master
       new  53a2336   Added empty content message for empty read-only folders
       new  9695e33   Renamed class + split methods
       new  19e8c4f   get dirname from sharePath
       new  503243e   Merge pull request #15770 from owncloud/fix-15764
       new  1d1e188   Merge pull request #15769 from owncloud/files-emptycontentreadonly
       new  723804f   hide modified header when multiselect is active, fix #15779
       new  1ee2ee8   Merge pull request #15690 from owncloud/enc_fix_upload
       new  438cb27   Merge pull request #15721 from oparoz/fix-readonly-cache
       new  9dc12d4   Merge pull request #15782 from owncloud/hide-modified-multiselect
       new  ffc796e   Do not trash part files, delete directly
       new  40fcc74   Merge pull request #15734 from owncloud/add-deprecate-tags
       new  d7bdf60   [tx-robot] updated from transifex
       new  570718f   Merge pull request #15757 from owncloud/enc-fixfeofforlastblock
       new  fc4127d   add $encryptionModuleId to methods of Keys/IStorage
       new  987bc13   calling renameKeys() on directory level as well - fixes #15778
       new  225cde2   pass KeyStorage via ctor
       new  0042bdd   fix PHPDoc
       new  a971fa8   Merge pull request #15549 from owncloud/jcf-fix-cache-update
       new  b92dd82   add whitespace to bottom of files list to correctly show dropdowns, fix #15801
       new  42d9ba0   Merge pull request #15787 from owncloud/trash-partfiles
       new  f391f88   dont allow using null as view root
       new  750f0bc   Merge pull request #15799 from owncloud/fix-enc-folder-move
       new  e302213   add unit tests for null handling in view
       new  bd57902   typo
       new  903d52d   Merge pull request #15809 from owncloud/view-null-root
       new  7b7d05e   Merge pull request #15805 from owncloud/fileslist-whitespace
       new  5916177   8.1.0 alpha 2
       new  c8d5adb   Imported Upstream version 8.1.0~alpha2+dfsg

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