Morris Jobke
a1877062ac
Use noreply@ as email address for share emails
...
Fixes #26683
Before it used the instance name, which a) doesn't make sense to randomly guess email addresses and b) could contain characters that are not allowed in email addresses like spaces.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-05-28 11:42:16 +00:00
kesselb
e8f6d288ef
Merge pull request #27121 from nextcloud/backport/27117/stable21
...
[stable21] Add DB exception '@throws' tag to QBMapper PHPDoc
2021-05-26 20:35:19 +02:00
Robin Appelman
5bb0370994
improve type handling of Avatar::generateAvatarFromSv
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-26 17:11:42 +00:00
Anna Larch
60481a742e
Add DB exception throws tag to QBMapper PHPDoc
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-05-26 15:13:52 +00:00
Nextcloud bot
98cbf8aca3
[tx-robot] updated from transifex
2021-05-26 02:28:42 +00:00
Florent
ede67149ea
Avoid reading ~/.aws/config when using S3 provider
...
When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions.
Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit.
Signed-off-by: Florent <florent@coppint.com>
2021-05-25 08:59:03 +00:00
Nextcloud bot
885b0b3dbf
[tx-robot] updated from transifex
2021-05-25 02:27:32 +00:00
Nextcloud bot
395ad7a96a
[tx-robot] updated from transifex
2021-05-23 02:26:00 +00:00
Nextcloud bot
dd54f7f52b
[tx-robot] updated from transifex
2021-05-22 02:27:27 +00:00
dartcafe
36acbd9efb
typo
...
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-21 09:42:31 +00:00
dartcafe
6e499ef0b2
fix #25813
...
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-21 09:42:31 +00:00
Nextcloud bot
b13dbbb9d7
[tx-robot] updated from transifex
2021-05-21 02:28:08 +00:00
Julius Härtl
80cda3b174
Fix log error when creating files from an empty template
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-19 07:03:27 +00:00
Nextcloud bot
c27540accf
[tx-robot] updated from transifex
2021-05-16 02:26:56 +00:00
Roeland Jago Douma
dd014059d7
Merge pull request #26879 from nextcloud/backport/26878/stable21
...
[stable21] Don't break OCC if an app is breaking in it's Application class
2021-05-12 09:40:01 +02:00
Nextcloud bot
17e68b105e
[tx-robot] updated from transifex
2021-05-08 02:25:06 +00:00
Joas Schilling
3d9abee6f0
Don't break OCC if an app is breaking in it's Application class
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-06 14:46:11 +02:00
Nextcloud bot
8d91e00dcb
[tx-robot] updated from transifex
2021-05-06 02:25:46 +00:00
Nextcloud bot
0975394ba3
[tx-robot] updated from transifex
2021-05-04 02:26:29 +00:00
Nextcloud bot
96e4b44fd8
[tx-robot] updated from transifex
2021-05-02 02:25:34 +00:00
Nextcloud bot
b6160045f4
[tx-robot] updated from transifex
2021-04-30 02:28:02 +00:00
Roeland Jago Douma
f4135573d0
Do not try to contact lookup server if not needed
...
In some cases (for example you never send data to the lookup server)
there is no need for this job to even try.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-29 09:07:38 +02:00
Nextcloud bot
009b212684
[tx-robot] updated from transifex
2021-04-29 02:26:41 +00:00
Julius Härtl
e2fffcda44
Fail when creating new files with an empty path
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-28 10:06:03 +00:00
Joas Schilling
7358312e45
Merge pull request #26789 from nextcloud/backport/26718/stable21
...
[stable21] Fix ratelimit template
2021-04-28 09:53:22 +02:00
Nextcloud bot
070380d9da
[tx-robot] updated from transifex
2021-04-28 02:25:56 +00:00
Joas Schilling
ab595274c0
Do not allow to overwrite some variables
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27 13:40:14 +00:00
Joas Schilling
6a8d6beb57
Fix ratelimit template
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27 13:40:12 +00:00
Nextcloud bot
3012794e06
[tx-robot] updated from transifex
2021-04-27 02:25:47 +00:00
Roeland Jago Douma
4082318616
Merge pull request #26760 from nextcloud/backport/26259/stable21
...
[stable21] Validate the website field input to be a valid URL
2021-04-26 20:42:06 +02:00
Roeland Jago Douma
e075f80f41
Merge pull request #26759 from nextcloud/backport/26747/stable21
...
[stable21] Fix installer deprecation warnings for PHP 8
2021-04-26 20:41:49 +02:00
Joas Schilling
d1756dde20
Log deprecation only as debug
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-26 15:12:50 +00:00
Joas Schilling
6ed9bb36ac
Respect the error level when logging
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-26 15:12:50 +00:00
Joas Schilling
2c1218826d
Validate the website field input to be a valid URL
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-26 11:58:56 +00:00
acsfer
63fa7d9354
PHP 8+ deprecates openssl_free_key
2021-04-26 10:46:44 +00:00
acsfer
c12be83a0b
Only use libxml_disable_entity_loader on PHP<8
2021-04-26 10:46:44 +00:00
Maxence Lange
35204381bb
private cannot be final
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2021-04-26 07:06:08 +00:00
Nextcloud bot
ec5942a1d0
[tx-robot] updated from transifex
2021-04-26 02:24:51 +00:00
Nextcloud bot
8676d77eec
[tx-robot] updated from transifex
2021-04-25 02:25:06 +00:00
Nextcloud bot
dfb6043634
[tx-robot] updated from transifex
2021-04-24 02:26:50 +00:00
Nextcloud bot
cdb9eb401e
[tx-robot] updated from transifex
2021-04-23 02:26:26 +00:00
Arthur Schiwon
04b851b8b8
remove undefined parameter, add description
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-22 17:13:24 +00:00
Roeland Jago Douma
97e5fe43df
Explicitly check hex2bin input
...
For #23197
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-22 11:31:39 +00:00
Nextcloud bot
3d24aef406
[tx-robot] updated from transifex
2021-04-21 02:26:16 +00:00
Roeland Jago Douma
f915efc859
Merge pull request #26639 from nextcloud/backport/26551/stable21
...
[stable21] ensure redis returns bool for hasKey
2021-04-20 10:33:18 +02:00
Morris Jobke
1e542beaab
Merge pull request #26625 from nextcloud/bugfix/noid/fix-sharemail-empty-password-check
...
[stable21] Fix empty password check for mail shares
2021-04-20 10:01:45 +02:00
Nextcloud bot
7482baf138
[tx-robot] updated from transifex
2021-04-20 02:26:12 +00:00
Arthur Schiwon
92e1606c18
ensure redis returns bool for hasKey
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-19 23:40:47 +02:00
Vincent Petry
fe0f1c792c
Fix empty password check for mail shares
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-19 15:44:26 +02:00
Joas Schilling
0214201008
Fix constraint violation detection in QB Mapper
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-16 09:14:29 +00:00