summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cast ctime and utimeRobin Appelman2019-11-131-2/+2
* | filter out empty filecache extension valuesRobin Appelman2019-11-131-1/+1
* | fix folder deleteRobin Appelman2019-11-131-3/+9
* | dont create empty filecache extended rowsRobin Appelman2019-11-131-19/+33
* | dont expose metadata etag for nowRobin Appelman2019-11-133-15/+0
* | expose filecache extension data in FileInfoRobin Appelman2019-11-133-0/+45
* | store filecache extension fieldsRobin Appelman2019-11-133-27/+110
* | move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254
|/
* Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
* Deprecate TemplateManagerJulius Härtl2019-10-161-0/+5
* Merge pull request #17276 from nextcloud/storage-id-eqRoeland Jago Douma2019-10-092-2/+10
|\
| * use eq instead of in for loading single storageRobin Appelman2019-09-261-1/+9
| * log which storage id can't be insertedRobin Appelman2019-09-261-1/+1
* | Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\ \ | |/ |/|
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-261-3/+11
|\ \
| * | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
| |/