aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\ \
| * | fix filename size, add commentGreta Doci2019-12-041-1/+3
* | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-2/+5
|\ \ \ | |_|/ |/| |
| * | dont set folder size to negative values during propagationRobin Appelman2019-11-261-2/+5
* | | Merge pull request #18149 from nextcloud/fix/18148/dont-create-bundle-too-earlyRoeland Jago Douma2019-11-291-11/+17
|\ \ \
| * | | delay creation of the cert bundleArthur Schiwon2019-11-281-11/+17
| | |/ | |/|
* / | Properly anotate LockedException in files node apiJulius Härtl2019-11-283-18/+44
|/ /
* | Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
* | Files first to use own GenericEventArthur Schiwon2019-11-261-1/+1
|/
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2527-34/+37
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-2227-34/+37
* | Harden watcherRoeland Jago Douma2019-11-221-2/+2
|/
* Merge pull request #17824 from nextcloud/fix/dav/catch_forbiddenRoeland Jago Douma2019-11-201-0/+5
|\
| * Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* | Fix cache movesRoeland Jago Douma2019-11-181-1/+4