Commit Graph

16741 Commits

Author SHA1 Message Date
André Duffeck
dfd11debbc Bump reva 2024-04-08 10:42:25 +02:00
Martin
e6c4f4c89e Merge pull request #8791 from owncloud/fix_envvar_description
[docs-only] Fix envvar description (storage-users)
2024-04-08 09:32:52 +02:00
mmattel
581b977792 add two more envvars fixes 2024-04-08 09:00:31 +02:00
mmattel
8adf3b5160 [docs-only] Fix envvar description (storage-users) 2024-04-08 08:53:59 +02:00
dependabot[bot]
a945a462b4 build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.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-04-08 08:31:31 +02:00
ownClouders
581d4b417e [tx] updated from transifex 2024-04-08 00:06:30 +00:00
Jörn Friedrich Dreyer
613c14d6e7 Automated changelog update [skip ci] 2024-04-05 09:46:15 +00:00
Jörn Friedrich Dreyer
8c56103f04 Merge pull request #8762 from kobergj/RemoveResharing
[full-ci] Remove Resharing
2024-04-05 11:42:17 +02:00
jkoberg
b174b005e7 remove resharing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-05 10:19:14 +02:00
Sabin Panta
d7ad04c549 [tests-only][full-ci]adding scenerio for enable and disable sync feature in group share (#8734)
* adding scenerio for mount unmount feature in group share

* addressing review
2024-04-05 12:20:09 +05:45
nirajacharya2
8f290ce2ea removing usage of a stepdefination inside another stepdefination in TUSContext (#8753) 2024-04-05 11:31:46 +05:45
Prajwol Amatya
5d06d5dce5 added test to check id from shareWithMe and PROPFIND response (#8767) 2024-04-05 09:06:04 +05:45
ownClouders
75f3ac8ece [tx] updated from transifex 2024-04-05 00:42:17 +00:00
dependabot[bot]
de4dc2723b build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.31.1...v1.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 17:28:11 +02:00
jkoberg
b06767a020 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-04 17:25:40 +02:00
Ralf Haferkamp
c7303ebdac fix(linter): Increase limit for interfacebloat linter
The default (10) seems somewhat low.
2024-04-04 16:17:59 +02:00
Ralf Haferkamp
1a0276b2d5 fix(linter): Add missing comments to exported types and functions 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
82eef6937b make the linter a bit happier 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
62dc3f4858 feat(graph): add more /<driveid>/root/ endpoints
This add support for the following graph routes:

POST /drives/{driveID}/root/createLink
DELETE /drives/{driveID}/root/permissions/{permissionID}
PATCH /drives/{driveID}/root/permissions/{permissionID}
and
POST /drives/{driveID}/root/permissions/{permissionID}/setPassword

This should significantly improve handling of permissions on spaces
as there is no need to figure to the drive's root itemid anymore.

Partial Fix: #8351
2024-04-04 16:17:59 +02:00
Ralf Haferkamp
2d643219e3 refactor(graph): move CreateLink and SetPublicLinkPassword to the permissions service 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
8124024caf refactor(graph): move UpdatePermission to the permissions service 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
09dac71781 refactor(graph): move DeletePermission deletion to the permissions service 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
57b70a08ee feat(graph): add GET /drive/<id>/root/permissions suppport
Partial Fix: #8351
2024-04-04 16:17:59 +02:00
Ralf Haferkamp
2a5b406963 refactor(graph): move "ListPermissions" to drive item permissions service 2024-04-04 16:17:59 +02:00
Ralf Haferkamp
ae53a97cc0 refactor(graph): create BaseGraphService to provide common fields and methods
BaseGraphService is a struct to hold common fields and methods that can be
share between different service implementations. E.g. for converting CS3 objects
to their libregraph equivalents.
2024-04-04 16:17:59 +02:00
Ralf Haferkamp
18d46c1416 feat(graph): add POST /drive/<id>/root/invite suppport
Partial Fix: #8351
2024-04-04 16:17:59 +02:00
Ralf Haferkamp
c6d28caa31 refactor(graph): move "Invite" to new drive item permissions service
This introduces the new DriveItemPermissionsService and DriveItemPermissionsApi to
allow for better separation of the business logic and the API handling.

As a starting point the Invite method was moved to the new service. More to follow.
2024-04-04 16:17:59 +02:00
Martin
531c926853 Merge pull request #8780 from owncloud/fix_app-registry_readme
[docs-only] Fixes the app-registry readme and dev docs
2024-04-04 15:40:51 +02:00
mmattel
411e8ff16b fix: multi occurrences of Re-sharing will be removed in the future. 2024-04-04 15:27:35 +02:00
kobergj
d152694fd2 Automated changelog update [skip ci] 2024-04-04 13:19:19 +00:00
kobergj
baf0127f49 Merge pull request #8778 from kobergj/FileTouchedSSE
FileTouched SSE
2024-04-04 15:18:46 +02:00
mmattel
f72f6788a0 [docs-only] Fixes the app-registry readme and dev docs 2024-04-04 15:09:54 +02:00
jkoberg
dc0977b8fb add file touched sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-04 14:39:29 +02:00
Martin
0125bac362 Merge pull request #8776 from owncloud/update_env_vars_yaml
[docs-only] Updates doc process related env_var yaml files
2024-04-04 11:48:24 +02:00
mmattel
3021f39321 [docs-only] Updates doc process related env_var yaml files 2024-04-04 11:34:03 +02:00
Martin
b9fa00b998 Merge pull request #8714 from owncloud/update_helper_readme_and_files
[docs-only] Update the docs helper readme and other related files
2024-04-04 11:09:39 +02:00
Thomas Müller
de4ac360bc Merge pull request #8770 from owncloud/chore/typos-and-other-tourette-triggers
fix: typos, naming clashes, error messages and deprecations
2024-04-04 11:08:46 +02:00
Ralf Haferkamp
c50827c65b Bump golang.org/x/net to 0.23.0
Fixes #8771
2024-04-04 11:07:15 +02:00
nirajacharya2
0272f94373 removing usage of a stepdefination inside another stepdefination in WebDavLockingContext (#8746) 2024-04-04 10:38:37 +05:45
Nalem7
cfd235068d add test for downloading resouces by group user when auto sync is disabled (#8754) 2024-04-04 10:00:29 +05:45
dependabot[bot]
68e4e81870 build(deps): bump github.com/blevesearch/bleve/v2 from 2.3.10 to 2.4.0
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.3.10 to 2.4.0.
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](https://github.com/blevesearch/bleve/compare/v2.3.10...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 16:05:32 +02:00
Jörn Friedrich Dreyer
8f432c4cdd Merge pull request #8763 from owncloud/fix/typo-DyamicClientSecretDurationSeconds
chore: fix typo in DyamicClientSecretDurationSeconds
2024-04-03 15:37:58 +02:00
Thomas Müller
07f0cd5574 fix: typos, naming clashes, error messages and deprecations 2024-04-03 15:34:36 +02:00
Christian Richter
48da9cfbee Automated changelog update [skip ci] 2024-04-03 12:51:46 +00:00
Christian Richter
9ba18a98b9 Merge pull request #8764 from dragonchaser/filter-user-email-in-results
filter user e-mail in graph/user requests
2024-04-03 14:51:03 +02:00
Christian Richter
24f69dd72c Merge branch 'filter-user-email-in-results' of github.com:dragonchaser/ocis into filter-user-email-in-results 2024-04-03 13:17:38 +02:00
Christian Richter
6d8ff8ef47 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-04-03 13:16:38 +02:00
Saw-jan
f61faea06c test(api): update expected failure lines 2024-04-03 14:33:27 +05:45
Saw-jan
e0364e8bbe test(api): split search user tests 2024-04-03 14:33:14 +05:45
Thomas Müller
1258e2e11d Merge pull request #8765 from kobergj/FixGraphTranslations
[docs-only] Fix graph translation pipeline
2024-04-03 09:58:43 +02:00