[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.0RC1 created (now 66118b4)

David Prévot taffit at moszumanska.debian.org
Sat Nov 30 04:09:51 UTC 2013


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

taffit pushed a change to annotated tag v6.0.0RC1
in repository owncloud.

        at  66118b4   (tag)
   tagging  f361036cf845dc02afcdf429a2cc03dd1e65d02c (commit)
  replaces  v6.0.0beta5
 tagged by  Frank Karlitschek
        on  Thu Nov 28 13:03:34 2013 +0100

- Log -----------------------------------------------------------------
6.0.0RC1

Andreas Fischer (20):
      db-doc: appconfig description
      db-doc: storages description
      db-doc: mimetypes description
      db-doc: filecache description
      Prettier ASCII lists. ^^
      db-doc: permissions description
      Remove the dbprefix from comments. It has no information.
      db-doc: group_user description
      db-doc: group_admin description
      db-doc: group_admin reduction note
      db-doc: groups description
      db-doc: locks description
      db-doc: preferences description
      db-doc: properties description
      db-doc: share description
      db-doc: jobs description
      db-doc: users description
      db-doc: vcategory* descriptions
      db-doc: privatedata description
      Fix spacing.

Arthur Schiwon (14):
      LDAP Wizard: move raw login filter field from advanced tab to login filter tab for consistency
      LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired.
      LDAP Wizard: clear the cache on save so changes have immediate effect
      LDAP Wizard: add objectclass for group detection in Zimbra
      Round out Avatar Public API
      Add missing Avatar Interface
      LDAP: get user photo from LDAP and set it as avatar if available
      Enable user backends to provide avatar images
      LDAP: user proxy must support canChangeAvatar too
      Avatar: accept OC_Image as  in setParameter
      LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh?
      LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup)
      LDAP:  username2dn should only return DNs that belong to the current LDAP server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough
      Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder

Bart Visscher (3):
      Make working en_US.UTF-8 locale a hard requirement
      Use \Patchwork\Utf8\Bootup::initLocale
      Update error messages

Bjoern Schiessle (48):
      use oc filesystem operations to calc the versions size. This makes sure that we can handle missing directories correctly
      - show a spinner while decrypting files if the encryption app was disabled
      [wip] make encryption work with public gallery sharing
      fix some getShareKey() and getFileKey() calls
      make sure that we always use the correct user id
      adapt tests to the new code
      public upload now also works with encryption enabled
      better distinction between userID and keyId
      Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
      Merge branch 'master' into encryption_work_with_public_gallery
      Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
      fix getFileKey() call
      Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
      fix undefined index errors if public share view
      disable trahs in files_sharing/public.php
      check HTTP Referer to check if we come from public.php or from a internal page.
      Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
      use relative paths to create images from a file. This way it also works if
      add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
      set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
      remove unused variable
      Revert "use relative paths to create images from a file. This way it also works if"
      fix typo in comment
      Merge branch 'encryption_work_with_public_gallery' of github.com:owncloud/core into encryption_work_with_public_gallery
      fix typo
      move files to owners trash
      show a message at the log-in screen if inital encryption take place
      remove debug output
      Merge branch 'master' into calc_version_size
      fix typo in var name
      use POST instead of GET
      remove passwords from logfile
      check if user is logged in
      only create complete share key if we know the exact path
      added a small version of the dark loading gif, looks nicer on the blue background
      Merge branch 'master' into encryption_initial_enc_indicator
      some small changes according to the review comments
      typo fixed
      Merge branch 'master' into encryption_enable_public_upload
      with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter
      Merge branch 'master' into encryption_initial_enc_indicator
      return false if user is in incognito mode
      switch from "name" attribute to "id"
      fix public preview creation if a user ios logged in
      switch to large spinner
      add spinner to the template so that it can be loaded in time
      some small js fixes
      fix path reconstruction for reshares

Björn Schießle (4):
      Merge pull request #5641 from owncloud/filestrash-emptytrash
      Merge pull request #6060 from owncloud/fix-6050-oc6
      Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash
      Merge pull request #6088 from owncloud/fix_public_previews

Frank Karlitschek (8):
      fix overwrite host support and make the code a bit more readable
      send the build number too to push the next daily build. This is needed for the new daily build update channel
      show the build number if on the daily build update channel
      replace echo with p
      Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
      Merge pull request #6070 from ganomi/showstars
      Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename
      ownCloud 6 RC1

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

Jörn Friedrich Dreyer (1):
      Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6

Morris Jobke (26):
      Movie preview - use frame after 5 seconds
      Merge pull request #5988 from owncloud/files-mobilequickfix
      fix navigation scrollbar
      Merge pull request #5991 from owncloud/extstorage-mountpointvalidation
      fix db.php doc
      fix defaults.php doc
      fix defaults.php doc
      AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
      page level doc blocks and class descriptions
      fix some capital letters
      Fix navbar issue
      Merge pull request #6036 from owncloud/single-user-mode
      Merge pull request #5937 from owncloud/calc_version_size
      Merge pull request #6057 from owncloud/extstorage-touchoperation
      Merge pull request #6054 from owncloud/extstorage-dropboxfixes
      Merge pull request #6056 from owncloud/check_login
      Merge pull request #6053 from owncloud/remove_passwords_from_log
      Merge pull request #6059 from owncloud/occ-repair
      Translate reload message after update
      add warning for HTTP connection
      fix wording
      add PHPDoc for urlParams
      Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
      Merge pull request #6086 from owncloud/incognito_mode
      improve encryption message
      Merge pull request #6048 from owncloud/encryption_initial_enc_indicator

Owen Winkler (1):
      Merge pull request #6034 from owncloud/fix-api-documentation

Raghu Nayyar (2):
      Merge pull request #6000 from owncloud/use_relative_path_to_create_images
      Merge pull request #6040 from owncloud/fix-navbar-css

Robin Appelman (12):
      provide more cli friendly error messages
      add occ commands for enabling and disabling apps
      Add "single user mode" which restricts access to users in the admin group
      Add occ command to enable and disable single user mode
      Add template for single user mode message
      add documentation for single user config option to config.sample.php
      rename app_id to app-id
      Add occ command to list all apps
      merge master into single-user-mode
      Add a (currently) empty system for running common repair steps
      fix custom routes defined by apps
      Fix getRawPathInfo for the '/' edge case

Thomas Mueller (6):
      update PHPDoc
      adding simple unit test to test scriptName() under overwrite condition
      add new function to generate the human readable version string based on version, channel and build number
      remove logic from template and fix syntax error
      Merge branch 'master' into encryption_work_with_public_gallery
      on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.'

Thomas Müller (27):
      unify translation string - less work for the translators
      fixing spelling and restructure sentence
      Fixing the warning notifications
      Merge pull request #5983 from owncloud/fixing-l10n-again-master
      Merge pull request #5773 from owncloud/fix-2152-master
      Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that
      we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.
      fixing PHPDoc comments and syntax
      Merge pull request #5882 from owncloud/preview-movie-5s
      fixed documentation
      Merge pull request #6018 from owncloud/fix_overwritehost
      Merge pull request #5874 from owncloud/fix-5845
      Merge pull request #6021 from owncloud/show_build
      Merge pull request #5998 from owncloud/navigation-fix
      fix appframework routing
      handle duplicate slashes in case of reverse proxy configuration
      in case uri and script name don't match we better throw an exception
      adding chunked upload handling
      adding documentation for registerRoutes()
      Merge pull request #6037 from owncloud/fix-6007-oc6
      fixes #6050
      Merge pull request #6065 from owncloud/l10n-update
      fixing failing unit test
      Merge pull request #6071 from owncloud/db-documentation
      Merge pull request #6075 from owncloud/ssl-warning
      Merge pull request #5976 from owncloud/encryption_work_with_public_gallery
      Merge pull request #6084 from owncloud/fix-app-routing

Vincent Petry (42):
      Deleting all files in trash now only sends a single flag
      Fixed move operation to pass the whole URL as expected
      Merge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix
      Merge pull request #5897 from hkjolhede/master
      Quota storage wrapper is now used for all users in sharing mode
      Now using the "Home" storage detection approach for quota
      Merge pull request #5980 from owncloud/public_view_fixes
      Added min width to files table
      Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome
      Fixed path normalization to prevent dot dirs
      Prevent using root as mount point for external storage
      Added unit test for root mount point validation
      Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix
      Merge pull request #6003 from owncloud/incognito_mode
      Return plausible isReadable() default impl for ext storage
      Moved default isReadable/isUpdatable impl into Common class
      Now also preventing the user of "Shared" as mountpoint
      Merge pull request #5995 from owncloud/extstorage-isreadablefix
      Merge pull request #6025 from owncloud/typo
      Merge pull request #5960 from owncloud/enc_small_visual_improvements
      Fixed SMB rename function to overwrite target file
      Fixed ext storage touch function to return true on success
      Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
      Fixed FTP storage unit tests to use the correct class
      Added unit test for "overwrite file on rename/move"
      Improved unit test for "overwrite on move"
      Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
      Fixed various Dropbox issues + unit tests
      Return true when touch succeeds
      Updated unit tests for SMB
      Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
      Fixed SFTP storage to overwrite on rename
      Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
      Merge pull request #5977 from owncloud/encryption_enable_public_upload
      Fixed sharing hook to not remove the share before the trashbin
      Redetect mime type whenever extension is renamed
      Update file list entry on rename
      Fixed unit tests for ajax rename
      New file box now has default file name + extension
      Merge pull request #6094 from owncloud/enc_fix_reshares
      Moved new file extension out of the translated string
      Merge pull request #6096 from owncloud/files-txtextfornewfiles

blizzz (4):
      Merge pull request #5979 from owncloud/fix5881
      Merge pull request #5040 from owncloud/public_api_avatar_master
      Merge pull request #6058 from owncloud/ldap2avatar
      Merge pull request #5955 from owncloud/fix5863

ganomi (1):
      Show stars as placeholder

hkjolhede (1):
      Fixed error-checking error in sftp.php

icewind1991 (2):
      Merge pull request #6030 from owncloud/cli-errors
      Merge pull request #6038 from owncloud/occ-app-enable

kondou (3):
      Add public API for \OC\Avatar
      Remove duplicate getAvatarManager()
      Fix a regression (Tags→TagManager)

raghunayyar (1):
      Doesn't Cut the top arrow from navigation

ringmaster (2):
      Alias the aggregate columns so SQL Server doesn't combine them.
      Compare dirname() results to DIRECTORY_SEPARATOR, not '/'

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

No new revisions were added by this update.

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