summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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 lockingRobin Appelman2015-10-081-2/+8
* | fix IE8 user agent detectionMorris Jobke2015-10-091-0/+1
* | Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-1/+3
|\ \
| * | Prevent warning decoding contentRobin McCorkell2015-09-141-1/+3
* | | Merge pull request #19651 from owncloud/recursive_mkdir_for_objectstoresThomas Müller2015-10-081-18/+21
|\ \ \
| * | | make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-18/+21
* | | | Merge pull request #19650 from owncloud/disable-appstore-for-eeThomas Müller2015-10-081-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Disable app store for EE by defaultLukas Reschke2015-10-081-1/+7
* | | | Merge pull request #19644 from owncloud/issue-19617-catch-exception-when-clea...Thomas Müller2015-10-081-1/+8
|\ \ \ \
| * | | | 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 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-082-4/+14
|\ \ \ \ \
| * | | | | Use `/` if installed in main folderLukas Reschke2015-10-062-4/+14
* | | | | | Merge pull request #19609 from owncloud/check_dav_move_permissionsThomas Müller2015-10-082-2/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [WEBDAV] check if delete of source is allowed on moveRoeland Jago Douma2015-10-072-2/+32
| | |_|_|/ | |/| | |
* | | | | Only use zip64 when we have 64 bit phpJoas Schilling2015-10-081-1/+1
* | | | | Merge pull request #19537 from owncloud/fix-white-page-of-deathThomas Müller2015-10-071-19/+64
|\ \ \ \ \
| * | | | | 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
* | | | | | Fix single file download - fixes #19614Thomas Müller2015-10-071-0/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman2015-10-061-1/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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-061-0/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+21
* | | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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-06100-75/+138
|\ \ \ \ | |_|/ / |/| | |
| * | | deduplicate @xenopathicMorris Jobke2015-10-0616-16/+8
| * | | update licence headers via scriptMorris Jobke2015-10-0599-74/+145
| |/ /
* | | Merge pull request #19577 from owncloud/share-donotreturnentrieswhenusernotin...Thomas Müller2015-10-061-0/+6
|\ \ \
| * | | Remove invalid share items from result when missing group membershipVincent Petry2015-10-051-0/+6
| |/ /
* | | Merge pull request #19530 from owncloud/issue-13213-sharing-conflict-when-sha...Thomas Müller2015-10-061-1/+3
|\ \ \
| * | | Make sure all variables are definedJoas Schilling2015-10-051-0/+2
| * | | Make sure the share we found is for the same itemJoas Schilling2015-10-051-1/+1
* | | | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
| |/ / |/| |
* | | add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+3
|/ /
* | Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller2015-10-052-1/+156
|\ \
| * | pass view hooks trough to the node hooksRobin Appelman2015-09-281-1/+5
| * | Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+151
* | | Add remark that $run is not supported anymoreLukas Reschke2015-10-022-0/+3