Commit graph

18686 commits

Author SHA1 Message Date
Lukas Reschke
5a1faab167 Remove throwing annotation
This class was just introduced in Nc 21.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 13:55:49 +02:00
Lukas Reschke
481715c8f8 Use execute instead of executeStatement
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22 13:54:03 +02:00
Morris Jobke
a0bd1800e8 Properly cleanup entries of WebAuthn on user deletion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-22 13:46:28 +02:00
Nextcloud bot
e13dd99bd9
[tx-robot] updated from transifex 2021-06-22 02:27:21 +00:00
Nextcloud bot
a024b6b359
[tx-robot] updated from transifex 2021-06-20 02:27:25 +00:00
Nextcloud bot
7f5bb741bb
[tx-robot] updated from transifex 2021-06-19 02:46:40 +00:00
Nextcloud bot
4ccc1e4c3e
[tx-robot] updated from transifex 2021-06-18 02:27:23 +00:00
Nextcloud bot
51551e6ac4
[tx-robot] updated from transifex 2021-06-17 02:26:11 +00:00
Daniel Kesselberg
3b510bf0f6
Activate constraint check for oracle / pqsql also for 20.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-06-16 14:28:07 +02:00
Nextcloud bot
dbf79de762
[tx-robot] updated from transifex 2021-06-13 02:26:28 +00:00
Nextcloud bot
2bcbc80759
[tx-robot] updated from transifex 2021-06-12 02:27:22 +00:00
Robin Appelman
464aeb065c
properly use limit and offset for search in Jail wrapper
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-09 08:08:55 +02:00
Nextcloud bot
68ec34a8df
[tx-robot] updated from transifex 2021-06-09 02:26:37 +00:00
Nextcloud bot
f423da2851
[tx-robot] updated from transifex 2021-06-08 02:26:42 +00:00
Robin Appelman
9f62c8023d
Merge pull request #27349 from nextcloud/backport/25280/stable20
[stable20] Set umask before operations that create local files
2021-06-07 19:37:02 +00:00
Robin Appelman
b92440ca0a
improve type handling of Avatar::generateAvatarFromSv
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-07 16:55:40 +02:00
Morris Jobke
16ae1e8c3c
Merge pull request #27209 from nextcloud/backport/27199/stable20
[stable20] Use noreply@ as email address for share emails
2021-06-07 10:47:09 +02:00
Morris Jobke
c8275117a4
Merge pull request #27337 from nextcloud/backport/27329/stable20
[stable20] Propagate throttling on OCS response
2021-06-07 10:43:36 +02:00
Morris Jobke
b52dc4ace8
Merge pull request #27360 from nextcloud/backport/27354/stable20
[stable20] Escape filename in Content-Disposition
2021-06-07 10:38:42 +02:00
Nextcloud bot
88355b0713
[tx-robot] updated from transifex 2021-06-07 02:25:32 +00:00
Nextcloud bot
c4271ebbe1
[tx-robot] updated from transifex 2021-06-06 02:26:24 +00:00
Robin Appelman
252268e4d2
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:42:05 +02:00
Nextcloud bot
cd4a538fa4
[tx-robot] updated from transifex 2021-06-04 02:28:37 +00:00
Nextcloud bot
15d6770393
[tx-robot] updated from transifex 2021-06-03 02:29:10 +00:00
Lukas Reschke
c4fd3c5e9d 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:19:41 +00:00
Lukas Reschke
1d9e6ab6dd 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:44:31 +00:00
Nextcloud bot
7f5e9ff7fc
[tx-robot] updated from transifex 2021-05-31 02:35:47 +00:00
Nextcloud bot
d63a757092
[tx-robot] updated from transifex 2021-05-30 02:25:27 +00:00
Morris Jobke
d1e5039890 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:44:09 +00:00
Nextcloud bot
5fd1b719d7
[tx-robot] updated from transifex 2021-05-26 02:28:51 +00:00
Nextcloud bot
c87c3710f2
[tx-robot] updated from transifex 2021-05-25 02:27:40 +00:00
Nextcloud bot
694454ca0d
[tx-robot] updated from transifex 2021-05-23 02:26:09 +00:00
Nextcloud bot
7ffae790ef
[tx-robot] updated from transifex 2021-05-22 02:27:38 +00:00
Nextcloud bot
3a9c6eef44
[tx-robot] updated from transifex 2021-05-21 02:28:17 +00:00
Morris Jobke
da32428c3e
Merge pull request #26954 from nextcloud/backport/26879/stable20
[stable20]  Don't break OCC if an app is breaking in it's Application class
2021-05-18 09:32:22 +02:00
Nextcloud bot
f80b1fe0cb
[tx-robot] updated from transifex 2021-05-16 02:27:10 +00:00
Joas Schilling
a0e0627de0 Don't break OCC if an app is breaking in it's Application class
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12 07:42:04 +00:00
Nextcloud bot
b436c3a8df
[tx-robot] updated from transifex 2021-05-08 02:25:13 +00:00
Nextcloud bot
edae9eb9a4
[tx-robot] updated from transifex 2021-05-06 02:25:54 +00:00
Nextcloud bot
83ec0bd360
[tx-robot] updated from transifex 2021-05-04 02:26:38 +00:00
Nextcloud bot
0ca700e916
[tx-robot] updated from transifex 2021-05-02 02:25:43 +00:00
Roeland Jago Douma
31b6443091
Merge pull request #26542 from nextcloud/stable20-26433
[stable20] Limit size of properties to 2048 characters
2021-04-30 09:27:45 +02:00
Nextcloud bot
3b1ac61331
[tx-robot] updated from transifex 2021-04-30 02:28:11 +00:00
Lukas Reschke
4ec4a99869 Limit size of properties to 2048 characters
It is unreasonable to expect that one of these fields would be longer
than 2048 characters. Whilst some have definitely lower limits (such as
for phone numbers or domain names), a upper bound as sanity check makes
sense.

Backport of https://github.com/nextcloud/server/pull/26433

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-29 20:45:11 +02:00
Roeland Jago Douma
02001520e0 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:23:02 +02:00
Nextcloud bot
eb93e0dd29
[tx-robot] updated from transifex 2021-04-29 02:26:50 +00:00
Julius Härtl
4f8c89f8a5 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
f8f32d79d7
Merge pull request #26788 from nextcloud/backport/26718/stable20
[stable20] Fix ratelimit template
2021-04-28 09:54:14 +02:00
Nextcloud bot
c5ac15925b
[tx-robot] updated from transifex 2021-04-28 02:26:07 +00:00
Joas Schilling
498ac1c6f5 Do not allow to overwrite some variables
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27 13:39:53 +00:00