kobergj
5debd587b4
Merge pull request #6022 from kobergj/ConfigureGRPCInOCS
...
Fix Panic in OCS service
2023-04-06 12:05:46 +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
Ralf Haferkamp
0495e42534
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-06 10:00:20 +02:00
Ralf Haferkamp
359bf13ce6
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-06 09:55:19 +02:00
Jannik Stehle
29899e8b06
chore: bump web to v7.0.0-rc.29
2023-04-05 20:53:58 +02:00
Jannik Stehle
06e1942485
chore: bump web to v7.0.0-rc.28
2023-04-05 14:46:32 +02:00
Daniel Swärd
46e50b3a70
Reapply name change, without adding files by mistake.
2023-04-05 13:26:29 +02:00
Daniel Swärd
a693a18b99
Revert "Change new name to address PR comment."
...
This reverts commit 8911ca2e98 .
2023-04-05 13:25:04 +02:00
Daniel Swärd
32937d0977
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-05 12:48:37 +02:00
Daniel Swärd
8911ca2e98
Change new name to address PR comment.
2023-04-05 12:26:56 +02:00
Daniel Swärd
afbfd2d6b2
Deprecating and renaming many environment variables
...
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
kobergj
78ab7d6750
Merge pull request #6009 from 2403905/introduceGlobalVariables
...
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
2023-04-05 10:20:48 +02:00
Michael Barz
802cf4d8cc
Merge pull request #5973 from owncloud/av-logging
...
add more logging to antivirus
2023-04-05 09:29:25 +02:00
Ralf Haferkamp
120887abcc
graph: new config option GRAPH_LDAP_GROUP_CREATE_BASE_DN
...
By setting GRAPH_LDAP_GROUP_CREATE_BASE_DN a distinct subtree can be
configured where new LDAP groups are created. That subtree needs to be
subordinate to GRAPH_LDAP_GROUP_BASE_DN. All groups outside for
GRAPH_LDAP_GROUP_CREATE_BASE_DN are considered read-only and only groups
below that DN can be updated and deleted.
This is introduced for a pretty specific usecase where most groups are managed
in an external source (e.g. a read-only replica of an LDAP tree). But we still
want to allow the local administrator to create groups in a writeable subtree
attached to that replica.
2023-04-04 15:56:57 +02:00
Roman Perekhod
fcfb2ab9fa
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
2023-04-04 15:43:03 +02:00
mmattel
3c35b95ee2
[docs-only] Fixing the service name in the text used in readme.md
2023-04-04 12:15:59 +02:00
Michael Barz
16d97d5393
Apply suggestions from code review
...
Co-authored-by: kobergj <jkoberg@owncloud.com >
2023-04-04 11:10:36 +02:00
mmattel
949e5c228f
[docs-only] Rename / Deprecate userlog and eventhistory envvars
2023-04-04 11:07:31 +02:00
kobergj
8c9c9fd2d3
Merge pull request #6000 from owncloud/caching_readme.md_updates
...
[docs-only] Fix readme.md for caches
2023-04-04 10:46:36 +02:00
Daniel Swärd
f09d3c5a19
idp: Change name of environment variable to be more consistent.
2023-04-04 09:24:14 +02:00
Michael Barz
6dde3f6ef6
add more logging to antivirus
2023-04-04 09:20:56 +02:00
mmattel
e6d0cb105f
added userlog redis sentinel info
2023-04-04 09:15:24 +02:00
mmattel
255dd06c92
[docs-only] Fix readme.md for caches
2023-04-04 09:15:24 +02:00
Prajwol Amatya
7baac4f050
[tests-only][full-ci] Api test for user trying to set own personal space quota ( #5979 )
...
* api test for user trying to set their own personal space quota
* removed duplicate scenarios for set quota
* updated expected scenario
* fix wrong status code
* updated expected failure scenario after wrong status code fix
---------
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2023-04-04 12:41:34 +05:45
Michael Barz
ffe0e71337
add Purge and Restore Headers
2023-04-03 17:29:49 +02:00
Michael Barz
e313248cee
add missing cors config
2023-04-03 17:29:49 +02:00
Daniel Swärd
620940ec3f
graph: Add strict json decoding to return errors when receiving unknown parameters
2023-04-03 15:39:23 +02:00
Michael Barz
b2568972da
Merge pull request #5992 from owncloud/basic-auth-header
...
do not send www-authenticate basic for Api requests
2023-04-03 15:22:09 +02:00
Michael Barz
a5bd5505aa
Merge pull request #5996 from owncloud/fix-5994
...
idp: fix pnpm build for Node >= 17 and remove obsolete targets
2023-04-03 15:07:17 +02:00
kobergj
f83d093691
Merge pull request #5995 from owncloud/ainmosni/feature/eventhistory-fetch
...
Add function to fetch events containing userID.
2023-04-03 14:55:40 +02:00
André Duffeck
d640719b7a
Fix oidc auth cache
2023-04-03 14:00:11 +02:00
Daniël Franke
21053ab734
Change error handling and logging
2023-04-03 12:31:56 +02:00
Dominik Schmidt
cb39839641
idp: fix pnpm build for Node >= 17 and remove obsolete targets
2023-04-03 12:01:59 +02:00
Daniël Franke
cfb65cd289
Add function to fetch events containing userID.
...
This PR adds a function to fetch events containing a userID. This is to
be able to offer this functionality for the GDPR requirement.
2023-04-03 11:49:52 +02:00
Michael Barz
df537ea98d
do not send www-authenticate basic for Api requests
2023-04-03 11:34:42 +02:00
kobergj
7d5886ae00
Merge pull request #5984 from kobergj/PersonalDataExportCapability
...
Add capability for personal data export
2023-04-03 09:22:55 +02:00
Benedikt Kulmann
33f23ca3c3
chore: bump web to v7.0.0-rc.27
2023-03-31 22:56:55 +02:00
jkoberg
ec6f236118
add capability for personal data export
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-31 16:42:35 +02:00
Michael Barz
d143e92dfe
Merge pull request #5982 from kobergj/AvoidPanicWhenUsingOIDCRewrite
...
[tests-only] Avoid panic when using WellknownRewrite
2023-03-31 15:24:03 +02:00
Benedikt Kulmann
ca05862279
Delete .DS_Store
2023-03-31 11:18:53 +02:00
jkoberg
66a0d5a5ff
avoid panic when oidcClient.Get fails
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-31 10:59:44 +02:00
kobergj
3a8b4043e6
Merge pull request #5950 from kobergj/GDPRExport
...
GDPR Export
2023-03-30 16:56:23 +02:00
kobergj
e46041b01f
Merge pull request #5955 from owncloud/ainmosni/feature/keycloak-pkg
...
Add keycloak package.
2023-03-30 15:01:49 +02:00
jkoberg
e0b07dee70
use correct status code
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-30 14:57:41 +02:00
kobergj
db5c84816b
fix typo in graph service
...
Co-authored-by: Daniël Franke <df@ponc.tech >
2023-03-30 14:17:56 +02:00
Benedikt Kulmann
71775b3c65
Merge pull request #5964 from owncloud/bump-web-7.0.0-rc.26
...
[full-ci] chore: bump web to v7.0.0-rc.26
2023-03-30 12:35:13 +02:00
Daniël Franke
bc9ba63b06
Fix tests for invitations service.
2023-03-30 11:12:00 +02:00