Commit Graph

3000 Commits

Author SHA1 Message Date
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
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
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
Christian Richter 1242e483b3 improve error handling
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-09-11 15:34:08 +02:00
ownClouders a40340acb0 [tx] updated from transifex 2024-09-11 00:39:22 +00:00
ownClouders 4906ff8b46 [tx] updated from transifex 2024-09-10 00:40:54 +00:00
Benedikt Kulmann 407169723e Merge pull request #9993 from owncloud/allow-blob-as-connect-src
Allow blob as connect src
2024-09-09 10:02:57 +02:00
Martin Mattel 313d336522 [docs-only] Fix a typo in graph service readme 2024-09-09 08:08:12 +02:00
Benedikt Kulmann a94e08d875 feat: allow blob as connect-src 2024-09-09 06:46:14 +02:00
ownClouders 6a489f0c99 [tx] updated from transifex 2024-09-08 00:06:44 +00:00
ownClouders 91969e6434 [tx] updated from transifex 2024-09-06 00:05:29 +00:00
Benedikt Kulmann a41a314fda chore: update web to v10.2.0 2024-09-05 22:19:37 +02:00
Florian Schade 9479a4643d Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2024-09-05 17:31:19 +02:00
Florian Schade dfba7c70d7 enhancement(audit): observe the ScienceMeshInviteTokenGenerated event in the audit service 2024-09-05 17:30:36 +02:00
Florian Schade 5ceb081262 enhancement(notifications): process ocm invites and sent out a mail notification 2024-09-05 17:30:33 +02:00
Florian Schade 194921eb0c enhancement: handle ocm event notifications 2024-09-05 17:28:27 +02:00
Martin 13271fbbd0 Merge pull request #9987 from owncloud/notification_text_fix
[docs-only] Update the notification service readme
2024-09-05 17:22:32 +02:00
Martin Mattel 3c41523465 [docs-only] Update the notification service readme 2024-09-05 15:27:09 +02:00
Jörn Friedrich Dreyer 5ab53b2474 bump reva to 9878984ce702
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-05 15:03:05 +02:00
ownClouders 91124c847a [tx] updated from transifex 2024-09-05 03:49:55 +00:00
Martin 2f909f9d82 Merge pull request #9975 from owncloud/translation_desc_update
[docs-only] Update translation docs + transifex configuration (add resource_name)
2024-09-04 13:32:59 +02:00