summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer2014-06-271-1/+1
* | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-15/+54
|\ \ | |/ |/|
| * Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
| * Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-17/+36
| * Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
* | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-277-5/+751
|\ \ | |/ |/|
| * use normalize path to convert '.' to '' in objectstorestorageJörn Friedrich Dreyer2014-06-271-9/+11
| * update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-272-2/+7
| * fix objectstore test executionJörn Friedrich Dreyer2014-06-261-1/+1
| * delete object without downloading it firstJörn Friedrich Dreyer2014-06-251-2/+2
| * Don't bother checking for external updates for objectstore storagesRobin Appelman2014-06-241-1/+11
| * Only initialize the swift container when manipulating an objectRobin Appelman2014-06-241-12/+32
| * Add support for rackspace swift backendsRobin Appelman2014-06-241-15/+6
| * use common storage testJörn Friedrich Dreyer2014-06-231-26/+35
| * use 'object' as the fakedir stream nameJörn Friedrich Dreyer2014-06-231-2/+2
| * move to stream based IObjectStore interface, rearrange & reformat codeJörn Friedrich Dreyer2014-06-202-136/+136
| * fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer2014-06-183-36/+56
| * change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-184-60/+83
| * remove duplicate methodJörn Friedrich Dreyer2014-06-181-11/+0
| * add autocreate config option for containers, implement autocreate and delete ...Jörn Friedrich Dreyer2014-06-181-4/+28
| * only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer2014-06-181-2/+2
| * fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-8/+12
| * move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-182-11/+8
| * fix checking unset array values, deduplicate code, remove file from cache if ...Jörn Friedrich Dreyer2014-06-181-39/+30
| * minor code cleanupJörn Friedrich Dreyer2014-06-182-32/+14
| * use exceptions to notify abstract parent class of problemsJörn Friedrich Dreyer2014-06-182-54/+118
| * when root storage cannot be mounted throw an exception visible to the end userJörn Friedrich Dreyer2014-06-181-1/+6