Commit Graph

12631 Commits

Author SHA1 Message Date
Michael Barz 8332244383 add read_write_delete key to public link pw enforcement capabilites 2023-03-15 23:11:03 +01:00
Jörn Friedrich Dreyer 6efccc69d9 bump reva to 53ed6a88 (#5845)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-15 17:16:33 +01:00
Prajwol Amatya ea8181548a added test for getting non-existing group (#5830) 2023-03-15 21:17:41 +05:45
Ralf Haferkamp 8b704085ce Allow ADMIN_USER_ID being empty (#5842)
For certain setups we don't need the ADMIN_USER_ID to be set. It is
mainly needed for bootstrapping the internal idm and the initial role
assignment.  If roles are assigned by other means (e.g. OIDC claims
in the future) we don't need it.

This makes the ADMIN_USER_ID optional, also if ADMIN_USER_ID is unset
we don't need to configure a password for the admin user. We will still
generated the admin_id and password when running 'ocis init', but it is
ok to run manual setups without those settings.
2023-03-15 16:15:18 +01:00
dependabot[bot] 901c447487 Bump github.com/tus/tusd from 1.10.0 to 1.10.1 (#5833)
Bumps [github.com/tus/tusd](https://github.com/tus/tusd) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/tus/tusd/releases)
- [Commits](https://github.com/tus/tusd/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/tus/tusd
  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-15 15:51:14 +01:00
Ralf Haferkamp 81c0f21f78 graph: Allow to disable the default role assignment on user creation
Introduces a switch ('GRAPH_ASSIGN_DEFAULT_USER_ROLE') to allow to disable the assignment of the default role "User" to newly created users.
This will be used for setups where the role-assignments are populated either manually or during first login (e.g. from OIDC claims)
2023-03-15 15:42:57 +01:00
Ralf Haferkamp b4b0f7abe7 graph: Skip default role assignment for education/users
For the education/users endpoints the role assignment does not
need to happen when creating a new user.
2023-03-15 15:42:57 +01:00
kobergj 58026b0a0e Merge pull request #5839 from kobergj/FixDocsCreation
[docs-only] Fix Docs Creation
2023-03-15 14:43:36 +01:00
Daniel Swärd 6327edf574 graph: Change so that educationUsers can be created without email. 2023-03-15 14:43:22 +01:00
Michael Barz a24456fb6a Merge pull request #5835 from owncloud/fix-l10n
[tests-only] raise percent setting and remove empty .po files
2023-03-15 13:12:59 +01:00
jkoberg fb4f05339b adjust pages_directory to new version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-15 12:39:41 +01:00
Daniel Swärd 6f7bd454b2 Fix so that userType is not returned if not available. 2023-03-15 12:05:29 +01:00
Daniel Swärd b12b2d2bac Updating env variable description for userType attribute. 2023-03-15 12:05:29 +01:00
Daniel Swärd 23ba180e8a graph: Use userType property to distinguish between Member and Guest accounts
Fixes 5603

- Calling POST /graph/v1.0/users with userType not set will create a user as "Member"
- Calling POST /graph/v1.0/users with userType set as "Member" or "Guest" will create a user as "Member" or "Guest"
- Calling POST /graph/v1.0/users with userType set as anything but "Member" or "Guest" returns error
- Calling POST /graph/v1.0/education/users with userType not set will create a user as "Member"
- Calling POST /graph/v1.0/education/users with userType set as "Member" will create a user as "Member" and primary role as parameter specifies
- Calling POST /graph/v1.0/education/users with userType set as "Guest" will create a user as "Guest" and primary role as parameter specifies
- Calling POST /graph/v1.0/education/users with userType not set as anything but "Member" or "Guest" returns error
- Calling PATCH on /users or /education/users will update attribute in the same way as for POST
2023-03-15 12:05:29 +01:00
Michael Barz afddd4273c raise percent setting and remove empty .po files 2023-03-15 12:03:41 +01:00
Prajwol Amatya 36d0c8c939 Merge pull request #5791 from owncloud/forwardport-test-for-getting-group-with-utf8-characters-in-name
[tests-only][full-ci] Forward-port added test for getting group with UTF-8 characters in name
2023-03-15 16:06:03 +05:45
ownClouders 71f132ba35 [tx] updated from transifex 2023-03-15 09:24:06 +00:00
ownClouders 7b133b26cc [tx] updated from transifex 2023-03-15 09:05:16 +00:00
Michael Barz e094796ec7 fix transifex resource name 2023-03-15 10:00:02 +01:00
Michael Barz f45b3e07e7 fix l10n 2023-03-15 09:47:10 +01:00
prajwol ce9ad277f9 added test for getting group with UTF-8 characters in name 2023-03-15 14:31:24 +05:45
dependabot[bot] b8ebc1def0 Bump github.com/go-micro/plugins/v4/server/http from 1.2.0 to 1.2.1
Bumps [github.com/go-micro/plugins/v4/server/http](https://github.com/go-micro/plugins) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/go-micro/plugins/releases)
- [Commits](https://github.com/go-micro/plugins/compare/v4/auth/jwt/v1.2.0...v4/server/http/v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/server/http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 09:40:12 +01:00
Amrita 15a4941281 Add tests to add user in a group at once (#5831) 2023-03-15 13:58:04 +05:45
Prajwol Amatya e836b2d138 added test for getting details of a single group (#5760)
addressed reviews

updated steps with JSON drill-down functionality

reviews addressed

fixed linter error

conflicts resolved

fixed errors

addressed reviews
2023-03-15 12:10:59 +05:45
Sagar Gurung 67296caf14 Forward port json drill apispaces (#5818)
* Added json schema for response check in apiSpaces suite

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Review Address

* Added schema for space management feature

* Added new schema asper change in master

* fix feature file

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2023-03-15 10:06:58 +05:45
Swikriti Tripathi 173850a35c [tests-only][full-ci] Add tests for checking the end of expiration date (#5819)
* Add tests to check the end of an expiration date

* fix style

* fix style

* enable group share test

* skip group share test on ocis
2023-03-15 09:27:45 +05:45
Martin 872f72b3c7 Merge pull request #5827 from owncloud/fix_envvar_description
[docs-only] Syncing one frontend envvar description from backport
2023-03-14 17:23:14 +01:00
David Christofas 784f42e186 Automated changelog update [skip ci] 2023-03-14 15:56:47 +00:00
David Christofas 5ddf7334c8 Merge pull request #5826 from rhafer/issue/3432
Avoid repeated default role assignment
2023-03-14 16:56:19 +01:00
mmattel dd372203d3 [docs-only] Syncing one frontend envvar description from backport 2023-03-14 16:33:24 +01:00
Florian Schade a58466825c Automated changelog update [skip ci] 2023-03-14 15:09:35 +00:00
Ralf Haferkamp 46acc8f1ee Fix default assigments for demo and admin users
When using metadata backend the default role assignments for the demo users
where create independed of whether the demo users are were actually requested
to be created. This also fixes the name of the env var for enabling the demo
users. This was missed when moving from the accounts service to graph/idm for
user management.
2023-03-14 16:08:37 +01:00
Ralf Haferkamp dbe40bd7c7 Avoid repeated default role assignments
When using the metadata storage (the current default) the default role
assignments were recreated at every start of the settings service. Leading to
duplicated role assignments

Fixes: #3432
2023-03-14 16:08:37 +01:00
Florian Schade f38a9f4385 Introduce Policies-Service (#5716)
* add policies service
add policies proxy middleware
add policies event service
add policies grpc service
prepare ci and git environments (ci, make, readme, doc)

* add webfinger to the drone conf

* fix docs
remove not used virus scan postprocessing step

* relocate example rego file
implicitly enable and disable proxy and postprocessing policy checking by setting the query.
update configuration descriptions

* move policies
update readme

* use converter func to convert pp environment to actual environment
expose and test custom rego functions
add engine unit tests
add opa unit tests
update policies readme

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

* relocate sample policies to the deployments folder
change and document policies service port

* update index.md and small fix

* add health command
add version command
add debug server

---------

Co-authored-by: Martin <github@diemattels.at>
2023-03-14 16:08:22 +01:00
kobergj d06d2012be Merge pull request #5753 from kobergj/TranslateNotifications
Translate Notifications
2023-03-14 16:02:37 +01:00
Daniel Swärd ca30972d40 Remove test from expected failures. 2023-03-14 15:21:58 +01:00
Daniel Swärd 6b11f0bfe4 graph: Fix problem with unescaped semicolon and such causing problems. 2023-03-14 15:21:58 +01:00
Prarup Gurung b041995734 Merge pull request #5820 from owncloud/remove-runOcc-method-from-setupHelper-master
[full-ci] [tests-only] Remove `runOcc` method from `SetupHelper` master
2023-03-14 16:48:21 +05:45
dependabot[bot] d77f3a9143 Bump github.com/onsi/gomega from 1.27.3 to 1.27.4
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.3 to 1.27.4.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.3...v1.27.4)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 08:46:31 +01:00
dependabot[bot] ac78ad1f38 Bump github.com/go-chi/chi/v5 from 5.0.7 to 5.0.8
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 08:45:50 +01:00
Prarup Gurung 68ed280e27 Cleaned up orphaned methods in SetupHelper 2023-03-14 12:17:39 +05:45
Prarup Gurung 810b7b5279 Refactored code where SetupHelper::runOcc method is used 2023-03-14 12:17:31 +05:45
Prarup Gurung 32b9d0896e Removed, runOcc method from setupHelper 2023-03-14 12:17:21 +05:45
Michael Barz 230977e406 add empty locale folder, add reader pkg to bingo
add empty locale for de_DE

add reader pkg to bingo, add empty german translation
2023-03-14 00:08:29 +01:00
Andre Duffeck 06e2fee99a enable messagepack backend (#5762)
Switch to dev branch temporarily

bump commit



bump reva commit



bump reva to 0fc4fd83



bump reva to 144d26e7



enable treesize accounting



bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva to 5fd530ba4f87



use messagepack bin format



bump reva to 5d216811275c



Bump reva

Bump reva

Bump reva

bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-03-13 22:06:48 +01:00
jkoberg c236e03861 remove .pot file
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-13 16:14:14 +01:00
mmattel a0df1157d6 update the tranlations part in readme 2023-03-13 16:13:15 +01:00
David Christofas d0e481bf63 Merge pull request #5794 from owncloud/dependabot/go_modules/github.com/rs/zerolog-1.29.0
Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
2023-03-13 10:47:23 +01:00
jkoberg 3e090c557f make translationpath configurable
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-13 10:28:32 +01:00
Michael Barz 5a456416a5 Merge pull request #5756 from owncloud/dj4oC-patch-1
Update shareCreated.email.body.tmpl
2023-03-13 10:10:45 +01:00