John Molakvoæ
91af4e2a15
Merge pull request #27107 from nextcloud/backport/27043/stable21
2021-07-01 11:39:47 +02:00
Nextcloud bot
053e1153eb
[tx-robot] updated from transifex
2021-07-01 02:24:59 +00:00
Nextcloud bot
6467112605
[tx-robot] updated from transifex
2021-06-28 02:25:22 +00:00
Nextcloud bot
77a2b03e50
[tx-robot] updated from transifex
2021-06-27 02:25:52 +00:00
Nextcloud bot
364d9c0ed6
[tx-robot] updated from transifex
2021-06-26 02:25:54 +00:00
Christoph Wurst
5dd3b5067c
Unshift crash reports when they are loaded, to break the recusion
...
If, for whatever reason, during the loading of a crash reporter a new
log entry is generated, then the lazy loading mechanism will be invoked
*again* while it's already executed. This doesn't result in an endless
recursion, but means that the crash reporters will be built and
registered many times. This then means any further log entry will be
logged x times instead of once.
Unshift makes sure to take the class off the registration list right
away, so another invokation of the same method won't try to do the same
job.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-25 06:37:07 +00:00
Nextcloud bot
4058c4c7db
[tx-robot] updated from transifex
2021-06-25 02:25:45 +00:00
Nextcloud bot
9d41426886
[tx-robot] updated from transifex
2021-06-24 02:25:33 +00:00
korelstar
7b8d4b2d37
fix error when using CORS with no auth credentials
2021-06-23 20:57:11 +02:00
Nextcloud bot
f71306f8ee
[tx-robot] updated from transifex
2021-06-23 02:26:30 +00:00
Lukas Reschke
72309a158a
Remove throwing annotation
...
This class was just introduced in Nc 21.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 13:53:28 +00:00
Lukas Reschke
ba12eb7aba
Use execute instead of executeStatement
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 13:53:28 +00:00
Morris Jobke
e757a5ecfd
Properly cleanup entries of WebAuthn on user deletion
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-22 13:53:27 +00:00
Nextcloud bot
6069ea83e5
[tx-robot] updated from transifex
2021-06-22 02:27:12 +00:00
Nextcloud bot
c7d7f9ca94
[tx-robot] updated from transifex
2021-06-20 02:27:16 +00:00
Nextcloud bot
d932129529
[tx-robot] updated from transifex
2021-06-19 02:46:31 +00:00
Nextcloud bot
08ca2e972b
[tx-robot] updated from transifex
2021-06-18 02:27:13 +00:00
Nextcloud bot
1bbb803ad8
[tx-robot] updated from transifex
2021-06-17 02:26:02 +00:00
Julius Härtl
420d395947
Merge pull request #27415 from nextcloud/backport/26494/stable21
2021-06-14 09:48:41 +02:00
Nextcloud bot
89bc4acfa2
[tx-robot] updated from transifex
2021-06-13 02:26:18 +00:00
Nextcloud bot
e9a87a1025
[tx-robot] updated from transifex
2021-06-12 02:27:12 +00:00
Julius Härtl
6e190b1a55
Merge pull request #27303 from nextcloud/backport/27062/stable21
...
[stable21] properly use limit and offset for search in Jail wrapper
2021-06-09 08:07:49 +02:00
Nextcloud bot
3708360f3b
[tx-robot] updated from transifex
2021-06-09 02:26:29 +00:00
Nextcloud bot
5339679083
[tx-robot] updated from transifex
2021-06-08 02:26:33 +00:00
Richard de Boer
9f3824b884
Check whether output buffering is active before turning it off
...
Before we just turned it off and @suppressed the error if ob was not active.
In PHP 8 this error is no longer suppressed, so try to not cause it at all.
Signed-off-by: Richard de Boer <git@tubul.net>
2021-06-07 21:33:53 +00:00
Richard de Boer
088118f548
Fix a usort comparison function returning a boolean instead of an integer
...
PHP 8 shows deprecation warnings about this, see #25806
Signed-off-by: Richard de Boer <git@tubul.net>
2021-06-07 21:33:52 +00:00
Richard de Boer
7e9d459fea
Fix functions taking optional parameters before required ones
...
PHP 8 shows deprecation warnings about this, see #25806
Removes the "default" values, as they actually are required parameters anyway.
Signed-off-by: Richard de Boer <git@tubul.net>
2021-06-07 21:33:52 +00:00
Morris Jobke
4136993f44
Merge pull request #27336 from nextcloud/backport/27329/stable21
...
[stable21] Propagate throttling on OCS response
2021-06-07 10:39:52 +02:00
Morris Jobke
5412605219
Merge pull request #27359 from nextcloud/backport/27354/stable21
...
[stable21] Escape filename in Content-Disposition
2021-06-07 10:37:45 +02:00
Nextcloud bot
87363686b7
[tx-robot] updated from transifex
2021-06-07 02:25:24 +00:00
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
Lukas Reschke
d838108dea
Escape filename in Content-Disposition
...
We should escape all occurences of ' and \ in here.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-02 19:17:38 +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
Lukas Reschke
6a6bcdc558
Propagate throttling on OCS response
...
The BaseResponse converter did not take over any throttling state from the DataResponse.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-01 19:42:31 +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
Robin Appelman
a21eb8d6d2
properly use limit and offset for search in Jail wrapper
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-31 12:28:12 +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