Commit Graph

16727 Commits

Author SHA1 Message Date
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
Thomas Müller
ba2a658377 chore: fix typo in DyamicClientSecretDurationSeconds 2024-04-03 09:37:18 +02:00
jkoberg
afe7a7a058 add graph to transifex pipeline
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-03 09:24:16 +02:00
Saw-jan
43abf34be8 test(api): adjust user search tests expectation 2024-04-03 13:06:45 +05:45
Christian Richter
59fab4ae5a filter user e-mail in graph/user requests
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-04-02 16:38:47 +02:00
Jörn Friedrich Dreyer
68756ba927 Automated changelog update [skip ci] 2024-04-02 12:42:40 +00:00
Jörn Friedrich Dreyer
e41e2efc1b Merge pull request #8760 from owncloud/feat/enable-drawio-by-default
feat: enable draw-io extension by default
2024-04-02 14:42:05 +02:00
Thomas Müller
f50a4b79fe feat: enable draw-io extension by default 2024-04-02 14:06:31 +02:00
Thomas Müller
08bd25a09b Merge pull request #8759 from owncloud/fix/web-docu-ocis-wopi
fix: pnpm i
2024-04-02 13:45:51 +02:00
Thomas Müller
c95a3ba322 fix: pnpm i 2024-04-02 13:08:01 +02:00
ownClouders
b6020f8a41 [tx] updated from transifex 2024-03-29 00:07:08 +00:00
Christian Richter
65b4a98766 Automated changelog update [skip ci] 2024-03-28 11:37:03 +00:00
Christian Richter
1f3121e14f Merge pull request #8756 from dragonchaser/filter-user-email-in-results
Filter user email in results
2024-03-28 12:36:29 +01:00
Christian Richter
cce62d20b5 remove global env var
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-28 12:07:28 +01:00
kobergj
79872d84ed Automated changelog update [skip ci] 2024-03-28 10:56:49 +00:00