summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Check if the size field is availableLukas Reschke2014-11-171-1/+1
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-2/+11
|\
| * Make it possible to cleanPath() absolute Windows pathsJoas Schilling2014-11-171-2/+11
* | Remove debug statementLukas Reschke2014-11-121-4/+0
* | Fix root path handling for WebDAV ext storageVincent Petry2014-11-111-0/+2
* | don't scan part filesBjoern Schiessle2014-11-072-5/+5
* | Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-072-0/+7
|/
* Merge pull request #11539 from owncloud/mount-setup-onceVincent Petry2014-10-311-1/+6
|\
| * Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
| * Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
* | Merge pull request #11409 from owncloud/watcher-reuseVincent Petry2014-10-292-22/+32
|\ \ | |/ |/|
| * Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-6/+11
| * Pass the cached data to the filesystem watcherRobin Appelman2014-10-242-16/+21
* | Merge pull request #11763 from owncloud/stable-etagsRobin Appelman2014-10-271-0/+21
|\ \
| * | Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
| |/
* / Add type hinting to functionsLukas Reschke2014-10-241-1/+1
|/
* throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-201-3/+2
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-6/+0
* make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-0/+10
* Merge pull request #11548 from owncloud/extstorage-ocfieldsVincent Petry2014-10-151-2/+2
|\
| * Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
* | Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
|/
* Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-091-0/+5
|\
| * Added failing unit tests for mount config hooksVincent Petry2014-10-081-0/+5
* | strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
|/
* Merge pull request #11285 from owncloud/dav-permissions-createThomas Müller2014-09-261-0/+9
|\
| * Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+9
* | Don't keep the full info of all children in memoryRobin Appelman2014-09-241-7/+12
|/
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-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
* Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-191-13/+1
|\
| * Use ILIKE in cache searchRobin Appelman2014-09-171-13/+1
* | Fix mapping of relative pathsLukas Reschke2014-09-172-15/+31
* | Also check if the file itself is updatableRobin Appelman2014-09-171-2/+2
* | Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-172-0/+6
* | Check if the parent is writable to check if a file is deletableRobin Appelman2014-09-171-1/+5
|/
* Fix method nameRobin Appelman2014-09-101-1/+1
* Merge pull request #10922 from owncloud/explicit-scan-transactionsLukas Reschke2014-09-092-3/+32
|\
| * Fix typoLukas Reschke2014-09-081-1/+1
| * Use bigger transactions when doing explicit file system scansRobin Appelman2014-09-082-3/+32
* | Merge pull request #10886 from owncloud/keep_fileid_on_move_in_objectstoreJörn Friedrich Dreyer2014-09-091-33/+5
|\ \ | |/ |/|
| * Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer2014-09-051-33/+5
* | Remove explicit propagate callsRobin Appelman2014-09-052-19/+7
* | Update cache before post hooksRobin Appelman2014-09-051-19/+20
* | Fix warning in homecacheRobin Appelman2014-09-051-0/+3
* | Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-053-173/+111
|/
* Fix code with previous commentsJesus Macias2014-09-031-1/+1