Commit Graph
17438 Commits
Author SHA1 Message Date
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 StehleandRalf Haferkamp 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 StehleandRalf Haferkamp 716e513006 chore: add changelog for getting drive items via id 2024-05-14 10:30:42 +02:00
Jannik StehleandRalf Haferkamp e74d041b72 tests: add unit tests for getting drive items via id 2024-05-14 10:30:42 +02:00
Jannik StehleandRalf Haferkamp 4404235efa feat: add endpoint for getting drive items via id 2024-05-14 10:30:42 +02:00
Florian SchadeandRalf Haferkamp 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 SchadeandRalf Haferkamp 9e6bf2af3c enhancement: return a drive item from the update share drive item api endpoint 2024-05-14 10:30:42 +02:00
Florian SchadeandRalf Haferkamp 5b4e83c9bf enhancement: use error codes in the drive item api 2024-05-14 10:30:42 +02:00
Florian SchadeandRalf Haferkamp 4841240bff enhancement: add get share service method 2024-05-14 10:30:42 +02:00
Sabin PantaandGitHub 9b17c3fa30 changing given from ocs to graph in favoritesSharingToShares feature file (#9118) 2024-05-14 10:33:13 +05:45
Ralf HaferkampandRalf 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 HaferkampandRalf 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 HaferkampandRalf 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 GurungandGitHub 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 GurungandGitHub 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]andRalf Haferkamp 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]andRalf Haferkamp 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
nirajacharya2andGitHub 85381d3902 removing usage of a stepdefination inside another stepdefination in ChecksumContext.php (#9117) 2024-05-13 12:56:15 +05:45
Sawjan GurungandGitHub 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
kobergjandGitHub 822ffc9e0e Merge pull request #9132 from kobergj/BumpReva
[full-ci] Bump Reva
2024-05-10 16:16:42 +02:00
Michael BarzandGitHub 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 BarzandGitHub 807e7596fd Merge pull request #9129 from owncloud/fix-companion-config
[full-ci] fix: companion config
2024-05-10 14:44:20 +02:00
AmritaandGitHub 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
AmritaandGitHub 6a005aedd4 add tests for setting pasword-on-share-link (#9078) 2024-05-10 15:46:57 +05:45
Michael BarzandGitHub 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 DreyerandGitHub 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 PerekhodandGitHub 3c7538a1b6 Merge pull request #9112 from 2403905/collaboration-registration-fix
fixed the collaboration service GRPC namespace
2024-05-10 09:29:58 +02:00
AmritaandGitHub 71ca659ee8 add create share link using root endpoint (#9076) 2024-05-10 12:17:15 +05:45
Roman Perekhod fb43919e0a fixed OpenInApp URL 2024-05-09 23:12:20 +02:00
Prarup GurungandGitHub b4b51437a0 [full-ci] [tests-only] Used sharing-ng in given steps (#9120)
* publicLinkDownload.feature: Used sharingNG for sharing in given step

* shareOperations.feature: Used sharingNG for sharing in given step
2024-05-09 17:17:14 +05:45
nirajacharya2andGitHub 5b240e6df4 removing usage of a stepdefination inside another stepdefination in FavoritesContext.php (#9116) 2024-05-09 14:25:53 +05:45
Sabin PantaandGitHub 8b2f5282c2 changing given step of creating share in feature file (#9105) 2024-05-09 14:23:32 +05:45
Salipa GurungandGitHub 971f34ac0a [tests-only] [full-ci] Use sharing ng in api spaces (#9082)
* update given step using sharingNg in changeSpaces.feature

* update given step using sharingNg in disableAndDeleteSpaces.feature

* update given step using sharingNg in editPublicLinkOfSpace.feature

* update given step using sharingNg in filePreviews.feature

* update given step using sharingNg in listSpaces.feature

* update given step using sharingNg in publicLink.feature

* update given step using sharingNg in removeSpaceObjects.feature
2024-05-09 14:07:56 +05:45
Sabin PantaandGitHub 2c115e2418 changing given step of creating share in feature file (#9055) 2024-05-09 14:07:33 +05:45
nirajacharya2andGitHub 4c2ae74837 removing usage of a stepdefination inside another stepdefination in OCSContext.php (#9013) 2024-05-09 13:01:41 +05:45
Sabin PantaandGitHub fff20ac8db [tests-only][full-ci] updating given step for sharing and env in docs for starting email service (#9081)
* updating given step for sharing and env in docs for starting email service

* addressing review

* fixing the given steps of sharing
2024-05-09 12:25:57 +05:45
ownClouders 8ddd82fcd5 [tx] updated from transifex 2024-05-09 00:08:43 +00:00
Ralf Haferkamp 62dbf737c7 Bump lico to latest release 2024-05-08 17:57:35 +02:00
Ralf Haferkamp 3be286a2a3 Bump go-jose an update to new location
It's now maintained in github.com/go-jose/go-jose. Bumping to
latest backwards compatible release. (v4 will require some code changes)
2024-05-08 17:52:17 +02:00
Roman Perekhod 612f31bcbb fixed the collaboration service GRPC namespace 2024-05-08 16:57:44 +02:00
dependabot[bot]andGitHub 13a9e313f3 build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 14:31:21 +00:00
Thomas Müller 9d6e8da0de Automated changelog update [skip ci] 2024-05-08 14:29:17 +00:00