jkoberg
7139e72ab4
fix(clientlog): unbonk rename logic
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-04-17 11:40:48 +02:00
Sagar Gurung and GitHub
0972b7cc12
[tests-only][full-ci]Added tests for sharing with all allowed roles for the list permissions ( #8477 )
...
* Added tests for sharing with all allowed roles for the list permissions
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
* Refactor code
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
* Rebase and refactor code
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
* Review address
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
* Rebase code
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
---------
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
2024-04-17 12:00:52 +05:45
Phil Davis and GitHub
43f190be4d
Merge pull request #8874 from owncloud/bp-drone/chat-notifications
...
[tests-only][full-ci] backport send nightly notification to builds channel
2024-04-17 09:59:55 +05:45
Phil Davis and Prajwol Amatya
46ea8a0bc6
rename channel_cron in drone script
2024-04-17 09:10:53 +05:45
Prajwol Amatya
49c241af93
send nightly notification to builds channel
2024-04-17 09:10:33 +05:45
Phil Davis and GitHub
1d388a00a9
Merge pull request #8866 from owncloud/drone/chat-notifications
...
[tests-only][full-ci]send nightly notification to builds channel
2024-04-16 21:57:51 +05:45
Phil Davis
c145c2e233
rename channel_cron in drone script
2024-04-16 21:05:42 +05:45
Prajwol Amatya and Phil Davis
517b28d70a
send nightly notification to builds channel
2024-04-16 21:05:42 +05:45
Ralf Haferkamp and Ralf Haferkamp
7ff0771e4d
bump reva to latest edge
...
to get https://github.com/cs3org/reva/pull/4632
2024-04-16 16:19:51 +02:00
Martin and GitHub
a1e61f373a
Merge pull request #8872 from owncloud/helper_readme_update
...
[docs-only] Update the docs helpers readme
2024-04-16 16:14:02 +02:00
mmattel
4128e92ceb
[docs-only] Update the docs helpers readme
2024-04-16 16:06:10 +02:00
nirajacharya2 and GitHub
b0a7f744c5
adding test for listing filae and folder permissions in personal and project space ( #8476 )
2024-04-16 18:22:03 +05:45
kobergj
506ccff511
Automated changelog update [skip ci]
2024-04-16 12:25:26 +00:00
kobergj and GitHub
a0a94def79
Merge pull request #8860 from kobergj/ShareSSEs
...
[full-ci] Sharing SSEs
2024-04-16 14:24:49 +02:00
Prajwol Amatya and GitHub
03948906b8
rename e2e test suite ( #8867 )
2024-04-16 17:20:26 +05:45
jkoberg
368ca883db
feat(clientlog): space-share-updated sse
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-04-16 13:17:41 +02:00
Martin and GitHub
316bdd44ef
Merge pull request #8869 from owncloud/mmattel-patch-1
...
[docs-only] Update new-service-checklist in dev docs
2024-04-16 12:33:31 +02:00
Martin
b0aff85cd4
Update new-service-checklist.md
...
Add metrix / monitoring to the checklist
2024-04-16 12:22:09 +02:00
jkoberg
ea20298046
feat(reva): bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-04-16 12:01:55 +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
6654dff76e
Automated changelog update [skip ci]
2024-04-16 09:54:34 +00:00
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
1cea88c8c3
Automated changelog update [skip ci]
2024-04-15 15:27:50 +00:00
Roman Perekhod and GitHub
a1a198d892
Merge pull request #8827 from 2403905/issue-8731
...
fix unmount item from share
2024-04-15 17:26:16 +02:00
Ralf Haferkamp
1b54b5ccf5
Automated changelog update [skip ci]
2024-04-15 14:39:58 +00:00
Ralf Haferkamp and 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
Ralf Haferkamp and Ralf Haferkamp
f0089bc1cc
Allow to run wopi example deployment with podman
...
podman doesn't have a "local" log driver. Also it's docker-compatibility
socket does live in a different location (especially when running
rootless podman).
With this change you can run the deployement with a recent podman
version using:
LOG_DRIVER=journald DOCKER_SOCKET_PATH=/run/user/1000/podman/podman.sock podman compose start
2024-04-15 09:44:37 +02:00
Prajwol Amatya and GitHub
d3812a1bd6
updated drone file to display pipeline in order by trigger ( #8823 ) ( #8851 )
2024-04-15 13:06:02 +05:45
Prajwol Amatya and GitHub
76591e0ea3
notify chat on nightly success also ( #8852 )
2024-04-15 13:05:18 +05:45
Prajwol Amatya and GitHub
f8a7136866
updated drone file to display pipeline in order by trigger ( #8823 )
2024-04-15 09:55:14 +05:45
Sabin Panta and GitHub
d13088c909
added test for enable disable share shared by project space to group ( #8796 )
2024-04-15 09:29:23 +05:45
ownClouders
2ce8b84452
[tx] updated from transifex
2024-04-13 01:21:30 +00:00
Martin and GitHub
171a4a0c85
Merge pull request #8849 from owncloud/mmattel-patch-1
...
[docs-only] Remove EXPERIMENTAL from envvar text
2024-04-12 19:42:22 +02:00
Martin and GitHub
de2a3c7444
[docs-only] Remove EXPERIMENTAL from envvar text
...
Based on a discussion with @tbsbdr, we can remove the EXPERIMENTAL string from the `OCIS_SHOW_USER_EMAIL_IN_RESULTS` envvar text.
This is already fixed in master.
2024-04-12 15:06:25 +02:00
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
fad37db840
Automated changelog update [skip ci]
2024-04-12 08:09:46 +00:00
Ralf Haferkamp and 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 and 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
b0a785584e
Automated changelog update [skip ci]
2024-04-11 12:09:03 +00:00
Michael Barz and GitHub
90de81a16a
Merge pull request #8837 from owncloud/update-changelog
...
Forward port stable branches, Update changelog
2024-04-11 14:07:04 +02:00
Martin and GitHub
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
Martin and GitHub
edb9744b0a
Merge pull request #8840 from owncloud/mmattel-patch-1
...
[docs-only] Backport of "Make a frontend envvar description more clear"
2024-04-11 13:00:10 +02:00
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
Martin and GitHub
87efb6e3a9
[docs-only] Backport of Make a frontend envvar description more clear
...
Backport of #8838 to stable-5.0
2024-04-11 12:19:11 +02:00
Martin and GitHub
dd4852667a
Merge pull request #8838 from owncloud/fix_frontend_envvar_descr
...
[docs-only] Make a frontend envvar description more clear
2024-04-11 12:07:56 +02:00
Sabin Panta and GitHub
7b82c30cd9
adding test for enable and disable share resource from project folder ( #8789 )
2024-04-11 15:36:47 +05:45