summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Add getOwner to FileInfoRobin Appelman2015-11-103-7/+36
* Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-101-62/+71
|\
| * escape like parameter for move queriesRobin Appelman2015-11-051-1/+1
| * move from OC_DB to IDBConnectionRobin Appelman2015-11-051-62/+71
* | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-1/+13
|\ \ | |/ |/|
| * make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* | mark path as checkedRobin Appelman2015-11-041-0/+1
* | when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
* | fix whitespaceRobin Appelman2015-11-041-2/+2
* | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
* | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
* | Split checkUpdateRobin Appelman2015-11-031-19/+39
|/
* Merge pull request #20060 from owncloud/cache-move-final-update-transactionRobin Appelman2015-10-291-2/+6
|\
| * include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
* | Merge pull request #19592 from owncloud/availability-root-always-existsThomas Müller2015-10-291-0/+3
|\ \ | |/ |/|
| * The root of a storage always existsRobin Appelman2015-10-291-0/+3
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-1/+23
|\ \ | |/ |/|
| * Also adjust storage_mtime of target after renameVincent Petry2015-10-262-1/+23
* | Update license headersLukas Reschke2015-10-265-1/+5
|/
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-252-5/+15
* Dont lock /$user/filesRobin Appelman2015-10-231-1/+1
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-192-9/+11
|\
| * fix objectstore files having create permissionsRobin Appelman2015-10-161-2/+2
| * don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer2015-10-161-7/+9
* | Merge pull request #19833 from owncloud/fix_view_rmdirRobin Appelman2015-10-191-1/+1
|\ \ | |/ |/|
| * Removemount expects absolutePathRoeland Jago Douma2015-10-161-1/+1
* | Remove $ETagFunction - it was never usedThomas Müller2015-10-161-7/+1
* | Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
|/
* check if fopen was successful before continueBjoern Schiessle2015-10-151-3/+7
* only wrap source if fopen was successfulBjoern Schiessle2015-10-151-1/+4
* also detect files in a .part folder as part fileBjoern Schiessle2015-10-121-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 lockingRobin Appelman2015-10-081-2/+8
* | make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-18/+21
* | 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 #19597 from owncloud/update-license-headersThomas Müller2015-10-0620-20/+50
|\
| * deduplicate @xenopathicMorris Jobke2015-10-067-7/+3
| * update licence headers via scriptMorris Jobke2015-10-0519-19/+53
* | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
|/
* Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller2015-10-051-0/+151
|\
| * Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+151
* | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-021-1/+1
|\ \
| * | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
* | | Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-10-021-8/+29
|/ /
* | versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-2/+24
* | Make postScanFile and postScanFolder available to OC\Files\Utils\ScannerOlivier Paroz2015-09-301-1/+6
* | Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-2/+2
|/
* Merge pull request #19303 from owncloud/usecorrectvariableThomas Müller2015-09-241-1/+1
|\
| * use correct variableJörn Friedrich Dreyer2015-09-231-1/+1