[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.3alpha1 created (now 2aa7393)

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:23:03 UTC 2014


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

taffit pushed a change to annotated tag v7.0.3alpha1
in repository owncloud.

        at  2aa7393   (tag)
   tagging  424cc31fd6fad12e1266918bc78efed4a182cbc2 (commit)
  replaces  v7.0.2
 tagged by  Frank Karlitschek
        on  Sun Sep 28 13:41:49 2014 +0200

- Log -----------------------------------------------------------------
7.0.3alpha1

Andreas Fischer (1):
      Use Doctrine Platform to generate SQL query for table truncation.

Arthur Schiwon (7):
      backport of #8623
      fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
      Backport of #9214
      retrieve local users, groups and group members in a sorted way
      remove a left over that uselessly fetches all users
      if only one attribute is requested, the returned array has 0 as key instead of attribute name. fixes #10888
      dn needs to be fetched to be able to detect memberOf support

Bernhard Posselt (4):
      add shortcut functions for style and script
      add template functions for html imports
      append .html since componets always use html files
      more sugar for including lists of templates

Bjoern Schiessle (24):
      also expire file if timestamp = limit, happens if trashbin_retention_obligation is set to zero
      create backup from all keys before recovery
      make sure that we really catch the files folder only
      first check if a private key exists, if not it is always a recovery szenario
      don't clean up the test environment if a data provider was finished
      make sure that the users file system is initialized before we emit the post hook
      make sure that we re-load the file system after the quota was set
      group shares and combine permissions
      unit tests for grouping of shares pointing to the same source
      generateTarget() will always find a unique target
      fix add user to group to work with grouped shares
      mark exclude list as deprecated. It neither used by the files app nor by the
      fix unit tests
      only add a new row if it isn't a unique share, otherwise update the existing row
      clear share table after each test run
      some small fixes
      always select permissions, used in getItems()
      call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible
      for group shares only the parent has the up-to-date permission. Make sure that we always use this permission, except if the user permission is '0' because in this case the user unshared the group share from self
      for group shares we don't need a extra db entry of groupTarget equals itemTarget
      only create a new share entry, if the user needs a different target name than the group share
      on unshare only unshare childrens if there is no other parent available
      throw a exception if we can't handle the provided path
      some small fixed, suggested by scrutinizer

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

Clark Tomlinson (1):
      Using countUsers method to return true count of users

Dan Bartram (1):
      Clear up confusion of log_rotate_size config value

Frank Karlitschek (2):
      version bump
      increase version

Georg Ehrke (2):
      delete old previews
      make sure preview prop is instanceof OC_Image before using it in showPreview

Jan-Christoph Borchardt (13):
      allow horizontal scrollbar for personal and admin settings
      define min height/width for icon classes to make sure they show
      user mgmt: move 'Show storage location' and 'Show last log in' to settings area
      fix styling and wording of no-JavaScript message
      also add no-JavaScript notice to log in and sharing pages because they do not work without JS either
      improve style of checkmark icon, less bold, fitting ownCloud style
      fix size of toggle icon, make container square
      fix svg of calendar filetype icon
      fix folder icon alignment, fix #10866
      fix nojavascript message alignment
      fit select2 to ownCloud input style
      fix filepicker home icon being partly hidden, fix #10169
      for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar

Jesus Macias (1):
      Backport issue 10764

Joas Schilling (3):
      Fix broken new lines in plain text mail template
      Use correct language package so the subject is correctly translated
      Set overwritewebroot when installing owncloud to avoid problems

Johan Björk (2):
      Fixes #8326: deletion of directories on S3
      Converted an array to PHP5.3 compatible version

Jörn Friedrich Dreyer (14):
      add select2 to app specific thirdparty
      replace chosen with select2 to provide ajaxified user and group selection for files_external, fixes #7499
      fix deletion of shares
      allow empty hostname and dots in service name for oracle autosetup
      Merge pull request #10878 from owncloud/remove_leftover
      add / to url to match route
      allow . in dbname on web install
      Keep fileid on move in objectstore, fixes #10848
      make objectstore tests check fileid on rename
      repair search lucene before installing
      add seek and tell to streamwrapper test
      return boolean in OC::stream_seek
      return boolean in Ciose::stream_seek
      in quota wrapper use === instead of ! for better readability and as in other wrappers

Lukas Reschke (29):
      Escape error messages
      Merge pull request #10558 from owncloud/ajaxify_user_list_for_files_external_stable7
      Remove different URL for EE
      Add isAppstoreEnabled instead of hijacking the URL
      Move trusted domain check to init()
      Check for admin user instead of subadmin
      Don't show warning when has_internet_connection is set to false
      Merge pull request #10884 from owncloud/stable7_backport_issue_10674
      Use section in first element
      Add X-UA-Compatible to all templates
      Do not double decode values
      Use secure mimetype for content delivery
      Reword the description
      Make 404 page easier to understand
      Move basic auth check
      Move BasicAuth check to "isLoggedIn()"
      Prevent updates between multiple major versions
      Add a configuration switch for enabled preview mimetypes
      Append port to trusted domain in case it's not 80 or 443
      Do only follow HTTP and HTTPS redirects
      Merge branch 'stable7' into backport-11211
      Check for blacklisted characters
      Clarify possible preview providers for type Office
      Add ID to markup to have the checkboxes in the right position
      Close the session for preview generation
      Add flock to config
      Use SVG previews for public sharing
      Redirect only to absolute URL
      Merge pull request #11364 from owncloud/fix_unit_test_oc7

Morris Jobke (7):
      Add optional user ID parameter for getUseFolder
      update public interface for getUserFolder
      fix z-index of navigation sidebar for mobile devices
      Merge pull request #11195 from owncloud/stable_l10n_backport
      update 3rdparty submodule to its stable7 commit
      Merge pull request #11230 from owncloud/fix-failing-mountconfig-tests-stable7
      Merge pull request #11245 from owncloud/backport-11211

Oliver Kohl D.Sc (2):
      CRON call ends in null exception
      Update cron.php

Olivier Paroz (1):
      Typ in whichOpenOffice test

Raghu Nayyar (1):
      Merge pull request #10789 from owncloud/fix-z-index

Remco Brenninkmeijer (1):
      Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch.

Robin Appelman (12):
      Don't rely on the sorting the database gives us for tests
      Don't automatically setup the filesystem the moment we load OC\Files\FileSystem
      Remove unneeded file initialization in encryption, already handled in a hook
      Also setup the filesystem when matching routes
      Show a proper error message when trying to scan the filesystem for a non existing user
      Don't keep the full info of all children in memory
      Expose creatable permissions trough fileinfo
      Fix dav permissions for folders without create permissions
      Fix AmazonS3 rmdir on the root
      Fix amazon s3 rename overwrite
      Fix copy overwrite for amazon s3
      Skip test for unsuported feature for amazon s3

Robin McCorkell (3):
      Add missing 'personal' mount configuration option
      Merge pull request #11190 from owncloud/fix-unit-test-sort-order-stable7
      Load apps in test situations

Stephane V (1):
      Adds 2 checkboxes at the top of userlist in the settings, to display/hide optional columns

Thomas Müller (12):
      content size checks are not valid for LOCK
      content size checks are not valid for LOCK
      Disable database migrations for MSSQL - scripts have to be applied manually
      adding unit test to truncate the table
      adding 'smallint unsigned' to type mapping for sqlite
      Merge pull request #11201 from owncloud/fix-button-text
      Merge pull request #11202 from owncloud/stable_l10n_backport
      date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC
      remove post setup check
      using flush() here is pointless as we render the layout into a memory buffer and actually transmit the data later
      Updating 3rdparty - contains updated tar archive and getid3
      catch and log exception in OC_Helper::cleanTmp()

Victor Dubiniuk (2):
      Log unsuccessful temp file creation and return false
      Use non-empty defaults

Vincent Petry (29):
      Merge pull request #10823 from oparoz/patch-1
      Fix upgrade process when apps enabled for specific groups
      Added test for needUpgrade for core
      Added unit tests for cache of enabled apps
      Added permission check for drag and drop
      Fixed scrollto for search results
      Scroll to new file/folder after adding
      Catch exceptions when moving files
      Do not load extra user backends when an upgrade is due
      Merge pull request #10973 from owncloud/stable7-issue/10847
      Merge pull request #10998 from owncloud/use-section-in-form
      Remove passing by reference to allow for proper GC
      Merge pull request #11053 from owncloud/baskport-11041-stable7
      Add timeout to user and group deletion notification
      Move select2 from files_external to core
      Now using select2 for the groups excluded from sharing
      Load select2 on admin page
      Remove excludegroup.php
      Added select2 on the apps page
      Fixed select2 for admin and apps page
      Add select2 cache for complete group list
      Use afterBind to send fileId header for files and directories
      Reenable file proxy when renaming between mount points
      Added extra check to avoid deleting key folders
      WebDAV now throws 403 when deletion did not work
      Fix share key finding algorithm in various cases
      Moved WebDAV and internet checks to client side JS
      Added spinners in share dropdown
      Prevent monkey clicking on labels

Volkan Gezer (5):
      russian translation backport. closes #10759
      update encryption doc link
      backport stable translations
      fix button text l10n
      backport server2server strings

kondou (1):
      Preserve transparency when loading from a file

pdessauw (1):
      Highlight every uploaded files and scroll down to the last one

raghunayyar (1):
      Enhancement: Adds input styles to input type dates too.

voxsim (1):
      Backport of #9225

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

This annotated tag includes the following new commits:

       new  f74bf92   add select2 to app specific thirdparty
       new  992bd6d   replace chosen with select2 to provide ajaxified user and group selection for files_external, fixes #7499
       new  af17de9   fix deletion of shares
       new  5a8db83   Escape error messages
       new  2b001ad   backport of #8623
       new  a133833   fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
       new  04e14ab   Enhancement: Adds input styles to input type dates too.
       new  30cc4b9   allow horizontal scrollbar for personal and admin settings
       new  135d402   define min height/width for icon classes to make sure they show
       new  cc820eb   Adds 2 checkboxes at the top of userlist in the settings, to display/hide optional columns This fixes #9367.
       new  4d9fd19   user mgmt: move 'Show storage location' and 'Show last log in' to settings area
       new  617636d   Add missing 'personal' mount configuration option
       new  98ac45f   Backport of #9214
       new  8b86df3   allow empty hostname and dots in service name for oracle autosetup
       new  11b2835   retrieve local users, groups and group members in a sorted way
       new  f3f1d1e   Add optional user ID parameter for getUseFolder
       new  6eb1f7a   update public interface for getUserFolder
       new  3d35c7e   fix z-index of navigation sidebar for mobile devices
       new  b26dd3c   russian translation backport. closes #10759
       new  b59d58f   Merge pull request #10789 from owncloud/fix-z-index
       new  444e21a   Typ in whichOpenOffice test
       new  459c781   Merge pull request #10823 from oparoz/patch-1
       new  919d19c   Highlight every uploaded files and scroll down to the last one
       new  bd5796a   Merge pull request #10558 from owncloud/ajaxify_user_list_for_files_external_stable7
       new  81c4043   Fix upgrade process when apps enabled for specific groups
       new  28e1480   Added test for needUpgrade for core
       new  f268eee   Added unit tests for cache of enabled apps
       new  e638a9a   remove a left over that uselessly fetches all users
       new  eb682a30  Merge pull request #10878 from owncloud/remove_leftover
       new  69cc204   Added permission check for drag and drop
       new  7bd4f6c   Backport issue 10764
       new  6534304   Remove different URL for EE
       new  41d8157   Add isAppstoreEnabled instead of hijacking the URL
       new  8e77ca6   Fixed scrollto for search results
       new  cfca88f   Scroll to new file/folder after adding
       new  1f2550e   add / to url to match route
       new  640abbe   Move trusted domain check to init()
       new  994f36e   CRON call ends in null exception
       new  1e4431b   Update cron.php
       new  85cde16   Catch exceptions when moving files
       new  96bb1f7   Check for admin user instead of subadmin
       new  9b99c81   Using countUsers method to return true count of users
       new  a796860   fix styling and wording of no-JavaScript message
       new  b609d36   also add no-JavaScript notice to log in and sharing pages because they do not work without JS either
       new  b98c22d   Don't show warning when has_internet_connection is set to false
       new  5e5d9e0   allow . in dbname on web install
       new  c52f66c   Keep fileid on move in objectstore, fixes #10848
       new  f5bac5f   make objectstore tests check fileid on rename
       new  ca121d8   add shortcut functions for style and script
       new  8869dcf   add template functions for html imports
       new  2a859f8   append .html since componets always use html files
       new  8e89c51   more sugar for including lists of templates
       new  19dd866   Fix broken new lines in plain text mail template
       new  cc0a855   Use correct language package so the subject is correctly translated
       new  95eb9bf   Merge pull request #10884 from owncloud/stable7_backport_issue_10674
       new  dedb473   Do not load extra user backends when an upgrade is due
       new  1a9e08a   Merge pull request #10973 from owncloud/stable7-issue/10847
       new  04597ae   Use section in first element
       new  36680a5   Merge pull request #10998 from owncloud/use-section-in-form
       new  ec9517f   Add X-UA-Compatible to all templates
       new  463ad5a   repair search lucene before installing
       new  3f5cefb   improve style of checkmark icon, less bold, fitting ownCloud style
       new  7f1e327   fix size of toggle icon, make container square
       new  b7c7ec2   fix svg of calendar filetype icon
       new  e26a5ff   fix folder icon alignment, fix #10866
       new  5ac620c   Fixes #8326: deletion of directories on S3
       new  f040529   Converted an array to PHP5.3 compatible version
       new  bec0895   fix nojavascript message alignment
       new  2ffcff2   content size checks are not valid for LOCK
       new  0732131   content size checks are not valid for LOCK
       new  572720f   Do not double decode values
       new  1981d22   if only one attribute is requested, the returned array has 0 as key instead of attribute name. fixes #10888
       new  a233964   Set overwritewebroot when installing owncloud to avoid problems
       new  7f1416e   Remove passing by reference to allow for proper GC
       new  ff6deb8   Use secure mimetype for content delivery
       new  86400ea   Preserve transparency when loading from a file
       new  9bf1a18   also expire file if timestamp = limit, happens if trashbin_retention_obligation is set to zero
       new  76ff7ab   Disable database migrations for MSSQL - scripts have to be applied manually
       new  8ed1762   Reword the description
       new  03f9b14   Merge pull request #11053 from owncloud/baskport-11041-stable7
       new  ebbd403   Use Doctrine Platform to generate SQL query for table truncation.
       new  82ccb04   adding unit test to truncate the table
       new  19a7aa0   version bump
       new  28f4620   Make 404 page easier to understand
       new  35cb14c   Add timeout to user and group deletion notification
       new  749c519   Move basic auth check
       new  7930440   update encryption doc link
       new  37632e4   Move BasicAuth check to "isLoggedIn()"
       new  7f45226   Prevent updates between multiple major versions
       new  8580e2a   Don't rely on the sorting the database gives us for tests
       new  83b9a89   Merge pull request #11190 from owncloud/fix-unit-test-sort-order-stable7
       new  5637a58   backport stable translations
       new  6c544b9   adding 'smallint unsigned' to type mapping for sqlite
       new  f8ecef2   Merge pull request #11195 from owncloud/stable_l10n_backport
       new  6946962   fix button text l10n
       new  0afd79a   backport server2server strings
       new  645e7a0   delete old previews
       new  2068eaf   make sure preview prop is instanceof OC_Image before using it in showPreview
       new  0c01440   Merge pull request #11201 from owncloud/fix-button-text
       new  260229b   Merge pull request #11202 from owncloud/stable_l10n_backport
       new  a2e9056   create backup from all keys before recovery
       new  ce69e83   make sure that we really catch the files folder only
       new  97b83b9   Move select2 from files_external to core
       new  a385a36   Now using select2 for the groups excluded from sharing
       new  2e93300   Load select2 on admin page
       new  7f030ee   Remove excludegroup.php
       new  996c68a   Added select2 on the apps page
       new  2aaad09   Fixed select2 for admin and apps page
       new  13cee30   fit select2 to ownCloud input style
       new  c16c680   Add select2 cache for complete group list
       new  8905e77   Don't automatically setup the filesystem the moment we load OC\Files\FileSystem
       new  744b20b   Remove unneeded file initialization in encryption, already handled in a hook
       new  984b6a2   Also setup the filesystem when matching routes
       new  3ebd0b8   Backport of #9225
       new  2d3ea08   update 3rdparty submodule to its stable7 commit
       new  387638e   Use afterBind to send fileId header for files and directories
       new  c0d1b6b   Load apps in test situations
       new  dfc6bfe   add seek and tell to streamwrapper test
       new  2bdf5a8   return boolean in OC::stream_seek
       new  e556698   return boolean in Ciose::stream_seek
       new  44c7562   in quota wrapper use === instead of ! for better readability and as in other wrappers
       new  03bb3d2   Reenable file proxy when renaming between mount points
       new  d6276be   date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC
       new  2b29756   Added extra check to avoid deleting key folders
       new  b3ddd39   Log unsuccessful temp file creation and return false
       new  33737f9   Merge pull request #11230 from owncloud/fix-failing-mountconfig-tests-stable7
       new  cb39c55   WebDAV now throws 403 when deletion did not work
       new  bb69eeb   Add a configuration switch for enabled preview mimetypes
       new  bd7f6c9   first check if a private key exists, if not it is always a recovery szenario
       new  d9384cd   Append port to trusted domain in case it's not 80 or 443
       new  cb3bc5a   Do only follow HTTP and HTTPS redirects
       new  a6eb638   Use non-empty defaults
       new  85d7492   Fix share key finding algorithm in various cases
       new  838c849   remove post setup check
       new  435b9c3   using flush() here is pointless as we render the layout into a memory buffer and actually transmit the data later
       new  fbcd80a   Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch.
       new  734112a   Merge branch 'stable7' into backport-11211
       new  2013404   Moved WebDAV and internet checks to client side JS
       new  00bb0e1   Check for blacklisted characters
       new  4e85012   fix filepicker home icon being partly hidden, fix #10169
       new  c31990e   Updating 3rdparty - contains updated tar archive and getid3
       new  1ec756d   Show a proper error message when trying to scan the filesystem for a non existing user
       new  0044c3b   Merge pull request #11245 from owncloud/backport-11211
       new  6d8fdcd   Clarify possible preview providers for type Office
       new  bdc26c6   Don't keep the full info of all children in memory
       new  e37f44e   Expose creatable permissions trough fileinfo
       new  d660aab   Fix dav permissions for folders without create permissions
       new  257dbe6   for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar
       new  4d261d9   Added spinners in share dropdown
       new  c1c70b3   Add ID to markup to have the checkboxes in the right position
       new  5c0139f   Prevent monkey clicking on labels
       new  bd74ab2   Clear up confusion of log_rotate_size config value
       new  5ddacae   dn needs to be fetched to be able to detect memberOf support
       new  7eb0d68   Close the session for preview generation
       new  02374e5   don't clean up the test environment if a data provider was finished
       new  79f5346   make sure that the users file system is initialized before we emit the post hook
       new  094f5bc   make sure that we re-load the file system after the quota was set
       new  bc5c608   Add flock to config
       new  69296be   Use SVG previews for public sharing
       new  0484939   Redirect only to absolute URL
       new  a47f965   Fix AmazonS3 rmdir on the root
       new  25d003a   Fix amazon s3 rename overwrite
       new  67b9ede   Fix copy overwrite for amazon s3
       new  3a4ac2c   Skip test for unsuported feature for amazon s3
       new  3fb55d9   Merge pull request #11364 from owncloud/fix_unit_test_oc7
       new  64a9315   group shares and combine permissions
       new  b52154b   unit tests for grouping of shares pointing to the same source
       new  97dba2e   generateTarget() will always find a unique target
       new  df97d82   fix add user to group to work with grouped shares
       new  9826807   mark exclude list as deprecated. It neither used by the files app nor by the calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets.
       new  aab4469   fix unit tests
       new  7edf912   only add a new row if it isn't a unique share, otherwise update the existing row
       new  e25593d   clear share table after each test run
       new  27a630b   some small fixes
       new  c5db1ef   always select permissions, used in getItems()
       new  6d747e9   call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible
       new  3b1715c   for group shares only the parent has the up-to-date permission. Make sure that we always use this permission, except if the user permission is '0' because in this case the user unshared the group share from self
       new  6d85cf2   for group shares we don't need a extra db entry of groupTarget equals itemTarget
       new  1e5c786   only create a new share entry, if the user needs a different target name than the group share
       new  1371fec   on unshare only unshare childrens if there is no other parent available
       new  bb70300   throw a exception if we can't handle the provided path
       new  9254073   some small fixed, suggested by scrutinizer
       new  7d389b2   catch and log exception in OC_Helper::cleanTmp()
       new  d388ef5   Merge pull request #11363 from owncloud/sharing_group_shares_stable7
       new  424cc31   increase version

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