Commit Graph
8658 Commits
Author SHA1 Message Date
Ralf HaferkampandGitHub 439c20307d Merge pull request #3323 from rhafer/defaultrole
Fix CreateHome for external users
2022-03-16 18:21:28 +01:00
Ralf Haferkamp 6abf38dd3a Fix CreateHome for external users
External users, when logging in for the first time, have no role
assigned and are unable to create their home because that requires the
create-space permission. This assigns users that don't have a role assigned
to the default user role and persists that assignment in the settings
service so that CreateHome can pick it up when checking permissions
later.

This also disables the auto creation of the user's home in the reva
auth provider (i.e. when using basic auth) as the role assignement has
not happenend at that point. So the home creation will now always happen
in the CreateHome middleware in the proxy.
2022-03-16 15:58:19 +01:00
Jörn Friedrich DreyerandGitHub b3a1a14740 Merge pull request #3322 from owncloud/docsaddnfs
[docsonly] Documentation about a test running oCIS over NFS.
2022-03-16 11:41:44 +01:00
Michael BarzandGitHub 380f1c9dcc Merge pull request #3326 from owncloud/dependabot/go_modules/github.com/owncloud/libre-graph-api-go-0.13.1
Bump github.com/owncloud/libre-graph-api-go from 0.12.0 to 0.13.1
2022-03-16 09:39:44 +01:00
David ChristofasandGitHub 1960080c59 Merge pull request #3327 from owncloud/dependabot/go_modules/github.com/stretchr/testify-1.7.1
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
2022-03-16 09:37:47 +01:00
dependabot[bot]andGitHub ad6c2e1d6d Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 06:15:10 +00:00
dependabot[bot]andGitHub e3e1c79bb5 Bump github.com/owncloud/libre-graph-api-go from 0.12.0 to 0.13.1
Bumps [github.com/owncloud/libre-graph-api-go](https://github.com/owncloud/libre-graph-api-go) from 0.12.0 to 0.13.1.
- [Release notes](https://github.com/owncloud/libre-graph-api-go/releases)
- [Commits](https://github.com/owncloud/libre-graph-api-go/compare/v0.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/owncloud/libre-graph-api-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 06:15:05 +00:00
Phil DavisandGitHub c7b23e1956 Merge pull request #3325 from owncloud/bump-core-commit-id-20220316
[tests-only] [full-ci] Bump core commit id
2022-03-16 11:34:25 +05:45
Phil Davis e98b180c11 Bump core commit id 2022-03-16 10:19:35 +05:45
Artur NeumannandGitHub e39bb860ae Merge pull request #3316 from owncloud/bump-core-commit-id-20220315
[tests-only] [full-ci] Bump core commit id
2022-03-16 09:40:37 +05:45
ownClouders 3890ecd99d [tx] updated from transifex 2022-03-16 01:23:11 +00:00
Phil Davis 62824341b2 Adjust expected-failures 2022-03-16 03:55:03 +05:45
Phil Davis 7d17d3f5a0 Bump core commit id 2022-03-16 03:55:03 +05:45
Willy Kloucek 8550a4f07e Automated changelog update [skip ci] 2022-03-15 20:53:43 +00:00
Willy KloucekandGitHub 5a67a2098c Merge pull request #3232 from kobergj/StoreSettingsViaMetadata
[full-ci] Store settings via metadata
2022-03-15 21:49:58 +01:00
Willy KloucekandGitHub b0ea1deb91 Merge pull request #3321 from rhafer/bump-idp
Bump lico to v0.54.0
2022-03-15 21:25:57 +01:00
Klaas Freitag 58ac0ce367 Documentation about a test running oCIS over NFS. 2022-03-15 17:34:57 +01:00
Ralf Haferkamp 100fb99d1a Bump lico to v0.54.0 2022-03-15 17:16:30 +01:00
David ChristofasandGitHub 0309dd532c Merge pull request #3320 from owncloud/fix-graph-jwt-secret
fix graph jwt secret
2022-03-15 17:11:21 +01:00
Willy Kloucek 67b5458894 fix graph jwt secret from OCS_JWT_SECRET to GRAPH_JWT_SECRET 2022-03-15 15:58:02 +01:00
jkoberg d54f75df8b don't store service user data in metadataservice
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-15 12:11:52 +01:00
jkoberg b7c934b1b1 use service user / hardcode idp
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-15 10:37:34 +01:00
André Duffeckandjkoberg edf845225a Only add the service user to the index once (lazily)
Adding and removing it again with each ListAccounts() call was a huge
overhead. This is a temporary workaround, the whole service is gonna be
replaced by the idm service soon anyway.
2022-03-15 10:07:19 +01:00
jkoberg 65b3c97a6c Merge branch 'master' into StoreSettingsViaMetadata 2022-03-14 16:26:30 +01:00
Willy KloucekandGitHub 51d1eb0182 Merge pull request #3313 from owncloud/audit-config-docs
fix audit config docs generation
2022-03-14 16:23:46 +01:00
Willy Kloucek 899510b158 fix config package import 2022-03-14 15:26:32 +01:00
Willy Kloucek e5cae733b1 fix audit config docs 2022-03-14 14:21:37 +01:00
jkoberg 2d4d90ad3c Merge branch 'master' into StoreSettingsViaMetadata
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-14 13:48:04 +01:00
Willy Kloucek 6cd3827e2d Automated changelog update [skip ci] 2022-03-14 12:10:25 +00:00
Willy KloucekandGitHub 417b112863 Merge pull request #3301 from kobergj/ShareEventsForAuditLogging
Share events for audit logging
2022-03-14 13:09:56 +01:00
Willy KloucekandGitHub a7fe756004 Merge pull request #3287 from owncloud/config-example-yaml-v2
Generate config file documentation
2022-03-14 13:09:14 +01:00
Willy KloucekandGitHub 7f02ab1652 Merge pull request #3312 from owncloud/audit-docs
add audit docs section
2022-03-14 13:08:45 +01:00
jkoberg 5ea1cec83a use UTC timezone to avoid confusion
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-14 11:03:30 +01:00
jkoberg 50d3ef44a4 bump reva & run unit tests
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-14 10:44:29 +01:00
Benedikt KulmannandGitHub 96ad1708fd Merge pull request #3297 from owncloud/katherine-johnson
add katherine to demo users
2022-03-14 09:14:38 +01:00
Willy Kloucek 6afa610f08 Automated changelog update [skip ci] 2022-03-14 08:12:19 +00:00
Willy KloucekandGitHub 2d44e9e07b Merge pull request #3238 from rpocklin/ocis-individual-services-fix-external-network
fix: remove need for external ocis-net network
2022-03-14 09:11:46 +01:00
0d362aec3f Update changelog/unreleased/fix-network-on-individual-services.md
Co-authored-by: Pascal Wengerter <pascal@wengerter.info>
2022-03-14 09:07:24 +01:00
Robert PocklingtonandWilly Kloucek 6b3775af9c Added changelog item 2022-03-14 09:07:24 +01:00
Robert PocklingtonandWilly Kloucek 3964fc9aa9 fix: remove need for external ocis-net network 2022-03-14 09:07:24 +01:00
Willy Kloucek 5bd453c5a5 add audit docs section 2022-03-14 09:04:42 +01:00
jkoberg 22bb75a5e4 link access events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-12 14:32:23 +01:00
jkoberg f01263859b share accepted/declined events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-12 14:19:41 +01:00
jkoberg 2fa08495f7 more unit tests and events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-12 13:43:51 +01:00
jkoberg ef642ac135 refactor unit tests
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-12 13:08:46 +01:00
Willy Kloucek 5f5e935f7a Automated changelog update [skip ci] 2022-03-12 10:06:03 +00:00
Willy KloucekandGitHub 41bdfb6668 Merge pull request #3305 from owncloud/improve-gif-thumbnails
improve gif thumbnail generation
2022-03-12 11:03:25 +01:00
David Christofas a01cd1f0ee improve gif thumbnail generation 2022-03-11 18:29:06 +01:00
Willy Kloucek 1a9d4462b6 resolve conflicts 2022-03-11 16:24:08 +01:00
Willy Kloucek 43321cc2cf make the space manager role work 2022-03-11 15:46:59 +01:00