John Molakvoæ
390bd12c8a
Merge pull request #27333 from nextcloud/backport/27328/stable21
...
[stable21] emit UserLoggedInEvent on apache auth
2021-06-06 11:00:24 +02:00
Nextcloud bot
cf324d69c2
[tx-robot] updated from transifex
2021-06-06 02:26:16 +00:00
Robin Appelman
287edf0e61
Set umask before operations that create local files
...
this solves issues where "other php stuff" is messing with the umask
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-04 15:43:16 +02:00
Joas Schilling
c89fbcde11
Merge pull request #27347 from nextcloud/backport/27053/stable21
...
[stable21] Don't throw when comments is disabled
2021-06-04 11:01:31 +02:00
Joas Schilling
21455faf36
Merge pull request #27334 from nextcloud/backport/25770/stable21
...
[stable21] Don't allow executing cli if cache backend is unavailable
2021-06-04 09:42:24 +02:00
Nextcloud bot
dcec4b00f8
[tx-robot] updated from transifex
2021-06-04 02:28:27 +00:00
Nextcloud bot
5a117a73f2
[tx-robot] updated from transifex
2021-06-03 02:28:58 +00:00
Joas Schilling
5593ec985e
Don't throw when comments is disabled
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-02 13:42:49 +00:00
Richard Steinmetz
5c868c735d
Don't allow executing cli if cache backend is unavailable
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-01 16:07:07 +00:00
Arthur Schiwon
2e57360a0d
emit UserLoggedInEvent on apache auth
...
- post_login OC_Hook is barely used or listened to
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-06-01 15:41:04 +00:00
Nextcloud bot
4bf9b3a24b
[tx-robot] updated from transifex
2021-05-31 02:35:37 +00:00
Nextcloud bot
95a4644fc0
[tx-robot] updated from transifex
2021-05-30 02:25:16 +00:00
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