Commit Graph

2016 Commits

Author SHA1 Message Date
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
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
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
Roman Perekhod 737e2962bb [full-ci] remove the permissions of a role with duplicate ID 2023-12-14 12:30:34 +01:00
kobergj 7c3f51a7dd Merge pull request #7793 from kobergj/FixNatsjsCache
[full-ci] Use nats-js cache
2023-12-14 11:50:27 +01:00
Michael Stingl be0a5c97bf Merge pull request #7965 from owncloud/docs-webfinger-example
[docs-only] Fix inconsistency in unauthenticated WebFinger example response
2023-12-14 11:15:33 +01:00
kobergj dbc50a655b use different dbs for filemetadata caches
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-12-14 11:08:10 +01:00
Jan 7345c7d32c Remove accessDeniedHelperUrl from config (#7970)
* Remove accessDeniedHelperUrl from config

* Enhance changelog item

* Adjust former changelog item

* Force rename
2023-12-14 10:44:13 +01:00
André Duffeck 4ccfc66432 Add a flag for including ocm sharees 2023-12-14 09:32:53 +01:00
André Duffeck 2ffec5c79f Give the ocm storage provider some storage space 2023-12-14 09:30:41 +01:00
André Duffeck 15051c99ad Allow for disabling the certificate check for webdav connections 2023-12-14 09:30:41 +01:00
André Duffeck b17fa1d72b Make /remote.php/dav/ocm/ work as well 2023-12-14 09:30:41 +01:00
André Duffeck 4a16b3b644 Expose variable to configure webapp template 2023-12-14 09:30:41 +01:00
André Duffeck 73c0b022b3 Make mesh directory URL configurable (empty by default) 2023-12-14 09:30:41 +01:00
André Duffeck 5b1c550460 Start the dataprovider for received ocm shares 2023-12-14 09:30:41 +01:00
André Duffeck 57024006f2 Start and wire the ocmreceived storage provider 2023-12-14 09:30:41 +01:00
Michael Stingl ff9463bc8d Fix inconsistency in unauthenticated WebFinger example response 2023-12-13 18:20:52 +01:00
jkoberg d62cb9d34b use inmemory cache by default
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-13 12:49:54 +01:00
jkoberg ad87ac955a configure services individually
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-13 12:49:54 +01:00
jkoberg bbc4f83f7d bump dependencies
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-13 12:49:53 +01:00
jkoberg 003310a2b0 use nats-js cache
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-12-13 12:48:27 +01:00
Phil Davis 9900271781 Merge pull request #7953 from owncloud/fix-return
fix: missing return statement
2023-12-13 06:28:30 +05:45
ownClouders 986eca5cdd [tx] updated from transifex 2023-12-13 00:07:32 +00:00