[Pkg-owncloud-commits] [owncloud] annotated tag upstream/6.0.0_rc3+dfsg created (now aa75f2d)

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:03:03 UTC 2013


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

taffit pushed a change to annotated tag upstream/6.0.0_rc3+dfsg
in repository owncloud.

        at  aa75f2d   (tag)
   tagging  9da08170f055f2d7dbc98b423f93858ec9e9f05a (commit)
  replaces  upstream/6.0.0_rc2+dfsg
 tagged by  David Prévot
        on  Thu Dec 5 09:43:10 2013 -0400

- Log -----------------------------------------------------------------
Upstream version 6.0.0~rc3+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQEcBAABCAAGBQJSoILuAAoJEAWMHPlE9r08894H/ixXH71GVpPN1IoiPb/B59Qr
ows7GTbbOj0kppKz16GMK5kViyKQtf3jnndh/TtLfdiZl22duYAeAulLnDxW7APB
Z24/AgbCEHxRh1QpTjE+kpUZEyZB6tLTt0s5cv1duhJiMSbWHczott2ziY6I9EL9
WlQKk5vN/66gezVuFZWKqKEVmQG8djx4aKi97qxDPiCsnB6bGhVTmDM7D08S8n5o
V1kvL/bA1T/nKhNUE5v+ogB+shl0ufRJuLHtaYbVLujKb5944LeC74zyS8YxKjOI
1xXw60jQTmJI2nlWL1lkhjSkzwACLmcNlAHb3pU8KOFzHXifuiWTzZ+S9egtgVg=
=E7TN
-----END PGP SIGNATURE-----

Andreas Fischer (6):
      Correct property name. It's just 'tableprefix', without the 'db' prefix.
      Correct property name. It's 'dbpassword', with the 'db' prefix.
      There is no property such as dbusername. It's 'dbuser'.
      No function as oci_last_error. It's oci_error.
      Add getLastError()
      Use getLastError() everywhere.

Arthur Schiwon (9):
      LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner
      LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work
      LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly
      LDAP Wizard: make sure auto-detected suggestions are really applied initially. Also make initial filter compilation and user counting robust against race conditions.
      LDAP Wizard: return correct var
      some equals are more equal than other equals
      LDAP Wizard: don't generate filter when not allowed
      LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143
      LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just opening the admin page

Bjoern Schiessle (6):
      fix restore from files in sub-folders
      fix delete files from trash bin
      set delete all to true if a complete folder was deleted
      check explicitely all possible dir values
      make it possible to select folders
      config switch to disable auto expire for the trash bin

David Prévot (1):
      Imported Upstream version 6.0.0~rc3+dfsg

Frank Karlitschek (2):
      lower required php version to 5.3.3
      ownCloud 6 RC3

Jan-Christoph Borchardt (5):
      account for shift of controls bar due to app navigation, do not shift on public page
      fix details for buttons in header and controls bar
      remove app specific code
      change different shades of grey for public share page to white
      fix time input field properly, details

Morris Jobke (4):
      fix and cleanup CSS for public page
      fix trashbin and pbulic page controls
      fix public page - gallery view issues
      Revert "Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)."

Robin Appelman (1):
      check if a directory exists before we try to remove it

Thomas Mueller (1):
      fixing PHPDoc and spelling

Thomas Müller (1):
      Merge pull request #6175 from owncloud/fix_6142

Vincent Petry (6):
      Fixed Amazon S3 ext storage config UI
      Fixed test function for S3
      Fixed placeholder after page reload
      Merge pull request #6173 from owncloud/stable6-extstorage-s3fixes
      Added unit test for the test() method
      Merge pull request #6180 from owncloud/fix_6143

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

This annotated tag includes the following new commits:

       new  259d619   fix restore from files in sub-folders
       new  3b59979   fix delete files from trash bin
       new  1a19729   set delete all to true if a complete folder was deleted
       new  2d11290   check explicitely all possible dir values
       new  d49e4e5   LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner
       new  5e5e4fe   make it possible to select folders
       new  02fe013   LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work
       new  5ac3f9b   check if a directory exists before we try to remove it
       new  b8390f1   LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly
       new  67b67b6   LDAP Wizard: make sure auto-detected suggestions are really applied initially. Also make initial filter compilation and user counting robust against race conditions.
       new  3bf3037   Fixed Amazon S3 ext storage config UI
       new  e372971   Fixed test function for S3
       new  f2e17a0   Fixed placeholder after page reload
       new  4df0d2e   LDAP Wizard: return correct var
       new  50f5ab8   Merge pull request #6173 from owncloud/stable6-extstorage-s3fixes
       new  9333244   account for shift of controls bar due to app navigation, do not shift on public page
       new  f15aeb3   fix details for buttons in header and controls bar
       new  7d0f458   remove app specific code
       new  ca08d21   change different shades of grey for public share page to white
       new  66df8c3   fix and cleanup CSS for public page
       new  728e6d7   fix trashbin and pbulic page controls
       new  4391992   fix public page - gallery view issues
       new  ad92b12   fix time input field properly, details
       new  bfd0dc3   Correct property name. It's just 'tableprefix', without the 'db' prefix.
       new  401728b   Correct property name. It's 'dbpassword', with the 'db' prefix.
       new  21bf6ab   There is no property such as dbusername. It's 'dbuser'.
       new  7e46748   No function as oci_last_error. It's oci_error.
       new  18903cc   Add getLastError()
       new  91f4764   Use getLastError() everywhere.
       new  6f7b394   fixing PHPDoc and spelling
       new  6640e12   some equals are more equal than other equals
       new  c67ece0   LDAP Wizard: don't generate filter when not allowed
       new  8dc3cb2   lower required php version to 5.3.3
       new  4de8c4e   Merge pull request #6175 from owncloud/fix_6142
       new  328ebae   LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143
       new  fd634fd   Added unit test for the test() method
       new  dffc2a8   Revert "Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)."
       new  73fa625   LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just opening the admin page
       new  d3e2226   config switch to disable auto expire for the trash bin
       new  f24aca6   Merge pull request #6180 from owncloud/fix_6143
       new  4d50fe5   ownCloud 6 RC3
       new  9da0817   Imported Upstream version 6.0.0~rc3+dfsg

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