summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
* Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke2020-04-151-0/+4
|\
| * Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+4
* | Merge pull request #20050 from nextcloud/bugfix/noid/mysql-equal-trims-shockMorris Jobke2020-04-152-1/+9
|\ \
| * | Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-152-1/+9
* | | Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling2020-04-153-10/+67
|\ \ \
| * | | Check all remotes for local accessJoas Schilling2020-04-143-10/+67
* | | | Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst2020-04-151-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-081-3/+6
* | | | Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma2020-04-151-0/+72
|\ \ \ \ | |_|_|/ |/| | |
| * | | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+72
| | |/ | |/|
* | | Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling2020-04-141-2/+6
|\ \ \
| * | | Handle unset owner in sharingJoas Schilling2020-03-131-2/+6
* | | | Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling2020-04-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Also bail out when the path is actually nullJoas Schilling2020-03-261-1/+1
* | | | Format code according to PSR2Christoph Wurst2020-04-108-5/+15
* | | | Add visibility to all constantsChristoph Wurst2020-04-1050-139/+139
* | | | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1025-103/+103
* | | | Add visibility to all properties and move static keywordChristoph Wurst2020-04-107-16/+15
* | | | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-10364-1255/+819
|\ \ \ \
| * | | | Format control structures, classes, methods and functionChristoph Wurst2020-04-10364-1255/+819
* | | | | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-103-62/+196
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix preview generation testsRobin Appelman2020-04-101-2/+2
| * | | | optimize batch generation of previewsRobin Appelman2020-04-092-15/+105
| * | | | allow generating multiple preview sizes for a single file at onceRobin Appelman2020-04-092-47/+91
| | |_|/ | |/| |
* | | | Use elseif instead of else ifChristoph Wurst2020-04-1080-215/+215
* | | | Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma2020-04-101-3/+13
|\ \ \ \
| * | | | harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
* | | | | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0938-120/+121
|\ \ \ \ \
| * | | | | Remove space between switch case and colonChristoph Wurst2020-04-092-4/+6
| * | | | | Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
| * | | | | Remove trailing whitespaces from commentsChristoph Wurst2020-04-096-9/+9
| * | | | | Remove trailing and in between spacesChristoph Wurst2020-04-0927-99/+99
| * | | | | Remove spaces after method or function callChristoph Wurst2020-04-094-12/+12
* | | | | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-097-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use php keywords in lowercaseChristoph Wurst2020-04-097-7/+7
| |/ / / /
* / / / / Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0964-166/+166
|/ / / /
* | | | Use a blank line after the opening tagChristoph Wurst2020-04-097-0/+7
* | | | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0964-51/+13
* | | | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0921-107/+107
* | | | Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz2020-04-092-8/+28
|\ \ \ \
| * | | | dont show remote and email options if we have an exact match for local user e...Robin Appelman2020-04-082-8/+28
| |/ / /
* | | | Fix multiline commentsChristoph Wurst2020-04-0821-326/+319
* | | | Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayn...Roeland Jago Douma2020-04-081-1/+1
|\ \ \ \
| * | | | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
| |/ / /
* | | | Add preview provider for Krita filesJulius Härtl2020-04-083-5/+57
* | | | Extract preview from opendocument filesJulius Härtl2020-04-082-1/+18
* | | | Add abstract class to extract previews from files that are zip archivesJulius Härtl2020-04-081-0/+58
|/ / /
* | | Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-082-0/+170
|\ \ \
| * | | Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-262-0/+170