[Pkg-owncloud-commits] [owncloud] annotated tag upstream/6.0.3_20140418+dfsg created (now 25ea2ce)

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:44:24 UTC 2014


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

taffit pushed a change to annotated tag upstream/6.0.3_20140418+dfsg
in repository owncloud.

        at  25ea2ce   (tag)
   tagging  e84bf62665f257ea42a4b1de2b9e0077f2daacdd (commit)
  replaces  upstream/6.0.2+dfsg
 tagged by  David Prévot
        on  Fri Apr 18 10:24:13 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 6.0.3~20140418+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJTUTWNAAoJEAWMHPlE9r0870EH/2PRobK7VWWLLA5olDEbCucM
F/bjfJvuOdexpxpGWmPrX80qLOAwCdpUYgBsMweSDLUahxHHVpcbCGobL/iL2Tfb
BfQIm83BhGzp09dFEwG9TBmBIhNfeNPGcpMtgXqMbzgRNSOMkN8Zs4pdUaqiusHL
/EOcP7hUHjA2sgeVEl5USyiQQIUNsxdnZhXDxXqbZ0Bh3U1T7rYE7rLBwCiZsLdX
v19BugxFcJgyKvj5lY2970PDrbpdEdtSNtOiVLJI8X+mdWL/m5vwp1sIrteY0w+a
ymE+ITWSqBYd0vduubZ6LM5RGKZCy411dk2UnuFGFH9niaqO3cGoYX0TIBBzvOM=
=v26r
-----END PGP SIGNATURE-----

Arthur Schiwon (12):
      On clone create a new instance of the Configuration
      Use array_key_exists instead of isset, because the latter returns false if the assigned value is null
      add test for cloning and keeping configuration seperate
      LDAP: Read email and quota when mapping user, fixes #7785
      add PHP docs
      more precise php doc
      Meanwhile, the quota value is stored human-readable in the DB
      Backport of PR #7837 to stable6
      LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)
      Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
      adjust tests accordingly
      Backport of PR #7815, correct LDAP user count on setup with many users

Bernhard Posselt (5):
      Remove dependency on container, removing service locator antipattern
      add requirements to routing
      Update controller.php
      Merge pull request #8119 from Raydiation/stable6
      Merge pull request #8151 from owncloud/backport-8137-stable6

Bjoern Schiessle (13):
      fall back to getLocalFile if storage doesn't support fseek
      implement ftell stream wrapper and fix return value from fseek stream wrapper
      extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek
      test for isEncryptedPath()
      add test for the stream wrapper to read encrypted files from the system folder /tmp
      don't create files folder, let ownCloud core handle it
      don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
      we need the file_source to delete a share successfully
      fix path creation for re-shares, issue #7662
      add 'received_from' info to the share, so that every share can have a different value
      only enable drag&drop upload if public upload is allowed, backport of #7631
      finally fix the paths for the OCS Share API
      don't write file if opening a stream to encrypt the data fails

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

David Prévot (1):
      Imported Upstream version 6.0.3~20140418+dfsg

Frank Karlitschek (4):
      Merge pull request #7510 from owncloud/stable6-theme-mailtemplate
      increase the version number
      Merge pull request #7609 from owncloud/fix-updater-6
      increase version number

Jan-Christoph Borchardt (7):
      remove border from log in input fields, simpler and works better with themes
      mail template: remove off-white background color to better blend into mail client
      compress mail notification logo
      make mail notification header color themable
      add hover/focus states for star icons to hint at action
      fix noise not repeating
      general styles for the content area

Joan (1):
      Disabled internet checking as mentioned when in proxy mode

Jörn Friedrich Dreyer (4):
      Concatenate string in SQL instead of PHP, use doctrine to construct concat expression
      prevent dimmed ocdialog div from scrolling
      don't block php session while download is in progress
      fix double closing </a> for filenames

Lukas Reschke (5):
      Merge pull request #7565 from owncloud/stable6-trusteddomainerrorpage
      Use $installedVersion instead of $currentVersion
      Use JS as content-type due to mimesniffing
      Backport of #7682 to stable6
      Merge pull request #8259 from owncloud/backport-7682-6

Morris Jobke (4):
      add dprecated warning for OC.Router
      Merge pull request #7608 from owncloud/stable6-publicpagedownloadall
      Merge pull request #7901 from owncloud/fixed_position_ocdialogdim
      Merge pull request #8123 from owncloud/fix_filename_closing_tag

Robin Appelman (7):
      Give storages the option to implement the getById behaviour for View->getPath
      Implement getPath for shared files
      Improve phpdoc
      use a non-recursive chmod on the datadir
      fix unit tests
      Add bindParam to statement wrapper
      Verify that a file exists before we share it

Robin McCorkell (3):
      Fix smb4php to work with home shares
      Add FreeIPA UUID compatibility, fixes #7796
      Fix duplicate ipauniqueid

Rodrigo Hjort (1):
      Correction: failure on sharing when user ID was prefixed by zero

Thomas Müller (21):
      adding new javascript function OC.generateUrl(url, params)
      we first shall check if the current session is valid - otherwise the session-id will be regenerated on login via basic auth
      fixing ident
      Merge pull request #7633 from owncloud/fix-7582-stable6
      Merge pull request #7653 from owncloud/backport-7646-stable6
      backport #7659
      remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname
      Merge pull request #7672 from owncloud/backport-7659-stable6-2
      set content-type on ocs exceptions
      fixing method names
      remove Sabre_DAV_Browser_Plugin
      Merge pull request #7701 from owncloud/backport-7681-stable6
      fixing wrong html close tags
      Merge pull request #7840 from owncloud/fix/7839
      remove pl_PL - fixes #7973
      Revert "remove Sabre_DAV_Browser_Plugin"
      authentication apps need to be loaded in any case - fixes #7216
      Merge pull request #8037 from owncloud/fix-7216
      To isolate the variable scope used inside the $file it is required in it's own method - refs #8138
      fix code formatting
      Merge pull request #8150 from owncloud/backport-8138-stable6

Thomas Tanghus (1):
      Fix 'Undefined variable: message' in OCP\Util::logException

Victor Dubiniuk (1):
      Reset time of last update feed polling

Vincent Petry (31):
      Fix mail template to use p() for colors
      Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6
      Fixed configkey casing for PostgreSQL
      Show warning page when accessing server from an untrusted domain
      Added localhost as trusted domain
      Added unit tests for serverHost and other related functions
      Fixed X-Forwarded-Host parsing
      Merge pull request #7578 from owncloud/introduce-generateUrl-stable6
      Fixed "select all" + download on public page
      Disable XML entities when parsing XML
      Merge pull request #7280 from owncloud/tune_legacy_cache_webdav_properties_prefixing_stable6
      Merge pull request #7698 from owncloud/backport_7631
      Merge pull request #7690 from owncloud/backport-7683-stable6
      Added warning for trusted_domains after CLI upgrade
      Display admin option for public upload with encryption enabled
      Added .ocdata file to check for data folder validity
      Return 503 when a config/data dir error exists
      Increase version to trigger upgrade related to .ocdata
      Merge pull request #7819 from owncloud/stable6-datafolderexistence
      Propagate unencrypted_size up to the file cache root
      Return unencrypted_size of folder when queried
      Still return quota value when free space is unknown
      Merge pull request #7834 from owncloud/stable6-quota-usequotaevenwhenfreespaceunknown
      Fixed warning when browsing Shared folder
      Fixed mtime reading from OpenStack API
      Fix swift touch operation
      Merge pull request #7976 from owncloud/fix-7973-stable6-2
      Do not expire chunks while checking for their existence
      Fixed chunking and insufficient storage check
      Merge pull request #8148 from owncloud/backport-6676-stable6
      Fixed Sabre Node implementation to correctly return timestamps as int

Volkan Gezer (1):
      Fix admin-dir_permissions redirection when cannot write warning

blizzz (3):
      Merge pull request #7931 from owncloud/fix_7785_stable6
      Merge pull request #8038 from owncloud/fix_8028
      Merge pull request #8166 from owncloud/ldap_update_email

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

This annotated tag includes the following new commits:

       new  3520529   Concatenate string in SQL instead of PHP, use doctrine to construct concat expression
       new  f87319f   fall back to getLocalFile if storage doesn't support fseek
       new  8b3d993   implement ftell stream wrapper and fix return value from fseek stream wrapper
       new  6455722   extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek
       new  7ced22c   test for isEncryptedPath()
       new  9cff832   add test for the stream wrapper to read encrypted files from the system folder /tmp
       new  5878d27   remove border from log in input fields, simpler and works better with themes
       new  289f64b   mail template: remove off-white background color to better blend into mail client
       new  ea62d23   compress mail notification logo
       new  b3c5aaa   make mail notification header color themable
       new  52b3187   Merge pull request #7510 from owncloud/stable6-theme-mailtemplate
       new  7e2659f   Fix mail template to use p() for colors
       new  722b816   Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6
       new  5bf9aab   Fixed configkey casing for PostgreSQL
       new  c02c815   don't create files folder, let ownCloud core handle it
       new  6b45835   add hover/focus states for star icons to hint at action
       new  9b6b02a   Show warning page when accessing server from an untrusted domain
       new  f1b948d   Added localhost as trusted domain
       new  98ff74a   Added unit tests for serverHost and other related functions
       new  d7163c9   Fixed X-Forwarded-Host parsing
       new  eaf9633   Merge pull request #7565 from owncloud/stable6-trusteddomainerrorpage
       new  87d3853   adding new javascript function OC.generateUrl(url, params)
       new  7f81b14   don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
       new  26b70bc   fix noise not repeating
       new  91392c5   add dprecated warning for OC.Router
       new  95ddadd   increase the version number
       new  c358373   Merge pull request #7578 from owncloud/introduce-generateUrl-stable6
       new  b4c10ee   Fixed "select all" + download on public page
       new  ce5f8d7   Use $installedVersion instead of $currentVersion
       new  c9c91c7   Merge pull request #7609 from owncloud/fix-updater-6
       new  acc3584   Merge pull request #7586 from owncloud/dont_create_shared_folder_stable6
       new  ff078db   we first shall check if the current session is valid - otherwise the session-id will be regenerated on login via basic auth
       new  d54f314   fixing ident
       new  cf2af3c   Merge pull request #7633 from owncloud/fix-7582-stable6
       new  0f40acb   we need the file_source to delete a share successfully
       new  a5871c1   Merge pull request #7653 from owncloud/backport-7646-stable6
       new  4966d63   Disable XML entities when parsing XML
       new  d290f44   Merge pull request #7608 from owncloud/stable6-publicpagedownloadall
       new  37e1953   Reset time of last update feed polling
       new  a3bc3bb      backport #7659
       new  c1c6ce2   remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname
       new  2e42b05   Merge pull request #7672 from owncloud/backport-7659-stable6-2
       new  c3c255b   fix path creation for re-shares, issue #7662
       new  3ccbc25   add 'received_from' info to the share, so that every share can have a different value
       new  6a31fec   increase version number
       new  14b9eba   set content-type on ocs exceptions
       new  46657ad   fixing method names
       new  112a277   only enable drag&drop upload if public upload is allowed, backport of #7631
       new  5444955   Merge pull request #7280 from owncloud/tune_legacy_cache_webdav_properties_prefixing_stable6
       new  bc5145e   Merge pull request #7698 from owncloud/backport_7631
       new  e4104e6   remove Sabre_DAV_Browser_Plugin
       new  bff2c20   Merge pull request #7701 from owncloud/backport-7681-stable6
       new  53ad7eb   Merge pull request #7690 from owncloud/backport-7683-stable6
       new  30cca25   finally fix the paths for the OCS Share API
       new  58db31e   Added warning for trusted_domains after CLI upgrade
       new  2cb342c   Display admin option for public upload with encryption enabled
       new  6ccc817   Fix smb4php to work with home shares
       new  a1c0c5e   Added .ocdata file to check for data folder validity
       new  d85d3a4   Return 503 when a config/data dir error exists
       new  288c40e   Increase version to trigger upgrade related to .ocdata
       new  2c2fd5f   Merge pull request #7819 from owncloud/stable6-datafolderexistence
       new  a70b99f   Propagate unencrypted_size up to the file cache root
       new  eacb4b3   Return unencrypted_size of folder when queried
       new  bb995c5   Still return quota value when free space is unknown
       new  540d4af   Add FreeIPA UUID compatibility, fixes #7796
       new  ceff4da   Fix duplicate ipauniqueid
       new  df63637   fixing wrong html close tags
       new  ffdbdf7   Merge pull request #7834 from owncloud/stable6-quota-usequotaevenwhenfreespaceunknown
       new  23ffdcc   Merge pull request #7840 from owncloud/fix/7839
       new  b10b8a4   Fixed warning when browsing Shared folder
       new  b41c1d7   On clone create a new instance of the Configuration
       new  406747a   Use array_key_exists instead of isset, because the latter returns false if the assigned value is null
       new  2d639b8   add test for cloning and keeping configuration seperate
       new  f464620   Fix 'Undefined variable: message' in OCP\Util::logException
       new  35e4784   prevent dimmed ocdialog div from scrolling
       new  a31b37e   Fixed mtime reading from OpenStack API
       new  17e5c03   Fix swift touch operation
       new  5099caa   Merge pull request #7901 from owncloud/fixed_position_ocdialogdim
       new  24274ac   don't block php session while download is in progress
       new  7dd34b1   LDAP: Read email and quota when mapping user, fixes #7785
       new  027de54   don't write file if opening a stream to encrypt the data fails
       new  456f02b   remove pl_PL - fixes #7973
       new  a390bd2   Revert "remove Sabre_DAV_Browser_Plugin"
       new  f841682   Merge pull request #7976 from owncloud/fix-7973-stable6-2
       new  2086e80   Correction: failure on sharing when user ID was prefixed by zero
       new  bd5eec7   general styles for the content area
       new  5df99d3   add PHP docs
       new  519ab3a   more precise php doc
       new  47e3e73   Fix admin-dir_permissions redirection when cannot write warning is shown.
       new  096b4d8   Merge pull request #7931 from owncloud/fix_7785_stable6
       new  2150cac   Give storages the option to implement the getById behaviour for View->getPath
       new  e96c365   Implement getPath for shared files
       new  6dd3215   Improve phpdoc
       new  a591160   use a non-recursive chmod on the datadir
       new  984586c   authentication apps need to be loaded in any case - fixes #7216
       new  09802ac   Meanwhile, the quota value is stored human-readable in the DB
       new  1116455   Merge pull request #8037 from owncloud/fix-7216
       new  d8097b4   fix unit tests
       new  79635cc   Add bindParam to statement wrapper
       new  3debb33   Merge pull request #8038 from owncloud/fix_8028
       new  d34e1b5   Do not expire chunks while checking for their existence
       new  be30728   Fixed chunking and insufficient storage check
       new  6b15731   Remove dependency on container, removing service locator antipattern
       new  e34d00a   fix double closing </a> for filenames
       new  88949d7   Backport of PR #7837 to stable6
       new  2257ae9   Merge pull request #8123 from owncloud/fix_filename_closing_tag
       new  b09614b   Disabled internet checking as mentioned when in proxy mode
       new  2741eb1    To isolate the variable scope used inside the $file it is required in it's own method - refs #8138
       new  2149670   fix code formatting
       new  fc8004d   add requirements to routing
       new  22632a2   Update controller.php
       new  85e90c3   Merge pull request #8148 from owncloud/backport-6676-stable6
       new  d4951c6   Fixed Sabre Node implementation to correctly return timestamps as int
       new  de7a386   Merge pull request #8119 from Raydiation/stable6
       new  bf898f9   Merge pull request #8151 from owncloud/backport-8137-stable6
       new  6636c14   Merge pull request #8150 from owncloud/backport-8138-stable6
       new  80a294b   LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)
       new  15ebb4b   Merge pull request #8166 from owncloud/ldap_update_email
       new  793f20d   Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
       new  e1b1ce6   adjust tests accordingly
       new  cf2fc58   Backport of PR #7815, correct LDAP user count on setup with many users (occ user:report)
       new  d4be12a   Verify that a file exists before we share it
       new  c4d4065   Use JS as content-type due to mimesniffing
       new  a300404   Backport of #7682 to stable6
       new  a7bc716   Merge pull request #8259 from owncloud/backport-7682-6
       new  e84bf62   Imported Upstream version 6.0.3~20140418+dfsg

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