Commit Graph

17453 Commits

Author SHA1 Message Date
Jannik Stehle
783692efdc docs: add missing supported webdav props 2024-05-15 11:30:46 +02:00
Jannik Stehle
164f8650da fix: use getters for protobuf types 2024-05-15 11:30:46 +02:00
Jannik Stehle
d40a643fbf feat: add remote item id to search report responses
Adds the remote item id to search `REPORT` responses for shared resources and resources that are part of such. This id represents the id of the original resource that has been shared (= the remote item) and is needed for clients to correctly resolve their locations.
2024-05-15 11:26:43 +02:00
dependabot[bot]
64e9279ee1 build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 09:40:30 +02:00
Sabin Panta
95c93f63b7 [tests-only][full-ci]adding tests for enable disable sync when sharer is deleted (#9130)
* adding tests for enable disable sync when sharer is deleted

* addhressing reviews
2024-05-15 12:58:22 +05:45
Roman Perekhod
b09f3d48f8 Automated changelog update [skip ci] 2024-05-15 07:11:42 +00:00
Roman Perekhod
39f63d3bc7 Merge pull request #9144 from 2403905/issue-9067
Added the watermark text for the Secure View mode
2024-05-15 09:11:04 +02:00
Amrita
0ac03d8a89 extend list permission tests coverage for root endpoint (#9125) 2024-05-15 10:51:55 +05:45
Prarup Gurung
3fc94c07f8 Merge pull request #9140 from owncloud/use-sharingNG-in-given-steps-apiSpacesShares-suite
[full-ci] [tests-only] Use sharing ng in given steps api spaces shares suite
2024-05-15 10:15:18 +05:45
Prarup Gurung
8f659e3024 Addressed reviews 2024-05-15 09:36:16 +05:45
Roman Perekhod
eefe991487 added the watermark text for the Secure View mode 2024-05-14 23:54:07 +02:00
Prarup Gurung
f2f2439284 shareSubItemOfSpace.feature: Used sharingNG for sharing in given step 2024-05-14 17:07:10 +05:45
Prarup Gurung
8a91df10ad shareSpacesViaLink.feature: Used sharingNG for sharing in given step 2024-05-14 17:07:10 +05:45
Prarup Gurung
4bf22b054a shareSpaces.feature: Used sharingNG for sharing in given step 2024-05-14 17:07:09 +05:45
Prarup Gurung
601c4ef0cf Merge pull request #9160 from owncloud/adjust-test-sharedWithMe
[full-ci] [tests-only] Adjusted the json schema
2024-05-14 17:06:32 +05:45
Prarup Gurung
0bf53eb0ba Adjusted the json schema 2024-05-14 16:24:26 +05:45
Jannik Stehle
35f3018d11 Automated changelog update [skip ci] 2024-05-14 08:31:25 +00:00
Jannik Stehle
779bf33fcc refactor: rename GetShares to GetSharesForResource
Rename this method to make more clear what it is about.
2024-05-14 10:30:42 +02:00
Jannik Stehle
716e513006 chore: add changelog for getting drive items via id 2024-05-14 10:30:42 +02:00
Jannik Stehle
e74d041b72 tests: add unit tests for getting drive items via id 2024-05-14 10:30:42 +02:00
Jannik Stehle
4404235efa feat: add endpoint for getting drive items via id 2024-05-14 10:30:42 +02:00
Florian Schade
e48ac55034 fix: provide more tests for the update drive endpoint, it now also considers regular error cases 2024-05-14 10:30:42 +02:00
Florian Schade
9e6bf2af3c enhancement: return a drive item from the update share drive item api endpoint 2024-05-14 10:30:42 +02:00
Florian Schade
5b4e83c9bf enhancement: use error codes in the drive item api 2024-05-14 10:30:42 +02:00
Florian Schade
4841240bff enhancement: add get share service method 2024-05-14 10:30:42 +02:00
Sabin Panta
9b17c3fa30 changing given from ocs to graph in favoritesSharingToShares feature file (#9118) 2024-05-14 10:33:13 +05:45
Ralf Haferkamp
ad4b3fc55c proxy(autoprovision): Save the subject and issuer claims when creating a user
We now use the graph user's identities property to store the subject and issuer claims
when autoprovisioning a user. The attrbute is not really used anywhere yet, but will
allow us to detect renames and other changes in the future.

Closes: #8956
2024-05-13 17:22:37 +02:00
Ralf Haferkamp
eace09ca05 graph: Allow to set the identities property on users
Previously we only allowed setting the "identities" property on education users.
This changes move the related code to the main user object.
2024-05-13 17:22:37 +02:00
Ralf Haferkamp
f74dfaad2d Automated changelog update [skip ci] 2024-05-13 12:50:45 +00:00
Ralf Haferkamp
5b38fa149d settings: Remove deprecated filesystem backend
We changed the default to `metadata` before the 2.0 release. This PR
alos removes the associated `SETTINGS_STORE_TYPE` and
`SETTINGS_DATA_PATH` settings as they are no longer needed with
`metadata` as the only available backend.
2024-05-13 14:50:02 +02:00
Sawjan Gurung
4177f43cdb [tests-only] extend delete API tests (#9121)
* test: add delete special file tests

* test: add delete special file tests
2024-05-13 14:47:53 +02:00
Salipa Gurung
b2edca2619 [tests-only] [full-ci] Use sharingNG in remaining feature file of apiSpaces folder (#9122)
* update given step using sharingNg in restoreSpaces.feature

* update given step using sharingNg in setQuota.feature

* update given step using sharingNg in tag.feature

* update given step using sharingNg in trashBin.feature

* update given step using sharingNg in tusUpload.feature

* update given step using sharingNg in uploadSpaces.feature
2024-05-13 16:15:12 +05:45
dependabot[bot]
cae42acdb1 build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 09:51:29 +02:00
dependabot[bot]
f5f265cece build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 09:33:32 +02:00
nirajacharya2
85381d3902 removing usage of a stepdefination inside another stepdefination in ChecksumContext.php (#9117) 2024-05-13 12:56:15 +05:45
Sawjan Gurung
7c40340e0e [tests-only] extend trashbin restore API tests (#9126)
* test: add more edge-case tests on trashbin restore

* test: add more edge-case tests on trashbin restore
2024-05-13 09:52:39 +05:45
kobergj
ebfd5861cd Automated changelog update [skip ci] 2024-05-10 14:17:20 +00:00
kobergj
822ffc9e0e Merge pull request #9132 from kobergj/BumpReva
[full-ci] Bump Reva
2024-05-10 16:16:42 +02:00
Michael Barz
2be37c5fa3 Merge pull request #9109 from owncloud/dependabot/go_modules/golang.org/x/image-0.16.0
build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0
2024-05-10 15:51:55 +02:00
jkoberg
069bd9d688 feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-05-10 15:42:00 +02:00
Michael Barz
807e7596fd Merge pull request #9129 from owncloud/fix-companion-config
[full-ci] fix: companion config
2024-05-10 14:44:20 +02:00
Amrita
00ed2ce58c add tests for removing share link (#9123) 2024-05-10 16:28:58 +05:45
Michael Barz
e1cf1d6845 fix: companion config 2024-05-10 12:03:51 +02:00
Amrita
6a005aedd4 add tests for setting pasword-on-share-link (#9078) 2024-05-10 15:46:57 +05:45
Michael Barz
f13cfdc22d Merge pull request #9101 from rhafer/bump-jose
Bump go-jose
2024-05-10 11:24:03 +02:00
Jörn Friedrich Dreyer
c9e358116f Automated changelog update [skip ci] 2024-05-10 09:05:23 +00:00
Jörn Friedrich Dreyer
05558d79b5 Merge pull request #9127 from owncloud/fix-wopi-example
fix: service startup appprovider onlyoffice
2024-05-10 11:04:44 +02:00
Michael Barz
2d0f4d2b35 fix: service startup appprovider onlyoffice 2024-05-10 10:54:58 +02:00
Roman Perekhod
ceeb4ed71d Automated changelog update [skip ci] 2024-05-10 07:30:41 +00:00
Roman Perekhod
3c7538a1b6 Merge pull request #9112 from 2403905/collaboration-registration-fix
fixed the collaboration service GRPC namespace
2024-05-10 09:29:58 +02:00