Commit Graph

2389 Commits

Author SHA1 Message Date
ownClouders 03cb960bb2 [tx] updated from transifex 2024-04-18 01:20:39 +00:00
jkoberg 7139e72ab4 fix(clientlog): unbonk rename logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-17 11:40:48 +02:00
jkoberg 368ca883db feat(clientlog): space-share-updated sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 13:17:41 +02:00
jkoberg b90c9d8af0 feat(clientlog): share-updated sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
jkoberg 370522e7cf feat(clientlog): space/share created/removed sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
jkoberg 6aa71d74d2 feat(clientlog): item-moved sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
Jannik Stehle 458f32b409 [full-ci] chore: bump web to v9.0.0-alpha.5 (#8868)
* chore: bump web to v9.0.0-alpha.5

* try to fix sharedWithMe test

---------

Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
2024-04-16 11:54:03 +02:00
Roman Perekhod a1a198d892 Merge pull request #8827 from 2403905/issue-8731
fix unmount item from share
2024-04-15 17:26:16 +02:00
Ralf Haferkamp 8d5a0c6dd8 fix(public-share-auth): allow to create new documents in public share folder
The public share authentication middleware only allowed to open existing documents
the /app/new route was missing.

Fixes #8691
2024-04-15 16:35:13 +02:00
Roman Perekhod cd539311a5 fix unmount item from share 2024-04-15 14:43:13 +02:00
ownClouders 2ce8b84452 [tx] updated from transifex 2024-04-13 01:21:30 +00:00
Jörn Friedrich Dreyer 7a635738fa always use error interface when returning errors (#8816)
* always use error interface when returning errors

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix: use non pointer Error

* fix: errorcode evaluation

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Florian Schade <f.schade@icloud.com>
2024-04-12 10:30:49 +02:00
Ralf Haferkamp 9ca9b78b2b fix(sharing-ng): Adapt role conditions to match resource types
This switches our hardcode unfied role conditions to better reflect what
we're actually using them before. The new conditions also allow to differentiate
between roles elgitible for files, folders or drive roots.
Which means that the `/permissions` endpoint is now able to populate the
`roles.allowedValues` field with the correct roles for type of the resource
it is called for.

Fixes: #8331
2024-04-12 10:09:13 +02:00
Ralf Haferkamp fe6986ec79 cleanup(graph): remove some resharing leftovers 2024-04-12 10:09:13 +02:00
ownClouders 01c2d9810a [tx] updated from transifex 2024-04-12 01:22:48 +00:00
Michael Barz 90de81a16a Merge pull request #8837 from owncloud/update-changelog
Forward port stable branches, Update changelog
2024-04-11 14:07:04 +02:00
Martin 18b72a4f34 Merge pull request #8836 from owncloud/fix_frontend_readme
[docs-only] Update the frontent service readme adding more password descriptions
2024-04-11 13:08:08 +02:00
Michael Barz 7f36082ec5 Apply suggestions from code review
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2024-04-11 12:41:48 +02:00
Michael Barz c35e5fb01f fix: ocs and graph config for user email in sharees 2024-04-11 11:31:19 +02:00
Michael Barz db945d988c Merge branch 'stable-5.0' into update-changelog 2024-04-11 11:14:11 +02:00
mmattel e5f116a867 [docs-only] Make a frontend envvar description more clear 2024-04-11 11:10:00 +02:00
mmattel 85e9a6887e [docs-only] Update the frontent service readme adding more password 2024-04-11 10:57:07 +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
Michael Barz 8d1ba0244c fix: ocs config was connected incorrectly 2024-04-10 17:08:31 +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
Florian Schade f04be9f870 enhancement: same site strict cookies (#8716)
To enhance the security of our application and prevent Cross-Site Request Forgery (CSRF) attacks, we have updated the
SameSite attribute of the build in Identity Provider (IDP) cookies to Strict.
2024-04-10 11:42:48 +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
jkoberg 470d3c5ae1 feat(postprocessing): improve docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-09 11:42:08 +02:00
jkoberg 69a68ac515 feat(storage-users): allow restarting multiple uploads at once
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-09 11:41:38 +02:00
jkoberg 2ab941dea2 fix(postprocessing): repair restart logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-09 11:41:17 +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
André Duffeck 5eac54959d Fix personal space cache config 2024-04-09 08:04:41 +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 8a464c921c [docs-only] [5.0] Fix envvar description (storage-users) 2024-04-08 09:12:07 +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