Commit Graph

19355 Commits

Author SHA1 Message Date
Roman Perekhod
a5f6482f6f Added the LinkUpdated activity in the space context 2024-09-18 08:00:31 +02:00
Jannik Stehle
b29538b11b Merge pull request #10076 from owncloud/fix/web-ui-contrasts-control-elements
fix(theme): input border color contrasts
2024-09-18 06:49:25 +02:00
Prajwol Amatya
02288eaad2 added test to create odt file inside deleted parent folder 2024-09-18 10:00:19 +05:45
Prajwol Amatya
e0495932fa Merge pull request #9978 from owncloud/create-file-in-public-folder
[tests-only][full-ci] added test for public user to create .odt file inside public folder
2024-09-18 09:53:10 +05:45
Martin
cbc997bb0d Merge pull request #10083 from owncloud/federation_text
[docs-only] Fix translatable text string in notifications
2024-09-18 06:07:03 +02:00
Prajwol Amatya
9815b70739 added test for public user to create odt file inside public folder 2024-09-18 09:11:31 +05:45
Martin
c77a0c50b0 Automated changelog update [skip ci] 2024-09-18 00:41:18 +00:00
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 Mattel
4417db4d45 [docs-only] Fix translatable text string in notifications 2024-09-17 17:36:55 +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
jkoberg
9ef00dbf27 feat(activitylog): Add FileUpdated Activity
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-17 15:34:08 +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
Jannik Stehle
356711ffec fix(theme): input border color contrasts
Increases input border colors contrasts to be compliant with WCAG.
2024-09-17 14:28:52 +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
Nazlı YANIK
6f2509c445 added changelog. 2024-09-16 13:13:13 +03:00
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