Commit Graph

19143 Commits

Author SHA1 Message Date
Juan Pablo Villafáñez 8a02b926a5 fix: missing return in the tracing middleware if we want to skip it 2024-09-17 17:57:44 +02:00
Martin 99e61f93a1 Automated changelog update [skip ci] 2024-09-17 15:22:41 +00:00
Martin ec1e9b85ec Merge pull request #10081 from owncloud/fix_ocis_readme
[docs-only] Update the "List Unified Roles" example output
2024-09-17 17:22:04 +02:00
Martin Mattel 9d23a67135 [docs-only] Update the "List Unified Roles" example output 2024-09-17 16:47:26 +02:00
Martin 16a1f82042 Merge pull request #10080 from rhafer/graph-users-readme
[docs-only] graph(docs): More details for the README
2024-09-17 16:35:10 +02:00
Martin a09ceb379f Merge pull request #10079 from kobergj/FixEnvvar
[docs-only] Fix typo in envvar
2024-09-17 16:33:24 +02:00
Ralf Haferkamp 103400f8bf Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2024-09-17 16:29:31 +02:00
Ralf Haferkamp f0bc37b250 graph(docs): More details for the README
Add some details about the users and groups endpoints provided by
the graph service.
2024-09-17 16:06:24 +02:00
jkoberg ab6abbd1b4 fix(activitylog): fix typo in envvar
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-17 16:05:18 +02:00
Ralf Haferkamp d32a28a1c4 Automated changelog update [skip ci] 2024-09-17 14:03:28 +00:00
Ralf Haferkamp 0bd4b90d7f fix: Make linter happy 2024-09-17 16:02:47 +02:00
Ralf Haferkamp 165597369e Changelog update 2024-09-17 16:02:47 +02:00
Ralf Haferkamp e7423991d1 deployments: Add ocLastSignInTimestamp Attribute to LDAP schema 2024-09-17 16:02:47 +02:00
Ralf Haferkamp 8e158d52bb graph(oidc): Consume UserSignedIn events in graph service
Pass them to the identity backend to update the last sign-in date of the user.
2024-09-17 16:02:47 +02:00
Ralf Haferkamp cb8934081f proxy(oidc): Emit a UserSignedIn event on new session
Every time the OIDC middleware sees a new access token (i.e when it needs
to update the userinfo cache) we consider that as a new login. In this case
the middleware add a new flag to the context, which is then used by the
accountresolver middleware to publish a UserSignedIn event.
The event needs to be sent by the accountresolver middleware, because only
at that point we know the user id of the user that just logged in.

(It would probably makes sense to merge the auth and account middleware into a
single component to avoid passing flags around via context)
2024-09-17 16:02:47 +02:00
kobergj 3b0ff50bf0 Automated changelog update [skip ci] 2024-09-17 12:58:15 +00:00
kobergj 27d2cf122e Merge pull request #9817 from aduffeck/adapt-to-posixfs-changes
[full-ci] Adapt to posixfs changes
2024-09-17 14:57:38 +02:00
jkoberg 0d5a1f189f feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-17 14:20:25 +02:00
Sawjan Gurung 9f63cc70e6 Merge pull request #10044 from owncloud/tests-report-request
[tests-only][full-ci] refactor userSearchesUsingWebDavAPI function to update davPath for new and spaces dav versions
2024-09-17 17:30:58 +05:45
prashant-gurung899 0b2291537b update userSearchesUsingWebDavAPI function
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-09-17 16:30:41 +05:45
dependabot[bot] 160f77c6ac chore(deps-dev): bump eslint-plugin-import in /services/idp
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.30.0.
- [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.29.1...v2.30.0)

---
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>
2024-09-17 10:43:57 +02:00
André Duffeck ffe1946686 Fix default posix root and the description of the according config var
Fixes https://github.com/owncloud/ocis/issues/9910
2024-09-17 10:33:32 +02:00
André Duffeck d199e79c71 Set a default debounce delay 2024-09-17 10:33:32 +02:00
André Duffeck 3c1d81f595 Adapt to reva changes 2024-09-17 10:33:31 +02:00
dependabot[bot] 1fe133dbb8 chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.28.0 to 1.30.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.28.0...v1.30.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 10:16:11 +02:00
dependabot[bot] 39b9878670 chore(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.54.0...zpages/v0.55.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 09:48:09 +02:00
Roman Perekhod de9808e2f8 Automated changelog update [skip ci] 2024-09-17 07:41:12 +00:00
Roman Perekhod 231005bdd7 Merge pull request #10060 from 2403905/issue-10051
prevent adding the federated users as members of the space
2024-09-17 09:40:36 +02:00
Sawjan Gurung d9e655cb12 Merge pull request #10062 from owncloud/test-activities-default-depth
[tests-only] [full-ci] Add test for default depth activity filter
2024-09-17 12:53:06 +05:45
Amrita 208e281433 Merge pull request #10055 from owncloud/add-bug-coverage-for-wopi 2024-09-17 12:42:03 +05:45
amrita 1cf0a35ba3 add test for sending request to check file info with invalid file id 2024-09-17 12:15:43 +05:45
Salipa-Gurung 7f84d9ecfd add test for default depth filter 2024-09-17 12:13:17 +05:45
Roman Perekhod 9792c45365 prevent adding the federated users as members of the space 2024-09-17 08:13:03 +02:00
Prajwol Amatya e40c5be699 Merge pull request #9967 from owncloud/create-file-in-shared-received-folder
[tests-only][full-ci] added test to create .odt file inside shared folder using `/app/new` endpoint
2024-09-17 10:04:26 +05:45
Prajwol Amatya 5af9ff5202 added test to create .odt file inside shared folder 2024-09-17 09:30:34 +05:45
Prajwol Amatya 4d5168f6c3 Merge pull request #9964 from owncloud/create-odt-file
[tests-only][full-ci] added test to create file with .odt extension using `/app/new` endpoint
2024-09-16 16:15:51 +05:45
Prajwol Amatya 5f62f027ba added test to create .odt file with /app/new endpoint 2024-09-16 15:45:57 +05:45
Viktor Scharf 80dcb2a351 Merge pull request #10061 from owncloud/checkEmailWhileGeneratetoken
check email validation
2024-09-16 11:57:58 +02:00
Viktor Scharf 2c10e4a7be gerkin lint fix 2024-09-16 11:36:29 +02:00
Viktor Scharf a109483cb3 skip email tets 2024-09-16 11:15:22 +02:00
dependabot[bot] 84261d2d6d chore(deps): bump github.com/go-playground/validator/v10
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.22.0 to 10.22.1.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.22.0...v10.22.1)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 10:34:11 +02:00
Viktor Scharf 84eb181928 check email validation 2024-09-16 10:32:30 +02:00
Sawjan Gurung 908dba5dab Merge pull request #9960 from owncloud/create-text-file
[tests-only][full-ci]added test to create text file with `/app/new` endpoint
2024-09-16 12:42:26 +05:45
ownClouders 26042d9aa4 [tx] updated from transifex 2024-09-16 00:10:13 +00:00
ownClouders 062ec679a7 [tx] updated from transifex 2024-09-15 00:09:27 +00:00
Amrita 88303faee1 Merge pull request #10024 from owncloud/add-tests-coverage-for-wopi-with-view-modes
[tests-only][full-ci] Add test coverage for checking file info with different view mode
2024-09-14 15:15:42 +05:45
ownClouders 355c656f4a [tx] updated from transifex 2024-09-14 00:45:51 +00:00
Jörn Friedrich Dreyer 3e9f4e317a Automated changelog update [skip ci] 2024-09-13 14:10:15 +00:00
Jörn Friedrich Dreyer 2f76d3d63b Merge pull request #10050 from owncloud/fix-ocm-token
fix ocm token
2024-09-13 16:09:43 +02:00
Jörn Friedrich Dreyer dbf87bb880 fix ocm token
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-13 15:21:07 +02:00