[Pkg-owncloud-commits] [owncloud] annotated tag v4.5.10RC1 created (now 8c7b9cb)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:13:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v4.5.10RC1
in repository owncloud.
at 8c7b9cb (tag)
tagging 94cd6f2ae77694a85cc1c601dd1451a89da604d1 (commit)
replaces v4.5.9
tagged by Frank Karlitschek
on Tue Apr 9 23:26:53 2013 +0200
- Log -----------------------------------------------------------------
4.5.10 RC1
Frank Karlitschek (1):
4.5.10 RC1
-----------------------------------------------------------------------
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
new a9f041a show drag shadow in firefox by using helper:'clone'
new cc785e2 make some checks server-side
new 97231e6 fix group and subadmin managing for 'ajax-loaded' users
new 44dbdd9 add a client side check
new 71679c8 Revert "fix group and subadmin managing for 'ajax-loaded' users"
new 79a7ee6 use attr instead of data
new 6fb5095 add function to safly end output buffering
new 4decc86 use new obEnd function instead of ob_end_clean
new b7dd48b fix regression in file versioning for shared files
new 1f4713d use \OCP\Share::getItemSharedWith to also finds source of files in a shared folder
new 85382a5 backport of pull request #691, no file versions if fs cache
new 8596226 Merge pull request #656 from schiesbn/backport_pull_619
new 44119e2 LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes different problems, esp. with non-ascii characters in the dn (#631)
new d57b870 Merge pull request #662 from owncloud/fix_ldap_escape_dn_2
new 10d97c8 4.5.4
new 4d7910f Merge branch 'stable45' of https://github.com/owncloud/core into stable45
new 3ede33a Merge pull request #649 from schiesbn/fix_fileVersioningForSharedFiles_stable45
new c840a68 Clean KB entries processing code
new 67682ec Check if we have an array with data. Fix #487
new 1a2fad1 fix oc-605
new cc948fe detect '/Shared' as directory. This solves the problem described in issue #674
new 395eace set password for shared links when the user press enter and when he leaves the password field
new ea7b980 make sure that all expected array keys are available
new 2f21225 Backport #605 fix false positives when sharing.
new c0a8e3f Merge pull request #701 from owncloud/backport_fix_oc-605
new 144a435 Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45
new da5fd1a Merge pull request #691 from VicDeo/stable45
new 3bb0f45 fix more undefined indexes
new 3401cb5 some more usability improvements:
new 39dbecd Fix a dirty function preventing showing errors
new 8a1145f one more undefined index error
new f96405e [files_external] mount filesystems for all users
new 9e05781 [files_external] fix config gui for all users
new bb8a274 make sure that all expected array keys are available
new 058918d fix more undefined indexes
new c0d45c8 one more undefined index error
new 2e7731c Merge branch 'undefined_index_fixes' of github.com:schiesbn/core into undefined_index_fixes
new af83a62 Merge pull request #715 from owncloud/backport_605
new 0516e93 Merge pull request #710 from schiesbn/undefined_index_fixes
new 01a8af1 [files_external] fixes #290
new d0142ea [files_external] removing function as it's the same in the base class - THX Robin
new 9fe48e4 [files_external] fixing some undefined index
new f417741 [3rdparty] patching smb4php to allow special characters on file names within SMB shares
new 7858ee8 LDAP: don't append absolute paths to datadir when determining customized user home, fixes #763
new d35a22c Update l10n/de/settings.po
new df49bb7 Merge pull request #794 from Mirodin/patch-4
new 2cdc7b8 Update l10n/de/settings.po
new 58347e3 Merge pull request #820 from Mirodin/patch-6
new eb92c9b fix increaseSize to also increase the size of the root folder
new 78c2a21 set the session name to the instance id - which is unique
new 57780bf fix warning if the size of the Shared-folder gets calculated
new 52b1f7e Merge pull request #705 from schiesbn/fix_674
new 3a5271d backport pull request #813 Check if smclient and php_ftp are installed
new 5bf0ede backport of PR #810
new 253e5f3 refs #505 - defining publicListView based on template parameter
new 5bf961b Merge pull request #840 from owncloud/fix-issue-451-for-stable45
new db94625 add test case for increasesize
new 0e28a66 fix increaseSize when called directly on the root folder
new 8157837 Close DB connection as it is no longer required. Fix #638
new c993481 fix checking quota in webdav, adding a sabredav plugin
new 35a44a6 code style changes
new c50bbc8 throwing InsufficientStorage in case the quota is reached
new c035fe4 use username, not passed loginname, might differ
new 5f30c84 implement getCurrentUser in Sabre Auth Connector, fixes #508
new f2eef0c Add an $excludingBackend optional parameter
new b0a81b5 backport of de34f771c22b9a54fa22d9c00741e362f47c852d
new 9fb1746 Merge pull request #851 from owncloud/webdav-quota-fix-stable45
new fbd399f postgresql connect with specify db if 'postgres' does not work
new d532858 Show conflict warning when user_ldap and user_webdavauth are enabled
new 430ac50 Show conflict warning when user_ldap and user_webdavauth are enabled
new 23a5c28 Also show a more prominent warning when php_ldap is not installed
new 9db23b2 Give also hint about possible conflicts in the user_webdavauth description
new eda4781 Merge pull request #857 from owncloud/fix_508
new 62cc311 Merge pull request #878 from owncloud/ldap_webdavauth_conflict
new 1bbaea5 fix mimetype icons for new files
new 8437dea Merge pull request #844 from owncloud/send-share-link-by-email-stable45
new 73666ae autofocus to password input after clicking the checkbox; code restructured; debug output added
new a0b3b65 call the password input field by name
new 09115c3 Merge pull request #753 from owncloud/fixing_files_external_stable45
new ca6aa13 Merge pull request #835 from owncloud/increasesize_rootfolder
new d8a596c use json encoding when deleting multiply files instead of using ; as delimiter
new 727d95f remove unneeded line
new db7ca53 backport fix admin check
new e02e218 fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
new ad9420f Merge pull request #773 from owncloud/fix_ldap_763
new db30d86 Merge pull request #848 from VicDeo/stable45
new a5a25eb Merge pull request #709 from schiesbn/set_passwd_on_enter_and_focusout
new b1d9657 ignore autogenerated testfiles and folders
new 1265bfa backport of fixing default email sender address
new 2f49c90 backport of #954 to stable45
new 0349414 fix the delete all function, no need to add user to the path, fixed broken function calls
new 9cd3e3b ownCloud 4.5.5
new 386044b backport #970 to stable45
new 2a76801 Merge pull request #957 from owncloud/download-progress-stable45
new 81d9ba8 Merge pull request #937 from owncloud/stable45_ignore_autogenerated_testfiles
new b9199b8 Fixes incorrect variable name
new 68c0200 Do the url encoding once, only in breadcrumbs template
new 74f75e6 Merge pull request #979 from owncloud/fixing-950-stable45
new 55da127 Merge pull request #931 from owncloud/stable45_fix_utf8_filenames_in_ie_download
new 2cb5123 only show the max possible upload of 2GB on a 32 bit system. for a 64 bit system we have no such limitation refs #856
new f800412 Merge pull request #1001 from owncloud/backport_fix_438
new 42a2155 whitespace cleanup
new 474fdef enable enter in ie by using .submit()+form instead of .change(), use notifications when name is empty
new 4766184 show notification when renaming a file to ''
new 7a5f5a1 abort rename on ESC keyup
new 7a138ca remove , at end of js. IE8 chokes on this
new 3ca199f input/form switching cleanup
new ac98ac3 use jQuery.parseJSON fallback for IE6/7/8
new 5c421b7 add smtp port configuration option
new bee5276 Merge pull request #1040 from owncloud/fixing-856-stable45
new 3630cec Remove echo from lost password page
new efde07c Merge pull request #1083 from owncloud/backport-fix-issue-1075
new 469cf60 Merge pull request #939 from owncloud/stable45_fix_minor_files_annoyances
new 8241cfa backport of #1092 to stable45
new afa8f68 Merge pull request #956 from RandolfCarter/DefaultEmailAddressStable45
new 989d762 fix pattern for database names
new d68cc62 use regex which was suggested by dragotin
new 177c7fe Merge pull request #963 from schiesbn/fix_expire_all_versions
new 07b589c minor whitespace & allow special translation for wrong urls
new f31d37c fix wrong return value for isFileNameValid()
new ae54364 fixing string concatenation in javascript
new 62b2940 Merge pull request #1102 from owncloud/backport-1092-stable45
new 258edce Merge pull request #867 from eMerzh/pg_install_db
new ba7b24b more translations
new cde6184 SQL limit cleanup
new 4436e76 use rawurlencode to fix 1073
new d814697 allow moving into dirs with + chars
new b17d34f Merge pull request #1130 from owncloud/stable45_more_translations
new 34ddbc3 Correct link to the bugtracker in exception.php
new ffc3f07 interpret http 403 and http 401 as not authorized
new 5e6705a Merge pull request #1134 from owncloud/stable45_fix_1073
new 4b3563a backport of #1066 to stabe45
new 25a051f Group name does't need to be sanitized before storing it in the database
new 0825f2c proper escape the mountpoints. Fixes https://github.com/owncloud/core/issues/557 in stable45
new b9ce656 Merge pull request #1213 from owncloud/backport-905-stable45
new f995d92 fix error message, add appid to the output to know which app caused the error
new 6f488e1 Merge pull request #1222 from schiesbn/fix_error_message
new c05c8ab Use GET instead of QUERY_STRING
new b8e0309 Also replace the backslash with a minus
new fb334f3 Sanitize the exception
new 73104b0 Update SabreDAV to 1.6.6 - fixes #1223
new a9228e1 Merge pull request #1240 from owncloud/fixing-1223-stable45
new a77bf8c Remove eol ^M chars.
new 543db10 Backport #1234 by @MTGap
new 3f7e75c Improve autodetection of language.
new 7691176 Fix the loop to search al the available languages, not only the las element.
new 1a9ac70 Merge pull request #1253 from owncloud/backport-766-to-stable45-fixes-1245
new 3cf9c43 Merge pull request #1248 from owncloud/remove_ctrl_M_chars
new ada57de 4.5.6
new bcbcb78 load subadmin.php to make sure that the hooks are connected
new 3007ef9 LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278
new 91133d6 Merge pull request #1283 from owncloud/fix_1278
new c38e71d move hooks to base.php
new 6c87a07 Merge pull request #1282 from owncloud/connect_hooks
new a5c8547 fix logout icon, hopefully also #969
new 8c3519a Backport of #1113 should fix #622
new 8939d41 Merge pull request #1323 from eMerzh/backport_1113
new 7052b07 fixes #1015
new 6a4e667 fixes #1015
new d5df887 Merge pull request #1325 from owncloud/undefined-4.5.5+4.5.6-stable45
new 3249228 Add create permission, fixes #780
new a1454ef Merge pull request #1338 from owncloud/backport-1337-stable45
new 0d97cf0 Merge pull request #1322 from owncloud/logout-icon-stable45
new 26e890e Revoke DB rights on install only if the db is newly created
new 09f2ac4 Case insensitive Lang Detection fix #1328
new f6ca16a Merge pull request #1400 from eMerzh/fix_1328
new e21a0d2 Merge pull request #1249 from owncloud/backport_1234
new c3c9ad8 Merge pull request #1183 from owncloud/fix-388-stable45
new 9282641 [user_webdavauth] Add requesttoken
new 5ec272d [user_ldap] Add requesttoken
new 9bd5384 Merge pull request #1433 from owncloud/add_requesttoken45
new 503a84c offer change password only when the action is supported by the user backend
new 9e18531 Merge pull request #1467 from owncloud/fix_change_password
new 8310543 remember which item was switched to which id, so that later the correct item can be unset
new a146360 use variable instead of a second array lookup
new 4ab4285 Merge pull request #1479 from schiesbn/sharing_bug
new 41c4cb9 backport #1357 to stable45
new cf4a74a fixing <?php - thx @simonbuehler
new 3bd1e82 Merge pull request #1499 from owncloud/backport-1357-stable45
new 612fb0a merge backport e122fdbcb63cc4e36982dc23bd2a38c904417447
new 837c592 Typo
new 9a6676e simplify mimetype parsing of 'file' output
new 9d79207 Merge pull request #1528 from owncloud/simplify_file_mimetype_parsing_stable45
new f8b103f know your libraries ;-)
new 4bd1ff3 Merge pull request #1567 from owncloud/fixing-1505-stable45
new c67261f Remove uneeded AWS compatbility tests
new bb5a3bf Merge pull request #1639 from owncloud/stable45-aws
new ece08cd Remove invalid characters from app id to prevent loading of invalid ressources.
new 9e64de4 Merge pull request #1641 from owncloud/backport-1569
new 2e819d6 Check requesttoken
new 2e65dc6 backport of #1654, #1636 and https://github.com/owncloud/3rdparty/pull/12
new e91ec52 Merge pull request #1660 from owncloud/smb-fixes-stable45
new 8f00f21 Check if glob() returns some matches before continue, this should fix issue 1690
new 0f7c6c0 Invalidate existing HSTS headers
new b002cf3 Merge pull request #1695 from owncloud/check_result_before_contionue
new 073e129 we should never drop a database
new 1fa54ef LDAP: backport basic fix from PR #1493 to fix bug #1450 in stable45
new d746aa0 Use addslashes instead of addcslashes
new 24a7381 Add missing requesttoken
new 88248b6 Merge pull request #1716 from owncloud/backport_pr1493
new cb17435 backport https://github.com/owncloud/core/pull/1751
new 3be64bb Merge pull request #1735 from owncloud/encodePathCorrectly
new 368c1eb 4.5.7
new 81985c5 Revert "backport"
new 57017ed Sanitize HTML
new d885959 Sanitize HTML
new c1c3980 Revert "Sanitize HTML"
new e2faa92 Sanitize HTML
new c88f514 Merge pull request #1781 from owncloud/p-stable45
new 102d580 mount users home before write/read file to it, necessary to deal with external homes
new 8a6c380 Merge pull request #1850 from owncloud/mount_users_home_stable45
new 574ff25 escape regular expressions
new 8e9577d Merge pull request #1954 from owncloud/escape_regular_expressions_stable45
new 8fe2516 make sure that the version app always work on the users real home folder and not the mount point
new d48e927 Merge pull request #2003 from owncloud/fix_1834_stable45
new 4cff6df Sanitize groupname
new 2364c79 Sanitize quota
new 7b0a8f4 Sanitize shareWith
new 0aef7dd LDAP: escape some more chars for proper search filter, fixes #1673
new c33b217 backport 6acbadf41833c8d5a78aabb06c6c7e0f4f4c019b
new 4968050 backported session fix from pull request #1898 to stable 45 to fix #1049
new 28ff24d Merge pull request #2154 from owncloud/backport1898
new 73d6a55 Offer download of whole shared dir only if it does not exceed zip input limit
new 0de2c95 fix foldersize check to validate zip input size
new 206b9eb 4.5.8
new edf7162 Check if username is valid and remove slashes from filename
new 02b46e9 json encode download list
new 403ecaf work arround to detect /Shared as folder
new 84788d1 fix comment
new 5181232 bug fix from #2247
new 58ef8fa let public link download handle json encoded file lists
new 7514cde don't show share action for the Shared folder, approved pull request #2265
new e10a2f2 Merge pull request #2255 from owncloud/backport_2163
new d58457f LDAP: avoid irritating log output
new 9cc1530 variables in php start with $
new ade2831 Bump SabreDAV to 1.6.8
new 6b6cefe Merge pull request #2805 from owncloud/sabre-45
new 463039d Use a more random source...
new 1a2a156 4.5.9
new 94cd6f2 4.5.10 RC1
The 460 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