summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-132-0/+2
|
* Strip directory from scriptNameLukas Reschke2015-10-121-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-donotrepairfoldermimetypesThomas Müller2015-10-121-2/+11
|\ | | | | Do not update mime types for folders with extension
| * Do not update mime types for folders with extensionVincent Petry2015-10-091-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 fileBjoern Schiessle2015-10-121-0/+4
| |
* | Merge pull request #19657 from owncloud/setup-transportThomas Müller2015-10-121-1/+4
|\ \ | | | | | | Setup sendmail transport
| * | Setup sendmail transportLukas Reschke2015-10-081-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 transifexJenkins for ownCloud2015-10-112-0/+4
| | |
* | | Merge pull request #19654 from owncloud/db-locking-no-scan-transactionRobin Appelman2015-10-091-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 lockingRobin Appelman2015-10-081-2/+8
| | |
* | | fix IE8 user agent detectionMorris Jobke2015-10-092-14/+1
| | |
* | | Fix uploading avatar and root certs in IE8Vincent Petry2015-10-092-1/+21
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-092-2/+8
| | |
* | | Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-1/+3
|\ \ \ | | | | | | | | Prevent warning decoding content
| * | | Prevent warning decoding contentRobin McCorkell2015-09-141-1/+3
| | | |
* | | | Merge pull request #19651 from owncloud/recursive_mkdir_for_objectstoresThomas Müller2015-10-082-18/+22
|\ \ \ \ | |_|_|/ |/| | | make mkdir recursive, add phpdoc to api
| * | | make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-082-18/+22
| | | |
* | | | Merge pull request #19650 from owncloud/disable-appstore-for-eeThomas Müller2015-10-081-1/+7
|\ \ \ \ | |/ / / |/| | | Disable app store for EE by default
| * | | Disable app store for EE by defaultLukas Reschke2015-10-081-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üller2015-10-081-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 locksJoas Schilling2015-10-081-1/+8
| | | | |
* | | | | Merge pull request #19546 from owncloud/fix-search-for-node-apiThomas Müller2015-10-081-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Fix search operations for the Node API
| * | | | fix internal path when searching in storage rootRobin Appelman2015-10-061-2/+5
| | | | |
| * | | | The minimum size for internalRootLength is 1Olivier Paroz2015-10-061-1/+1
| | | | |
* | | | | Merge pull request #19607 from owncloud/use-urlThomas Müller2015-10-083-6/+16
|\ \ \ \ \ | | | | | | | | | | | | Use `/` if installed in main folder
| * | | | | Use `/` if installed in main folderLukas Reschke2015-10-063-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_permissionsThomas Müller2015-10-082-2/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [webdav] Check if source can be deleted before move
| * | | | | [WEBDAV] check if delete of source is allowed on moveRoeland Jago Douma2015-10-072-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 phpJoas Schilling2015-10-081-1/+1
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-082-0/+2
| | | | |
* | | | | Merge pull request #19537 from owncloud/fix-white-page-of-deathThomas Müller2015-10-071-19/+64
|\ \ \ \ \ | | | | | | | | | | | | Fixes last causes for WSOD
| * | | | | Do not trigger the update exception when we already show an errorJoas Schilling2015-10-071-3/+3
| | | | | |
| * | | | | validate HTTP protocol in case of an exceptionMorris Jobke2015-10-061-2/+24
| | | | | |
| * | | | | Fixes last causes for WSODMorris Jobke2015-10-061-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | * print plain text if rendering of exception/error page is not possible
* | | | | | Fix single file download - fixes #19614Thomas Müller2015-10-071-0/+3
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-074-10/+12
| | | | |
* | | | | Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman2015-10-061-1/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | Mark shares as dirty when changing permissions
| * | | | Mark shares as dirty when changing permissionsRobin Appelman2015-10-061-1/+9
| | | | |
* | | | | Merge pull request #19605 from owncloud/add-get-http-protocolThomas Müller2015-10-062-0/+29
|\ \ \ \ \ | |_|_|/ / |/| | | | Add \OCP\IRequest::getHttpProtocol
| * | | | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-062-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 existsThomas Müller2015-10-061-1/+1
|/ / / /
* | | | Merge pull request #19407 from owncloud/lock-zip-contentThomas Müller2015-10-062-84/+135
|\ \ \ \ | |/ / / |/| | | Lock zip content
| * | | Refactor single file download into it's own methodThomas Müller2015-10-051-76/+71
| | | |
| * | | Recursively lock folder contentsThomas Müller2015-10-051-6/+27
| | | |
| * | | release locks in case of exceptionThomas Müller2015-10-051-0/+2
| | | |
| * | | log the exception during zip creationThomas Müller2015-10-051-13/+26
| | | |
| * | | Lock files which are zippedThomas Müller2015-10-051-6/+26
| | | |
| * | | Clean PHPDocThomas Müller2015-10-051-6/+6
| | | |
* | | | Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-06127-82/+167
|\ \ \ \ | |_|/ / |/| | | update licence headers via script
| * | | deduplicate @xenopathicMorris Jobke2015-10-0621-21/+13
| | | |