summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-021-2/+0
* Merge pull request #10619 from owncloud/issue/6722Thomas Müller2014-08-261-14/+21
|\
| * Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-08-251-1/+12
| * Fix code layout before fixing the functionJoas Schilling2014-08-251-13/+9
* | Merge pull request #10623 from owncloud/not-a-valid-resource-log-entriesClark Tomlinson2014-08-251-1/+6
|\ \
| * | Do not try to close the same resource multiple timesJoas Schilling2014-08-251-1/+6
| |/
* | Merge pull request #10595 from owncloud/swift-streamJörn Friedrich Dreyer2014-08-251-5/+4
|\ \ | |/ |/|
| * Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-221-5/+4
* | Merge pull request #7539 from owncloud/repair-legacystorageidThomas Müller2014-08-221-9/+16
|\ \ | |/ |/|
| * Added repair step for legacy storagesVincent Petry2014-08-201-9/+16
* | move to public namespaceMorris Jobke2014-08-195-9/+6
* | Use tabs for indentation.Stephan Peijnik2014-08-191-3/+3
* | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-195-9/+10
|/
* Merge pull request #10341 from owncloud/issue/9928Thomas Müller2014-08-191-5/+10
|\
| * Ensure that filename is prefixed with a slashJoas Schilling2014-08-141-0/+1
| * Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-111-0/+5
| * Remove doubled slash between folder and pathJoas Schilling2014-08-111-5/+4
* | Merge pull request #10395 from owncloud/close-filehandle-lib-filesMorris Jobke2014-08-143-0/+3
|\ \
| * | Close open file handles in files libraryMorris Jobke2014-08-133-0/+3
* | | Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-0/+1
|/ /
* | Merge pull request #9762 from owncloud/owner-publicRobin Appelman2014-08-121-0/+10
|\ \
| * | Return the proper owner for home storagesRobin Appelman2014-07-211-0/+10
* | | Merge pull request #10251 from owncloud/fix-dav-attributes-masterThomas Müller2014-08-111-1/+1
|\ \ \ | |_|/ |/| |
| * | shared files/folders are not mountedThomas Müller2014-08-071-1/+1
* | | remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
* | | Merge pull request #10079 from owncloud/Improve_scanner_messageThomas Müller2014-08-071-1/+1
|\ \ \ | |/ / |/| |
| * | Improved scanner error messageMartin2014-07-311-1/+1
| |/
* | Merge pull request #10184 from owncloud/getbyid-nodeRobin Appelman2014-08-072-42/+27
|\ \
| * | Fix SharedCache::getPathByIdRobin Appelman2014-08-061-1/+1
| * | return null instead of throwing an exceptionRobin Appelman2014-08-061-2/+1
| * | Fix Folder::getByIdRobin Appelman2014-08-052-39/+25
* | | Make View->shouldEmitHooks more robustRobin Appelman2014-08-051-0/+3
|/ /
* / Removing unnecessary switch statements in fopen methods.Clark Tomlinson2014-07-312-37/+9
|/
* Merge pull request #9406 from philfry/masterVincent Petry2014-07-211-0/+1
|\
| * silently discard the response body, needed for apache/mod_dav and maybe other...Philippe Kueck2014-07-031-0/+1
* | Fix renaming files in the root folder of a MappedLocal storageRobin Appelman2014-07-161-2/+17
* | Merge pull request #9550 from kofemann/dcache-fixes-for-upstreamicewind19912014-07-162-4/+22
|\ \
| * | files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan2014-07-102-4/+22
* | | Use the correct path when building the FileInfo for the search resultRobin Appelman2014-07-141-1/+2
|/ /
* | use case insensitive LIKE when searching for files in mysqlRobin Appelman2014-07-081-0/+2
* | Merge pull request #9357 from owncloud/sharing_unshare_on_deleteBjörn Schießle2014-07-041-3/+13
|\ \
| * | make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle2014-07-041-3/+13
| |/
* | Merge pull request #8308 from owncloud/case_insensitive_search_oracleJörn Friedrich Dreyer2014-07-041-3/+21
|\ \ | |/ |/|
| * make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-031-3/+21
* | Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-023-9/+36
|\ \
| * | don't move a share mount point into a different mount pointBjoern Schiessle2014-07-011-7/+34
| * | add a explicit interface for the home storageBjoern Schiessle2014-07-012-2/+2
| |/
* | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+4
* | Add StorageNotAvailableExceptionRobin Appelman2014-06-301-17/+27
|/
* Merge pull request #9266 from owncloud/fix_objectstore_etag_updateThomas Müller2014-06-291-1/+1
|\