Commit Graph

2301 Commits

Author SHA1 Message Date
mmattel e5f116a867 [docs-only] Make a frontend envvar description more clear 2024-04-11 11:10:00 +02:00
jkoberg c1b28d4e18 enhancement(graph): improve translation context string
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-11 09:13:00 +02:00
Martin 4a597688b9 Merge pull request #8821 from owncloud/fix_service_readmes
[docs-only] fix two services readme to be inline with admin docs
2024-04-11 08:21:05 +02:00
Roman Perekhod 78d69e155c Merge pull request #8817 from 2403905/issue-8724
fix creating the drive item
2024-04-10 12:58:58 +02:00
Roman Perekhod 207b1acdc1 fix creating the drive item 2024-04-10 12:09:22 +02:00
mmattel 31d13f06a2 [docs-only] fix two services readme to be inline with admin docs 2024-04-10 11:29:08 +02:00
Jörn Friedrich Dreyer a0b107009f Merge pull request #8578 from owncloud/next-before-making-calls
always select next before making calls
2024-04-10 09:46:31 +02:00
ownClouders 6f008307b2 [tx] updated from transifex 2024-04-10 00:43:30 +00:00
Jörn Friedrich Dreyer 6f897efbc1 actually return the error
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 17:30:14 +02:00
Jörn Friedrich Dreyer 9f1c099810 make sonarcloud a little more happy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 16:10:50 +02:00
Jörn Friedrich Dreyer d9c9650afd always select next before making calls
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 16:10:50 +02:00
Jannik Stehle 801afbe025 chore: bump web to v9.0.0-alpha.4 2024-04-09 11:53:52 +02:00
Roman Perekhod 38f9698973 fix removing groups from space 2024-04-09 09:34:18 +02:00
kobergj 5f9668087d Merge pull request #8782 from kobergj/FixPostprocessingRestart
Repair Restart Postprocessing Logic
2024-04-09 08:17:59 +02:00
Jörn Friedrich Dreyer d1ae9e9926 Merge pull request #8799 from aduffeck/fix-cache-config
Fix personal space cache config
2024-04-08 17:53:23 +02:00
Ralf Haferkamp 80ef8ca458 fix(sharing-ng): Fix setPassword call for spaceroot
Requests to /raph/v1beta1/drives/{driveid}/root/permissions/{permissionid}setPassword
were rooted to the wrong method.
2024-04-08 12:33:26 +02:00
André Duffeck 74f94e7967 Fix personal space cache config 2024-04-08 12:12:42 +02:00
jkoberg ce3e8638a5 feat(postprocessing): improve docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 12:07:20 +02:00
jkoberg effa5db2dd feat(storage-users): allow restarting multiple uploads at once
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 11:23:06 +02:00
jkoberg 7d990390c3 fix(postprocessing): repair restart logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 11:20:01 +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
ownClouders 581d4b417e [tx] updated from transifex 2024-04-08 00:06:30 +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
ownClouders 75f3ac8ece [tx] updated from transifex 2024-04-05 00:42:17 +00: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 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
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
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 6d8ff8ef47 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-04-03 13:16:38 +02:00
Thomas Müller ba2a658377 chore: fix typo in DyamicClientSecretDurationSeconds 2024-04-03 09:37:18 +02:00
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
Thomas Müller f50a4b79fe feat: enable draw-io extension by default 2024-04-02 14:06:31 +02:00
ownClouders b6020f8a41 [tx] updated from transifex 2024-03-29 00:07:08 +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