Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 2 | -0/+2 |
| | |||||
* | Strip directory from scriptName | Lukas Reschke | 2015-10-12 | 1 | -5/+5 |
| | | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes. | ||||
* | Merge pull request #19683 from owncloud/repair-donotrepairfoldermimetypes | Thomas Müller | 2015-10-12 | 1 | -2/+11 |
|\ | | | | | Do not update mime types for folders with extension | ||||
| * | Do not update mime types for folders with extension | Vincent Petry | 2015-10-09 | 1 | -2/+11 |
| | | | | | | | | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step. | ||||
* | | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #19657 from owncloud/setup-transport | Thomas Müller | 2015-10-12 | 1 | -1/+4 |
|\ \ | | | | | | | Setup sendmail transport | ||||
| * | | Setup sendmail transport | Lukas Reschke | 2015-10-08 | 1 | -1/+4 |
| | | | | | | | | | | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #19654 from owncloud/db-locking-no-scan-transaction | Robin Appelman | 2015-10-09 | 1 | -2/+8 |
|\ \ \ | |_|/ |/| | | Dont use a transaction in the scanner while using db based locking | ||||
| * | | Dont use a transaction in the scanner while using db based locking | Robin Appelman | 2015-10-08 | 1 | -2/+8 |
| | | | |||||
* | | | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 2 | -14/+1 |
| | | | |||||
* | | | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 2 | -1/+21 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -2/+8 |
| | | | |||||
* | | | Merge pull request #19034 from owncloud/http-request-warning | Thomas Müller | 2015-10-08 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Prevent warning decoding content | ||||
| * | | | Prevent warning decoding content | Robin McCorkell | 2015-09-14 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #19651 from owncloud/recursive_mkdir_for_objectstores | Thomas Müller | 2015-10-08 | 2 | -18/+22 |
|\ \ \ \ | |_|_|/ |/| | | | make mkdir recursive, add phpdoc to api | ||||
| * | | | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 2 | -18/+22 |
| | | | | |||||
* | | | | Merge pull request #19650 from owncloud/disable-appstore-for-ee | Thomas Müller | 2015-10-08 | 1 | -1/+7 |
|\ \ \ \ | |/ / / |/| | | | Disable app store for EE by default | ||||
| * | | | Disable app store for EE by default | Lukas Reschke | 2015-10-08 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | This disables the app store for EE versions by default to address some problems caused by the wrong assumption that "Official" means supported by ownCloud Inc. Administrators can still enable the app store by setting `appstoreenabled` to true in the config file. | ||||
* | | | | Merge pull request #19644 from ↵ | Thomas Müller | 2015-10-08 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue-19617-catch-exception-when-cleaning-locks Catch "missing table" exception when cleaning up locks | ||||
| * | | | | Catch "missing table" exception when cleaning up locks | Joas Schilling | 2015-10-08 | 1 | -1/+8 |
| | | | | | |||||
* | | | | | Merge pull request #19546 from owncloud/fix-search-for-node-api | Thomas Müller | 2015-10-08 | 1 | -1/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix search operations for the Node API | ||||
| * | | | | fix internal path when searching in storage root | Robin Appelman | 2015-10-06 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-10-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #19607 from owncloud/use-url | Thomas Müller | 2015-10-08 | 3 | -6/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Use `/` if installed in main folder | ||||
| * | | | | | Use `/` if installed in main folder | Lukas Reschke | 2015-10-06 | 3 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise an empty string is used indicating the cookie is only valid for those resources. This can lead to eunexpected behaviour. Fixes https://github.com/owncloud/core/issues/19196 | ||||
* | | | | | | Merge pull request #19609 from owncloud/check_dav_move_permissions | Thomas Müller | 2015-10-08 | 2 | -2/+32 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [webdav] Check if source can be deleted before move | ||||
| * | | | | | [WEBDAV] check if delete of source is allowed on move | Roeland Jago Douma | 2015-10-07 | 2 | -2/+32 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5251 If we perform a move we need to make sure first that the source can be deleted. Else the dest might be cleared but the move will fail later. * Added unit tests Eventually we need more and better checking here. | ||||
* | | | | | Only use zip64 when we have 64 bit php | Joas Schilling | 2015-10-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #19537 from owncloud/fix-white-page-of-death | Thomas Müller | 2015-10-07 | 1 | -19/+64 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes last causes for WSOD | ||||
| * | | | | | Do not trigger the update exception when we already show an error | Joas Schilling | 2015-10-07 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | validate HTTP protocol in case of an exception | Morris Jobke | 2015-10-06 | 1 | -2/+24 |
| | | | | | | |||||
| * | | | | | Fixes last causes for WSOD | Morris Jobke | 2015-10-06 | 1 | -16/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | * print plain text if rendering of exception/error page is not possible | ||||
* | | | | | | Fix single file download - fixes #19614 | Thomas Müller | 2015-10-07 | 1 | -0/+3 |
| |/ / / / |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 4 | -10/+12 |
| | | | | | |||||
* | | | | | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 1 | -1/+9 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Mark shares as dirty when changing permissions | ||||
| * | | | | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 1 | -1/+9 |
| | | | | | |||||
* | | | | | Merge pull request #19605 from owncloud/add-get-http-protocol | Thomas Müller | 2015-10-06 | 2 | -0/+29 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add \OCP\IRequest::getHttpProtocol | ||||
| * | | | | Add \OCP\IRequest::getHttpProtocol | Lukas Reschke | 2015-10-06 | 2 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only allow valid HTTP protocols. Ref https://github.com/owncloud/core/pull/19537#discussion_r41252333 + https://github.com/owncloud/security-tracker/issues/119 | ||||
* | | | | | OC_Log not longer exists | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #19407 from owncloud/lock-zip-content | Thomas Müller | 2015-10-06 | 2 | -84/+135 |
|\ \ \ \ | |/ / / |/| | | | Lock zip content | ||||
| * | | | Refactor single file download into it's own method | Thomas Müller | 2015-10-05 | 1 | -76/+71 |
| | | | | |||||
| * | | | Recursively lock folder contents | Thomas Müller | 2015-10-05 | 1 | -6/+27 |
| | | | | |||||
| * | | | release locks in case of exception | Thomas Müller | 2015-10-05 | 1 | -0/+2 |
| | | | | |||||
| * | | | log the exception during zip creation | Thomas Müller | 2015-10-05 | 1 | -13/+26 |
| | | | | |||||
| * | | | Lock files which are zipped | Thomas Müller | 2015-10-05 | 1 | -6/+26 |
| | | | | |||||
| * | | | Clean PHPDoc | Thomas Müller | 2015-10-05 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 127 | -82/+167 |
|\ \ \ \ | |_|/ / |/| | | | update licence headers via script | ||||
| * | | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 21 | -21/+13 |
| | | | |