Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-04-16Merge pull request #20509 from ↵Roeland Jago Douma
nextcloud/revert-20050-bugfix/noid/mysql-equal-trims-shock Revert "Make sure MySQL is not saying 'this' = 'this ' is true"
2020-04-16[tx-robot] updated from transifexNextcloud bot
2020-04-16Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma
2020-04-15Run cs:fix and fix HashWrapper codeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-15Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke
Fix issues with Keystone auth v3 in files_external app
2020-04-15Merge pull request #20050 from nextcloud/bugfix/noid/mysql-equal-trims-shockMorris Jobke
Make sure MySQL is not saying 'this' = 'this ' is true
2020-04-15Merge pull request #20138 from ↵Joas Schilling
nextcloud/bugfix/noid/make-remote-checking-more-generic Make remote checking more generic
2020-04-15Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst
Close the streams in `writeStream` even when there is an exception
2020-04-15Fix issues with Keystone auth v3 in files_external appJulien Lutran
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
2020-04-15Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma
Return hashes of uploaded content for dav uploads
2020-04-15Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Merge pull request #19936 from ↵Joas Schilling
nextcloud/bugfix/noid/handle-unset-owner-in-sharing Handle unset owner in sharing
2020-04-14Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling
Also bail out when the path is actually null
2020-04-14Check all remotes for local accessJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14[tx-robot] updated from transifexNextcloud bot
2020-04-13Return hashes of uploaded content for dav uploadsRobin Appelman
hashes are set in "X-Hash-MD5", "X-Hash-SHA1" and "X-Hash-SHA256" headers. these headers are set for file uploads and the MOVE request at the end of a multipart upload. Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-13[tx-robot] updated from transifexNextcloud bot
2020-04-11Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ
It is done
2020-04-11[tx-robot] updated from transifexNextcloud bot
2020-04-10Format code according to PSR2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Merge pull request #20422 from ↵Christoph Wurst
nextcloud/techdebt/format-control-structs-classes-methods Format control structures, classes, methods and function
2020-04-10Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma
optimize batch generation of previews
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10fix preview generation testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma
harden seekable http stream a bit against failures
2020-04-10[tx-robot] updated from transifexNextcloud bot
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
Remove all extra whitespace PSR2 does not like
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
Use php keywords in lowercase
2020-04-09Remove space between switch case and colonChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Make sure there is exactly one newline after importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Make sure every file ends with an empty newlineChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove spaces after method or function callChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09harden seekable http stream a bit against failuresRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-09Use php keywords in lowercaseChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09optimize batch generation of previewsRobin Appelman
by allowing the generation of multiple previews at once we save on having to find, open and decode the max-preview for every preview of the same file the main use case for this is the preview generator app (pr for that comming next) in my local testing this saves about 25% of time when using the preview generator app Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-09allow generating multiple preview sizes for a single file at onceRobin Appelman
this saves having to do some of the overhead multiple times Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-09Use a blank line after the opening tagChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09[tx-robot] updated from transifexNextcloud bot
2020-04-09Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz
dont show remote and email options if we have an exact match for local user email
2020-04-08Fix multiline commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-08Merge pull request #20360 from ↵Roeland Jago Douma
nextcloud/bugfix/20182/try-to-use-the-displayname-for-file-transfers Try to use the display name of file transfers