Prarup Gurung
7423fa3a4b
Use sharingNG for sharing in given step, refactored accordingly
2024-05-03 09:52:29 +05:45
Sabin Panta
db281c4257
changing given step of creating link share in feature file ( #9019 )
2024-05-03 09:36:14 +05:45
ownClouders
947c56196c
[tx] updated from transifex
2024-05-03 00:07:35 +00:00
dependabot[bot]
1dcf9bdf54
build(deps-dev): bump eslint-plugin-import in /services/idp ( #9042 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.28.1 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 17:33:04 +02:00
dependabot[bot]
510fb65be0
build(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /services/idp ( #9049 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 16:56:19 +02:00
Michael Barz
4cb5ea5aa4
Automated changelog update [skip ci]
2024-05-02 14:07:24 +00:00
Michael Barz
6356be8d51
Merge pull request #8952 from rhafer/issue/8635
...
Autoprovsioning fixes
2024-05-02 16:06:45 +02:00
nirajacharya2
9db4c51572
removing usage of a stepdefination inside another stepdefination in Provisioning ( #8892 )
2024-05-02 15:36:03 +05:45
Prajwol Amatya
4bb740fed8
make return type similar ( #9039 )
2024-05-02 14:52:59 +05:45
Sabin Panta
5e449f8a67
changing given step of creating share in feature file ( #9023 )
2024-05-02 14:52:18 +05:45
nirajacharya2
8ab24595b1
removing usage of a stepdefination inside another stepdefination in OcisConfigContext.php ( #9021 )
2024-05-02 14:40:41 +05:45
Salipa Gurung
70e2c75831
change given step for sharing space in apiDownloads ( #9027 )
2024-05-02 14:38:50 +05:45
Sawjan Gurung
5c7c363e2b
[tests-only] add API tests for file download and rename edge cases ( #9018 )
...
* test: add API tests to download deleted file
* test: add more MOVE/rename API tests
* do not reuse step def method
* remove unused step
* fix typo
* fix tests
* update expected failure
* update expected failure
2024-05-02 12:21:35 +05:45
ownClouders
3309b9c93c
[tx] updated from transifex
2024-05-01 00:42:11 +00:00
Thomas Müller
a8cbc612cc
chore: remove unused return value from BindSourcesToStructs ( #9033 )
2024-04-30 18:18:31 +02:00
Thomas Müller
4f7480d322
feat: drop github.com/a8m/envsubst in favor of gookit/config ( #9028 )
2024-04-30 18:05:58 +02:00
dependabot[bot]
e1a259e2aa
build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 ( #9030 )
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.33.0 to 1.33.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.33.0...v1.33.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 17:36:58 +02:00
dependabot[bot]
8413d7f522
build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 ( #9031 )
...
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 17:36:47 +02:00
Thomas Müller
c039041a40
test: unit test BindSourcesToStructs ( #9029 )
2024-04-30 17:35:46 +02:00
Ralf Haferkamp
54bb4b44b0
chore: Fix some linter complaints
2024-04-30 17:09:21 +02:00
Ralf Haferkamp
0da7eccd1d
fix(autoprovision): make email optional
...
The mail address is not a required attrbute for our users. So we can auto-provision users without it.
Fixes : #6909
2024-04-30 17:09:21 +02:00
Ralf Haferkamp
741dce501b
enhancement(autoprovision): Allow to configure which claims to use for auto-provisioning user accounts
...
When auto-provisioning user accounts we used a fixed mapping for claims
for the userinfo response to user attributes. This change introduces
configuration options to defined which claims should be user for the
username, display name and email address of the auto-provisioned
accounts.
This also removes the automatic fallback to use the 'mail' claim as the
username when the 'preferred_username' claim does not exist.
Fixes : #8635
2024-04-30 17:09:19 +02:00
Sawjan Gurung
9035b832c0
fix ocis_keycloak deployment ( #9025 )
2024-04-30 17:40:18 +05:45
Prarup Gurung
77a87e5d10
Merge pull request #9017 from owncloud/changing-given-statement-to-graph-api
...
[tests-only][full-ci]change given step from ocs to graph
2024-04-30 17:01:05 +05:45
Prarup Gurung
a3579eed99
[full-ci] [tests-only] Use sharingNG for sharing in given step ( #9016 )
...
* Use sharingNG for sharing in given step
* Removed from expected failures
2024-04-30 16:28:48 +05:45
Sabin Panta
6ac17a9155
updating antivirus feature file ( #9024 )
2024-04-30 16:28:23 +05:45
dependabot[bot]
1fad9acf1a
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.17.1 to 2.17.2.
- [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.17.1...v2.17.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-30 09:59:04 +02:00
dependabot[bot]
35d736a5a5
build(deps): bump github.com/go-playground/validator/v10
...
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) from 10.19.0 to 10.20.0.
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.19.0...v10.20.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-04-30 09:54:35 +02:00
Sawjan Gurung
bf1d18951e
test: add API tests to search user/group with special chars ( #9015 )
2024-04-30 13:12:09 +05:45
Sawjan Gurung
c0f92f85f3
[tests-only] extend list sharedwithme API tests coverage ( #8967 )
...
* test: extend list sharedwithme tests
* test: organize scenarios
* test: extend list sharedwithme tests - same name shares
* refactor json schema
2024-04-30 12:50:03 +05:45
Sabin
070cccf609
change given step from ocs to graph
2024-04-30 12:32:41 +05:45
Sabin Panta
8b9d5da7ec
[tests-only][full-ci] changed given statement of sharing link in api antivirus feature file ( #8914 )
...
* changed given statement of sharing link in api antivirus feature file
* updated scenerio of uploading virus inside public share
* added step defnitin for uploading file via public link
2024-04-30 12:26:21 +05:45
nirajacharya2
34b13f96e8
adding test for listing permission of a project drive by a member with viewer permission ( #8910 ) ( #8932 )
2024-04-30 12:11:23 +05:45
Sagar Gurung
f962cbba09
Extend ShareNg test for updating share permission for project space ( #8913 )
...
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com >
2024-04-30 09:19:45 +05:45
Michael Barz
83dd7d6364
Merge pull request #9009 from owncloud/dependabot/go_modules/github.com/riandyrn/otelchi-0.8.0
...
build(deps): bump github.com/riandyrn/otelchi from 0.7.0 to 0.8.0
2024-04-29 19:18:29 +02:00
Jannik Stehle
660a4485ab
Automated changelog update [skip ci]
2024-04-29 15:43:57 +00:00
Jannik Stehle
57b63a3318
Merge pull request #8954 from fschade/graph-permission-c-time
...
enhancement: inject the creation time into sharing permissions
2024-04-29 17:43:22 +02:00
Michael Barz
8b772fc517
Automated changelog update [skip ci]
2024-04-29 15:18:12 +00:00
Michael Barz
fa4647b6c1
Merge pull request #8894 from owncloud/fix-web-changelog-formatting
...
chore: fix web changelog formatting
2024-04-29 17:14:51 +02:00
Michael Barz
079ad3efdd
Merge pull request #8931 from owncloud/jnweiger-ocmproviders-json-syntax
...
Fix: README.md ocmproviders.json example
2024-04-29 17:14:32 +02:00
Jörn Friedrich Dreyer
32e44a9fdc
Merge pull request #8989 from owncloud/log-and-trace-fixes
...
log and trace fixes
2024-04-29 17:13:52 +02:00
dependabot[bot]
a36a176fe1
build(deps): bump @testing-library/user-event in /services/idp ( #9008 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.5.1 to 14.5.2.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 17:11:50 +02:00
kobergj
64d2a837c3
Automated changelog update [skip ci]
2024-04-29 15:02:08 +00:00
kobergj
335c6d35b8
Merge pull request #9012 from kobergj/AddForgottenChangelog
...
[docs-only] Add forgotten changelog
2024-04-29 17:01:31 +02:00
jkoberg
27ecf912d5
feat(changelog): add forgotten changelog
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-04-29 16:54:44 +02:00
Ralf Haferkamp
91c4b318a9
Automated changelog update [skip ci]
2024-04-29 13:54:51 +00:00
Ralf Haferkamp
5a13179a72
bump reva to latest edge
...
Fixes : #8957
2024-04-29 15:54:13 +02:00
dependabot[bot]
2088e03e25
build(deps): bump github.com/riandyrn/otelchi from 0.7.0 to 0.8.0
...
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/riandyrn/otelchi/releases )
- [Changelog](https://github.com/riandyrn/otelchi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 13:43:55 +00:00
Juan Pablo Villafáñez
b1d0a2a577
fix: remove obsolete secure middleware in collaboration service
2024-04-29 15:22:49 +02:00
Thomas Müller
7da2664144
fix: forward COLLABORA_DOMAIN and ONLYOFFICE_DOMAIN to the ocis container to allow substitution in csp.yaml ( #9007 )
2024-04-29 15:18:24 +02:00