summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-12308-58/+9604
|
* Merge pull request #8308 from nextcloud/public_link_wa_previewJoas Schilling2018-02-121-0/+11
|\ | | | | Show open graph preview in WhatsApp
| * Show open graph preview in WhatsAppRoeland Jago Douma2018-02-121-0/+11
| | | | | | | | | | | | | | Whatsapp is picky about the size of the open graph images. So we do some special handling. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8297 from ↵Morris Jobke2018-02-121-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-example-regex-for-user-agent-matching Fix example regex for user agent matching
| * | Fix example regex for user agent matchingJoas Schilling2018-02-101-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2018-02-09250-8838/+4978
|/
* Merge pull request #6265 from nextcloud/unperl-l10nMorris Jobke2018-02-098-443/+132
|\ | | | | Remove old perl script to update l10n files
| * Remove old perl script to update l10n filesMorris Jobke2018-02-088-443/+132
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8270 from nextcloud/revoke-files_rightclickMorris Jobke2018-02-091-9/+10
|\ \ | | | | | | Update CRL to revoke files_rightclick
| * | Update CRL to revoke files_rightclickMorris Jobke2018-02-091-9/+10
|/ / | | | | | | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/134 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-09136-346/+468
| |
* | Merge pull request #8263 from nextcloud/fix_dev_man_linkMorris Jobke2018-02-083-6/+34
|\ \ | | | | | | Link to NC 14 dev manual
| * | Link to NC 14 dev manualRoeland Jago Douma2018-02-083-6/+34
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8235 from nextcloud/swift-primairy-ciMorris Jobke2018-02-088-3/+62
|\ \ | |/ |/| Add ci for swift primary storage
| * sleep moreRobin Appelman2018-02-081-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Try to silence phanRoeland Jago Douma2018-02-081-0/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * don't swallow exception from touchRobin Appelman2018-02-082-2/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * better error message on catalog errorRobin Appelman2018-02-082-1/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add ci for swift primary storageRobin Appelman2018-02-085-0/+43
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #8033 from nextcloud/s3-uploaderMorris Jobke2018-02-082-48/+14
|\ | | | | Use S3Client::upload instead of splitting single/multipart upload ourselves
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-242-48/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #8100 from nextcloud/s3-folder-deleteMorris Jobke2018-02-081-7/+12
|\ \ | | | | | | Fix deleting folders when using s3 external storage
| * | fix invalidating folder cache for s3Robin Appelman2018-01-291-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-01-291-6/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #8218 from nextcloud/display_proper_lang_stringMorris Jobke2018-02-081-1/+1
|\ \ \ | | | | | | | | Display the proper language strings in setttings
| * | | Display the proper language strings in setttingsRoeland Jago Douma2018-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since this was moved to lib, we have to the lib language files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8252 from nextcloud/remove-wrong-documentation-linkJoas Schilling2018-02-081-1/+0
|\ \ \ \ | | | | | | | | | | Remove invalid link to documentation
| * | | | Remove invalid link to documentationMorris Jobke2018-02-081-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #8214 from axllent/referrer-fixJoas Schilling2018-02-083-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Block referrer information with "no-referrer"
| * | | | | Referrer fix (no-referrer)Ralph Slooten2018-02-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
* | | | | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-084-57/+147
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Respect limit and order in webdav search
| * | | | | adjust testsRobin Appelman2018-02-071-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-072-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Adjust to updated searchdav libraryRobin Appelman2018-02-072-67/+51
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #8233 from nextcloud/swift-return-streamRoeland Jago Douma2018-02-081-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | actually return stream from swift
| * | | | | | actually return stream from swiftRobin Appelman2018-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-02-0818-48/+160
|/ / / / / /
* | | | | | Merge pull request #8224 from nextcloud/dav-dir-exception-previousRobin Appelman2018-02-072-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | keep previous exception when transforming to dav exception
| * | | | | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-02-0744-46/+102
| | | | |
* | | | | Merge pull request #8217 from nextcloud/fix_8180Morris Jobke2018-02-071-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | Use proper lanugage in langauge code
| * | | | Use proper lanugage in langauge codeRoeland Jago Douma2018-02-071-1/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8180 The _ is not valid in language codes use - instead. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-0720-16/+240
| | | |
* | | | Merge pull request #8182 from robert-scheck/pki-validationMorris Jobke2018-02-062-2/+2
|\ \ \ \ | |/ / / |/| | | Handle SSL certificate verifications for others than Let's Encrypt
| * | | Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do no longer (wrongly) rewrite URLs like * http://example.net/.well-known/pki-validation/file.txt (Comodo) * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust) * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign) * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy) * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign) for automated SSL certificate verifications. All (common commercial) certificate authorities (CA) except Let's Encrypt (via ACME) seem to use "pki-validation" rather "acme-challenge" for their domain control validation (DCV). Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | | | Merge pull request #8175 from LorbusChris/patch-1Morris Jobke2018-02-061-8/+8
|\ \ \ \ | | | | | | | | | | Sort dependencies in bower.json alphabetically
| * | | | Sort dependencies in bower.json alphabeticallyChristian Glombek2018-02-051-8/+8
| | | | | | | | | | | | | | | Signed-off-by: Christian Glombek <christian.glombek@rwth-aachen.de>
* | | | | Merge pull request #8173 from michaelletzgus/fix_for_eachMorris Jobke2018-02-061-3/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix "undefined index" problem
| * | | | | using isset()michaelletzgus2018-02-051-1/+1
| | | | | | | | | | | | | | | | | | using isset() instead of array_key_exists()