summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 9.0.6v9.0.6Vincent Petry2016-11-081-2/+2
|
* [stable9.1] Merge pull request #26459 from ↵Vincent Petry2016-10-252-8/+18
| | | | | owncloud/limit-carddav-image-export-mime-types (#26484) Limit carddav image export mime types
* Set version to 9.0.6 RC2v9.0.6RC2Vincent Petry2016-10-251-2/+2
|
* Merge pull request #26485 from ↵Vincent Petry2016-10-252-27/+4
|\ | | | | | | | | owncloud/stable9-96b8afe48570bc70088ccd8f897e9d71997d336e [stable9] Merge pull request #26460 from owncloud/throw-exceptions-not-printable
| * Merge pull request #26460 from owncloud/throw-exceptions-not-printableVincent Petry2016-10-252-27/+4
| | | | | | | | Don't print exception messages in html
* | Merge pull request #26483 from owncloud/stable9-allow-integrity-checkVicDeo2016-10-251-0/+1
|\ \ | |/ |/| [stable9] Allow integrity check via OccController
| * Allow integrity check via OccControllerVictor Dubiniuk2016-10-251-0/+1
|/
* Merge pull request #26475 from owncloud/stable9-filelist-catchinvalidcharsVincent Petry2016-10-252-8/+34
|\ | | | | [stable9] Exclude more invalid chars from files UI path
| * Exclude more invalid chars from files UI pathVincent Petry2016-10-252-8/+34
|/ | | | | | | | | Prevent newlines and zero byte chars to be used in files UI URL and redirect to root if one is detected. Added additional hardening in case the request fails with 400 or the XMLHttpRequest throw a DOMException, both can happen with invalid paths as well.
* remove old share propagation entries from appconfig (#26454)Vincent Petry2016-10-243-1/+105
|
* stable9 is not compatible with PHP 7.1 (#26433)RealRancor2016-10-242-0/+16
|
* Merge pull request #26456 from ↵Vincent Petry2016-10-241-2/+2
|\ | | | | | | | | owncloud/stable9-da79d9affbf1cd3a2e30c5226e143b2ecb9c3105 [stable9] Fix misleading SSL/TLS SMTP email configuration (#26447)
| * [stable9] Fix misleading SSL/TLS SMTP email configuration (#26447)RealRancor2016-10-241-2/+2
|/
* Sanitize length headers when validating quota (#26417)Vincent Petry2016-10-202-26/+39
|
* Set version to 8.2.9 RC1v9.0.6RC1Vincent Petry2016-10-191-2/+2
|
* Merge pull request #26409 from ↵Vincent Petry2016-10-196-8/+8
|\ | | | | | | | | owncloud/stable9-36d6f3ba8b7b7db8f4d8b2a70504fd184a30cc50 [stable9] Escape special characters (#25429)
| * [stable9] Escape special characters (#25429)Aaron Wood2016-10-196-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* | Merge pull request #26389 from owncloud/stable9-fix-unsharefromself-hookvaluesVincent Petry2016-10-195-40/+200
|\ \ | |/ |/| [stable9] Fix post_unshareFromSelf hook parameter format
| * Partial backport of etag propagation testsVincent Petry2016-10-194-38/+176
| | | | | | | | | | | | Took the etag propagation test cases from 92abb5f23d3beb7e60c9f3a656a7ca41b5812da7 to make sure it uses the new API when creating shares.
| * Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-172-2/+24
| | | | | | | | | | | | | | | | | | | | When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one.
* | Merge pull request #26403 from owncloud/upgrade_group_skip_missing_stable9Vincent Petry2016-10-191-14/+24
|\ \ | |/ |/| [stable9] Upgrade group skip missing stable9
| * Fix minor typoJuan Pablo Villafáñez2016-10-191-1/+1
| |
| * Skip over missing groupsJuan Pablo Villafáñez2016-10-191-14/+24
|/
* Merge pull request #26332 from ↵Vincent Petry2016-10-114-4/+4
|\ | | | | | | | | owncloud/stable9-b569564fcc1aba85dce6446dc6736e07e87c2c61 [stable9] forum.owncloud.org -> central.owncloud.org
| * [stable9] forum.owncloud.org -> central.owncloud.org (#25644)RealRancor2016-10-104-4/+4
| |
* | Merge pull request #26343 from owncloud/ldap_command_updategroup_stable9Vincent Petry2016-10-112-0/+221
|\ \ | |/ |/| [stable9] New command to update group mappings
| * New command to update group mappingsJuan Pablo Villafáñez2016-10-112-0/+221
|/
* Merge pull request #26310 from ↵Vincent Petry2016-10-101-1/+1
|\ | | | | | | | | owncloud/stable9-0f6a5aac7c4a770d45f9a2a36f90aa331c795aac [stable9] Improve user list rendering perf by not resorting after every add
| * [stable9] Improve user list rendering perf by not resorting after every add ↵Vincent Petry2016-10-071-1/+1
| | | | | | | | | | | | | | | | (#26282) The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users.
* | Tear down FS after user update in CardDAV sync job (#26204)Vincent Petry2016-10-081-0/+2
|/ | | | | Because fetching the user information will also fetch the avatar, the avatar code sets up the FS and leaves the mount points cached, we need to call tearDownFS to clear that up.
* Merge pull request #26276 from owncloud/stable9-backport26031Vincent Petry2016-10-064-18/+27
|\ | | | | [Stable9] Allow one more origin. Log the reason of occ controller failure
| * Backport #26031 and #26105Victor Dubiniuk2016-10-044-18/+27
| |
* | Merge pull request #26275 from owncloud/stable9-integration-tests-issue-26182Vincent Petry2016-10-041-0/+13
|\ \ | |/ |/| Added scenario sharing again an own file while belonging to a group t…
| * Added scenario sharing again an own file while belonging to a group to stable9Sergio Bertolin2016-10-041-0/+13
|/
* Merge pull request #26258 from ↵Vincent Petry2016-10-041-0/+2
|\ | | | | | | | | owncloud/stable9-8b20b12584bb49b46913ffb9ed273c15b245cc27 [stable9] Tear down FS between cron jobs (#26223)
| * [stable9] Tear down FS between cron jobs (#26223)Vincent Petry2016-09-301-0/+2
|/ | | | | | | | | Because some cron jobs do not always properly clean up their FS usage and others might not clean up before setting up the FS, this could cause potential side effects. To make sure we exclude side effects, we tear down the FS between cron jobs.
* [stable9] 25532_issue_password_update_notification_updated (#25756) (#25867)Thomas Müller2016-09-301-1/+3
| | | | | | | | | | * Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message
* [stable9] Unset user PHOTO before setting new one in ↵Thomas Müller2016-09-301-0/+1
| | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) (#26247) Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Backport #26236 to stable9 (#26237)RealRancor2016-09-281-3/+3
|
* Backport #26087 to stable9 (#26229)RealRancor2016-09-271-1/+1
|
* Merge pull request #26187 from owncloud/stable9-fix-shareperms-increase-ownerVincent Petry2016-09-232-1/+109
|\ | | | | [stable9] Allow increasing permissions for share owner
| * Allow increasing permissions for share ownerVincent Petry2016-09-222-1/+109
|/ | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation.
* Allow space for federated share id search (#25982)Vincent Petry2016-09-222-1/+53
|
* [stable9] In case the build on master or any release branch fails an email ↵Thomas Müller2016-09-211-0/+7
| | | | notification is sent out (#26168)
* [stable9] Fix mimetype detection inside hidden folders (#26138) (#26152)Thomas Müller2016-09-202-2/+6
|
* Allow uploading empty files (#26136)Vincent Petry2016-09-191-4/+0
|
* Set version to 9.0.5 finalv9.0.5Vincent Petry2016-09-191-2/+2
|
* Increase version for 9.0.5RC2v9.0.5RC2Vincent Petry2016-09-071-2/+2
|
* Merge pull request #26049 from owncloud/stable9-cath-needs-upgrade-non-cliVincent Petry2016-09-071-0/+6
|\ | | | | [Stable9] Pass web requests to occ controller if upgrade is needed
| * Pass web requests to occ controller if upgrade is neededVictor Dubiniuk2016-09-071-0/+6
| |