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
Viktor Scharf and GitHub
65b48d3460
[test-only] update share without permission ( #8748 )
...
* update share without permission
* Update resharing.feature
* Update resharing.feature
2024-03-28 10:15:13 +01:00
Michael Barz
c3d0d70c17
chore: bump version, prepare changelog
2024-03-27 21:26:06 +01:00
Michael Barz
16fec2e272
Automated changelog update [skip ci]
2024-03-27 19:55:33 +00:00
Michael Barz and GitHub
20e88b859d
Merge pull request #8718 from owncloud/update-reva-stable
...
[full-ci] Update reva stable
2024-03-27 20:54:57 +01:00
Michael Barz
dec5d1019b
docs: add reva changelog
2024-03-27 19:44:16 +01:00
Jannik Stehle
e3e0a7ae39
Automated changelog update [skip ci]
2024-03-27 17:10:17 +00:00
Jannik Stehle and GitHub
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
Jannik Stehle
66b29dcf5b
test: fix acceptance tests after adjusting share roles
2024-03-27 11:12:17 +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
Nalem7 and GitHub
16c412f870
add test for downloading resouces by user when auto sync is disabled ( #8737 )
2024-03-27 15:37:23 +05:45
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
44962e270e
Automated changelog update [skip ci]
2024-03-27 09:31:24 +00:00
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
Sawjan Gurung and GitHub
3143fd9c76
ci: increase e2e pipeline by 1 ( #8739 )
2024-03-27 14:00:27 +05:45
ownClouders
18b5b4ea8d
[tx] updated from transifex
2024-03-27 00:07:17 +00:00
Viktor Scharf
c82ce67a67
Automated changelog update [skip ci]
2024-03-26 15:56:47 +00:00
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
Artur Neumann
7ee5cb27c1
set go version to 1.22.0
2024-03-26 14:44:58 +05:45
Sabin Panta and GitHub
8f0b536ef7
[tests-only][full-ci]added test with step definition for mounting share when auto accept env set to false ( #8623 )
...
* added test with step definition for accepting pending share
* addressing review
2024-03-26 09:35:09 +05:45
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 and 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 and Ralf Haferkamp
dd2d6f4f85
feat(sharing-ng): Add support for deleting space permissions
2024-03-25 12:30:33 +01:00
Ralf Haferkamp and 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
Sawjan Gurung and GitHub
11986e36bb
[tests-only] add API test to check cors headers with OPTIONS request to tus upload endpoint ( #8646 )
...
* test(api): check cors headers with OPTIONS request to tus upload endpoint
* test(api): fix class name
* fix table header name
2024-03-25 15:37:35 +05:45
Florian Schade
c5b194c8bd
Automated changelog update [skip ci]
2024-03-25 09:16:43 +00:00
Florian Schade and GitHub
6840de574a
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-03-25 10:16:10 +01:00
dependabot[bot] and Ralf Haferkamp
65f77c2aa0
build(deps): bump github.com/go-playground/validator/v10
...
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) from 10.18.0 to 10.19.0.
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.18.0...v10.19.0 )
---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-25 09:32:59 +01:00
ownClouders
7611f70dc5
[tx] updated from transifex
2024-03-25 05:38:06 +00:00
Roman Perekhod
14c1d08506
reva v2.16.4
2024-03-22 17:24:17 +01:00
kobergj
8e6c02ad06
Automated changelog update [skip ci]
2024-03-22 15:03:17 +00:00
kobergj and GitHub
9c092fc7b6
Merge pull request #8701 from kobergj/InitiatorID
...
[full-ci] InitiatorIDs
2024-03-22 16:02:41 +01:00
jkoberg
0670832539
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-22 15:15:55 +01:00
jkoberg
73a2ee5f87
initiatorid for uploads
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-22 15:15:55 +01:00
jkoberg
3a919ba7b9
add etag to sse event
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-22 15:15:55 +01:00
jkoberg
5f6c131477
add initiatorid to sse event
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-22 15:15:55 +01:00
nirajacharya2 and GitHub
208b25c7ed
adding tests for sending a share invitation to a user on virtual drive ( #8705 )
2024-03-22 17:28:46 +05:45
Phil Davis and GitHub
285906ff0f
Apply suggestions from doc review
2024-03-22 17:08:41 +05:45
dependabot[bot] and Ralf Haferkamp
d14a8c0994
build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.0
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.15.0 to 2.17.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.15.0...v2.17.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-22 11:05:11 +01:00
Michael Barz
4b67058602
chore: update reva
2024-03-22 10:29:35 +01:00
mmattel
8a4ea7647d
update and fixes
2024-03-21 17:56:37 +01:00
mmattel
febb391de7
[docs-only] Update the docs helper readme and other related files
2024-03-21 13:59:42 +01:00