Commit Graph

10230 Commits

Author SHA1 Message Date
dependabot[bot] 21f8c6b331 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 12:07:59 +00:00
Willy Kloucek 33c70b049e Merge pull request #3985 from owncloud/dependabot/go_modules/gotest.tools/v3-3.3.0
Bump gotest.tools/v3 from 3.2.0 to 3.3.0
2022-06-27 14:05:29 +02:00
dependabot[bot] 15ed067ece Bump gotest.tools/v3 from 3.2.0 to 3.3.0
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: gotest.tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 11:29:18 +00:00
Michael Barz 1aea93d8cd Automated changelog update [skip ci] 2022-06-27 09:13:36 +00:00
Michael Barz e5b58c6b13 Merge pull request #4019 from aduffeck/use-config-file-when-migrating
Actually use the sharing configuration from the config file
2022-06-27 11:13:04 +02:00
André Duffeck 76f7bddfe8 Add changelog 2022-06-27 10:19:55 +02:00
André Duffeck f290330dbc Actually use the sharing configuraion from the config file 2022-06-27 10:14:11 +02:00
David Christofas 317eb807da Automated changelog update [skip ci] 2022-06-27 07:38:06 +00:00
David Christofas e4b2349625 Merge pull request #4022 from owncloud/idp-crypto
idp automatically generates signing key and encryption secret
2022-06-27 09:34:30 +02:00
Jörn Friedrich Dreyer ba9a48a510 Automated changelog update [skip ci] 2022-06-25 20:59:44 +00:00
Jörn Friedrich Dreyer 8a5d7b724e Merge pull request #4025 from owncloud/update-reva-to-1f3daf91c
[full-ci] update reva to v2.6.1-...
2022-06-25 20:53:10 +00:00
Jörn Friedrich Dreyer 722002336f update reva to v2.6.1-0.20220625133157-47ade515fb1e
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-25 19:35:41 +00:00
Jörn Friedrich Dreyer c4e9b0f5fb update tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-24 15:37:06 +00:00
Phil Davis 5061700623 Merge pull request #4028 from owncloud/conf-typos
fix configuration descriptions
2022-06-24 19:57:19 +05:45
Sawjan Gurung f94c02808b Merge pull request #4026 from owncloud/bump-commitid-20220624
[tests-only][full-ci] Bump core commit id for the tests
2022-06-24 16:26:12 +05:45
Florian Schade d118cb0cee fix configuration descriptions 2022-06-24 11:19:35 +02:00
Saw-jan 5d181528e3 update expected failures list 2022-06-24 14:59:33 +05:45
Saw-jan 5dcf4356cd bump core commit id for the tests 2022-06-24 14:59:33 +05:45
Christian Richter 2e79be6bfd Merge pull request #4024 from owncloud/add-missing-env-var-descriptions
[full-ci] add missing descriptions
2022-06-24 10:15:52 +02:00
Christian Richter 845cbdf3fa add missing descriptions
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-24 09:32:04 +02:00
Jörn Friedrich Dreyer 72eeaa4033 update reva to v2.6.1-0.20220623153649-1f3daf91c2a8
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-23 15:46:50 +00:00
Michael Barz b7d0c7a89c Automated changelog update [skip ci] 2022-06-23 14:16:43 +00:00
Michael Barz be33c56b0b Merge pull request #4021 from rhafer/cacheck
Improve LDAP CA cert check
2022-06-23 16:13:45 +02:00
Michael Barz a03c0239fe Merge pull request #4023 from owncloud/resharing-conf
add option to enable resharing
2022-06-23 16:13:19 +02:00
Ralf Haferkamp b2c304c5d8 Reduce the number of retries for wait-for-ocis-server
`curl` retries with exponantional backoff. 10 retries mean more than a
total of 16min wait time until we fail. This seems far too long. With 7
retries we should be at a bit more than 2 minutes max, if ocis takes
that long to start, something is likely broken in the infrastructure.
2022-06-23 15:38:08 +02:00
Ralf Haferkamp 917f099751 Error out if LDAP CA cert is not valid
If the configured LDAP CA cert can not be successfully loaded to the
Pool let the creation of the Graph Service fail.
2022-06-23 15:38:08 +02:00
Ralf Haferkamp ca5952fe34 Improve LDAP CA cert check
The check was still racy as it could return early if the cert file
exists but was not fully written yet.
2022-06-23 15:38:08 +02:00
Florian Schade 2ac4a8090b add changelog 2022-06-23 15:34:49 +02:00
Michael Barz 889acbfbf0 Merge pull request #4012 from aduffeck/handle-file-touched-events
Handle file touched events
2022-06-23 15:27:16 +02:00
Florian Schade d191f0ec87 add option to enable resharing, default is false 2022-06-23 15:16:27 +02:00
David Christofas 18a5a33c57 idp automatically generates signing key and encryption secret 2022-06-23 15:14:15 +02:00
Benedikt Kulmann c08493e049 Automated changelog update [skip ci] 2022-06-23 11:27:48 +00:00
Benedikt Kulmann 351385e3d3 Merge pull request #4020 from owncloud/update-web-5.7.0-rc.1
[full-ci] Bump web assets to v5.7.0-rc.1
2022-06-23 13:27:18 +02:00
Benedikt Kulmann f1deccabbf Bump web assets to v5.7.0-rc.1 2022-06-23 12:51:27 +02:00
Michael Barz fcac01d357 Automated changelog update [skip ci] 2022-06-23 09:07:24 +00:00
Michael Barz e5a57a34f9 Merge pull request #4011 from owncloud/release-2.0.0-beta.4
Merge back Version bump and Changelog for 2.0.0-beta.4
2022-06-23 11:06:38 +02:00
André Duffeck 1a12d74433 Bump reva 2022-06-23 08:56:26 +02:00
André Duffeck b3b55240c0 Trigger an index update when a file has been touched 2022-06-23 08:19:29 +02:00
André Duffeck 47c7babb11 Only listen to events that are relevant to search 2022-06-23 08:19:29 +02:00
Phil Davis a5dfd89e28 Merge pull request #4013 from rhafer/expandfix
Fix `$expand=members` query for groups with just a single member
2022-06-22 19:41:55 +05:45
Phil Davis b44057b27c Merge pull request #4010 from owncloud/bump-commitid-20220622
[tests-only][full-ci] Bump core commit id for the tests
2022-06-22 16:00:17 +05:45
Ralf Haferkamp 7659c05177 Fix $expand=members query for groups with just a single member 2022-06-22 12:04:43 +02:00
Michael Barz 30e924bcdf prepare release, bump version 2022-06-22 12:01:41 +02:00
Saw-jan 68deadcba0 bump core commit id for the tests 2022-06-22 15:04:49 +05:45
Michael Barz 1a3bcb3742 Automated changelog update [skip ci] 2022-06-22 08:56:48 +00:00
Michael Barz 0f0b1ba343 Merge pull request #3993 from owncloud/audit-service
Add the acting user to the events in the audit log.
2022-06-22 10:53:43 +02:00
Michael Barz 8b12244471 Automated changelog update [skip ci] 2022-06-22 08:21:33 +00:00
Michael Barz 12beb42cf4 Merge pull request #4006 from owncloud/update-reva-2.6.0
[full-ci] update reva to 2.6.0
2022-06-22 10:21:04 +02:00
David Christofas ccacb466e1 prevent panics when executant is empty 2022-06-22 10:13:35 +02:00
Michael Barz e76508db37 update reva to 2.6.0 2022-06-22 09:44:20 +02:00