Commit Graph

3018 Commits

Author SHA1 Message Date
Juan Pablo Villafañez fddad3780d Merge pull request #10101 from owncloud/collaboration_wopicontext_logging
fix: include additional logging in the wopicontext middleware
2024-09-19 10:32:25 +02:00
ownClouders 052644a1a2 [tx] updated from transifex 2024-09-19 00:43:59 +00:00
Roman Perekhod 9c0f51b06b Merge pull request #10085 from 2403905/issue-10012
Added the LinkUpdated activity in the space context
2024-09-18 16:55:22 +02:00
Juan Pablo Villafáñez 4fcf6c1863 fix: include additional logging in the wopicontext middleware 2024-09-18 13:19:16 +02:00
Juan Pablo Villafañez ceb29e63fc Merge pull request #10084 from owncloud/collaboration_tracing_fix
fix: missing return in the tracing middleware if we want to skip it
2024-09-18 11:19:02 +02:00
kobergj 6fe9923b08 Merge pull request #10072 from kobergj/FileUpdatedActivity
Add FileUpdated Activity
2024-09-18 11:15:06 +02:00
jkoberg e3d2f24fd8 fix(activitylog): space -> folder
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-18 10:46:26 +02:00
jkoberg bed59dd9fd fix(activitylog): fix unauthorized activity get
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-09-18 10:22:53 +02:00
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
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 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
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 0bd4b90d7f fix: Make linter happy 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 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
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
Roman Perekhod 9792c45365 prevent adding the federated users as members of the space 2024-09-17 08:13:03 +02:00
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
ownClouders 355c656f4a [tx] updated from transifex 2024-09-14 00:45:51 +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 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
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
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 Mattel 8573cd3e48 typo fix 2024-09-13 08:40:00 +02:00
ownClouders c83b6cf618 [tx] updated from transifex 2024-09-13 00:10:35 +00:00
Roman Perekhod 2e0d7f53f8 Merge pull request #10030 from 2403905/ocm-invite-email
The golang conditional construction moved out from the transifex template
2024-09-12 23:15:26 +02:00
Roman Perekhod 0c7bc8a123 The golang conditional construction moved out from the transifex template 2024-09-12 22:46:31 +02:00
Roman Perekhod 9488452216 Fixed activity filter depth 2024-09-12 22:26:44 +02:00
Jannik Stehle 2a911a0f13 Merge pull request #10034 from owncloud/fix/react-eslint-mounted-errors
fix: eslint react errors when building idp service
2024-09-12 12:52:39 +02:00
Jannik Stehle 6ec48c4516 fix: eslint react errors when building idp service
Ignores the eslint react errors for `react/no-is-mounted` to make CI green again. This is only a temporary solution, updating the pnpm version in our node docker images should make this obsolete.
2024-09-12 12:29:01 +02:00
ownClouders eace825f08 [tx] updated from transifex 2024-09-12 10:19:21 +00:00
ownClouders 24be85fac1 [tx] updated from transifex 2024-09-12 00:43:58 +00:00
Florian Schade 3a4c0f33ea fix: ocm share update 2024-09-11 15:34:08 +02:00
Florian Schade 7c34505f54 fix: use FromCS3Status error helper 2024-09-11 15:34:08 +02:00
Christian Richter b0c23dce64 fix wrong error return
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-11 15:34:08 +02:00
Christian Richter 8ee17e7f27 fix invalid check
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-11 15:34:08 +02:00
Christian Richter e9c6a0a3cd [WIP] Update OCM Shares
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-11 15:34:08 +02:00
Christian Richter 70a9ce6e74 allow deletion of federated shares
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-11 15:34:08 +02:00