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
kobergj
e2eed1a3ca
Merge pull request #8723 from kobergj/SpaceTemplatesII
...
Server-Side Space Templates
2024-03-28 11:56:15 +01:00
Christian Richter
869c0d4741
add configuration for email-masking in sharee search results
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2024-03-28 11:19:44 +01:00
Jannik Stehle
035b34dff5
Merge pull request #8743 from owncloud/adjust-sharing-ng-role-names
...
refactor: adjust sharing ng role names and descriptions
2024-03-27 18:09:42 +01:00
Florian Schade
25b40cf7a3
fix: make use of ResourcePermissions getters
2024-03-27 16:02:44 +01:00
jkoberg
24b5f8547a
allow using custom lang for space templates
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-27 10:56:43 +01:00
jkoberg
b54344196e
move more functionality to l10n pkg
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-27 10:34:54 +01:00
Viktor Scharf
79c74711c4
[full-ci] Delete resharing tests ( #8704 )
...
* feat: disable resharing by default
delete re-sharing tests
* fix tests
---------
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2024-03-27 10:30:25 +01:00
Jannik Stehle
2968570a84
refactor: adjust sharing ng role names and descriptions
...
Adjusts display names and descriptions of sharing NG roles to align with the previously agreed upon terms.
2024-03-27 09:59:55 +01:00
ownClouders
18b5b4ea8d
[tx] updated from transifex
2024-03-27 00:07:17 +00:00
Viktor Scharf
17b8e5b60b
[full-ci]chore: bump web to v9.0.0-alpha.3 ( #8736 )
...
* chore: bump web to v9.0.0-alpha.3
* ci(e2e): use e2e runner to run the tests
* ci(e2e): fix e2e run command
* ci(e2e): fix e2e run command
* chore: adjust changelog item for Web 9.0.0
* Update .drone.env
---------
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com >
Co-authored-by: Jannik Stehle <jannik.stehle@gmail.com >
2024-03-26 16:56:04 +01:00
jkoberg
e0a27713cb
add random file to keep locale folder
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-26 15:27:15 +01:00
jkoberg
db346dff10
make readmes translateable
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-26 13:35:07 +01:00
jkoberg
1bc59de021
fix graph tests
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-26 10:41:42 +01:00
jkoberg
979bcd7106
use l10n package in userlog also
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-25 13:17:49 +01:00
jkoberg
e9d39cdcb3
move translation logic from notifications to own package
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-25 13:14:01 +01:00
Ralf Haferkamp
352d60a931
feat(sharing-ng): Support for updating space permissions
...
PATCH request on a space's root drive item should work now
2024-03-25 12:30:33 +01:00
Ralf Haferkamp
dd2d6f4f85
feat(sharing-ng): Add support for deleting space permissions
2024-03-25 12:30:33 +01:00
Ralf Haferkamp
a5287af3bd
fix(sharing-ng): Set permission id on space invitation response
...
When inviting a user to a space we now generate permission ids (based on
the invited user's/group's id)
2024-03-25 12:30:33 +01:00
jkoberg
0567dc4f70
use correct spaceimage
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-25 12:27:14 +01:00
jkoberg
9785c6ba14
fix quota response on createdrive
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-25 12:26:35 +01:00