[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.3RC1 created (now 325b586)

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 18:59:07 UTC 2014


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

taffit pushed a change to annotated tag v6.0.3RC1
in repository owncloud.

        at  325b586   (tag)
   tagging  53df9c93c406d8915af2c5d1a3ad677bca7e26d4 (commit)
  replaces  v6.0.2
 tagged by  Frank Karlitschek
        on  Wed Apr 23 18:18:08 2014 +0200

- Log -----------------------------------------------------------------
6.0.3RC1

Arthur Schiwon (24):
      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
      LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example
      add additional comments, PHPdoc and check whether it's really applicable
      remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends
      LDAP: getDisplayNamesInGroup is not an option for group backends anymore
      clean up group backends
      remove now unnecessary test
      implement getDisplayNames in group manager
      adjust user manager tests
      test for group manager's displayNamesInGroup
      trim must not be used in empty in PHP < 5.5
      keep the constant to not provoke PHP warnings
      fix after rebase

Bernhard Posselt (11):
      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
      Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
      default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute
      merge dicontainer
      use references for middleware to fix problems on 5.3
      merge middleware string registration
      Merge pull request #8265 from owncloud/appframework-fix-backports

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

Frank Karlitschek (5):
      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
      6.0.3 RC1

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 (9):
      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
      Backport of #8183 to stable6
      Backport of #8197 to stable6
      Merge pull request #8259 from owncloud/backport-7682-6
      Check whether the user has permissions to add personal storage backends
      Merge pull request #8261 from owncloud/stable6-backport-8182

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 (23):
      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
      Update 3rdparty submodule
      Merge pull request #8260 from owncloud/stable6-backport-8183-and-co

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

ben-denham (1):
      Backport of #8164

blizzz (5):
      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
      Merge pull request #8232 from owncloud/fix_8135
      Merge pull request #7745 from owncloud/fix_6946_stable6

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

This annotated tag includes the following new commits:

       new  97d6db9   LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example
       new  02de48e   add additional comments, PHPdoc and check whether it's really applicable
       new  9f1788f   Backport of #8183 to stable6
       new  9b36224   Backport of #8197 to stable6
       new  22485fe   Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
       new  980b11f   default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute
       new  3405342   merge dicontainer
       new  33bdab1   use references for middleware to fix problems on 5.3
       new  a53ec9e   merge middleware string registration
       new  130f241   Merge pull request #8265 from owncloud/appframework-fix-backports
       new  1403a85   Merge pull request #8232 from owncloud/fix_8135
       new  d3a15b6   Check whether the user has permissions to add personal storage backends
       new  7424114   Update 3rdparty submodule
       new  a314508   Backport of #8164
       new  1041617   Merge pull request #8260 from owncloud/stable6-backport-8183-and-co
       new  60edf98   remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends
       new  8d00f1c   LDAP: getDisplayNamesInGroup is not an option for group backends anymore
       new  649233e   clean up group backends
       new  637aa56   remove now unnecessary test
       new  f93ab11   implement getDisplayNames in group manager
       new  af45da9   adjust user manager tests
       new  6aeb599   test for group manager's displayNamesInGroup
       new  72b9081   trim must not be used in empty in PHP < 5.5
       new  fcffccf   keep the constant to not provoke PHP warnings
       new  0a9487e   fix after rebase
       new  4696b06   Merge pull request #8261 from owncloud/stable6-backport-8182
       new  14c9508   Merge pull request #7745 from owncloud/fix_6946_stable6
       new  53df9c9   6.0.3 RC1

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