Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set version to 9.0.6v9.0.6 | Vincent Petry | 2016-11-08 | 1 | -2/+2 |
| | |||||
* | [stable9.1] Merge pull request #26459 from ↵ | Vincent Petry | 2016-10-25 | 2 | -8/+18 |
| | | | | | owncloud/limit-carddav-image-export-mime-types (#26484) Limit carddav image export mime types | ||||
* | Set version to 9.0.6 RC2v9.0.6RC2 | Vincent Petry | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #26485 from ↵ | Vincent Petry | 2016-10-25 | 2 | -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-printable | Vincent Petry | 2016-10-25 | 2 | -27/+4 |
| | | | | | | | | Don't print exception messages in html | ||||
* | | Merge pull request #26483 from owncloud/stable9-allow-integrity-check | VicDeo | 2016-10-25 | 1 | -0/+1 |
|\ \ | |/ |/| | [stable9] Allow integrity check via OccController | ||||
| * | Allow integrity check via OccController | Victor Dubiniuk | 2016-10-25 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #26475 from owncloud/stable9-filelist-catchinvalidchars | Vincent Petry | 2016-10-25 | 2 | -8/+34 |
|\ | | | | | [stable9] Exclude more invalid chars from files UI path | ||||
| * | Exclude more invalid chars from files UI path | Vincent Petry | 2016-10-25 | 2 | -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 Petry | 2016-10-24 | 3 | -1/+105 |
| | |||||
* | stable9 is not compatible with PHP 7.1 (#26433) | RealRancor | 2016-10-24 | 2 | -0/+16 |
| | |||||
* | Merge pull request #26456 from ↵ | Vincent Petry | 2016-10-24 | 1 | -2/+2 |
|\ | | | | | | | | | owncloud/stable9-da79d9affbf1cd3a2e30c5226e143b2ecb9c3105 [stable9] Fix misleading SSL/TLS SMTP email configuration (#26447) | ||||
| * | [stable9] Fix misleading SSL/TLS SMTP email configuration (#26447) | RealRancor | 2016-10-24 | 1 | -2/+2 |
|/ | |||||
* | Sanitize length headers when validating quota (#26417) | Vincent Petry | 2016-10-20 | 2 | -26/+39 |
| | |||||
* | Set version to 8.2.9 RC1v9.0.6RC1 | Vincent Petry | 2016-10-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #26409 from ↵ | Vincent Petry | 2016-10-19 | 6 | -8/+8 |
|\ | | | | | | | | | owncloud/stable9-36d6f3ba8b7b7db8f4d8b2a70504fd184a30cc50 [stable9] Escape special characters (#25429) | ||||
| * | [stable9] Escape special characters (#25429) | Aaron Wood | 2016-10-19 | 6 | -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-hookvalues | Vincent Petry | 2016-10-19 | 5 | -40/+200 |
|\ \ | |/ |/| | [stable9] Fix post_unshareFromSelf hook parameter format | ||||
| * | Partial backport of etag propagation tests | Vincent Petry | 2016-10-19 | 4 | -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 format | Vincent Petry | 2016-10-17 | 2 | -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_stable9 | Vincent Petry | 2016-10-19 | 1 | -14/+24 |
|\ \ | |/ |/| | [stable9] Upgrade group skip missing stable9 | ||||
| * | Fix minor typo | Juan Pablo Villafáñez | 2016-10-19 | 1 | -1/+1 |
| | | |||||
| * | Skip over missing groups | Juan Pablo Villafáñez | 2016-10-19 | 1 | -14/+24 |
|/ | |||||
* | Merge pull request #26332 from ↵ | Vincent Petry | 2016-10-11 | 4 | -4/+4 |
|\ | | | | | | | | | owncloud/stable9-b569564fcc1aba85dce6446dc6736e07e87c2c61 [stable9] forum.owncloud.org -> central.owncloud.org | ||||
| * | [stable9] forum.owncloud.org -> central.owncloud.org (#25644) | RealRancor | 2016-10-10 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #26343 from owncloud/ldap_command_updategroup_stable9 | Vincent Petry | 2016-10-11 | 2 | -0/+221 |
|\ \ | |/ |/| | [stable9] New command to update group mappings | ||||
| * | New command to update group mappings | Juan Pablo Villafáñez | 2016-10-11 | 2 | -0/+221 |
|/ | |||||
* | Merge pull request #26310 from ↵ | Vincent Petry | 2016-10-10 | 1 | -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 Petry | 2016-10-07 | 1 | -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 Petry | 2016-10-08 | 1 | -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-backport26031 | Vincent Petry | 2016-10-06 | 4 | -18/+27 |
|\ | | | | | [Stable9] Allow one more origin. Log the reason of occ controller failure | ||||
| * | Backport #26031 and #26105 | Victor Dubiniuk | 2016-10-04 | 4 | -18/+27 |
| | | |||||
* | | Merge pull request #26275 from owncloud/stable9-integration-tests-issue-26182 | Vincent Petry | 2016-10-04 | 1 | -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 stable9 | Sergio Bertolin | 2016-10-04 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #26258 from ↵ | Vincent Petry | 2016-10-04 | 1 | -0/+2 |
|\ | | | | | | | | | owncloud/stable9-8b20b12584bb49b46913ffb9ed273c15b245cc27 [stable9] Tear down FS between cron jobs (#26223) | ||||
| * | [stable9] Tear down FS between cron jobs (#26223) | Vincent Petry | 2016-09-30 | 1 | -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üller | 2016-09-30 | 1 | -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üller | 2016-09-30 | 1 | -0/+1 |
| | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) (#26247) Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | Backport #26236 to stable9 (#26237) | RealRancor | 2016-09-28 | 1 | -3/+3 |
| | |||||
* | Backport #26087 to stable9 (#26229) | RealRancor | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #26187 from owncloud/stable9-fix-shareperms-increase-owner | Vincent Petry | 2016-09-23 | 2 | -1/+109 |
|\ | | | | | [stable9] Allow increasing permissions for share owner | ||||
| * | Allow increasing permissions for share owner | Vincent Petry | 2016-09-22 | 2 | -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 Petry | 2016-09-22 | 2 | -1/+53 |
| | |||||
* | [stable9] In case the build on master or any release branch fails an email ↵ | Thomas Müller | 2016-09-21 | 1 | -0/+7 |
| | | | | notification is sent out (#26168) | ||||
* | [stable9] Fix mimetype detection inside hidden folders (#26138) (#26152) | Thomas Müller | 2016-09-20 | 2 | -2/+6 |
| | |||||
* | Allow uploading empty files (#26136) | Vincent Petry | 2016-09-19 | 1 | -4/+0 |
| | |||||
* | Set version to 9.0.5 finalv9.0.5 | Vincent Petry | 2016-09-19 | 1 | -2/+2 |
| | |||||
* | Increase version for 9.0.5RC2v9.0.5RC2 | Vincent Petry | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Merge pull request #26049 from owncloud/stable9-cath-needs-upgrade-non-cli | Vincent Petry | 2016-09-07 | 1 | -0/+6 |
|\ | | | | | [Stable9] Pass web requests to occ controller if upgrade is needed | ||||
| * | Pass web requests to occ controller if upgrade is needed | Victor Dubiniuk | 2016-09-07 | 1 | -0/+6 |
| | |