Commit Graph

912 Commits

Author SHA1 Message Date
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
Michael Barz
987e13693a Merge pull request #5896 from owncloud/add-groups-by-name-or-id
allow adding group by name or id
2023-03-30 10:57:56 +02:00
Benedikt Kulmann
9998740343 chore: bump web to v7.0.0-rc.26 2023-03-30 10:25:50 +02:00
jkoberg
e906c9f1ec emit event after finishing data extraction
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-30 10:06:32 +02:00
jkoberg
25d1347a76 create folders if they are not existing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-30 09:49:56 +02:00
Jannik Stehle
182c375d2c Merge pull request #5954 from owncloud/bump-web-7.0.0-rc.25
[full-ci] chore: update web to v7.0.0-rc.25
2023-03-29 17:00:14 +02:00
jkoberg
9f5b33f661 use reva gateway client and mocks
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-29 16:06:10 +02:00
jkoberg
ebd730c778 use location from request
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-29 16:02:43 +02:00
jkoberg
442c53f796 add gdpr export endpoint
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-29 16:02:42 +02:00
Martin
2ac804cb89 [docs-only] Update example-realm.json
Remove not necessary source code ticks from file.
2023-03-29 14:42:25 +02:00
mmattel
b52a2bf8a9 [docs-only] Just a small README.md fix for invitations 2023-03-29 14:19:32 +02:00
Martin
d02581efde Merge pull request #5952 from owncloud/update_invitations_readme
Fix invitations README.md
2023-03-29 13:44:44 +02:00
Daniël Franke
5793970e5d Add keycloak package.
This PR adds the keycloak package, which contains the following:

* More genericised functions for the invitations backend.
* User query functions.
* PII query functions.
2023-03-29 13:37:03 +02:00
mmattel
de430db057 fix codacy 2023-03-29 12:57:20 +02:00
Daniel Swärd
053ce7a7cd Merge pull request #5949 from owncloud/excds/feature/Update_group_names
graph: Allow updating of group name via PATCH request
2023-03-29 12:48:25 +02:00
Edith Parzefall
d9bccac3ae Apply suggestions from code review
language review
2023-03-29 12:02:55 +02:00
Benedikt Kulmann
e3f4a95752 chore: update web to v7.0.0-rc.25 2023-03-29 11:53:41 +02:00
mmattel
052cd0f273 Fix invitations README.md 2023-03-29 11:31:09 +02:00
kobergj
bfe8ed8db5 Merge pull request #5700 from owncloud/invitations
Invitations service
2023-03-28 15:27:56 +02:00
Daniel Swärd
ab07525602 graph: Allow updating of group name via PATCH request 2023-03-28 13:06:53 +02:00
mmattel
700621dac8 readd accidentially deleted entry 2023-03-27 09:52:45 +02:00
Dennis Sieben
e28603e633 - fixed typos 2023-03-27 08:54:51 +02:00
ownClouders
a82ec7fb0c [tx] updated from transifex 2023-03-25 01:02:47 +00:00
Jannik Stehle
b45e401fad chore: bump web to v7.0.0-rc.24 2023-03-24 16:06:56 +01:00
jkoberg
a2f162a6a6 add missing messageRichParameters
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 15:16:03 +01:00
kobergj
9df308932d Merge pull request #5903 from kobergj/AutomateMDCreation
Automate Creation of `_index.md` Files
2023-03-24 13:00:10 +01:00
Jörn Friedrich Dreyer
31471df033 fix markdown 2023-03-24 12:43:53 +01:00
Jörn Friedrich Dreyer
a1bb47b180 drop commented code 2023-03-24 12:10:58 +01:00