ownClouders
759ea4ca03
[tx] updated from transifex
2023-10-16 01:14:58 +00:00
Michael Barz
dcdf1c38b6
Merge pull request #7401 from bennycooly/patch-1
...
Fix env name for root tls cert for sharing service
2023-10-13 18:46:54 +02:00
Ben Fu
7eba7e0620
Add deprecation params
2023-10-13 09:34:32 -05:00
Ben Fu
f7aa2391b5
Fix env name for root tls cert for sharing service
2023-10-13 09:34:32 -05:00
Jannik Stehle
98d3f2ea4a
Automated changelog update [skip ci]
2023-10-13 11:39:19 +00:00
Jannik Stehle
7d4e99240d
Merge pull request #7486 from owncloud/add-disabled-extensions-config
...
feat: add config for disabling web extensions
2023-10-13 13:38:37 +02:00
Karun Atreya
afcdb7617d
[tests-only] [full-ci] removing the setresponse in given/then step in publicwebdav context ( #7439 )
...
* refactored given steps
* refactored some when stepa
* refactored remaining when and then steps
* use of when step for the action
* changed line no in expected failure
* remove and add same kind of steps in the scenario and refactored function names
* adressing reviews
2023-10-13 16:59:43 +05:45
Jannik Stehle
c6533dc2e4
feat: add config for disabling web extensions
2023-10-13 12:53:34 +02:00
Martin
c9ca9a6dcd
Merge pull request #7485 from owncloud/mmattel-patch-1
...
[docs-only] Update frontend service README.md
2023-10-13 12:28:19 +02:00
Martin
55c9a95eea
Update services/frontend/README.md
2023-10-13 12:21:27 +02:00
Martin
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
Martin
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
Martin
accbb31b5c
[docs-only] Update README.md of the settings service
...
Just some smaller doc fixes.
2023-10-13 09:40:56 +02:00
Sawjan Gurung
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
kobergj
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 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
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 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