Commit Graph
14805 Commits
Author SHA1 Message Date
MartinandGitHub ed28a04912 Update frontend service README.md
The readme of the forntend service was not in line with the changes made in the code.
2023-10-13 12:17:12 +02:00
MartinandGitHub 445abc09f4 Merge pull request #7482 from owncloud/mmattel-patch-1
[docs-only] Update README.md of the settings service
2023-10-13 09:58:54 +02:00
mmattel bef11c32f4 small addon fix 2023-10-13 09:51:29 +02:00
MartinandGitHub accbb31b5c [docs-only] Update README.md of the settings service
Just some smaller doc fixes.
2023-10-13 09:40:56 +02:00
Sawjan GurungandGitHub bd955f75ed [tests-only] Log requests and responses for the failing tests (#7371)
* log request-response to a file

show logs in ci

move hooks to one place

* preserve logs between suites

* ignore logs

* Refactor and beautify logs

* fix php style

* add log step in ci pipeline

* get expected-failure file from env if available
2023-10-13 13:22:27 +05:45
kobergj db84a238b3 Automated changelog update [skip ci] 2023-10-13 07:25:48 +00:00
kobergjandGitHub 5b7535c2cc Merge pull request #7460 from kobergj/SetMountpointOnAutoAccept
[full-ci] Set mountpoints when auto accepting shares
2023-10-13 09:24:56 +02:00
Prajwol AmatyaandGitHub 25b5b6bee1 added test coverage for previewing shared resources using spaces dav path (#7472) 2023-10-13 11:51:08 +05:45
ownClouders 0c792328f2 [tx] updated from transifex 2023-10-13 00:21:41 +00:00
Ralf Haferkamp bb925ba890 Automated changelog update [skip ci] 2023-10-12 16:32:39 +00:00
Ralf HaferkampandRalf Haferkamp 2ea843b814 Bump reva to latest edge
To get https://github.com/cs3org/reva/pull/4249

Fixes: #7469
2023-10-12 18:32:01 +02:00
Karun AtreyaandGitHub 79a4e3d500 [tests-only] [full-ci] removing the setresponse in given/then step in spacestus context (#7447)
* refactored removing setting response in given/then steps in spacetus context

* adressing reviews
2023-10-12 16:30:51 +05:45
Viktor ScharfandGitHub 67cfcabe5d add test for default language (#7464) 2023-10-12 10:40:12 +02:00
Ralf HaferkampandRalf Haferkamp e316d8ea3a Fix reva config of frontend service
Set an empty Credentials chain. In ocis all non-reva token authentication is
handled by the proxy. This avoid irritating error messages about the missing
'auth-bearer' service.

Fixes: #6692
2023-10-12 09:11:47 +02:00
Christian RichterandGitHub ce7ca53e2c Merge pull request #7467 from dragonchaser/remove-obsolete-cliflags
remove obsolete cli flags
2023-10-12 08:20:09 +02:00
Christian Richter e56b23541a remove obsolete cli flags
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-10-11 16:31:10 +02:00
kobergjandGitHub 48857e96f7 Merge pull request #7466 from kobergj/AddAuthServiceToPortranges
[docs-only] Add `auth-service` to `port-ranges.md`
2023-10-11 15:48:51 +02:00
jkoberg b33dbba525 fix race condition in ocis wrapper
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 15:25:22 +02:00
jkoberg 7477ed3cda add auth-service to port-ranges
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 15:14:17 +02:00
jkoberg 88d6edd588 set mountpoint on auto accept
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 14:20:48 +02:00
Andre DuffeckandGitHub 5a76586678 Merge pull request #7463 from aduffeck/bump-reva
Bump reva to pull in the ocm changes in reva edge.
2023-10-11 14:17:47 +02:00
André Duffeck 99799990c0 Add comment about the source of the go-cs3apis build 2023-10-11 13:23:50 +02:00
Karun AtreyaandGitHub 903ab8e1f8 [tests-only] [full-ci] removing the setresponse in given/then step in webdav context (#7403)
* refactoring the given steps in the webdav context

* refactored remaining given/when/then steps

* return file id

* trim trailing from the folder path

* add missing when step and make other minor corrections

* set responseXml and correct status code check

* correct the naming of steps and helper functions
2023-10-11 16:15:31 +05:45
Sabin PantaandGitHub 37208139f4 addressing the review (#7372) 2023-10-11 15:55:26 +05:45
André Duffeck b6d5cd78f0 Bump reva to pull in the ocm changes in reva edge.
Fixes #7003
2023-10-11 11:40:57 +02:00
Sawjan GurungandGitHub 383ad91815 [tests-only] Fix API test steps (#7457)
* add missing step defs

* fix steps

* update expected failure line
2023-10-11 15:10:02 +05:45
Christian RichterandGitHub 9e07f2f0d1 Merge pull request #7454 from dragonchaser/fix-auth-service-command
remove obsolete command registration file
2023-10-11 10:34:49 +02:00
dependabot[bot]andRalf Haferkamp 0a62c54502 Bump golang.org/x/net from 0.15.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 10:31:08 +02:00
Christian Richter 8a72639d45 remove obsolete command registration file
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-10-11 09:47:47 +02:00
Sawjan GurungandGitHub 3f99d182bf [tests-only] Removed unused steps from AuthContext (#7407)
* removed unsed steps from Archiver and Auth contexts

fix methods

fix sendRequest method

fix steps

add missing step

* move steps from OCS to Auth context

add missing step

fix null

fix variable name

fix variable name

* fix password
2023-10-10 16:29:09 +05:45
Ralf HaferkampandRalf Haferkamp 7dde3a1175 storage-users: pass context to event handling service
This allows to properly shutdown the event handling loop by
cancelling the context.
2023-10-10 12:25:30 +02:00
Ralf HaferkampandRalf Haferkamp 2a53dd89f4 debugServer: Set a base context for the http server
to allow propagating context cancellation
2023-10-10 12:25:30 +02:00
Ralf HaferkampandRalf Haferkamp 54664024c8 storage-users: Properly shutdown debugServer
Trigger a proper debug server shutown in interrupt handler of run.Group.
2023-10-10 12:25:30 +02:00
Ralf HaferkampandRalf Haferkamp 03fc51d573 registry: correctly return from go-routine on cancelation
When the the context is cancel we need to return from the go-routine
after de-registering the service.
2023-10-10 12:25:30 +02:00
dependabot[bot]andRalf Haferkamp 5f9c91582e Bump postcss from 8.4.29 to 8.4.31 in /services/idp
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 11:55:58 +02:00
dependabot[bot]andRalf Haferkamp bf3b486cfe Bump go.opentelemetry.io/contrib/zpages from 0.44.0 to 0.45.0
Bumps [go.opentelemetry.io/contrib/zpages](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.44.0...zpages/v0.45.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/zpages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 11:27:39 +02:00
kobergjandGitHub ddb55d41f3 Merge pull request #7446 from kobergj/AdjustSSENotification
[tests-only] Adjust SSE Notification
2023-10-10 11:04:55 +02:00
jkoberg 25e7b1aaaa adjust sse notification layout
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-10 10:22:23 +02:00
efafb64cab [tests-only][full-ci] refactor profind response (#7327)
* refactor profind response for path checking strictly

* refactor searchResponse also for xpath checking

---------

Co-authored-by: nabim777 <“nabinalemagar019@gmail.com”>
2023-10-10 12:57:41 +05:45
Roman Perekhod 92ece8bac1 Automated changelog update [skip ci] 2023-10-09 13:31:48 +00:00
7f6c832356 the default language added to the setting service (#7417)
* the default language added to the setting service

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

---------

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-10-09 15:31:17 +02:00
dependabot[bot]andRalf Haferkamp caad4709f8 Bump github.com/nats-io/nats-server/v2 from 2.10.1 to 2.10.2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.1...v2.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 09:10:38 +02:00
Nalem7andGitHub 140f756584 add test for move with fileID in project space (#7421) 2023-10-09 09:15:23 +05:45
Nalem7andGitHub 1054f0d6cd add test for copy with fileID (#7398) 2023-10-09 09:14:39 +05:45
ownClouders fc91eea4a2 [tx] updated from transifex 2023-10-08 00:19:40 +00:00
Michael BarzandGitHub a55d318811 Merge pull request #7422 from owncloud/fix-git
[full-ci] clean up gitignore and commit missing mocks
2023-10-06 16:50:15 +02:00
kobergj 79ef0cb8ce Automated changelog update [skip ci] 2023-10-06 12:43:43 +00:00
kobergjandGitHub 0984c8ec52 Merge pull request #7406 from owncloud/wrong-envars
edit wrong named enves
2023-10-06 14:41:03 +02:00
Michael Barz f9c9219bd6 clean up docs 2023-10-06 11:29:09 +02:00
case0sh 06d7702577 revert all changes to ocdav 2023-10-06 11:23:05 +02:00