[Pkg-owncloud-commits] [owncloud] annotated tag upstream/7_20140518+dfsg created (now d4cd544)

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:10:13 UTC 2014


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

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

        at  d4cd544   (tag)
   tagging  e241b925909a179667a47cec4d7fc4b3548eb735 (commit)
  replaces  upstream/7_20140509+dfsg
 tagged by  David Prévot
        on  Sun May 18 13:42:11 2014 -0400

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

iQIcBAABCAAGBQJTePDzAAoJELgqIXr9/gnyMMEQAIHTBHAAwJ7OAw2ULfK+v7EB
BqqVUxrM14womZTsDLf7inXBCn/XCX/T40ghwFk418oyrmKQ3UfrVETrnjZdFQC2
ga8YAL7QaUmKQhosgAceZENGsssUcpZtu264jW/BN9fZpVNoD6NDBJ9XmW863hiH
jJmRX0DxLUM3+oz9rX2hIh2ve8QF6wC5KRK6PjBo7A3GuwVvfJaS/tNxn72AUFvD
Qv3UA7YpVZ00LCggmdkmQ57hkz+dz+qQeP5F2zK6WVFG+TeFtevqZ+w3KCUp48ak
4NCpKFZYhUcc3qQ5mwYmytnowJnWVbSf41yzdfD0eaNDgqNunIlTVDI/jPYxAOGc
liXHjsAXxDz6+9MxLZD1LP+TDfxMIqCJxs5fYAxSf2mabw3JSRAImvd1Xl4dz3nN
cgj99nu6r21ol7F5UdAfHVV3JgEcWGLrqwZ5/WyCvQFPKwFmLiNyXvmV6dgy5tdK
0aSA7lsJH3j4EVp6qennrwSzw3e2uYRkQg0nPWlWqnsP5n4bTVf7FIB8vTD2qjJR
UWscrwwAC6w5GhUDbR/tRt/18FglK+Qhqi3Wo6ZNTQIMDzWFfIPMMf5FXf0feFwd
VjX1mGVN1TdlnEzlRTHdktANiLOHwxouejtzK6TJ+ya+eOGnQetwLn0NiA/TjQnO
lKaKWDJCtoBXL4oZSpel
=ADlY
-----END PGP SIGNATURE-----

Bagera (2):
      fixes #7949
      Set row height in files table

Bernhard Posselt (29):
      port database layer from appframework to core
      fix scrutinizer issues
      fix doc strings for db facade
      remove unusued variable
      remove unusued variable
      move db into iservercontainer
      remove useless import
      fix phpdoc for entities
      dont update entity and dont run an update query if an entity wasnt changed at all
      - make logger available in the container
      add cors middleware
      Make db connection protected
      Fix method signature
      Merge pull request #8504 from owncloud/cors-middleware
      implement most of the basic stuff that was suggested in #8290
      add request to dispatcher class
      add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST
      fix broken if
      add private property for reflector in security middleware
      rename formatter to responder, formatResponse to buildResponse
      adjust license headers to new mail address
      default to null to not fail if type is not annotated via phpdoc
      Fix method signature
      Fix typo
      use new controllermethodreflector for corsmiddleware
      make it possible to omit parameters and use the default parameters from the controller method
      provide a way to detect the language that is being used (e.g. for clientside javascript language selection
      use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability
      use registerService method instead of array access

Bjoern Schiessle (8):
      hide input field if default expire date isn't activated
      add information about default expire date to the share dialog
      increase width of share dialog
      hide default expire message if user sets expire date
      backup the encryption key after the encryption was disabled so that the user
      move expire message to the bottom
      allow admin to enforce passwords for public link shares
      use default expire date only for link shares

Björn Schießle (4):
      Merge pull request #8398 from owncloud/enc_backup_keys
      Merge pull request #8522 from owncloud/sharing_ux_improvements
      Merge pull request #8604 from owncloud/sharing_encforce_password
      Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links

David Prévot (2):
      Strip away copyrighted ICC profiles
      Imported Upstream version 7~20140518+dfsg

Jan-Christoph Borchardt (3):
      reduce multiselect max-width from 400 to 200px to not take too much space
      fix sticky footer on log in page
      Merge pull request #8140 from owncloud/login-valign

Jenkins for ownCloud (9):
      [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
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex

Jörn Friedrich Dreyer (1):
      polish jslint for files-upload.js

Lukas Reschke (17):
      Fix typo & add type
      Merge pull request #8520 from owncloud/jslint_polishing_in_file_upload
      Fix Typo, define $ as global
      Use proper PHPDoc and variable names in the LDAP lib
      Fix Typo
      $owner is not defined here
      Harden issubdirectory()
      Rename issubdirectory to isSubDirectory
      Use @return instead of @returns
      Use WizardResult|false instead of mixed
      That's bool and not always true
      Use array as type
      Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap
      We do not support updates from 4.5 > 7.0
      Fix PHPDoc and typos
      Add tests for other types that PHP might cast
      Merge pull request #8582 from owncloud/remove-outdated-update-sc

Morris Jobke (9):
      fix oc dialog because the body isn't 100% x 100% in dimensions anymore
      Merge pull request #8518 from owncloud/multiselect-width-fix
      Merge pull request #8274 from owncloud/appframework-db
      Merge pull request #8477 from owncloud/better-controllers
      Merge pull request #8540 from owncloud/fix-undefined
      Merge pull request #8541 from owncloud/hardenIsSubDirectory
      fix missing spaces
      Merge pull request #8550 from owncloud/fix-sticky-footer
      Merge pull request #8566 from owncloud/controller-defaults

Robin Appelman (4):
      Add prompt dialog to OC.dialogs
      Dont use absolute positioning for buttonrow
      Don't set the dialog content height to a zero or negative value
      Use jquery to get the window width

Robin McCorkell (13):
      Extract mount point merging logic into separate function
      Replace @returns with @return, in /lib
      Fix @return array PHPDocs, in /lib
      Squash 'a | b' into 'a|b', in /lib
      Fix all PHPDoc types and variable names, in /lib
      Change parameter type for useBackend
      Use OC_User_Interface instead of OC_User_Backend
      Fix Scrutinizer errors about missing user backend
      Change parameter order of implode
      Fix Scrutinizer errors
      Fix various code errors detected by Scrutinizer
      More PHPDoc for file functions
      Merge pull request #8589 from fibsifan/files_external_sftp_port

Thomas Müller (29):
      $RUNTIME_APPTYPES is no longer used - left over from pre OC4
      html input tag has no closing tag
      typos, indentation and remove of unused code
      escape display name and email
      adding interpolation as requested by PSR-3
      Rotate thumbnail when encryption is enabled
      fix style
      adding unit test for message interpolation
      adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place
      remove legacy aka deprecated code: OC_Filesystem
      remove legacy aka deprecated code: OC_Cache
      remove legacy aka deprecated code: OC_FilesystemView
      remove legacy aka deprecated code: OC_Cache_FileGlobalGC
      Merge pull request #8482 from owncloud/public-logger
      Merge pull request #8553 from owncloud/fix-8549-master
      Merge pull request #8556 from owncloud/kill-legacy-code-master
      Merge pull request #8524 from owncloud/prompt-dialog
      Merge pull request #8572 from owncloud/core-getabsolutepathwithzero
      fixing typo and missing @throws
      adding PHPDoc
      object -> \OC\Preview
      fix PHPDoc
      @breif -> @brief
      @returns -> @return
      fixing variable naming
      Merge pull request #8586 from owncloud/more-unit-tests
      Merge pull request #8542 from owncloud/phpdoc-improvements
      Merge pull request #8567 from owncloud/test-ocshareunittests
      Merge pull request #8587 from Raydiation/master

Vincent Petry (25):
      Add sorting to files list, trashbin and public files
      Set default sort of trashbin to timestamp descending
      Added unit test in files app for sort function in helper class
      Clear selection on reload (when changing sort)
      Merge pull request #8041 from owncloud/files-sortcolumns
      Merge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master
      Merge pull request #8526 from owncloud/escape-share-emails-master
      Added ground work for OC.Share unit tests
      Merge pull request #8562 from owncloud/better-addmountpoint
      Fixed getAbsolutePath case when path is "0"
      Merge pull request #8597 from owncloud/l10n-fix-typo
      Fixed trashbin to use correct class
      Merge pull request #8603 from owncloud/trashbinfix
      Now settings CSS class with appid in content DIV
      Added app navigation for files app
      Added navigation manager in files app for the sidebar
      Files app navigation can now switch
      Namespacing for FileList, FileActions and trashbin app
      Fixed many issues, clean up
      Fallback for triangle icons
      SVG fallback for settings icon
      Fix drag and drop in IE8
      Merge pull request #6260 from owncloud/jan-navigation-filesidebar
      Merge pull request #8610 from owncloud/ie8-filesdndbug
      Merge pull request #8609 from owncloud/ie8-svgfallbackforicons

Volkan Gezer (1):
      fix typo encryption

fibsifan (1):
      changing label "URL" to "Host"

icewind1991 (1):
      Merge pull request #8403 from owncloud/fix-oc-dialog

jbtbnl (3):
      Vertically align public layout to better fit small mobile screens
      Move vertical alignment of public layout to mobile. Refs #8140
      Merge pull request #8584 from Bagera/master

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

This annotated tag includes the following new commits:

       new  b10bf72   Vertically align public layout to better fit small mobile screens
       new  f260951   port database layer from appframework to core
       new  93237d8   fix scrutinizer issues
       new  95a8323   fix doc strings for db facade
       new  f4bc5ee   remove unusued variable
       new  0fe4db0   remove unusued variable
       new  4a7e056   move db into iservercontainer
       new  0c736fe   remove useless import
       new  886c517   Fix typo & add type
       new  309aa3b   fix phpdoc for entities
       new  5199e45   dont update entity and dont run an update query if an entity wasnt changed at all
       new  688f616   Add sorting to files list, trashbin and public files
       new  c0e5975   Set default sort of trashbin to timestamp descending
       new  af22e7e   Added unit test in files app for sort function in helper class
       new  ac9e07c   $RUNTIME_APPTYPES is no longer used - left over from pre OC4
       new  05dc265   html input tag has no closing tag
       new  535302b   typos, indentation and remove of unused code
       new  14e568b   fix oc dialog because the body isn't 100% x 100% in dimensions anymore
       new  61db163   Clear selection on reload (when changing sort)
       new  1130062   Move vertical alignment of public layout to mobile. Refs #8140
       new  4d595f4   reduce multiselect max-width from 400 to 200px to not take too much space
       new  f0f0595   polish jslint for files-upload.js
       new  163a7a4   Add prompt dialog to OC.dialogs
       new  78c0cc6   escape display name and email
       new  b4298c6   - make logger available in the container - inject logger class into log - adding PHPDoc comments and fixing typos
       new  9a4d204   add cors middleware
       new  05ea8c8   [tx-robot] updated from transifex
       new  0cc7d84   Merge pull request #8520 from owncloud/jslint_polishing_in_file_upload
       new  b6d76e9   [tx-robot] updated from transifex
       new  6236426   Fix Typo, define $ as global
       new  3af3062   Make db connection protected
       new  e05192a   Fix method signature
       new  fc8be5a   Use proper PHPDoc and variable names in the LDAP lib
       new  cd3ed01   Fix Typo
       new  60f6d82   $owner is not defined here
       new  a40e49c   Harden issubdirectory()
       new  fd5b2d1   Rename issubdirectory to isSubDirectory
       new  416f8b1   Use @return instead of @returns
       new  5764074   Use WizardResult|false instead of mixed
       new  2ae1be7   That's bool and not always true
       new  a252f59   Merge pull request #8504 from owncloud/cors-middleware
       new  80648da   implement most of the basic stuff that was suggested in #8290
       new  4dca203   add request to dispatcher class
       new  d8da79c   add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST
       new  ede7325   fix broken if
       new  c590244   add private property for reflector in security middleware
       new  cb666c1   rename formatter to responder, formatResponse to buildResponse
       new  1d45239   adjust license headers to new mail address
       new  fcb1aa3   default to null to not fail if type is not annotated via phpdoc
       new  3e58a76   Fix method signature
       new  474b8f0   Fix typo
       new  63f2f16   use new controllermethodreflector for corsmiddleware
       new  58dc103   Merge pull request #8518 from owncloud/multiselect-width-fix
       new  7a6ff56   Merge pull request #8274 from owncloud/appframework-db
       new  6499995   Merge pull request #8477 from owncloud/better-controllers
       new  984b509   Merge pull request #8540 from owncloud/fix-undefined
       new  2054837   Merge pull request #8541 from owncloud/hardenIsSubDirectory
       new  f4e8de3   [tx-robot] updated from transifex
       new  d853c60   adding interpolation as requested by PSR-3
       new  da0e37e    Rotate thumbnail when encryption is enabled
       new  1c731aa   fix style
       new  9a9665f   Merge pull request #8041 from owncloud/files-sortcolumns
       new  9d95fff   fix missing spaces
       new  b92c4cb   fix sticky footer on log in page
       new  93dbb39   adding unit test for message interpolation
       new  3cd32dc   adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place
       new  4dd1a49   remove legacy aka deprecated code: OC_Filesystem
       new  33987ee   remove legacy aka deprecated code: OC_Cache
       new  e0dd69e   remove legacy aka deprecated code: OC_FilesystemView
       new  f5ed92b   remove legacy aka deprecated code: OC_Cache_FileGlobalGC
       new  1d18fd4   Merge pull request #8482 from owncloud/public-logger
       new  ee8a7b5   Merge pull request #8553 from owncloud/fix-8549-master
       new  cd7fc5c   Use array as type
       new  aea44ee   Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap
       new  408189b   Merge pull request #8556 from owncloud/kill-legacy-code-master
       new  08a8a40   Extract mount point merging logic into separate function
       new  a60db32   [tx-robot] updated from transifex
       new  e3f6abf   Merge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master
       new  c060632   Merge pull request #8526 from owncloud/escape-share-emails-master
       new  a152e32   make it possible to omit parameters and use the default parameters from the controller method
       new  22e57d7   Merge pull request #8550 from owncloud/fix-sticky-footer
       new  627eba5   Added ground work for OC.Share unit tests
       new  ec045b2   hide input field if default expire date isn't activated
       new  d56d03e   add information about default expire date to the share dialog
       new  541495b   Dont use absolute positioning for buttonrow
       new  46d6cb7   Don't set the dialog content height to a zero or negative value
       new  b8dc85b   increase width of share dialog
       new  b985021   hide default expire message if user sets expire date
       new  6d00675   Merge pull request #8562 from owncloud/better-addmountpoint
       new  a9ac117   backup the encryption key after the encryption was disabled so that the user can restore them if needed
       new  c85e6d9   Use jquery to get the window width
       new  e934129   Merge pull request #8566 from owncloud/controller-defaults
       new  b8de1e5   Merge pull request #8398 from owncloud/enc_backup_keys
       new  737be1a   move expire message to the bottom
       new  7babd44   Merge pull request #8524 from owncloud/prompt-dialog
       new  bab8c1f   Fixed getAbsolutePath case when path is "0"
       new  f5bc680   Merge pull request #8572 from owncloud/core-getabsolutepathwithzero
       new  2d1296b   We do not support updates from 4.5 > 7.0
       new  5757d02   fixes #7949
       new  b653ad1   Replace @returns with @return, in /lib
       new  b5bc37d   Fix @return array PHPDocs, in /lib
       new  a7ae2e8   Squash 'a | b' into 'a|b', in /lib
       new  87b548e   Fix all PHPDoc types and variable names, in /lib
       new  3bed3d2   Change parameter type for useBackend
       new  7e448a3   Fix PHPDoc and typos
       new  8ab0159   Use OC_User_Interface instead of OC_User_Backend
       new  875a8ac   Fix Scrutinizer errors about missing user backend
       new  bd3bf4b   Change parameter order of implode
       new  bac8962   Fix Scrutinizer errors
       new  f7e777f   Fix various code errors detected by Scrutinizer
       new  4755392c  More PHPDoc for file functions
       new  147007b   fixing typo and missing @throws
       new  7853bc4   adding PHPDoc
       new  650a55e   object -> \OC\Preview
       new  fa503a4   fix PHPDoc
       new  55fc693   @breif -> @brief
       new  58857b8   @returns -> @return
       new  37ba6f5   fixing variable naming
       new  b0381cf   Add tests for other types that PHP might cast
       new  401bc60   Merge pull request #8586 from owncloud/more-unit-tests
       new  5fb94bf   Merge pull request #8542 from owncloud/phpdoc-improvements
       new  166f2af   Merge pull request #8582 from owncloud/remove-outdated-update-sc
       new  512373f   provide a way to detect the language that is being used (e.g. for clientside javascript language selection
       new  9e36c33   use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability
       new  d8020c3   use registerService method instead of array access
       new  c9df98a   [tx-robot] updated from transifex
       new  7b39704   Set row height in files table
       new  c98edf1   Merge pull request #8584 from Bagera/master
       new  4c19acf   Merge pull request #8403 from owncloud/fix-oc-dialog
       new  dab3cb6   Merge pull request #8522 from owncloud/sharing_ux_improvements
       new  48ee727   Merge pull request #8567 from owncloud/test-ocshareunittests
       new  5291f47   fix typo encryption
       new  d9d6841   [tx-robot] updated from transifex
       new  3daaf6b   Merge pull request #8597 from owncloud/l10n-fix-typo
       new  7abe3b1   Merge pull request #8587 from Raydiation/master
       new  06c084c   changing label "URL" to "Host"
       new  a0f309b   Merge pull request #8589 from fibsifan/files_external_sftp_port
       new  60efa0f   Merge pull request #8140 from owncloud/login-valign
       new  818c776   Fixed trashbin to use correct class
       new  b2e8aa7   Merge pull request #8603 from owncloud/trashbinfix
       new  04f7327   Now settings CSS class with appid in content DIV
       new  9ccb327   Added app navigation for files app
       new  88ebb15   Added navigation manager in files app for the sidebar
       new  fb10bf4   Files app navigation can now switch
       new  9d38e36   Namespacing for FileList, FileActions and trashbin app
       new  6fd0842   Fixed many issues, clean up
       new  43d6650   [tx-robot] updated from transifex
       new  d4801e0   Fallback for triangle icons
       new  9d3fcfc   SVG fallback for settings icon
       new  f3d421d   Fix drag and drop in IE8
       new  1fb0d54   Merge pull request #6260 from owncloud/jan-navigation-filesidebar
       new  d5f60a8   Merge pull request #8610 from owncloud/ie8-filesdndbug
       new  b6e14af   allow admin to enforce passwords for public link shares
       new  7a48f24   use default expire date only for link shares
       new  b52cb8f   Merge pull request #8604 from owncloud/sharing_encforce_password
       new  42b99b6   Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links
       new  a1b356c   [tx-robot] updated from transifex
       new  b3d1241   Merge pull request #8609 from owncloud/ie8-svgfallbackforicons
       new  a7509e5   [tx-robot] updated from transifex
       new  59fdf51   Strip away copyrighted ICC profiles
       new  e241b92   Imported Upstream version 7~20140518+dfsg

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