[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.3RC1 created (now 1d45f50)

David Prévot taffit at moszumanska.debian.org
Fri Oct 17 01:32:27 UTC 2014


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

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

        at  1d45f50   (tag)
   tagging  e1e501b17f6d4dd2c13d2b6c36d26d2f7f7c1112 (commit)
  replaces  v7.0.3alpha1
 tagged by  Frank Karlitschek
        on  Thu Oct 16 08:48:02 2014 +0200

- Log -----------------------------------------------------------------
7.0.3RC1

André Gaul (1):
      files_extern: remove empty Body and ContentLength in Amazon S3 mount

Arthur Schiwon (1):
      Backport of #10527

Bjoern Schiessle (12):
      we also encrypt/decrypt files in the versions folder for previews and if encryption is enabled/disabled
      make sure that the notification gets shown again after a second try
      improved visual feedback if recovery key gets enabled/disabled
      improved visual feedback if recovery key password gets changed
      improved visual feedback if user enabled recovery key
      check if I can create a file at the location
      fix performance issues
      try to get path from filesystem
      make sure that we always delete oldest first
      distinguish between file dependent shares and other shares
      always take unencrypted size
      improved unit tests

Clark Tomlinson (1):
      Adding test helper to test private methods

Frank Karlitschek (1):
      7.0.3 RC1

Jan-Christoph Borchardt (3):
      fix position and style of sort indicator
      reduce bottom padding in filelist, fix perceived glitching, fix #11213
      fix position of rename field, fix #10867

Joas Schilling (2):
      Set overwrite.cli.url configs on setup
      Set overwritemailurl* configs on setup

Jörn Friedrich Dreyer (6):
      log exceptions when listing files
      strict comparison
      make some storage tests explain what went wrong
      fix amazon s3 issues
      extract batchDelete(), better comments
      make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space

Lukas Reschke (12):
      Try to create datadirectory to test whether the .htaccess works
      Merge pull request #11299 from owncloud/barkport-10934
      Add unittest for filePath
      Add support for keys in the info.xml
      Add beforeeach and aftereach
      Refactor MailSettings controller
      Merge pull request #11503 from owncloud/stable7-9753
      force loading of encryption app
      Close session when loading apps
      Use `rawurlencode` since this seems to be expected by cURL
      Merge pull request #11520 from owncloud/make-trash-objectstore-compatible
      Add darwin to if block

MTRichards (6):
      Updated info.xml app description
      Updated info.xml app description
      Updated info.xml app description
      Updated info.xml app description
      Updated info.xml app description
      Updated info.xml app description

Morris Jobke (6):
      unify style of config.sample.php
      re-arrange the config options and sort them in a semantical way
      Fixes in config.sample.php
      style fixes in config.sample.php
      apply @carlaschroder's changes from owncloud/documentation#594
      Additional changes to config.sample.php and typo fixes

Robin Appelman (18):
      Inject config into checkserver and cleanup tests
      Don't complain about non-writable datadirs before we're installed
      Check for writable datadir during setup
      Don't test for htaccess if we cant write into the datadir anyway
      Remove special case for css in OC.filePath
      Expose getAppKeys trough \OCP\IConfig
      Fix add/remove mountpoint hooks
      Add EtagPropagator to handle etag changes when external storages are changed
      Hookup the etag propagator
      More phpdoc
      Refactor Cache\Updater to work outside of the users home
      Improve unit tests for Cache\Updater
      Fix unit test
      Fix warning in homecache
      Update cache before post hooks
      remove unstable test
      Remove explicit propagate calls
      Merge pull request #11567 from owncloud/cache-updater-refactor-stable7

Thomas Müller (2):
      fixing typos
      Merge pull request #11408 from owncloud/refactor-mailsettings-controller

Tony Zelenoff (1):
      Urlencode file name before passing it to cURL

Victor Dubiniuk (1):
      Add CssImportFilter. More elegant fix for documents#348

Vincent Petry (14):
      Merge pull request #11457 from owncloud/stable7-fix-rename-position
      Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_call
      Clear enabled apps cache after loading authentication app
      Added filesystem hooks for mount/unmount ext storage
      Added failing unit tests for mount config hooks
      Added PHP docs for etag propagator
      Merge pull request #11505 from owncloud/stable7-ext-updateetagmount
      Prevent button click when enter key is pressed in LDAP wizard
      Log warning when no uid was found for user
      Fixed array detection on public download
      Revert "Set overwrite.cli.url configs on setup"
      Retrieve storage numeric id earlier when still available
      Use body element when animating scroll in public page
      Allow specifying protocol in ext storage OC config

brumsoel (1):
      Fix file size comparator return value

michag86 (3):
      fix for issue #10483
      variable for found avatar div
      restrict $div to local scope

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

This annotated tag includes the following new commits:

       new  b089b85   Refactor MailSettings controller
       new  3ce828b   make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space
       new  686a43c   force loading of encryption app
       new  372676e   Fixed array detection on public download
       new  d71fae5   distinguish between file dependent shares and other shares
       new  48a1e69   Set overwrite.cli.url configs on setup
       new  697f461   always take unencrypted size
       new  e4fa642   improved unit tests
       new  c38454a   Revert "Set overwrite.cli.url configs on setup"
       new  d6a3806   Retrieve storage numeric id earlier when still available
       new  da150af   Close session when loading apps
       new  19585f9   fixing typos
       new  ba33fd6   Set overwritemailurl* configs on setup
       new  45738b6   Refactor Cache\Updater to work outside of the users home
       new  595d43a   Improve unit tests for Cache\Updater
       new  ad6e281   Fix unit test
       new  c7f26fa   Fix warning in homecache
       new  0497136   Update cache before post hooks
       new  f03142f   remove unstable test
       new  ad06cd4   Remove explicit propagate calls
       new  e7a46ed   Merge pull request #11408 from owncloud/refactor-mailsettings-controller
       new  149b55f   Use body element when animating scroll in public page
       new  361d689   Allow specifying protocol in ext storage OC config
       new  9159598   Adding test helper to test private methods
       new  ff8d755   Merge pull request #11567 from owncloud/cache-updater-refactor-stable7
       new  508ef23   Use `rawurlencode` since this seems to be expected by cURL
       new  15b39a6   Merge pull request #11520 from owncloud/make-trash-objectstore-compatible
       new  f53ecea   Add darwin to if block
       new  e1e501b   7.0.3 RC1

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