Commit Graph

2036 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer
9af780fda9 fix idp cs3 backend session refresh (#8142)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-01-08 11:05:52 +01:00
ownClouders
09e8bed619 [tx] updated from transifex 2024-01-08 00:05:14 +00:00
Florian Schade
ac8676fff4 enhancement: enable icap preview mode and fix client according to the spec (#8062)
* enhancement: enable icap preview mode and use a forked icap client which fixes tcp socket keepalive

* enhancement: make use of human time for the icap timout config option

* enhancement: update icap-client

* enhancement: bump icap client library and deprecate ANTIVIRUS_ICAP_TIMEOUT env

* chore: vendor icap library

* enhancement: set preview size only if greater than 0

* Update services/antivirus/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* enhancement: add changelog

---------

Co-authored-by: Martin <github@diemattels.at>
2024-01-05 20:52:26 +01:00
Roman Perekhod
fd388653a9 the race conditions in tests 2024-01-04 13:14:42 +01:00
ownClouders
a3583118a4 [tx] updated from transifex 2024-01-03 04:27:09 +00:00
Michael Barz
6b05333f90 Merge pull request #7985 from 2403905/issue-7916
add the environment variable that allow to disable the password policy
2024-01-02 15:50:49 +01:00
ownClouders
64132b0fee [tx] updated from transifex 2023-12-30 00:39:42 +00:00
ownClouders
36b7db84b4 [tx] updated from transifex 2023-12-28 00:07:34 +00:00
jkoberg
ef3c214af6 use correct structure when ocis init
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-27 15:22:56 +01:00
ownClouders
203e250c86 [tx] updated from transifex 2023-12-25 00:07:24 +00:00
kobergj
9015ee0d4d Merge pull request #8051 from kobergj/ServiceAccountRoles
[full-ci] Service Account Roles
2023-12-22 13:11:22 +01:00
Roman Perekhod
1c077d6689 add the environment variable that allow to disable the password policy 2023-12-22 09:12:04 +01:00
Benedikt Kulmann
14e46c417f Merge pull request #7988 from owncloud/override-cldr-kpop-dep
[full-ci] remove outdated and unused cldr dep from kpop in idp package
2023-12-21 22:23:51 +01:00
Benedikt Kulmann
66061b40fc Merge pull request #8056 from owncloud/web-concurrent-requests-config
fix: add config for web concurrent requests config
2023-12-21 21:12:41 +01:00
Benedikt Kulmann
9034e0d470 fix: add config for web concurrent requests config 2023-12-21 20:22:21 +01:00
Benedikt Kulmann
c21854b00a fix: reduce mtime keywords to the required ones 2023-12-21 19:49:18 +01:00
Jannik Stehle
7c97b1e50b chore: bump web to v8.0.0-rc.1 2023-12-21 18:08:38 +01:00
jkoberg
a607c6323c improve docu for special env var case
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-21 17:37:42 +01:00
Michael Barz
a17b65cea8 Merge pull request #7994 from owncloud/proxy-metrics
feat: RED metrics
2023-12-21 16:27:55 +01:00
Michael Barz
158e27d31d docs: add dev docs 2023-12-21 15:32:41 +01:00
Ralf Haferkamp
a1ed2ce2e5 graph/groups: Handle quoted search terms in GetGroups
Fixes: #7990
2023-12-21 13:57:26 +01:00
Ralf Haferkamp
8489170715 graph/users: More test coverage for GetUsers search 2023-12-21 13:57:26 +01:00
jkoberg
20f77d4b5b add a hidden role for service accounts
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-21 12:41:42 +01:00
Juan Pablo Villafáñez
1bcc559ed8 fix: adjust min search length if double quotes are used 2023-12-20 17:24:44 +01:00
Juan Pablo Villafáñez
34bb4f80ed fix: double quotes will be trimmed from the search token 2023-12-20 17:24:44 +01:00
Michael Barz
14553dd6b1 feat: RED metrics 2023-12-20 14:53:16 +01:00
Andre Duffeck
2284fe388d Also log the traceid alongside the request id (#8023)
* Also log the traceid alongside the request id

* Add changelog
2023-12-20 09:32:57 +01:00
mmattel
406830543e [docs-only] fix envvar where a semicolon was added unintentionally 2023-12-20 08:36:02 +01:00
ownClouders
bce38f965f [tx] updated from transifex 2023-12-19 22:08:42 +00:00
Benedikt Kulmann
82785184dc Merge pull request #8018 from owncloud/add-chinese-language
feat: allow settings service to store "zh" as language value
2023-12-19 20:17:12 +01:00
Benedikt Kulmann
b75dda29a9 feat: allow settings service to store "zh" as language value 2023-12-19 15:47:13 +01:00
Roman Perekhod
367f1ff9e8 trash-bin cli has been exteneded by the list and restore commands (#7917)
* trash-bin cli has been exteneded by the list and restore commands

* v4 to v5 changes

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
2023-12-19 15:44:28 +01:00
jkoberg
e1fad5c6e9 make nats-js-kv the default registry
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 12:13:28 +01:00
jkoberg
de4f9d78f4 allow authentication for stores
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 10:44:05 +01:00
jkoberg
3e55223f2d allow authentication for events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-19 10:44:05 +01:00
kobergj
377a23ee7d Non-durable SSE streams (#7986)
* make sse streams non-durable

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* bump reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>

---------

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-18 11:47:25 +01:00
Andre Duffeck
5749348b11 [full-ci] Ocm tus (#7998)
* Add service account configuration for the ocm service

* Bump reva

* Add changelog
2023-12-18 10:05:31 +01:00
Roman Perekhod
d5130c3c37 Merge pull request #7976 from 2403905/issue-7931
[full-ci] remove the permissions of a role with duplicate ID
2023-12-18 09:20:20 +01:00
ownClouders
0f4bdddde7 [tx] updated from transifex 2023-12-17 00:07:24 +00:00
Benedikt Kulmann
da8ae85abf chore: remove outdated and unused cldr dep from kpop in idp package 2023-12-16 06:38:00 +01:00
Ralf Haferkamp
3eb78bb6cc graph: fix missing return after error in UpdateShare 2023-12-15 14:48:54 +01:00
Ralf Haferkamp
419619041b graph sharing: Avoid usage for deprecated CS3 Request attributes
The sharereference attribute in the CS3 UpdateShareRequest is deprecated.
Set the shareid via the Share.ID attribute.
2023-12-15 14:48:54 +01:00
kobergj
423c28b298 improve store readmes
Co-authored-by: Martin <github@diemattels.at>
2023-12-15 13:25:10 +01:00
jkoberg
0d1669b3bd allowing disabling persistence of caches
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-15 13:25:10 +01:00
kobergj
1a2a201ce0 Merge pull request #7977 from kobergj/UpdateGatewayReadme
[docs-only] Update Gateway Readme
2023-12-14 16:15:27 +01:00
mmattel
36323dbd2a fix link to envvars 2023-12-14 15:46:10 +01:00
Jörn Friedrich Dreyer
3fc3152e67 fix upload purge filter and naming
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-12-14 14:47:42 +01:00
Andre Duffeck
fd09d29b5c Merge pull request #7973 from aduffeck/ocm-access
[full-ci] Ocm access
2023-12-14 14:36:31 +01:00
jkoberg
15d0b330ae update gateway config
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-14 13:51:40 +01:00
André Duffeck
5cb059db46 Fix yaml tag 2023-12-14 12:58:22 +01:00