Commit graph

18727 commits

Author SHA1 Message Date
Jasper Knockaert
ac650a13d3 fix brakcets 2021-09-03 13:42:10 +00:00
Jasper Knockaert
df3cd0f89e consolidation of boolean expression 2021-09-03 13:42:10 +00:00
Jasper Knockaert
1bca62fa1a avoid fread on directories and unencrypted files
Reworking the logic in order to first check the filecache and only then reading the fileheader.
This in order to solve #21578.
2021-09-03 13:42:09 +00:00
Nextcloud bot
fee066a416
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-02 02:27:41 +00:00
Nextcloud bot
66c65d4997
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-31 02:27:16 +00:00
Vincent Petry
610e76555d
Unregister enc stream wrapper for any exception
This prevents side effects in tests by properly cleaning up
even with expected exceptions.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-08-26 14:26:50 +02:00
Nextcloud bot
330ff407ef
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-22 02:26:18 +00:00
Joas Schilling
64ff73c78a
Merge pull request #28453 from nextcloud/backport/28303/stable20
[stable20] UnifiedSearchController: strip webroot from URL before finding a route
2021-08-20 11:13:16 +02:00
John Molakvoæ (skjnldsv)
5a26b3ff0c Properly log errors in Movie previews generation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-08-19 18:06:56 +00:00
Christoph Wurst
face6b174b Emit an error log when the app token login name does not match
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-18 12:16:47 +00:00
Julius Härtl
cd01d63e49 Only trap E_ERROR in session handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-08-17 10:12:58 +00:00
Jonas Meurer
b08215e4cc Use IURLGenerator function to get value of \OC::$WEBROOT global
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-08-16 13:11:50 +00:00
Nextcloud bot
51a3f08c41
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-15 02:26:31 +00:00
Julius Härtl
1b2e852f6c
Merge pull request #28362 from nextcloud/backport/28220/stable20 2021-08-12 12:37:15 +02:00
Robin Appelman
a4cdebec62
fix Folder->getById() when a single storage is mounted multiple times
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-11 09:05:44 +02:00
Nextcloud bot
1c31440aed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-10 02:32:21 +00:00
Nextcloud bot
c608217acc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-08 02:22:08 +00:00
Nextcloud bot
cf230cffd8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 02:27:24 +00:00
Nextcloud bot
23a5b86922
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02 07:36:02 +00:00
Robin Appelman
b3e238c731 dont apply jail search filter is on the root
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-07-29 14:40:00 +00:00
Lukas Reschke
4b9245324a Sanitize more functions from the encryption app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-07-21 22:01:42 +02:00
tobiasKaminsky
df4d8671a2 Disable HEIC image preview provider for performance concerns
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-21 08:36:07 +00:00
Daniel Kesselberg
5705fc7be3 Mask password for Redis and RedisCluster on connection failure
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-19 23:11:40 +00:00
Nextcloud bot
f93fb228e8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-15 10:38:11 +00:00
MichaIng
02fc2cc51c
Merge pull request #27754 from nextcloud/backport/27586/stable20
[stable20] Reset checksum when writing files to object store
2021-07-14 14:39:26 +02:00
Nextcloud bot
92075538ac
[tx-robot] updated from transifex 2021-07-10 02:31:52 +00:00
Nextcloud bot
2378048386
[tx-robot] updated from transifex 2021-07-09 02:26:42 +00:00
Nextcloud bot
bed022cf16
[tx-robot] updated from transifex 2021-07-08 02:27:08 +00:00
MichaIng
8a8f95e56c Fix in locking cache check
The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-07-06 17:11:22 +00:00
Nextcloud bot
7da87a8624
[tx-robot] updated from transifex 2021-07-06 02:26:22 +00:00
Julius Härtl
ae8373df1c Reset checksum when writing files to object store
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-01 15:38:17 +00:00
John Molakvoæ
54106a647e
Merge pull request #27108 from nextcloud/backport/27043/stable20
[stable20] fix return value of getStorageInfo when 'quota_include_external_storage' is enabled
2021-07-01 11:42:34 +02:00
Nextcloud bot
40e2e0fcd6
[tx-robot] updated from transifex 2021-07-01 02:25:14 +00:00
Nextcloud bot
f395c32e6a
[tx-robot] updated from transifex 2021-06-28 02:25:31 +00:00
Nextcloud bot
826a848058
[tx-robot] updated from transifex 2021-06-27 02:26:01 +00:00
Nextcloud bot
803e8407c0
[tx-robot] updated from transifex 2021-06-26 02:26:05 +00:00
Nextcloud bot
710544c257
[tx-robot] updated from transifex 2021-06-25 02:25:53 +00:00
Nextcloud bot
7bd283debe
[tx-robot] updated from transifex 2021-06-24 02:25:41 +00:00
korelstar
9257171b3d fix error when using CORS with no auth credentials 2021-06-23 20:49:45 +02:00
Nextcloud bot
5fd5ef739a
[tx-robot] updated from transifex 2021-06-23 02:26:38 +00:00
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