summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-6/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-4/+3
* Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
* Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-062-21/+206
|\
| * update autoloaderRobin Appelman2020-04-031-9/+7
| * add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-011-8/+18
| * make seekable s3 stream genericRobin Appelman2020-04-012-57/+106
| * Enable fseek for files in S3 storageLukas Stabe2020-04-012-19/+147
* | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-031-2/+4
* | restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
* | call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
* | dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
* | reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-012-1/+4
* | optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
|/
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3131-3/+36
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2630-139/+139
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
|/
* Merge pull request #19782 from nextcloud/quota-wrapper-include-externalRoeland Jago Douma2020-03-241-9/+18
|\
| * Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
* | Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
* | Get correct mimetype on objectstoresRoeland Jago Douma2020-03-111-6/+1
* | Merge pull request #19746 from nextcloud/locked-exception-forward-existingRoeland Jago Douma2020-03-091-4/+7
|\ \
| * | pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-4/+7
| |/
* / dont try to update storage mtime if we can't get the mtimeRobin Appelman2020-03-021-6/+9
|/
* allow writing content directly when creating new SimpleFileRobin Appelman2020-02-282-4/+9
* Create SimpleFile only when writing the contentRobin Appelman2020-02-285-7/+233
* Allow to overwrite the path on the cache eventJoas Schilling2020-02-131-0/+8
* Don't create invalid usersJoas Schilling2020-02-121-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
|\ \