Commit Graph

984 Commits

Author SHA1 Message Date
mmattel 715e62b13d update readme 2023-04-19 19:08:09 +02:00
Martin e34e0b5a5c Merge pull request #6083 from owncloud/define_readonly_attrobute_list
[docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar
2023-04-19 16:28:29 +02:00
Martin 0c48a565cf Merge pull request #6079 from owncloud/fix_removal_version
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 15:21:13 +02:00
ownClouders 5ded7aac95 [tx] updated from transifex 2023-04-19 11:11:30 +00:00
Michael Barz e58c248579 fix translations for notifications service 2023-04-19 13:10:13 +02:00
mmattel 32c6b3bdb4 [docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar 2023-04-19 12:36:49 +02:00
Daniel Swärd 6a269bd04a Merge pull request #6057 from kobergj/DontPanicInUserlog
[tests-only] Avoid Metadata Functionality in Eventhistory
2023-04-19 10:49:57 +02:00
Michael Barz dd8e752fd3 Merge pull request #6047 from owncloud/excds/feature/add_capabilities_indicating_read-only_attributes
reva/frontend: Add capabilities to indicate attributes that are read-only
2023-04-19 10:33:43 +02:00
mmattel 8ed34926ef [docs-only] Correct the removal version according semver to 4.0.0 2023-04-19 10:16:06 +02:00
Michael Barz 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
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
Daniel Swärd 78d7381a71 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-04-19 09:32:53 +02:00
Ralf 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
Daniel Swärd 8e5ff030f7 Change config value to list of strings and bump reva. 2023-04-18 12:25:45 +02:00
kobergj db4ff5108c Merge pull request #6038 from 2403905/issue-6025
Make Emails translatable via transifex #6025
2023-04-18 12:08:40 +02:00
Roman Perekhod 1022b5ec1e Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 17:33:34 +02:00
Roman Perekhod 3bf85c22bf Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 17:24:31 +02:00
Roman Perekhod 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
jkoberg 220c04123e do not use metadata functionality
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-17 15:20:24 +02:00
Benedikt Kulmann cc5db93fa9 chore: bump oC Web to v7.0.0-rc.30 2023-04-17 14:43:23 +02:00
jkoberg fd0c22502a avoid panicing in userlog service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-17 11:56:35 +02:00
Daniel Swärd 1938495a89 Change to single env variable and list of strings as suggested in review. 2023-04-17 11:10:27 +02:00
Daniel Swärd 6433fc8d80 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2023-04-17 10:07:24 +02:00
Daniel Swärd 68f1d5897b reva/frontend: Add capabilities to indicate attributes that are read-only. 2023-04-17 10:07:24 +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
Daniël Franke 2d8fb2549a Add modified mock. 2023-04-14 15:09:54 +02:00
Daniël Franke 2e8b741530 improve readme
Co-authored-by: Martin <github@diemattels.at>
2023-04-14 15:09:54 +02:00
Daniël Franke 43cf811db1 Format markdown a bit cleaner. 2023-04-14 15:09:54 +02:00
Daniël Franke ed27261262 Add documentation about keycloak configuration. 2023-04-14 15:09:54 +02:00
Daniël Franke 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
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 Franke 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
Martin 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
mmattel 8b209eaf50 Remove dead and unused IDM envvar 2023-04-14 10:36:23 +02:00
Martin 9e5f18b6d9 Fix typo in audit service readme
References: https://github.com/owncloud/docs-ocis/pull/452

`autit` --> `audit`
2023-04-14 09:30:24 +02:00
Benedikt Kulmann 7cb9e37c7a Merge pull request #6032 from owncloud/web-config-additions
feat: additional web config for css, scripts and translations
2023-04-13 17:20:38 +02:00
mmattel b2504035e0 fix readme service names 2023-04-12 18:40:41 +02:00
Benedikt Kulmann 9830008442 feat: additional web config for css, scripts and translations 2023-04-12 11:50:38 +02:00
Martin 63e1fe361d Merge pull request #6027 from owncloud/fix-guest-config
add missing default config
2023-04-06 14:22:25 +02:00
Martin 0dfe65ac99 Merge pull request #6026 from owncloud/mmattel-patch-1
Update IDM config.go
2023-04-06 14:21:27 +02:00
Michael Barz 9f80541467 add missing default config 2023-04-06 13:02:29 +02:00
kobergj 5debd587b4 Merge pull request #6022 from kobergj/ConfigureGRPCInOCS
Fix Panic in OCS service
2023-04-06 12:05:46 +02:00
Martin a5e99d39b1 Update IDM config.go
Fixes: 5906

After clarification and renaming th envvar and post a discussion with @rhafer, we should align the yaml name to the envvar name. Note that the backend name (`Insecure`) is not changed.
* In the deployment examples, we use ennvars and no yaml
* ocis init does not use it
2023-04-06 11:58:09 +02:00
Martin 8dc25a7888 Merge pull request #6020 from owncloud/mmattel-patch-1
[docs-only] Update Graph README.md to properly show the image in owcloud.dev
2023-04-06 11:52:20 +02:00
jkoberg 1b457554ff fixed panic in ocs service by configuring grpc
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-06 11:02:47 +02:00
Martin 1e6c8c0a0d Merge pull request #6008 from owncloud/excds/modification/Deprecating_and_renaming_many_environment_variables
Deprecating and renaming many environment variables
2023-04-06 10:59:24 +02:00
Martin 1f86a79a15 Update Graph README.md
An image source referenced must be the raw source to be shown properly in owncloud.dev. No impact on showing the readme here.
2023-04-06 10:48:38 +02:00