Robin Appelman
df6e23c98c
add ci for swift primary storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Morris Jobke
26e0c14c6d
Merge pull request #8033 from nextcloud/s3-uploader
Use S3Client::upload instead of splitting single/multipart upload ourselves
8 years ago
Morris Jobke
12c9bad5b2
Merge pull request #8100 from nextcloud/s3-folder-delete
Fix deleting folders when using s3 external storage
8 years ago
Morris Jobke
d767d01a0c
Merge pull request #8218 from nextcloud/display_proper_lang_string
Display the proper language strings in setttings
8 years ago
Joas Schilling
5b3843ca8f
Merge pull request #8252 from nextcloud/remove-wrong-documentation-link
Remove invalid link to documentation
8 years ago
Joas Schilling
b7321b6a05
Merge pull request #8214 from axllent/referrer-fix
Block referrer information with "no-referrer"
8 years ago
Morris Jobke
e5c08621af
Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixing
Respect limit and order in webdav search
8 years ago
Morris Jobke
32b5c02419
Remove invalid link to documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Roeland Jago Douma
b939383049
Merge pull request #8233 from nextcloud/swift-return-stream
actually return stream from swift
8 years ago
Nextcloud bot
71382daf67
[tx-robot] updated from transifex
8 years ago
Ralph Slooten
be42df8e48
Referrer fix (no-referrer)
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>
8 years ago
Robin Appelman
fd09c06eb4
actually return stream from swift
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Robin Appelman
e4129b0dc7
adjust tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Robin Appelman
8281378e5b
Merge pull request #8224 from nextcloud/dav-dir-exception-previous
keep previous exception when transforming to dav exception
8 years ago
Roeland Jago Douma
c1ff12e234
CacheJail should apply limit and offset after searching
Else the results might not be correct.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Robin Appelman
6b5419ddf0
Adjust to updated searchdav library
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Roeland Jago Douma
ec144281ef
Respect limit and order in webdav search
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Robin Appelman
9d6d23d1f7
keep previous exception when transforming to dav exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Nextcloud bot
3063131e6d
[tx-robot] updated from transifex
8 years ago
Morris Jobke
8d57d68846
Merge pull request #8217 from nextcloud/fix_8180
Use proper lanugage in langauge code
8 years ago
Roeland Jago Douma
4ee9315a68
Display the proper language strings in setttings
Since this was moved to lib, we have to the lib language files.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
e5be299101
Use proper lanugage in langauge code
Fixes #8180
The _ is not valid in language codes use - instead.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Nextcloud bot
2a3272331f
[tx-robot] updated from transifex
8 years ago
Morris Jobke
27f505667c
Merge pull request #8182 from robert-scheck/pki-validation
Handle SSL certificate verifications for others than Let's Encrypt
8 years ago
Morris Jobke
c688da7195
Merge pull request #8175 from LorbusChris/patch-1
Sort dependencies in bower.json alphabetically
8 years ago
Morris Jobke
8fa86bf68b
Merge pull request #8173 from michaelletzgus/fix_for_each
Fix "undefined index" problem
8 years ago
Nextcloud bot
2b848e483b
[tx-robot] updated from transifex
8 years ago
Daniel Calviño Sánchez
3d5c67b7d7
Merge pull request #8172 from nextcloud/phan-version
Use a phan version instead of master
8 years ago
Roeland Jago Douma
67a876b7ec
Bump php7.2 image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Robert Scheck
7583615bab
Handle SSL certificate verifications for others than Let's Encrypt
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>
8 years ago
Morris Jobke
847bd0cf74
Merge pull request #8144 from nextcloud/cache-update-occ
Repair step to clear frontend related caches
8 years ago
Morris Jobke
1424b30213
Merge pull request #8135 from coliff/patch-3
Use correct input type for website url
8 years ago
Morris Jobke
0225ea1b9a
Merge pull request #8155 from nextcloud/use-guest-css
Fix styling issues of guest pages
8 years ago
Morris Jobke
30d6fd7f01
Merge pull request #8160 from nextcloud/fix_8047
Do not try to get the jailed path if we can't find the id
8 years ago
Morris Jobke
c592abe8ba
Merge pull request #8165 from nextcloud/jquery-ui-missing-img
Remove jquery ui background image
8 years ago
michaelletzgus
05b8eb140c
using isset()
using isset() instead of array_key_exists()
8 years ago
Nextcloud bot
a0dfc7d34a
[tx-robot] updated from transifex
8 years ago
Christian Glombek
e6309ffc67
Sort dependencies in bower.json alphabetically
Signed-off-by: Christian Glombek <christian.glombek@rwth-aachen.de>
8 years ago
michaelletzgus
cfa694ea73
Fix undefined index problem
Nextcloud 13RC4, error in logfile, triggered by "occ config:list":
Invalid argument supplied for foreach() at lib/private/AppConfig.php#297
PHP Undefined index: workflowengine at lib/private/AppConfig.php#297
Fix: Check if index exists in array before using it.
8 years ago
Roeland Jago Douma
5b5b9cbeca
Use 7.2 image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
1e75f007ac
Use a phan version instead of master
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Nextcloud bot
58b568fd5d
[tx-robot] updated from transifex
8 years ago
Roeland Jago Douma
047fb6d2c5
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Julius Härtl
36fd2353a5
Remove jquery ui background image
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Julius Härtl
b87e5a0f2e
Move depsCache clearing to SCSSCacher/JSCombiner
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Julius Härtl
5460166ff5
Add tests and class mapping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Julius Härtl
7381a81d30
Add repair step to clear frontend related caches
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Roeland Jago Douma
53a780e31c
Do not try to get the jailed path if we can't find the id
Fixes #8047
If we can't find the file by id there we should just return null instead
of trying to get the jailed path of null.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
79e81c15c5
Merge pull request #8163 from nextcloud/fix_themeing_test
Fix theming test
8 years ago
Nextcloud bot
7af48b4187
[tx-robot] updated from transifex
8 years ago