summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |/