Commit Graph

19133 Commits

Author SHA1 Message Date
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
Michael Barz
31c292093d Automated changelog update [skip ci] 2024-09-13 13:18:25 +00:00
Michael Barz
36df509a8d Merge pull request #10015 from owncloud/fix-roles-wording
fix: improve some wordings and cli table
2024-09-13 15:17:38 +02:00
Michael Barz
2c9dab3e7c tests: adapt test expectations 2024-09-13 14:43:13 +02:00
Michael Barz
8b8aad6591 fix: improve some wordings and cli table 2024-09-13 14:24:45 +02:00
Viktor Scharf
ac26cd8035 Merge pull request #10026 from owncloud/checkEmailNotificationOcminvite
[test-only] ApiTest. Check email notification ocminvite
2024-09-13 12:34:51 +02:00
Viktor Scharf
03763331e5 fix 2024-09-13 11:22:43 +02:00
dependabot[bot]
ab0166d5e6 chore(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /services/idp
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.3.0...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 11:12:45 +02:00
dependabot[bot]
15e37585bd Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.53.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.53.0...zpages/v0.55.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 11:04:56 +02:00
Martin
036b55b07d Merge pull request #10043 from owncloud/fix_envvars_yaml
[docs-only][chore] Update env_vars.yaml
2024-09-13 10:53:55 +02:00
Martin
4b3c3f7536 Merge pull request #10047 from owncloud/add_iv_in_envvar_lifecycle
[docs-only] Clarify introduction version when adding an envvar to an existing one
2024-09-13 10:53:35 +02:00