Commit Graph
12975 Commits
Author SHA1 Message Date
Michael BarzandGitHub 1f19462d44 Merge pull request #6076 from owncloud/policies-proxy-tus-uploads
fix: proxy policies middleware tus filename evaluation
2023-04-19 10:09:14 +02:00
MartinandGitHub 8ae10c6f5a Merge pull request #6074 from owncloud/mmattel-patch-1
[docs-only] Update graph readme (GDPR, link to admin docs)
2023-04-19 10:00:50 +02:00
Martin e58f6d2d7a [docs-only] Update graph readme (GDPR, link to admin docs)
Referencing: https://github.com/owncloud/docs-ocis/pull/457 (Add user triggered GDPR Report)

Linking to the ocis admin documentation because we have more explainaition, images and an example json.
2023-04-19 09:34:31 +02:00
Artur NeumannandGitHub cf437c29e0 Merge pull request #6033 from owncloud/refactorAddGroupToGroup
[tests-only] [full-ci] Refactor api endpoint for adding group to group
2023-04-19 13:17:24 +05:45
Ralf Haferkamp df0522efdc Automated changelog update [skip ci] 2023-04-19 06:57:23 +00:00
Ralf HaferkampandRalf Haferkamp 6059747491 proxy: Rework oidc role mapper to allow multiple matching roles
If multiple claims values have a valid matching for ocis roles, we'll pick
the ocis role that appears first in the mapping configuration.
2023-04-19 08:56:47 +02:00
Florian Schade fdaf39f5d1 fix: proxy policies middleware tus filename evaluation
when uploading files via uppy (tus), the path does not give any information about the file, PUT contains the filename in the path, tus POST not.

this pr extracts the HeaderUploadMetadata from that POST request and enhances the policies grpc environment request with that information.

Therefore, the policies service is now able to evaluate proxy requests for tus uploads too.
2023-04-18 20:26:52 +02:00
Robert KaussowandGitHub b9dc2baaed ci: fix docs branch in makefile (#6075) 2023-04-18 17:33:04 +02:00
Robert KaussowandGitHub e759840401 ci: switch to main branch as downstream source branch for devdocs (#6045) 2023-04-18 15:07:27 +02:00
dependabot[bot]andRalf Haferkamp bb4572bc2c Bump golang.org/x/text from 0.8.0 to 0.9.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 14:19:27 +02:00
kobergjandGitHub da8ac7291f Merge pull request #6069 from owncloud/bumpwebCommit
[test-only] bump web commit. fixing e2e flaky #8833
2023-04-18 14:08:11 +02:00
Michael Barz d70462f248 Automated changelog update [skip ci] 2023-04-18 11:48:08 +00:00
Michael BarzandGitHub a470d389e2 Merge pull request #6071 from owncloud/fix-run-services
[full-ci] add optional services and fix config slice parser
2023-04-18 13:47:39 +02:00
Sagar GurungandGitHub 5db4656d62 Added test to search when share is no accepted yet. (#6043) 2023-04-18 16:46:11 +05:45
kobergjandGitHub e693da5b39 Merge pull request #6070 from owncloud/mmattel-patch-1
[docs-only] Fixing ADOC.tmpl typo
2023-04-18 12:14:30 +02:00
kobergj 6b14c02b64 Automated changelog update [skip ci] 2023-04-18 10:09:15 +00:00
kobergjandGitHub db4ff5108c Merge pull request #6038 from 2403905/issue-6025
Make Emails translatable via transifex #6025
2023-04-18 12:08:40 +02:00
jkoberg 0f99a8071b more test fixes
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-18 11:59:00 +02:00
Michael Barz e73d5493db add optional services and fix config slice parser 2023-04-18 11:58:02 +02:00
Viktor Scharf be3720b0cc Empty-Commit 2023-04-18 09:58:29 +02:00
MartinandGitHub 8ca2b03575 [docs-only] Fixing ADOC.tmpl typo
Fixing a typo

Backporting to `docs-stable-2.0` neccessary.
2023-04-18 09:31:08 +02:00
Viktor Scharf 617c08e060 bump web commit. fixing e2e flaky #8833 2023-04-18 09:07:53 +02:00
Benedikt KulmannandGitHub 70f825541c Merge pull request #6065 from owncloud/bump-web-v7.0.0-rc.30 2023-04-17 18:49:43 +02:00
1022b5ec1e Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 17:33:34 +02:00
3bf85c22bf Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 17:24:31 +02:00
c3844fbb04 Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 17:23:45 +02:00
Roman Perekhod 22f8076a4f README.md updated.
returned value swapped
2023-04-17 16:15:21 +02:00
Michael Barz 313b673d05 Automated changelog update [skip ci] 2023-04-17 13:26:04 +00:00
Michael BarzandGitHub 9368d34740 Merge pull request #6064 from owncloud/gdpr-sessions
add sessions to report, remove credentials
2023-04-17 15:25:41 +02:00
Benedikt Kulmann cc5db93fa9 chore: bump oC Web to v7.0.0-rc.30 2023-04-17 14:43:23 +02:00
Michael Barz 3ed6786185 add sessions to report 2023-04-17 14:37:06 +02:00
amrita d5f85350e4 Refactor api endpoint 2023-04-17 17:11:15 +05:45
dependabot[bot]andRalf Haferkamp a08ea5647c Bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.4 to 2.25.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.24.4...v2.25.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 13:01:45 +02:00
Roman Perekhod cd59424a16 Make Emails translatable via transifex #6025
The transifex translation add in to the email templates.
The optional environment variable NOTIFICATIONS_TRANSLATION_PATH added to config.
2023-04-16 14:02:40 +02:00
Michael Barz c0be639f80 Automated changelog update [skip ci] 2023-04-14 14:10:55 +00:00
Michael BarzandGitHub b01f2e8d39 Merge pull request #6014 from owncloud/ainmosni/feature/gdpr-collection
Integrate keycloak and events data into graph.
2023-04-14 16:10:26 +02:00
Daniël Frankeandjkoberg 2d8fb2549a Add modified mock. 2023-04-14 15:09:54 +02:00
2e8b741530 improve readme
Co-authored-by: Martin <github@diemattels.at>
2023-04-14 15:09:54 +02:00
Daniël Frankeandjkoberg 43cf811db1 Format markdown a bit cleaner. 2023-04-14 15:09:54 +02:00
Daniël Frankeandjkoberg ed27261262 Add documentation about keycloak configuration. 2023-04-14 15:09:54 +02:00
Daniël Frankeandjkoberg d81065c1b6 Adds JSON tags to PII report.
This will make the JSON export look a bit prettier.
2023-04-14 15:09:54 +02:00
Daniël Frankeandjkoberg 3ec5c0f6ed Don't check for attributes if no attributes set.
If no attributes are set, the attributes property is nil. This
causes a panic if keycloak has no custom attributes.
This patch checks for nil before accessing the attributes.
2023-04-14 15:09:54 +02:00
jkoberg c9d0e876f7 use mail instead id to get user
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-14 15:09:54 +02:00
jkoberg cf6b1eac25 add events to personalDataExport
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-14 15:09:54 +02:00
Daniël Frankeandjkoberg 8e32b4f5da Integrate keycloak and events data into graph.
This PR adds the data from keycloak and events into the GDPR export of
the graph service.
2023-04-14 15:09:54 +02:00
Michael Barz 562c18b84b Automated changelog update [skip ci] 2023-04-14 12:27:32 +00:00
Michael BarzandGitHub 797070f5ba Merge pull request #6056 from owncloud/proxy-lint-steps
use a proxy for the golangci-lint step
2023-04-14 14:26:51 +02:00
Michael Barz dcd8b4e1b4 use a proxy for the go-generate step 2023-04-14 13:37:32 +02:00
Michael Barz da62451a97 use a proxy for the golangci-lint step 2023-04-14 13:25:26 +02:00
MartinandGitHub 40e1f2edb5 Merge pull request #6054 from owncloud/mmattel-patch-1
[docs-only] Fix typo in audit service readme
2023-04-14 12:33:25 +02:00