[Pkg-owncloud-commits] [owncloud] annotated tag upstream/8.1.0_beta1_dfsg created (now d0ff285)

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:43 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_beta1_dfsg
in repository owncloud.

        at  d0ff285   (tag)
   tagging  84f63054ddeb3ba7a466e7edeaeca1dc65644824 (commit)
  replaces  upstream/8.1.0_alpha3_dfsg
 tagged by  David Prévot
        on  Fri May 8 18:52:01 2015 -0400

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

iQEcBAABCAAGBQJVTT4RAAoJEAWMHPlE9r08kmEH/04Wum22ee5dko/FbcOgO3aW
AryLS0NFFbn0jEgnrYrty+3EXNAw/haWrCuzLyhV8/63ubfvGyM58DlZ39LPptQv
kT7V0zSp7iYM0S2UZcBij5ewKHkFqY41XoHNg406wg3Kn2rJ1wjyrfwYzbPAQEl0
s8eSOwBuFb9CuMD7mzIfe6pjfBnb93o4EX2Bhjqk4tPFGglWn0rAYs5s+3R/IYxL
i8vBt7Ua139XWPhdv6MbZJpQSNNYbQscuM6L1Af8vvhsrCQf5KLe93/Zu8XebpwG
Ngt6aTa2h7l9X7fZiln3vkT7TPkChmMV9c9Y1RYB5NMHobgJEDRBE/JSQPIaYdM=
=4ilr
-----END PGP SIGNATURE-----

Andreas Fischer (3):
      Combine autotest-hhvm.sh with autotest.sh
      Check return value of OC_App::getAppPath() and verify info.xml exists.
      \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.

Arthur Schiwon (4):
      not only send them back but also apply defaults to a new configuration. Fixes #15933
      cleanup
      fix broken group presentation in selected groups list
      fix filter index on selected groups is updated too early

Bjoern Schiessle (10):
      check recovery setting for the right user
      skip user if we don't have a public key
      some small ux improvements
      don't let the the user disable encryption once it was activated
      adjust wording and add button to confirm encryption
      make sure that we keep the correct encrypted-flag and the (unencrypted)size if a file gets copied
      check if encryption is enbaled before we start moving keys
      unit tests
      move/copy from storage
      update 'encrypted'-flag in file cache according to the storage settings

Björn Schießle (4):
      Merge pull request #16026 from owncloud/enc_ux_improvements
      Merge pull request #15938 from owncloud/enc_update_recovery_share_key
      Merge pull request #15880 from owncloud/check_if_encryption_is_enabled
      Merge pull request #15628 from owncloud/enc_fix_rename

Clark Tomlinson (5):
      fixing return values and adding tests
      destupify tests
      remove status's and adjust js
      fix messages from settings crontroller
      change error codes to 400

David Prévot (1):
      Imported Upstream version 8.1.0~beta1~dfsg

Frank Karlitschek (1):
      8.1.0 beta 1

Hugo Gonzalez Labrador (2):
      Do not trigger preview hooks if enable_previews is false
      Do not trigger preview hooks if enable_previews is false

Jan-Christoph Borchardt (4):
      Merge pull request #15544 from rullzer/fix_15263
      Merge pull request #16031 from owncloud/fix-15953-master
      Merge pull request #16064 from owncloud/fix-empty-mail-address
      Merge pull request #16037 from owncloud/enc_dont_disable_encryption

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

Joas Schilling (19):
      Do not restrict permissions for the original owner
      Add a test to share a subfolder of a folder shared with the owner by group
      Correctly select file cache values also when checking group shares
      Ignore "parent" shares when the sharee is the owner of the reshare-source
      Allow setting protected properties
      Allow setting protected properties
      Simplify the test
      Display a message when there is a problem with the default module
      Display the module settings in the list of the encryption modules
      Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions-for-share-owner
      Add an occ command to get the status of encryption
      Fix undefined variable $tagId
      Fix the "app-id" parameter description of app:check-code
      Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller
      Add test for setEmailAddress
      Remove phpmailer from 3rdparty
      Fix missing types on doc block and deduplicate the method name
      Merge pull request #16099 from labkode/prevent-preview-hooks
      Merge pull request #16153 from owncloud/CopyEtagHeaderPlugin-noarg

Jörn Friedrich Dreyer (1):
      Merge pull request #16050 from owncloud/add-workaround-for-populate-raw-post-data

Lukas Reschke (13):
      Try to set required ini values in base.php
      Merge pull request #15652 from oparoz/better-text-previews
      Remove hard-dependency on disabled output_buffering
      Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favorite
      Merge pull request #16040 from owncloud/fix-orphaned-shares-job
      Remove PHP 5.4 warning in checkSetup
      Check `mbstring.func_overload` only if the mb module is installed.
      Fix PHPDoc for the ext. share controller
      Merge pull request #16048 from owncloud/fix-mb-string
      Don't display errors and log them
      Don't depend on always_populate_raw_post_data
      Merge pull request #16067 from owncloud/verbosity-in-app-code-check
      Merge pull request #16098 from owncloud/remove-phpmailer

Morris Jobke (18):
      Use internally \OCP\ILogger instead of \OC\Log
      Use OC.Notification for update notifications
      Fix DeleteOrphanedSharesJob
      Merge pull request #16058 from owncloud/fix-app-check-code-parameter-description
      fix label reference
      Don't highlight disabled labels on hover
      Allow user to set an empty email address
      add positive tests for operator in code checker
      Add verbosity option to app:check-code
      Merge pull request #16065 from owncloud/check-binaryops-in-code-checker
      Merge pull request #16017 from owncloud/proper-update-notification
      Merge pull request #16072 from owncloud/phpdoc-cache
      Merge pull request #16070 from owncloud/enc_update_file_cache_on_copy
      Add l10n support to encryption settings
      kill new lines in l10n strings
      Merge pull request #16116 from owncloud/encryption-l10n-settings
      Merge pull request #16122 from owncloud/fix-15866
      Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page

Olivier Paroz (6):
      Show a text preview instead of a bitmap preview of text
      Cache the token value
      Use webDAV to have access to HTTP byte ranges
      An idea to suggest that this is just a sample of the full text
      Use authorization headers for better compatibility
      Remove overflow+watermark

Robin Appelman (1):
      improve phpdoc of cache classes

Roeland Jago Douma (1):
      Only show SSL table header if there are certificates

Thomas Müller (17):
      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
      Merge pull request #15958 from owncloud/usage-of-public-log-interface
      Merge pull request #16020 from owncloud/set-charset-via-ini-set
      Merge pull request #15584 from owncloud/enc_fix_upload_shared_folder
      no link if there is no detailpage property set - fixes #15953
      fix l10n strings
      Merge pull request #15752 from owncloud/feature/fix-encryption-return-values
      Merge pull request #16044 from owncloud/issue-15977-occ-encryption-status
      Merge pull request #16042 from owncloud/fix-output-buffering
      Merge pull request #16045 from owncloud/reduce-autotest-hhvm
      Check usage of != and == - refs #16054
      Merge pull request #16119 from owncloud/fix-16056
      Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-warning-no-module

Vincent Petry (1):
      Added unit test for reshare by share owner

blizzz (1):
      Merge pull request #16069 from owncloud/fix-15933

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

This annotated tag includes the following new commits:

       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  750f0bc   Merge pull request #15799 from owncloud/fix-enc-folder-move
       new  c81bc15   fixing return values and adding tests
       new  1747117   destupify tests
       new  e3ec1a8   remove status's and adjust js
       new  2916866   fix messages from settings crontroller
       new  8d3f88c   Show a text preview instead of a bitmap preview of text + fix the preview height
       new  e113d67   Cache the token value
       new  530c290   Use webDAV to have access to HTTP byte ranges
       new  a968877   An idea to suggest that this is just a sample of the full text
       new  58a87d0   Use authorization headers for better compatibility + add ellipsis + fix OC.generateUrl calls
       new  0729fc2   Remove overflow+watermark
       new  8c08567   change error codes to 400
       new  4d53706   Do not restrict permissions for the original owner
       new  93cf513   Added unit test for reshare by share owner
       new  09d479e   Add a test to share a subfolder of a folder shared with the owner by group
       new  3c37cbd   Correctly select file cache values also when checking group shares
       new  f524ae2   Ignore "parent" shares when the sharee is the owner of the reshare-source
       new  70a4462   check recovery setting for the right user
       new  31b6574   Allow setting protected properties
       new  fbba7a6   Use internally \OCP\ILogger instead of \OC\Log
       new  4ef9df8   skip user if we don't have a public key
       new  cf4a687   Allow setting protected properties
       new  4a6808a   Simplify the test
       new  8a85d8b   Try to set required ini values in base.php
       new  cd516ee   Use OC.Notification for update notifications
       new  7fa3089   [tx-robot] updated from transifex
       new  4de45b5   Merge pull request #15958 from owncloud/usage-of-public-log-interface
       new  870ac88   Merge pull request #16020 from owncloud/set-charset-via-ini-set
       new  7376ea9   Merge pull request #15584 from owncloud/enc_fix_upload_shared_folder
       new  c2fd7b1   no link if there is no detailpage property set - fixes #15953
       new  7112824   fix l10n strings
       new  0f7b8dd   Merge pull request #15752 from owncloud/feature/fix-encryption-return-values
       new  17fedc8   Merge pull request #15652 from oparoz/better-text-previews
       new  f76c055   some small ux improvements
       new  10144bd   Display a message when there is a problem with the default module
       new  6dc3682   don't let the the user disable encryption once it was activated
       new  760ce3b   Fix DeleteOrphanedSharesJob
       new  4b9e034   Remove hard-dependency on disabled output_buffering
       new  eadc2c3   Display the module settings in the list of the encryption modules
       new  59c657d   Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions-for-share-owner
       new  5180c23   Add an occ command to get the status of encryption
       new  50f6386   Fix undefined variable $tagId
       new  5c7d15b   Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favorite
       new  51936e6   Merge pull request #16040 from owncloud/fix-orphaned-shares-job
       new  636d063   Combine autotest-hhvm.sh with autotest.sh
       new  e5c5c90   Merge pull request #16044 from owncloud/issue-15977-occ-encryption-status
       new  08b98a8   Merge pull request #16042 from owncloud/fix-output-buffering
       new  64393b4   Remove PHP 5.4 warning in checkSetup
       new  7c55583   Check `mbstring.func_overload` only if the mb module is installed.
       new  ed16127   Merge pull request #16026 from owncloud/enc_ux_improvements
       new  d9746d8   Fix PHPDoc for the ext. share controller
       new  a9a9adc   Only show SSL table header if there are certificates
       new  044ee7e   Merge pull request #16048 from owncloud/fix-mb-string
       new  fa6a67c   Merge pull request #15544 from rullzer/fix_15263
       new  b60dcd9   [tx-robot] updated from transifex
       new  87787a3   Fix the "app-id" parameter description of app:check-code
       new  a7deba7   Merge pull request #16031 from owncloud/fix-15953-master
       new  8f1e504   adjust wording and add button to confirm encryption
       new  2ce01ee   Merge pull request #15938 from owncloud/enc_update_recovery_share_key
       new  efce8ff   Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller
       new  179472a   Merge pull request #16058 from owncloud/fix-app-check-code-parameter-description
       new  624c253   fix label reference
       new  a1b9444   Don't highlight disabled labels on hover
       new  5aa3525   Merge pull request #16045 from owncloud/reduce-autotest-hhvm
       new  5fd849f   Allow user to set an empty email address
       new  9530e81   Don't display errors and log them
       new  1131035   Don't depend on always_populate_raw_post_data
       new  aae098c   Check usage of != and == - refs #16054
       new  493844e   add positive tests for operator in code checker
       new  d36d143   Add test for setEmailAddress
       new  56b1c93   Add verbosity option to app:check-code
       new  767cf27   Merge pull request #16065 from owncloud/check-binaryops-in-code-checker
       new  1c791e6   not only send them back but also apply defaults to a new configuration. Fixes #15933
       new  0e7fd82   cleanup
       new  2aaafc1   Merge pull request #16064 from owncloud/fix-empty-mail-address
       new  6783699   Merge pull request #16069 from owncloud/fix-15933
       new  e0d1515   improve phpdoc of cache classes
       new  7089af9   make sure that we keep the correct encrypted-flag and the (unencrypted)size if a file gets copied
       new  952a90f   Merge pull request #16037 from owncloud/enc_dont_disable_encryption
       new  9101468   [tx-robot] updated from transifex
       new  e768b3b   Remove phpmailer from 3rdparty
       new  4c0d1b0   Merge pull request #16050 from owncloud/add-workaround-for-populate-raw-post-data
       new  c3fb021   Merge pull request #16017 from owncloud/proper-update-notification
       new  f1903f6   Merge pull request #16072 from owncloud/phpdoc-cache
       new  3a3a58f   Do not trigger preview hooks if enable_previews is false
       new  874d35b   Merge pull request #16070 from owncloud/enc_update_file_cache_on_copy
       new  3e647af   Do not trigger preview hooks if enable_previews is false
       new  9a15937   Merge pull request #16067 from owncloud/verbosity-in-app-code-check
       new  e7a3911   check if encryption is enbaled before we start moving keys
       new  84960fe   Merge pull request #16098 from owncloud/remove-phpmailer
       new  83ed4ee   unit tests
       new  5ef4a76   Add l10n support to encryption settings
       new  f2d4669   Merge pull request #15880 from owncloud/check_if_encryption_is_enabled
       new  dc39bda   move/copy from storage
       new  e4829a2   update 'encrypted'-flag in file cache according to the storage settings
       new  5a46dad   kill new lines in l10n strings
       new  193c6a9   Merge pull request #16116 from owncloud/encryption-l10n-settings
       new  aea734a   Fix missing types on doc block and deduplicate the method name
       new  892e2a3   Merge pull request #16099 from labkode/prevent-preview-hooks
       new  6633514   Merge pull request #15628 from owncloud/enc_fix_rename
       new  795a48d   fix broken group presentation in selected groups list
       new  71e6644   fix filter index on selected groups is updated too early
       new  cd4b925   Merge pull request #16122 from owncloud/fix-15866
       new  e418ced   Check return value of OC_App::getAppPath() and verify info.xml exists.
       new  55eaa16   Merge pull request #16119 from owncloud/fix-16056
       new  3dee907   [tx-robot] updated from transifex
       new  12b24ee   Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
       new  2344298   Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-warning-no-module
       new  4f6ecd3   \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.
       new  9f2f282   Merge pull request #16153 from owncloud/CopyEtagHeaderPlugin-noarg
       new  e9de60f   8.1.0 beta 1
       new  84f6305   Imported Upstream version 8.1.0~beta1~dfsg

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