Commit Graph
16283 Commits
Author SHA1 Message Date
mmattel 5abe52979c [docs-only] Fix added envars table 2024-03-05 10:29:07 +01:00
ownClouders fa57da865f [tx] updated from transifex 2024-03-05 00:39:24 +00:00
Jörn Friedrich Dreyer 4fe90230c4 Automated changelog update [skip ci] 2024-03-04 16:02:18 +00:00
Jörn Friedrich DreyerandGitHub 3d7a269bdc Merge pull request #8570 from owncloud/select-next-clients-for-autoaccept
always select the next clients when autoaccepting shares
2024-03-04 17:01:30 +01:00
Jörn Friedrich Dreyer cd10209bb6 always select the next clients when autoaccepting shares
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-04 16:30:01 +01:00
nirajacharya2andGitHub 28d53fee78 adding test for listing permission of a project space (#8551) 2024-03-04 16:54:01 +05:45
nirajacharya2andGitHub 3b79c1c40a adding test for deleating sharer and listing sharedwithme by the sharee (#8520) 2024-03-04 13:07:06 +05:45
MartinandGitHub 62ccb69224 Merge pull request #8557 from owncloud/deprecate-store-env-vars
deprecate store env vars
2024-03-01 16:01:53 +01:00
Jörn Friedrich Dreyer 4217a87829 deprecate store env vars
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-01 15:08:25 +01:00
Sawjan GurungandGitHub 58c083d311 [tests-only][full-ci] Add option to check ocis connection by authenticating user (#8540)
* Revert "use capabilites in ociswrapper"

This reverts commit 0768723c89.

* tests: check ocis connection with basic auth when provided

* ci: check ocis connection with admin basic auth

* list all ocis services

* list services with timeout

* ci: check ocis connection with admin basic auth

* list all ocis services
2024-03-01 14:54:09 +01:00
Jörn Friedrich DreyerandGitHub 37e3ec2171 Merge pull request #8555 from owncloud/udate_added_envvar_table
[docs-only] Updates the added envvar lists because of changes in the store service
2024-03-01 14:22:49 +01:00
mmattel 1c8b0d8443 Updates the added envvar lists because of changes in the store service 2024-03-01 14:14:17 +01:00
nirajacharya2andGitHub fb1d93342c adding test for sharedWithMe endpoint for resource in project space (#8292) 2024-03-01 15:36:51 +05:45
Viktor ScharfandGitHub a77f121c89 [test-only] send notification to the rocket talk infinitescale channel (#8547)
* send notification to the matrix channel

* delete triggers
2024-03-01 10:28:26 +01:00
Roman PerekhodandGitHub d33935c257 Merge pull request #8550 from 2403905/bump_reva_v2.19.1
[full-ci] bump reva v2.19.1
2024-02-29 19:38:47 +01:00
Jörn Friedrich DreyerandGitHub 2dce3e997d Merge pull request #8546 from owncloud/verify-service-accounts-are-set
verify all system accounts are set
2024-02-29 17:29:08 +01:00
Jörn Friedrich Dreyer d0f9471db4 fix ocm service account init
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-29 17:01:10 +01:00
Roman Perekhod 90ec40e38f [full-ci] bump revav2.19.1 2024-02-29 16:56:37 +01:00
Jörn Friedrich Dreyer 972adafd29 verify all system accounts are set
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-29 15:51:37 +01:00
Nalem7andGitHub 4427c9f032 add tests to list peoject spaces resources shared by two users with him/her (#8516) 2024-02-29 12:11:53 +05:45
ownClouders 0ca14bdf2e [tx] updated from transifex 2024-02-29 00:55:10 +00:00
Ralf Haferkamp db7e2050c7 Automated changelog update [skip ci] 2024-02-28 16:31:55 +00:00
Ralf HaferkampandRalf Haferkamp 0d366a33ae docs: Add missing doc comments 2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 1a8b0ea846 fix: Remove unneeded code
errors.Join(errs...) ignores nil errors and returns nil if there are not errors.
2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 1ceba732c2 enhancement(sharing): Check driveID when unmounting share
Only accept requests against the shareJail driveID
2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 83f9db3152 Fix typos 2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp a9a3b91e80 docs: Add changelog for share (un)mount 2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 9d6ece9220 enhancement(sharing): allow unmounting a share 2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 9d321bf379 enhancement(sharing): Return newly created driveItem
When accepting a share via 'POST /v1beta1/drives/{driveId}/root/children'
return the newly created driveItem. This driveItem wraps the accepted
remoteItem representing the shared resource (similar to the
'sharedWithMe' response.

This also refactors some of the helpers for user lookup and CS3 share to
driveItem conversion so they can be more easily shared.
2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp 0a24f23164 enhancement(sharing): Simplify route for accepting shares
In theory creating the driveItem to accepting a shared resource
can be done via '/v1beta1/drives/{drive-id}/item/{item-id}/children'
but there is also the simplified variant via
'/v1beta1/drives/{drive-id}/root/children' (aligned with the example
in the spec). For now we'll just implement the latter because accepting
a share will always be done via root of the sharejail drive.
2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp f86bd76e23 enhancement(graph): refrain from registering routes via the Router interface
After some back an forth we agreed on keeping the routes defined
in a central place for now.
2024-02-28 17:29:04 +01:00
Ralf HaferkampandRalf Haferkamp d418864f84 fix(graph): Remove duplicated routes from router 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 35817f24f2 test: add more tests for the DrivesDriveItemService implementation 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 0bd97c9178 test: improve graph share accept/decline test coverage 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 7384297728 enhancement: add DrivesDriveItemApi DeleteDriveItem tests 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 6278273d5e enhancement: add basic share unmount 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp cad0d944eb enhancement: handle share mount errors 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 5f705c6263 enhancement: make use of body driveItem for graph share accept 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 1178491710 enhancement: add basic share accept feature, error handling and detailed implementation still missed 2024-02-28 17:29:04 +01:00
Florian SchadeandRalf Haferkamp 91f0667f1f feature(sharing): add endpoints to accept or decline a share 2024-02-28 17:29:04 +01:00
dependabot[bot]andRalf Haferkamp af228c847e build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 15:02:28 +01:00
Michael Barz 9fb55430c0 Automated changelog update [skip ci] 2024-02-28 13:18:37 +00:00
Michael BarzandGitHub a0d77f6bef Merge pull request #8536 from owncloud/forward-port-changelog
Forward port changelog from stable-5.0
2024-02-28 14:16:25 +01:00
Sawjan GurungandGitHub 9b8ec4e5e6 [tests-only] check for invalid schema validators (#8533)
* test(api): check schema validators

* test(api): check schema validators

* test(api): check schema validators

* test(api): fix schema

* test(api): fix php code style

* test(api): fix schema
2024-02-28 16:56:03 +05:45
Michael Barz b8fcf7cf43 Automated changelog update [skip ci] 2024-02-28 11:05:31 +00:00
Michael BarzandRalf Haferkamp 643d4ccbfb fix: change default config for the role mapping 2024-02-28 12:04:57 +01:00
Michael Barz dd9c757787 Merge remote-tracking branch 'origin/stable-5.0' into forward-port-changelog 2024-02-28 09:35:49 +01:00
Nalem7andGitHub 23eafebf24 add tests to list space files shared with user who is member of group (#8484) 2024-02-28 14:04:02 +05:45
ownClouders bbc1486491 [tx] updated from transifex 2024-02-28 00:21:53 +00:00
dependabot[bot]andRalf Haferkamp 8e096ac58a build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.48.0 to 0.49.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.48.0...zpages/v0.49.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 11:06:05 +01:00