[Pkg-owncloud-commits] [owncloud] annotated tag upstream/7_20140525+dfsg created (now 4fdfaa9)

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:59 UTC 2014


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

taffit pushed a change to annotated tag upstream/7_20140525+dfsg
in repository owncloud.

        at  4fdfaa9   (tag)
   tagging  95e9920d53cf81dcdbbc3949947b6fb9f87f7aaf (commit)
  replaces  upstream/7_20140518+dfsg
 tagged by  David Prévot
        on  Mon May 26 22:38:39 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 7~20140525+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJTg/qwAAoJELgqIXr9/gnyWPwP/12sVvQ7VMjSRuA0IHoYQpZ6
6XAx3RZl6M2Iy0ZDCEffxoE5WyRpFodsH3uCuCPS7mZJVSTlSeQrMzoIR4lfiTVf
Kaj/A3PD9h7PiM4nwKLss2xV8ySoZ1QIttzxX3QGD2oRqBMXBfE81qEezs4u8fFq
eybrQ3NDYQ6c/NQ4w1RP94iXQxqDuopyPo0YwoB1ihhPZvuJ9YIpUNWoGyd4EKSe
hawgQJvw+deAGQ6eqbeusdQHPrEGs3yIiFOtm1RFGh2iTQ9lgAENA0rwnN5/LsOl
jEdA8l3M6xTVJDiIpDd4NRwlwyyXK0EWIYfsQiznfWti7yx/xS1MgBy2CGqHOZ6V
YV8hZ3pZcRw7efH0BYF5uXOROMwQd/3hyBZDjmWcS3JHA3O6kF1WpDUGoq6PBPVN
WJYZqgHDsegD+h959yUDcp+I8QzWyb2+O9OIWReDnYgQffPcf8Pp3imbBQrZkJnx
FgavPkT0+weE6MedLVXwpMxESf6jfxGiat/GDwrYKsIecItb6bIh80sFhcAs6r6K
iMLwxEHwsTc8hqjsh1hMslEhOQIKXtuFaN+2J9Jyn5YBZdCZwelxbyFDD4x4VlRe
yqjZHc7nMYSf0bNblFSDFDJrjfV9kZRDBzTTjEj2lTod7Jpw3hg8oSnCijw7Jtcs
35X9o6rX0Nmmrdes8smr
=Yz4+
-----END PGP SIGNATURE-----

Andreas Fischer (37):
      Merge remote-tracking branch 'owncloud/master' into db-convert-tool
      Remove whitespace at end of lines.
      Use question color.
      Doc blocks for properties do not repeat the property name.
      \InvalidArgumentException is in root namespace.
      Remove unnecessary and incorrect comments.
      Deduplicate connection handling code into \OC\DB\ConnectionFactory
      Some more colors.
      Type hinting.
      Undo 3rdparty update.
      Merge remote-tracking branch 'owncloud/master' into db-convert-tool
      private -> protected
      Move schema clearing to extra method.
      Do not attempt to covert to the same DBMS.
      Add option to create all app schemas instead of just installed app.
      Extract schema creation code into its own method.
      Improve message about tables not going to be converted. Mention --all-apps option.
      Better variable names for table arrays.
      Remove unnecessary +1 from PostgreSQL sequence correction query.
      Do not quote table names on Oracle. They appear to be already quoted.
      Add error handling for --clear-schema on Oracle.
      Move PostgreSQL sequence resynchronisation out into PgSqlTools class.
      Merge remote-tracking branch 'owncloud/master' into db-convert-tool
      Add Bart to PgSqlTools copyright.
      Use a variable for the DBMS tyoe we are converting to.
      Add message for converting to SQLite being unsupported.
      Move (extended) input validation out into validateInput() method.
      Remove unnecessary sprintf.
      Do not ask for password before input parameter validation.
      Do not block when nothing is passed via stdin.
      Use exceptions for in input validation.
      Pass Connection instead of AbstractSchemaManager to clearSchema().
      Store normalised DBMS type in $type.
      Add message about unsupported Microsoft SQL Server.
      Remove spaces around | operator in doc block.
      Reduce double-space with single-space.
      Merge pull request #8585 from owncloud/phpdoc-improvements-apps

Bart Visscher (24):
      Add command for converting sqlite database to server based one
      Add UTF8 charset to connection params
      Save the new database config
      Inject config object
      Review points
      Quote column names on insert
      Add option to remove all the tables from the destination database
      Postgresql needs the sequences adjusted after the inserts
      Fixed doctrine code
      Merge branch 'master' into db-convert-tool
      Check target DB type
      Allow converting from any db type
      Fix namespace for Exception
      Split execute function into multiple functions
      Move password interaction to interact function
      Use the patches as proposed in doctrine/dbal
      Add more caching in the group manager
      Delay fetching the display name until it is requested
      Only check for existence of shared files when doing shared storage setup
      Clear the cached user groups when a group is deleted
      Also clear cached UserGroup when a user is added/removed
      Add unit tests for getUserGroups with addUser and removeUser
      Use limit=1 so the db can stop searching on the first hit
      Merge branch 'master' into optimize-startup-queries

Bjoern Schiessle (7):
      only start migration if the encryption was initialized; allow to overwrite keys if no files exists
      move the mount point up if a share is mounted to a subfolder and the subfolder no longer exists
      allow admin to disable sharing for specific groups of users
      fileList needs be be declared before the if-statement
      always check for unique filename, if a file gets added from outside the mount
      prevent default action when clicking on the share notification
      fix share label creation

Björn Schießle (6):
      Merge pull request #8646 from owncloud/publicshare-fixes
      Merge pull request #8612 from owncloud/share-updateshareiconsafterrename
      Merge pull request #8416 from owncloud/sharing_keep_mount_points_visible
      Merge pull request #8599 from owncloud/sharing_disable_for_groups
      Merge pull request #8675 from owncloud/sharing-improvements
      Merge pull request #8699 from owncloud/sharing_improvements

David Prévot (1):
      Imported Upstream version 7~20140525+dfsg

Frank Karlitschek (1):
      Merge pull request #6457 from owncloud/db-convert-tool

Jan-Christoph Borchardt (2):
      remove noise texture from interface (not necessary, and blurry on high-res)
      Merge pull request #8690 from owncloud/design-noise

Jenkins for ownCloud (6):
      [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

Joas Schilling (8):
      Automatically copy the share expiration date when new shares are created
      Correctly set expiration dates when adding additional shares
      Add a method to get the values for multiple users to OC\Preferences
      Add test case for getValueForUsers()
      Move return to new line
      Add a lot of users for testing
      Correctly create list of placeholders
      Clean the database after the test

Lukas Reschke (1):
      Merge pull request #8688 from owncloud/public-image-positioning

Morris Jobke (7):
      Merge pull request #8592 from owncloud/login-timezone
      Merge pull request #7363 from owncloud/optimize-startup-queries
      fix wrong conflict resolution
      Merge pull request #7286 from owncloud/issue/4823
      Merge branch 'libasys-patch-1'
      Remove all occurences of @brief and @returns from PHPDoc
      Merge pull request #8652 from owncloud/logfile_rotate

Remco Brenninkmeijer (1):
      Fix for #8654

Robin Appelman (2):
      Dont scale up the preview for publicly shared images
      Show less whitespace above publicly shared images

Robin McCorkell (13):
      Fix PHPDoc in /apps
      PHPDoc fixes for user_ldap
      Fix more missing or broken PHPDoc
      Fix whitespace issues
      Add storage priority support
      Treat 'all users' as 'global'
      Preserve priority if already set
      Use more strict type comparisons
      Use constants for priority type and add comments
      Add unit tests
      Fix priority merging logic and add unit test
      Add priority overriding comments
      Use default priority of 100 if backend default is not set

Sascha Schmidt (1):
      Changed access mode for Dropbox to 'auto'

Thomas Müller (14):
      typos fixed
      - Introduce isShared() and isMounted() on FileInfo class
      fix broken unit test
      - update permissions
      fixing typos and adding PHPDoc
      adding try/catch + switch to config object as provided by the server container
      fix description of console command maintenance:repair - fixes #8574
      Merge pull request #8557 from owncloud/custom_session_handling
      Merge pull request #8435 from owncloud/fix-8322-master
      Merge pull request #8639 from owncloud/drop-brief
      Merge pull request #8634 from owncloud/handle-excpetions-in-console-master
      php upload errors are written to log
      Merge pull request #8658 from realriot/master
      Merge pull request #8705 from wakeup/master

Vincent Petry (9):
      Disable login button until the timezone is set
      Fixed issues with renaming
      Fixed download URL in public page
      Fixed JS issues in public page
      Merge pull request #8637 from owncloud/enc_improved_error_handling
      Merge pull request #8659 from owncloud/get-preference-multiple-user
      Merge pull request #8163 from Xenopathic/files_external_priority
      Merge pull request #8647 from owncloud/public-image-scaling
      Merge pull request #8671 from owncloud/log-upload-errors

Volkan Gezer (3):
      fix typo
      make user_ldap fully translatable
      Merge pull request #8711 from owncloud/l10n-fully-translatable-ldap

libasys (1):
      Add generic 'share by link' URL generator in share.js

ringmaster (1):
      Allow apps to create custom session handlers.

scolebrook (1):
      use custom logfile path if defined, otherwise use default of owncloud.log in data directory

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

This annotated tag includes the following new commits:

       new  e4c31b3   Add command for converting sqlite database to server based one
       new  22edc42   Add UTF8 charset to connection params
       new  731e83c   Save the new database config
       new  202e266   Inject config object
       new  4e1a3f2   Review points
       new  1b7eb4d   Quote column names on insert
       new  af3bedf   Add option to remove all the tables from the destination database
       new  2638fd4   Postgresql needs the sequences adjusted after the inserts
       new  21426b7   Fixed doctrine code
       new  b57299f   Merge branch 'master' into db-convert-tool
       new  eede20c   Check target DB type
       new  3abcd13   Allow converting from any db type
       new  ae525d1   Fix namespace for Exception
       new  bcb78e4   Split execute function into multiple functions
       new  8a6dcdf   Move password interaction to interact function
       new  a55c56c   Use the patches as proposed in doctrine/dbal
       new  6f4ecd3   Add more caching in the group manager
       new  f4f72e7   Delay fetching the display name until it is requested
       new  1d7564d   Only check for existence of shared files when doing shared storage setup
       new  00e27d5   Clear the cached user groups when a group is deleted
       new  cb37a27   Also clear cached UserGroup when a user is added/removed
       new  3116bed   Add unit tests for getUserGroups with addUser and removeUser
       new  47d70da   Use limit=1 so the db can stop searching on the first hit
       new  2d69c4c   Merge remote-tracking branch 'owncloud/master' into db-convert-tool
       new  e768ead   Remove whitespace at end of lines.
       new  b002f11   Use question color.
       new  5dbbe6d   Doc blocks for properties do not repeat the property name.
       new  e67cf99   \InvalidArgumentException is in root namespace.
       new  a585cec   Remove unnecessary and incorrect comments.
       new  f9853b2   Deduplicate connection handling code into \OC\DB\ConnectionFactory
       new  b39a74f   Some more colors.
       new  01141e1   Type hinting.
       new  5b64a27   Undo 3rdparty update.
       new  86ab1cf   typos fixed PHPDoc comments added
       new  78ee4c1   Merge remote-tracking branch 'owncloud/master' into db-convert-tool
       new  3e0858e   private -> protected
       new  03a3f66   Move schema clearing to extra method.
       new  5ef7d69   Do not attempt to covert to the same DBMS.
       new  3705933   Add option to create all app schemas instead of just installed app.
       new  56b6504   Extract schema creation code into its own method.
       new  7315714   Improve message about tables not going to be converted. Mention --all-apps option.
       new  9452258   Better variable names for table arrays.
       new  f35eae6   Remove unnecessary +1 from PostgreSQL sequence correction query.
       new  e3b0b40   Do not quote table names on Oracle. They appear to be already quoted.
       new  b0e6542   Add error handling for --clear-schema on Oracle.
       new  9cc41a2   Move PostgreSQL sequence resynchronisation out into PgSqlTools class.
       new  bd37010   Merge remote-tracking branch 'owncloud/master' into db-convert-tool
       new  714343c   Add Bart to PgSqlTools copyright.
       new  9823d54   Use a variable for the DBMS tyoe we are converting to.
       new  5fe2586   Add message for converting to SQLite being unsupported.
       new  6b2876c   Move (extended) input validation out into validateInput() method.
       new  8e75851   Remove unnecessary sprintf.
       new  d2c7a8e   Do not ask for password before input parameter validation.
       new  854dd8f   Do not block when nothing is passed via stdin.
       new  f1d05d2   Use exceptions for in input validation.
       new  0a78fb4   Pass Connection instead of AbstractSchemaManager to clearSchema().
       new  c92c577   - Introduce isShared() and isMounted() on FileInfo class - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
       new  95fe55f   fix broken unit test
       new  f569c72   Merge branch 'master' into optimize-startup-queries
       new  de78be3   Store normalised DBMS type in $type.
       new  603ce95   Add message about unsupported Microsoft SQL Server.
       new  e5ee84c   - update permissions - change xml tag to perm
       new  75bc25f   Allow apps to create custom session handlers.
       new  8314e5f   fixing typos and adding PHPDoc
       new  1de068b   Disable login button until the timezone is set
       new  5a0281a   Fixed issues with renaming
       new  c4f1de6   Fix PHPDoc in /apps
       new  a17f911   PHPDoc fixes for user_ldap
       new  6930ae2   Fix more missing or broken PHPDoc
       new  e04d956   Remove spaces around | operator in doc block.
       new  5b1ffd7   Reduce double-space with single-space.
       new  e7aebc5   Fix whitespace issues
       new  db9cfaa   Merge pull request #8592 from owncloud/login-timezone
       new  804020b   Merge pull request #7363 from owncloud/optimize-startup-queries
       new  ab7ae00   Automatically copy the share expiration date when new shares are created
       new  d273b55   Correctly set expiration dates when adding additional shares
       new  f633fb5   fix wrong conflict resolution
       new  d522529   [tx-robot] updated from transifex
       new  48977c8   Merge pull request #7286 from owncloud/issue/4823
       new  9e1d47b   Add generic 'share by link' URL generator in share.js
       new  1cff73b   Merge branch 'libasys-patch-1'
       new  6c4b650   Merge pull request #8585 from owncloud/phpdoc-improvements-apps
       new  6929549   adding try/catch + switch to config object as provided by the server container
       new  58e22ce   fix description of console command maintenance:repair - fixes #8574
       new  d9f715b   only start migration if the encryption was initialized; allow to overwrite keys if no files exists
       new  04e6c12   Merge pull request #8557 from owncloud/custom_session_handling
       new  95741f3   Merge pull request #8435 from owncloud/fix-8322-master
       new  090d127   Merge pull request #6457 from owncloud/db-convert-tool
       new  dc36d30   Remove all occurences of @brief and @returns from PHPDoc
       new  b6d2d63   Merge pull request #8639 from owncloud/drop-brief
       new  40fc1d5   [tx-robot] updated from transifex
       new  160a2bc   Fixed download URL in public page
       new  7d98bcf   Fixed JS issues in public page
       new  954d5b2   use custom logfile path if defined, otherwise use default of owncloud.log in data directory
       new  4b2888c   Changed access mode for Dropbox to 'auto'
       new  9b23a21   Merge pull request #8637 from owncloud/enc_improved_error_handling
       new  cf3cd57   Add a method to get the values for multiple users to OC\Preferences
       new  457a4aa   Add test case for getValueForUsers()
       new  319942b   Merge pull request #8646 from owncloud/publicshare-fixes
       new  88d26aa   Merge pull request #8612 from owncloud/share-updateshareiconsafterrename
       new  4fbfe07   Move return to new line
       new  66f9427   Add a lot of users for testing
       new  5f403f3   move the mount point up if a share is mounted to a subfolder and the subfolder no longer exists
       new  e20fb37   Correctly create list of placeholders
       new  d621a6f   Clean the database after the test
       new  c586d1f   Merge pull request #8652 from owncloud/logfile_rotate
       new  14a953f   Merge pull request #8416 from owncloud/sharing_keep_mount_points_visible
       new  0564273   Add storage priority support
       new  9151d72   Treat 'all users' as 'global'
       new  e4d3ee7   Preserve priority if already set
       new  a0ccb06   Use more strict type comparisons
       new  2254678   Use constants for priority type and add comments
       new  eae45dc   Add unit tests
       new  0a8a319   Fix priority merging logic and add unit test
       new  da03ef2   Add priority overriding comments
       new  856c48b   Use default priority of 100 if backend default is not set
       new  6971748   [tx-robot] updated from transifex
       new  25ecd2b   Merge pull request #8659 from owncloud/get-preference-multiple-user
       new  0249c6d   Merge pull request #8634 from owncloud/handle-excpetions-in-console-master
       new  4f0370f   Fix for #8654
       new  12338e0   allow admin to disable sharing for specific groups of users
       new  201cc59   php upload errors are written to log
       new  c4f6a80   Merge pull request #8163 from Xenopathic/files_external_priority
       new  050df76   Merge pull request #8599 from owncloud/sharing_disable_for_groups
       new  1166d62   fileList needs be be declared before the if-statement
       new  11aa2cf   always check for unique filename, if a file gets added from outside the mount point should be adjusted to ne unique again
       new  157b139   Dont scale up the preview for publicly shared images
       new  9c9644e   Merge pull request #8647 from owncloud/public-image-scaling
       new  6ffb139   Merge pull request #8658 from realriot/master
       new  3b279c9   prevent default action when clicking on the share notification
       new  0b0e038   Merge pull request #8671 from owncloud/log-upload-errors
       new  71e1d91   Merge pull request #8675 from owncloud/sharing-improvements
       new  10c1fc8   Show less whitespace above publicly shared images
       new  7be0ce6   remove noise texture from interface (not necessary, and blurry on high-res)
       new  ff4bb3a   fix share label creation
       new  d6a22ac   Merge pull request #8690 from owncloud/design-noise
       new  864cd24   Merge pull request #8699 from owncloud/sharing_improvements
       new  2afdd1b   [tx-robot] updated from transifex
       new  1b215b0   Merge pull request #8688 from owncloud/public-image-positioning
       new  426f492   fix typo
       new  3029029   [tx-robot] updated from transifex
       new  3348019   Merge pull request #8705 from wakeup/master
       new  f880734   make user_ldap fully translatable
       new  5fa67a4   Merge pull request #8711 from owncloud/l10n-fully-translatable-ldap
       new  790c0e8   [tx-robot] updated from transifex
       new  95e9920   Imported Upstream version 7~20140525+dfsg

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