[Pkg-owncloud-commits] [owncloud] annotated tag v4.5.3 created (now 88f0c5a)

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


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

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

        at  88f0c5a   (tag)
   tagging  5daf5124058a7678b6d30cd07d017e358334eb29 (commit)
  replaces  v4.5.2
 tagged by  Frank Karlitschek
        on  Mon Nov 26 19:52:26 2012 +0100

- Log -----------------------------------------------------------------
4.5.3

Arthur Schiwon (19):
      Fix remote.php CSS+JS garbish on some systems
      coding style
      really check if mod_deflate is loaded
      make sure path starts with /
      all but the first parameter are introduced by &
      check whether to join url with ? or &
      coding style
      LDAP: escape values in the DN, fixes #419
      LDAP: Make update script escape all known DNs. Requires version bump.
      LDAP: correct escaping in DNs, differ between use for filters and bases. Really fixes #419 now
      LDAP: also prepare for DN for login due to the escape changes for #419. Hopefully we're really done now..
      remove debug output
      use normalizePath to have a proper target path
      make sure path starts with /
      all but the first parameter are introduced by &
      check whether to join url with ? or &
      coding style
      remove debug output
      use normalizePath to have a proper target path

Bart Visscher (6):
      Cleanup user settings js
      Always have the username as string in user admin
      Better check and handling of user creation
      Better check and handing of user deletion
      Better place to check for user removal
      Also reject names with \ in the name

Björn Schießle (14):
      get the right metadata and file id if a file was uploaded to a Shared folder
      move the identification of the real path of a shared file to the filecache
      also set 'renaming' to false if renaming was aborted, this fixes issue #442
      Merge pull request #452 from owncloud/fix_issue_442
      use correct path for property cache (the real path of the file and not the virtual path in the shared folder
      allow to update the user in file cache. (e.g. for Shared files)
      Merge pull request #448 from owncloud/fix_metadata_on_upload
      add root as parameter to keep default root for non-shared folder/files
      Merge pull request #521 from owncloud/filecache_update_user
      take root folder into account while checking for Shared folder
      Merge pull request #518 from owncloud/fix_property_cache
      Merge pull request #525 from owncloud/fix_metadata_on_upload
      make sure to add the right user as owner of a file to the file cache table
      Merge pull request #581 from schiesbn/add_user_to_fscache

Brice Maron (2):
      Correct quoting error with Sabre connector. Fix critical pg pbms
      Show error message to prevent adding a shared folder in the root dir fix #468

Frank Karlitschek (4):
      backport pullrequest #554
      backport pullrequest 561
      backport pullrequest #562
      4.5.3

Jörn Friedrich Dreyer (3):
      introduce Files.containsInvalidCharacters(), use when creating or renaming files
      Backport pull request #380 from butonic/feature_share_link_with_token
      Merge branch 'stable45' of github.com:owncloud/core into stable45

Lukas Reschke (1):
      Merge pull request #408 from owncloud/fix_remote.php_output

Robin Appelman (5):
      fix copy-paste error in sql query
      typo
      also return fileid in OC_Filecache::get
      stop increasing folder sizes once we hit a non folder
      make sure the output buffer is closed when handeling webdav

Thomas Mueller (4):
      backport of #271 to stable45
      closes #466 - manual backport of translations
      backport of PR #471
      some more invalid characters have been added

Thomas Müller (3):
      Merge pull request #430 from eMerzh/pg_shared_sabre
      Merge pull request #439 from owncloud/239_webdav_999_files_stable45
      Merge pull request #539 from owncloud/filecache_query_fix

blizzz (2):
      Merge pull request #497 from owncloud/fix_ldap_escape_dn
      Merge pull request #456 from owncloud/fix_new_from_url

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

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
       new  28e0fa7   LDAP: properly check if Groups-feature is enabled
       new  3b9c10d   Shared files are not stored in the file cache. Therefore we need to use the share table from the db to find the item source if the public link re-shares a already shared file.
       new  ca58aa1   urldecode target directory
       new  9eae10b   normalize path
       new  5d86629   Revert "Fix urlencoding in the breadcrumb"
       new  9f57034   urlencode
       new  53ae742   let´s do a 4.5.1a
       new  4b39ce5   LDAP: fix again proper check if groups are enabled
       new  8f715e1   Allow any characters in the groupname
       new  0399a88   Check for iconv
       new  c6177d2   Fix migration problems for postgresql with MDB2 fix owncloud/apps#21
       new  46e9bf5   possible fix for bombarding the server with the htaccess test during setup
       new  db6fc91   fix function documentation
       new  12ea922   fix broken paths in versions app
       new  a98cfbe   don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
       new  edf3503   make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89
       new  bfb8436   deny the usage of dots in database name
       new  10e4548   set password if user leaves password field (issue #57)
       new  0dc3ffd   added some visual feedback is password was set
       new  77b57fb   check if RUNTIME_NOAPPS is set before using it
       new  d226ed6   add svg mimetype to default htaccess
       new  725e733   Backport of pull request #155
       new  de1b95c   load logging apps for webdav connections
       new  3945f9c   adapted comments to the code changes
       new  21488bd   Merge pull request #171 from owncloud/load_logging_apps
       new  51968cf   Backport pull request #112.
       new  0d349e3   Merge branch 'stable45' of github.com:owncloud/core into stable45
       new  3139636   Add CSRF check
       new  3cd416b   fix OC_Filesystem::isValidPath when using \ instead of / in paths
       new  f599267   check for filename blacklist in OC_Filesystem::isValidPath
       new  054c168   Remove uneeded debug output
       new  c64f579   LDAP: clear the cache not only when TTL changes, but with every settings update. Fixes #194
       new  5cf1fd8   code style
       new  3e57a44   Merge pull request #254 from owncloud/ldap-stable45
       new  c518f35   backport the approved fix from master to stable45
       new  92829e8   Merge branch 'stable45' of https://github.com/owncloud/core into stable45
       new  9691d56   support string values ('true' and 'false') for configuring the secure parameter on external storage backends
       new  bfd53c5   backport NAN undefined fix for total file size
       new  3740ce2   Merge pull request #283 from butonic/stable45
       new  ab7561b   prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups
       new  ba2bba0   Fix mkdir and opendir warnings when path does not exist
       new  7fc1276   Return true or false from readAttribute if $attr is empty
       new  d62f138   Return an empty array on succesful existence check
       new  ece4a84   Merge pull request #285 from owncloud/backport_fix_fe_mkdir_warning
       new  dbbbfd4   Merge pull request #284 from owncloud/backport_improve_files_update
       new  189e8ab   Fix quoting problem in fs mount. give Big DB error at least in PG
       new  50d5ca7   Use attr instead of data to prevent a type convertion fix #287
       new  1d2d2cf   Fix delete link when new user is added
       new  f660247   Merge pull request #292 from eMerzh/fix_quoting_fs
       new  bbe0cf3   fix user specific mount configuration
       new  6e8f970   urlencode file/dir to allow special characters in filename/path (issue #95)
       new  a15a99b   getAbsolutePath() always needs a parameter, added empty path as parameter to get the root path
       new  a25cf8b   make root the default parameter for getAbsolutePath()
       new  693c535   LDAP: fix typo in config value handling.
       new  6b413b0   Merge pull request #312 from owncloud/missing_path
       new  a606131   Allow changing the way etags are generated
       new  b7a50a4   check if $path is a empty string
       new  5b8155a   Merge pull request #315 from owncloud/missing_path
       new  d022b89   Correct more data vs attr to fix #189
       new  3fde72e   Merge pull request #313 from owncloud/backport_fix_ldap_typo_set_not_get_value
       new  e29b0d0   Merge pull request #297 from eMerzh/fix_useradd_287
       new  0741598   Revert "fix blocking drag & drop upload of folders"
       new  b71cc08   normalize filepaths in OC_Files::getFileInfo
       new  9c88857   Return empty array if file does not exist inside Shared folder, fixes issue #91
       new  4802f21   Fix deleting multiple user w-o reloading V2
       new  e8a0cea   Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr
       new  4619c66   Migration: Allow for no app data cases; handle file copying better
       new  8b31081   backport fix for the user_webdavauth fix to stable45. approved master fix here: 6fba4ba87d5a16eb61337062cd7a6b9fa51f7682
       new  166edb2   start implementing a solution to fix broken etags for shared files
       new  72d6c32   find correct source file and owner of shared files
       new  56c8976   introduce util.php for file sharing which provides functionallity which is also needed in other places, e.g. the webdav server
       new  5f7d053   some more checks if file is a shared file
       new  501bb0a   if file gets modified, always remove etag for all shared folder to make sure that the sync client checks the shared folder for changes
       new  9e0a6d8   make getFileSource static
       new  1ffcd33   fix file delete in opera - fixes #188
       new  da5c30e   Merge pull request #298 from eMerzh/fix_add_del_user2
       new  a1a44a3   Merge pull request #293 from owncloud/backport_ldap_improved_obj_existance_check
       new  b3245ac   LDAP: convert binary objectGUID-value to string before storing in DB
       new  560d87e   l10n support for user_webdavauth
       new  7270be8   Revert "l10n support for user_webdavauth"
       new  39b6bb8   make function static
       new  2d110f2   LDAP: check if search was successful (fixes a PHP warning), provide meaningful log output
       new  6641af7   Check if resharing is allowed by the admin, fixes issue #341
       new  12cd67b   Merge pull request #349 from owncloud/check_resharing_allowed
       new  743d01d   Merge pull request #344 from owncloud/ldap_fix_objectguid
       new  77c0761   Merge pull request #321 from eMerzh/fix_multiple_del_user2
       new  781b579   create correct file cache entries for new files/folder created in shared folders
       new  5e19854   always calll fopen
       new  55d8057   Merge pull request #335 from owncloud/sharing_folder_sync_stable45
       new  bcb9cf3   4.5.2
       new  66343f9   Fix remote.php CSS+JS garbish on some systems
       new  3fab166   coding style
       new  9b1f246   really check if mod_deflate is loaded
       new  cb55229   get the right metadata and file id if a file was uploaded to a Shared folder
       new  cb0666e   move the identification of the real path of a shared file to the filecache
       new  bfff3d3   Correct quoting error with Sabre connector. Fix critical pg pbms
       new  b1b1fe7   Merge pull request #408 from owncloud/fix_remote.php_output
       new  8724fe4   backport of #271 to stable45
       new  b019a57   also set 'renaming' to false if renaming was aborted, this fixes issue #442
       new  ad76298   Merge pull request #452 from owncloud/fix_issue_442
       new  8f501a9   Merge pull request #430 from eMerzh/pg_shared_sabre
       new  a575e86   make sure path starts with /
       new  f9c5a0f   all but the first parameter are introduced by &
       new  780f229   Cleanup user settings js
       new  a12d383   Always have the username as string in user admin
       new  3ed0960   Better check and handling of user creation
       new  52dd027   Better check and handing of user deletion
       new  39a54f5   Better place to check for user removal
       new  4fa86c4   closes #466 - manual backport of translations
       new  6188f07   backport of PR #471
       new  326496f   Merge pull request #439 from owncloud/239_webdav_999_files_stable45
       new  54352fe   check whether to join url with ? or &
       new  85a0ba2   coding style
       new  124e4ba   LDAP: escape values in the DN, fixes #419
       new  fd71023   LDAP: Make update script escape all known DNs. Requires version bump.
       new  2854ee5   use correct path for property cache (the real path of the file and not the virtual path in the shared folder
       new  ced12cb   allow to update the user in file cache. (e.g. for Shared files)
       new  e44e357   Merge pull request #448 from owncloud/fix_metadata_on_upload
       new  dd694b5   LDAP: correct escaping in DNs, differ between use for filters and bases. Really fixes #419 now
       new  84754d3   add root as parameter to keep default root for non-shared folder/files
       new  939470d   Merge pull request #521 from owncloud/filecache_update_user
       new  ea54fe9   take root folder into account while checking for Shared folder
       new  95cee0e   LDAP: also prepare for DN for login due to the escape changes for #419. Hopefully we're really done now..
       new  8f22096   Merge pull request #518 from owncloud/fix_property_cache
       new  e9c710e   fix copy-paste error in sql query
       new  756424b   Merge pull request #539 from owncloud/filecache_query_fix
       new  89bdb78   Merge pull request #525 from owncloud/fix_metadata_on_upload
       new  270d119   Merge pull request #497 from owncloud/fix_ldap_escape_dn
       new  dceb2b7   Show error message to prevent adding a shared folder in the root dir fix #468
       new  a566684   typo
       new  f849dd0   also return fileid in OC_Filecache::get
       new  3e20032   stop increasing folder sizes once we hit a non folder
       new  88516dd   remove debug output
       new  f359c2a   backport pullrequest #554 better reverse proxy support
       new  470e93e   backport pullrequest 561
       new  05db74e   Also reject names with \ in the name
       new  3c54703   some more invalid characters have been added
       new  f385d32   introduce Files.containsInvalidCharacters(), use when creating or renaming files
       new  e56de16   backport pullrequest #562
       new  41bfd5e   make sure the output buffer is closed when handeling webdav
       new  3493747   use normalizePath to have a proper target path
       new  410d798   Merge pull request #456 from owncloud/fix_new_from_url
       new  1b4f249   make sure to add the right user as owner of a file to the file cache table
       new  2f08d24   Backport pull request #380 from butonic/feature_share_link_with_token
       new  07c0cda   make sure path starts with /
       new  5d53e0d   all but the first parameter are introduced by &
       new  440828f   check whether to join url with ? or &
       new  15a485c   coding style
       new  263da24   remove debug output
       new  ef159cd   use normalizePath to have a proper target path
       new  94db6c6   Merge branch 'stable45' of github.com:owncloud/core into stable45
       new  d6bc775   Merge pull request #581 from schiesbn/add_user_to_fscache
       new  5daf512   4.5.3

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