[Pkg-owncloud-commits] [owncloud] annotated tag v4.5.1 created (now ef6ae42)

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:10:28 UTC 2013


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

taffit pushed a change to annotated tag v4.5.1
in repository owncloud.

        at  ef6ae42   (tag)
   tagging  3833f2315ac44575d36f0e7ab3084da09b80577d (commit)
  replaces  v4.5.0RC3
 tagged by  Frank Karlitschek
        on  Tue Oct 23 23:03:23 2012 +0200

- Log -----------------------------------------------------------------
4.5.1

Arthur Schiwon (8):
      LDAP: check if index is set, fix Notices
      make files_versions use OC_User::getHome, fixes 'PHP Warning:  Missing argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs
      LDAP: fix retrieval of Quota and Email
      unset UserID after Update
      LDAP: fix cache save and check, fixes oc-2118
      LDAP: fix db update for Postgres
      get effective username after webdav login, fixes oc-2108
      Files: urldecode urlencoded dir names, fixes oc-2111

Bart Visscher (1):
      core.js and core.css don't need to be absolute

Benjamin Liles (1):
      Various bug fixes for swift

Björn Schießle (20):
      fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set
      $CONFIG_DBTYPE was never assigned but used in this function
      add directory while creating mount point
      only check if #dropdown hasClass drop-versions if a drop down is open. Otherwise it will never open the history drop-down
      extract the right parent directory from the path
      fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't work here because it doesn't create directories recursively)
      don't show the share action in the file view for publically shared files.
      generate correct link for shared files and shared directories
      add *.ai files to the mimetypes list
      fix bug #1977: remove etags from database after version rollback so that the client can detect the changes
      check if directory already exist before executing mkdir
      remove unneeded variable
      normalize path to avoid problems with trailing slashes, double-slashes, etc.
      check for mount points if file was shared from a different user
      load system wide configured mount points before accessing shared files
      typo from previous commit fixed
      check if mount point was already loaded to avoid redundant read operations
      don't call OC_Filesystem::normalizePath() but simply remove trailing slashes.
      fix copy&paste error from previous commit
      add parameter to specify user for which OC_Filesystem should be initialized.

Frank Karlitschek (2):
      4.5 final
      4.5.1

Jenkins for ownCloud (1):
      [tx-robot] updated from transifex

Lukas Reschke (20):
      Disallow users to delete their own accounts
      Send a HSTS HTTP header to enforce SSL
      Correct indentation
      Sanitize user input
      escapeHTML function
      Sanitize user input
      Sanitize user input
      Update fullcalendar to 1.5.4
      Fix the require path
      Doublehash the token to prevent timing attacks
      Fallback to /dev/random if openssl_random_pseudo_bytes not available
      Show a warning in the installer if no secure RNG is available
      Use /dev/urandom instead of /dev/random
      Set oc_token to httponly
      Show a warning in the installer if .htaccess is not working
      "deny from all" instead directory
      Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled
      Delete user files in /data/ after deleting a user
      Fix urlencoding in the breadcrumb
      Urlencode the share URL

Michael Gapczynski (5):
      Fix autocomplete search for users for groups only share policy
      Fix closing the sharing dropdown by clicking on the share button
      Manually change appconfig value for share policy so tests work correctly
      Add unshareAll() function to Share API
      Fix unshareAll()

Robin Appelman (14):
      code style
      some test cases for fopen of storage backends
      skip the files_external test cases the correct way
      fix webdav storage backend when trying to open a non existing file for reading
      fix filetype for smb storage backend
      normalize paths for dir and statcache in smb stream wrapper
      remove ctime tests for filestorage, ctime will be removed from the storage api in the future
      supress some warning in cloudfiles library
      fix storage test case
      don't throw errors if certificate folder doesn't exist
      fix blocking drag & drop upload of folders
      the Shared folder is no longer in the cache
      don't increase the size of the users home folder twice
      use strtotime on non-nummeric times in oc_filesystem::touch

VicDeo (1):
      Prevent Versions click handler from closing sharing dropdown

scambra (1):
      delete fscache on deleting user

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

This annotated tag includes the following new commits:

       new  f571cfb   Fix closing the sharing dropdown by clicking on the share button
       new  9f0a4c8   only check if #dropdown hasClass drop-versions if a drop down is open. Otherwise it will never open the history drop-down
       new  cce4365   Disallow users to delete their own accounts
       new  c06d71e   Send a HSTS HTTP header to enforce SSL
       new  4f8b8a8   Correct indentation
       new  e23b06e   extract the right parent directory from the path add parent directory to the file cache if it does not exist yet.
       new  550e774   fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't work here because it doesn't create directories recursively)
       new  f1d9359   don't show the share action in the file view for publically shared files.
       new  c1f645c   generate correct link for shared files and shared directories
       new  822b323   add *.ai files to the mimetypes list
       new  e0eb6bb   Various bug fixes for swift
       new  5398dea   code style
       new  e55fc87   some test cases for fopen of storage backends
       new  cb4c3d7   skip the files_external test cases the correct way
       new  85e236d   fix webdav storage backend when trying to open a non existing file for reading
       new  87a3145   fix filetype for smb storage backend
       new  a0847dc   normalize paths for dir and statcache in smb stream wrapper
       new  9de4ecc   remove ctime tests for filestorage, ctime will be removed from the storage api in the future
       new  34fdd0e   supress some warning in cloudfiles library
       new  7f7c1fc   fix storage test case
       new  33bd9ec   Sanitize user input
       new  1960067   escapeHTML function
       new  5904db5   Sanitize user input
       new  1263604   Sanitize user input
       new  5e60812   Update fullcalendar to 1.5.4
       new  df7e519   don't throw errors if certificate folder doesn't exist
       new  9ee34ef   fix blocking drag & drop upload of folders
       new  c11f983   fix bug #1977: remove etags from database after version rollback so that the client can detect the changes
       new  b03b6df   check if directory already exist before executing mkdir
       new  a0ac64c   remove unneeded variable
       new  0966f13   Manually change appconfig value for share policy so tests work correctly
       new  b5403de   Fix the require path
       new  7139de2   the Shared folder is no longer in the cache
       new  e65ea6a   don't increase the size of the users home folder twice
       new  ecef3b6   Doublehash the token to prevent timing attacks
       new  a10564e   Fallback to /dev/random if openssl_random_pseudo_bytes not available
       new  38f8734   Show a warning in the installer if no secure RNG is available
       new  e8b8414   LDAP: check if index is set, fix Notices
       new  ed10a5d   make files_versions use OC_User::getHome, fixes 'PHP Warning:  Missing argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs
       new  e49d5a5   LDAP: fix retrieval of Quota and Email
       new  9faae4b   Use /dev/urandom instead of /dev/random
       new  f06467b   normalize path to avoid problems with trailing slashes, double-slashes, etc.
       new  50684a5   Set oc_token to httponly
       new  a97d73d   Show a warning in the installer if .htaccess is not working
       new  c3646f5   "deny from all" instead directory
       new  3f3b92a   Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled
       new  badd290   Add unshareAll() function to Share API
       new  ef3e589   delete fscache on deleting user
       new  5271c1a   Delete user files in /data/ after deleting a user
       new  7feb0f7   Fix unshareAll()
       new  f47c64c   core.js and core.css don't need to be absolute
       new  f5c6a22   check for mount points if file was shared from a different user
       new  5433932   load system wide configured mount points before accessing shared files
       new  db3b0b6   typo from previous commit fixed
       new  71d33fa   check if mount point was already loaded to avoid redundant read operations
       new  cc67ae9   unset UserID after Update
       new  2e5ce9f   don't call OC_Filesystem::normalizePath() but simply remove trailing slashes. (OC_Filesystem::normalizePath() triggers some strange side effects)
       new  296884b   fix copy&paste error from previous commit
       new  366aeb7   add parameter to specify user for which OC_Filesystem should be initialized. (needed to share files via public links where no user is logged in)
       new  0c57d94   LDAP: fix cache save and check, fixes oc-2118
       new  7435064   LDAP: fix db update for Postgres
       new  677cec6   get effective username after webdav login, fixes oc-2108
       new  c2e3999   Files: urldecode urlencoded dir names, fixes oc-2111
       new  1791fbd   use strtotime on non-nummeric times in oc_filesystem::touch
       new  552aee9   Fix urlencoding in the breadcrumb
       new  e65c3ef   Urlencode the share URL
       new  3833f23   4.5.1

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