Commit Graph

14797 Commits

Author SHA1 Message Date
Jannik Stehle
c6533dc2e4 feat: add config for disabling web extensions 2023-10-13 12:53:34 +02:00
Prajwol Amatya
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 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 Atreya
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 Scharf
67cfcabe5d add test for default language (#7464) 2023-10-12 10:40:12 +02:00
Ralf 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 Richter
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
kobergj
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
7477ed3cda add auth-service to port-ranges
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-11 15:14:17 +02:00
Andre Duffeck
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 Atreya
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 Panta
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 Gurung
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 Richter
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]
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 Gurung
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 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 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 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 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]
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]
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
kobergj
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
Nalem7
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
Roman Perekhod
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]
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
Nalem7
140f756584 add test for move with fileID in project space (#7421) 2023-10-09 09:15:23 +05:45
Nalem7
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 Barz
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
kobergj
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
Saw-jan
c138bc68fd fix steps 2023-10-06 14:55:38 +05:45
Saw-jan
e439deaba9 strict check for successful request 2023-10-06 14:55:38 +05:45
Saw-jan
18ac0425cb add method to create folder 2023-10-06 14:55:38 +05:45
Saw-jan
b0ef3aad5f fix steps 2023-10-06 14:55:38 +05:45
Saw-jan
a63ba607f9 fix share creation methods 2023-10-06 14:55:38 +05:45
case0sh
9b291c0739 revert all changes to frontend 2023-10-06 10:53:39 +02:00
case0sh
330e30c38e revert all changes to idp 2023-10-06 10:43:02 +02:00
Michael Barz
13777488ec use root makefile to bring back protobuf docs 2023-10-06 10:38:59 +02:00