Commit Graph

12781 Commits

Author SHA1 Message Date
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
kobergj bfe8ed8db5 Merge pull request #5700 from owncloud/invitations
Invitations service
2023-03-28 15:27:56 +02:00
Swikriti Tripathi 270bf06840 add skip on stable tag (#5940) 2023-03-28 15:11:41 +05:45
Amrita 382aa58c8b [tests-only][full-ci]Extend tests coverage for different role capability for spaces (#5853)
* Add tests related to different user role manipulating space

* Review addressed

* Refactor existing scenario
2023-03-28 09:10:21 +05:45
Amrita 63ba5613c0 [tests-only][full-ci]Extend tests coverage for different role capability for group (#5742)
* Extend tests coverage for different role capability for group

* Remove unwanted scenario

* Change http status code
2023-03-28 09:09:37 +05:45
Prajwol Amatya 1e5bf171fe [tests-only][full-ci] Forwardport test for send wrong host for adding user in group (#5932)
* added test for admin trying to add user with wrong host

* added test for adding single user to a group with invalid hostname
2023-03-27 15:47:55 +05:45
kobergj eefd1b82aa Merge pull request #5930 from owncloud/d7-typo-fix
[docs-only] Fixed typos
2023-03-27 10:30:07 +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
Prajwol Amatya 27fa742b4a api test to set quota by users with different roles (#5854) 2023-03-27 10:41:55 +05:45
Prajwol Amatya 264aacca8f test for adding users to a group using invalid JSON (#5931) 2023-03-27 10:41:21 +05:45
ownClouders a82ec7fb0c [tx] updated from transifex 2023-03-25 01:02:47 +00:00
Michael Barz f9871d84ca Merge pull request #5929 from owncloud/bump-web-v7.0.0-rc.24
[full-ci] chore: bump web to v7.0.0-rc.24
2023-03-24 17:17:26 +01:00
Jannik Stehle b45e401fad chore: bump web to v7.0.0-rc.24 2023-03-24 16:06:56 +01:00
kobergj 9fa72f0ead Automated changelog update [skip ci] 2023-03-24 15:03:11 +00:00
kobergj 6c2cd2cafa Merge pull request #5927 from kobergj/AddParametersToNotifications
Add Parameters for av and po events
2023-03-24 16:00:43 +01:00
jkoberg a2f162a6a6 add missing messageRichParameters
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 15:16:03 +01:00
Michael Barz 85059cfecf Merge pull request #5922 from owncloud/excds/update/Bump_reva_version
Bump reva to to add user type property.
2023-03-24 14:24:31 +01:00
dependabot[bot] 263415cf4d Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2 (#5919)
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 13:19:57 +01:00
kobergj 7eae5d7236 Automated changelog update [skip ci] 2023-03-24 12:00:57 +00: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
Jörn Friedrich Dreyer f33c524a5d delete unnecessary files 2023-03-24 12:07:57 +01:00
Daniel Swärd aa4b9681cc Bump reva to to add user type property. 2023-03-24 11:57:50 +01:00
kobergj 1f6ddcb620 bump reva (#5921)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 11:44:46 +01:00
Daniël Franke 10f4af1e59 Instead of trying to guess names, ignore them. 2023-03-24 11:43:29 +01:00
Daniël Franke 177cd0bb57 Update services/invitations/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-03-24 11:43:26 +01:00
Daniël Franke 1a7e2fd782 Update services/invitations/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-03-24 11:43:22 +01:00
Daniël Franke 361af723a5 Update services/invitations/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2023-03-24 11:43:18 +01:00
Daniël Franke 9355ed6812 Add tests for keycloak backend. 2023-03-24 11:43:14 +01:00
Daniël Franke f244869e91 Use keycloak for invitations backend.
As keycloak already supports everything needed for the required
invitation flow, it's ideal to use as the first backend to create users
and to send them invitation mails.

This PR implements that as the first and (for now) only backend.
2023-03-24 11:43:11 +01:00
Jörn Friedrich Dreyer fc5e4ea7d1 generic http backend provisioning requests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:43:07 +01:00
Jörn Friedrich Dreyer 5d7a19997b correctly add new service
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:43:03 +01:00
Jörn Friedrich Dreyer 6c82451956 Update services/invitations/README.md
Co-authored-by: Martin <github@diemattels.at>
2023-03-24 11:42:59 +01:00
Jörn Friedrich Dreyer f8fd49a9a9 invitation implementation outline
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:42:53 +01:00
Jörn Friedrich Dreyer f805cca363 initial invitations skeleton
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:42:48 +01:00
Jörn Friedrich Dreyer 5d0e8f0b7a fix notificaation readme, more precise naming
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:39:41 +01:00
Martin 80098161b9 Merge pull request #5920 from owncloud/mmattel-patch-1
[docs-only] Update new-service-checklist.md
2023-03-24 11:24:29 +01:00
Daniel Swärd 2228d2b82e Merge pull request #5913 from owncloud/excds/feature/add_UserTypeAttribute_to_reva_config
graph: Add UserTypeAttribute to reva config.
2023-03-24 11:17:37 +01:00
kobergj 653ed082a3 Automated changelog update [skip ci] 2023-03-24 10:14:37 +00:00
kobergj ce84163983 notify a user when a file was deleted because of policies (#5912)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 11:14:02 +01:00
Martin dfb96e27de Update docs/services/new-service-checklist.md 2023-03-24 11:01:35 +01:00
Andre Duffeck 0bc471007e Make the number of concurrent goroutines in decomposedfs configurable (#5887)
* Make the number of concurrent goroutines in decomposedfs configurable

* Update services/storage-users/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* Update services/storage-users/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

---------

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Martin <github@diemattels.at>
2023-03-24 10:49:51 +01:00
Martin 9d54c882fb Update new-service-checklist.md
Improve the handling of additional ressources used by README.md
2023-03-24 10:14:58 +01:00
Daniel Swärd 34e5053d69 graph: Add UserTypeAttribute to reva config. 2023-03-24 09:44:49 +01:00
jkoberg 8df0d08fac simplify markdown pkg
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 09:24:42 +01:00
jkoberg cf8120a70d automate creation of _index.md files
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 09:24:42 +01:00
ownClouders b81d9266ef [tx] updated from transifex 2023-03-24 00:59:33 +00:00
Michael Barz c4780b0f90 Merge pull request #5909 from owncloud/dependabot/go_modules/github.com/crewjam/saml-0.4.13
Bump github.com/crewjam/saml from 0.4.10 to 0.4.13
2023-03-23 22:29:35 +01:00