summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset changes on 3rdparty submoduleJesus Macias2014-09-031-1/+7
* 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