summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Introduce cross-db ILIKERobin Appelman2014-10-271-13/+1
* Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objects...Jörn Friedrich Dreyer2014-10-162-9/+2
|\
| * throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-161-3/+2
| * make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-161-6/+0
* | Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke2014-10-151-0/+10
|\ \
| * | make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-101-0/+10
* | | Merge pull request #11567 from owncloud/cache-updater-refactor-stable7Robin Appelman2014-10-154-176/+106
|\ \ \
| * | | Remove explicit propagate callsRobin Appelman2014-10-142-19/+7
| * | | Update cache before post hooksRobin Appelman2014-10-141-19/+20
| * | | Fix warning in homecacheRobin Appelman2014-10-141-0/+3
| * | | Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-10-143-173/+111
* | | | Allow specifying protocol in ext storage OC configVincent Petry2014-10-151-2/+2
|/ / /
* / / Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
|/ /
* | Added failing unit tests for mount config hooksVincent Petry2014-10-091-0/+5
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-011-1/+1
* | strict comparisonJörn Friedrich Dreyer2014-10-011-2/+2
|/
* Expose creatable permissions trough fileinfoRobin Appelman2014-09-261-0/+9
* Don't keep the full info of all children in memoryRobin Appelman2014-09-251-7/+12
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-0/+4
* in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in Ciose::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in OC::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-221-2/+0
* Merge pull request #10884 from owncloud/stable7_backport_issue_10674Lukas Reschke2014-09-101-1/+7
|\
| * Backport issue 10764Jesus Macias2014-09-051-1/+7
* | Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer2014-09-091-33/+5
|/
* Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-251-5/+4
* Ensure that filename is prefixed with a slashJoas Schilling2014-08-201-0/+1
* Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-201-0/+5
* Remove doubled slash between folder and pathJoas Schilling2014-08-201-5/+4
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-141-0/+1
* shared files/folders are not mountedThomas Müller2014-08-111-1/+1
* remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
* Fix SharedCache::getPathByIdRobin Appelman2014-08-071-1/+1
* return null instead of throwing an exceptionRobin Appelman2014-08-071-2/+1
* Fix Folder::getByIdRobin Appelman2014-08-072-39/+25
* Revert "files: storage: rename should check parent directories of old and new...Thomas Müller2014-07-172-22/+4
* Revert "Fix renaming files in the root folder of a MappedLocal storage"Thomas Müller2014-07-171-17/+2
* Fix renaming files in the root folder of a MappedLocal storageRobin Appelman2014-07-171-2/+17
* files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan2014-07-162-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
* make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle2014-07-041-3/+13
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-041-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
|\