summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Transfer shares of the transferred root nodeJulius Härtl2020-09-171-0/+5
* fix: file quota was not applied in all caseskorelstar2020-09-171-2/+2
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
* Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-091-1/+7
* Merge pull request #22518 from nextcloud/backport/22517/stable18Roeland Jago Douma2020-09-011-1/+1
|\
| * set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
* | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
* | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
|/
* dont update mimetype when moving to trashRobin Appelman2020-07-311-1/+5
* fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-311-7/+10
* use exceptions for error signaling in writeStreamRobin Appelman2020-07-312-5/+19
* fix moving files from external storage to object store trashbinRobin Appelman2020-07-311-9/+6
* ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
* relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-171-1/+2
* Merge pull request #20965 from nextcloud/backport/20033/stable18Morris Jobke2020-05-252-21/+216
|\
| * harden seekable http stream a bit against failuresRobin Appelman2020-05-221-3/+13
| * update autoloaderRobin Appelman2020-05-201-9/+7
| * add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-05-201-8/+18
| * make seekable s3 stream genericRobin Appelman2020-05-202-57/+106
| * Enable fseek for files in S3 storageLukas Stabe2020-05-202-19/+147
* | Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-05-151-0/+4
|/
* dont try to update storage mtime if we can't get the mtimeRobin Appelman2020-05-011-6/+9
* Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-151-3/+6
* Merge pull request #20163 from nextcloud/backport/19782/stable18Morris Jobke2020-04-141-9/+18
|\
| * Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-251-9/+18
* | Merge pull request #20334 from nextcloud/backport/20284/stable18Roeland Jago Douma2020-04-141-2/+4
|\ \
| * | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-061-2/+4
* | | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
|/ /
* / Actually check if the owner is not nullRoeland Jago Douma2020-03-271-0/+5
|/
* Get correct mimetype on objectstoresRoeland Jago Douma2020-03-121-6/+1
* Allow to overwrite the path on the cache eventJoas Schilling2020-02-171-0/+8
* Don't create invalid usersJoas Schilling2020-02-131-1/+1
* Update license headers for 18Christoph Wurst2019-12-203-0/+5
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-131-21/+35
* Merge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-b...Roeland Jago Douma2019-12-121-60/+90
|\
| * Fix detection of non extention typesRoeland Jago Douma2019-12-121-3/+6
| * Try more methodsJoas Schilling2019-12-101-3/+12
| * Some more fixes in detecting the mimetype from the contentJoas Schilling2019-12-101-15/+17
| * Cleanup the codeJoas Schilling2019-12-101-43/+45
| * Allow to check for the mimetype by content onlyJoas Schilling2019-12-101-7/+21
* | Merge pull request #18314 from nextcloud/fixFileIdSearchRoeland Jago Douma2019-12-101-0/+2
|\ \ | |/ |/|
| * fix https://github.com/nextcloud/server/issues/18313tobiasKaminsky2019-12-101-0/+2
* | Fix search limit to homeRoeland Jago Douma2019-12-091-0/+4
* | Move custom definition logic into methodDaniel Kesselberg2019-12-091-21/+16
* | Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-6/+25
* | Update license headersChristoph Wurst2019-12-0590-101/+218
* | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-054-19/+48
|\ \ | |/ |/|
| * remove old 'owner' filterRobin Appelman2019-12-031-5/+0
| * Allow filtering the search results to the users home storageRobin Appelman2019-12-034-19/+53