[Pkg-owncloud-commits] [owncloud] annotated tag v4.5.2 created (now 29f2ed9)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:14:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v4.5.2
in repository owncloud.
at 29f2ed9 (tag)
tagging bcb9cf3c06cfea1059fceb4b180dca387adb389e (commit)
replaces v4.5.1a
tagged by Frank Karlitschek
on Tue Nov 13 22:06:49 2012 +0100
- Log -----------------------------------------------------------------
4.5.2
Arthur Schiwon (10):
LDAP: fix again proper check if groups are enabled
make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89
check if RUNTIME_NOAPPS is set before using it
LDAP: clear the cache not only when TTL changes, but with every settings update. Fixes #194
code style
prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups
Fix mkdir and opendir warnings when path does not exist
LDAP: fix typo in config value handling.
LDAP: convert binary objectGUID-value to string before storing in DB
LDAP: check if search was successful (fixes a PHP warning), provide meaningful log output
Björn Schießle (21):
fix function documentation
fix broken paths in versions app
don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
set password if user leaves password field (issue #57)
added some visual feedback is password was set
load logging apps for webdav connections
adapted comments to the code changes
urlencode file/dir to allow special characters in filename/path (issue #95)
getAbsolutePath() always needs a parameter, added empty path as parameter to get the root path
make root the default parameter for getAbsolutePath()
check if $path is a empty string
start implementing a solution to fix broken etags for shared files
find correct source file and owner of shared files
introduce util.php for file sharing which provides functionallity which is also needed in other places, e.g. the webdav server
some more checks if file is a shared file
if file gets modified, always remove etag for all shared folder to make sure that the sync client checks the shared folder for changes
make getFileSource static
make function static
create correct file cache entries for new files/folder created in shared folders
always calll fopen
Merge pull request #335 from owncloud/sharing_folder_sync_stable45
Brice Maron (6):
Fix migration problems for postgresql with MDB2 fix owncloud/apps#21
Fix quoting problem in fs mount. give Big DB error at least in PG
Use attr instead of data to prevent a type convertion fix #287
Fix delete link when new user is added
Correct more data vs attr to fix #189
Fix deleting multiple user w-o reloading V2
Daniel Molkentin (2):
Merge pull request #312 from owncloud/missing_path
Merge pull request #315 from owncloud/missing_path
Frank Karlitschek (4):
backport the approved fix from master to stable45
Merge branch 'stable45' of https://github.com/owncloud/core into stable45
backport fix for the user_webdavauth fix to stable45. approved master fix here: 6fba4ba87d5a16eb61337062cd7a6b9fa51f7682
4.5.2
Georg Ehrke (2):
deny the usage of dots in database name
fix file delete in opera - fixes #188
Jörn Friedrich Dreyer (1):
backport NAN undefined fix for total file size
Lorenzo M. Catucci (2):
Return true or false from readAttribute if $attr is empty
Return an empty array on succesful existence check
Lukas Reschke (10):
Allow any characters in the groupname
Check for iconv
Backport of pull request #155
Add CSRF check
Remove uneeded debug output
Merge pull request #285 from owncloud/backport_fix_fe_mkdir_warning
Merge pull request #284 from owncloud/backport_improve_files_update
Merge pull request #313 from owncloud/backport_fix_ldap_typo_set_not_get_value
Merge pull request #298 from eMerzh/fix_add_del_user2
Merge pull request #321 from eMerzh/fix_multiple_del_user2
Michael Gapczynski (2):
Return empty array if file does not exist inside Shared folder, fixes issue #91
Check if resharing is allowed by the admin, fixes issue #341
Robin Appelman (9):
possible fix for bombarding the server with the htaccess test during setup
add svg mimetype to default htaccess
fix OC_Filesystem::isValidPath when using \ instead of / in paths
check for filename blacklist in OC_Filesystem::isValidPath
support string values ('true' and 'false') for configuring the secure parameter on external storage backends
fix user specific mount configuration
Allow changing the way etags are generated
Revert "fix blocking drag & drop upload of folders"
normalize filepaths in OC_Files::getFileInfo
Thomas Mueller (2):
l10n support for user_webdavauth
Revert "l10n support for user_webdavauth"
Thomas Müller (5):
Merge pull request #171 from owncloud/load_logging_apps
Merge pull request #283 from butonic/stable45
Merge pull request #292 from eMerzh/fix_quoting_fs
Merge pull request #349 from owncloud/check_resharing_allowed
Merge pull request #344 from owncloud/ldap_fix_objectguid
Thomas Tanghus (2):
Backport pull request #112.
Merge branch 'stable45' of github.com:owncloud/core into stable45
Tom Needham (2):
Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr
Migration: Allow for no app data cases; handle file copying better
blizzz (2):
Merge pull request #254 from owncloud/ldap-stable45
Merge pull request #293 from owncloud/backport_ldap_improved_obj_existance_check
icewind1991 (1):
Merge pull request #297 from eMerzh/fix_useradd_287
-----------------------------------------------------------------------
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
The 157 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