Commit Graph

11352 Commits

Author SHA1 Message Date
Phil Davis
f442970f12 Merge pull request #4831 from owncloud/bump-middleware-version
[tests-only][full-ci]Bump middleware version to v1.8.2
2022-10-17 13:12:24 +05:45
Swikriti Tripathi
c728ed31a9 Bump middleware version to v1.8.2 2022-10-17 12:28:30 +05:45
Phil Davis
8a90ebb3a0 Merge pull request #4816 from owncloud/overwriteFile
[test-only] Api-test. Overwriting a file while coping and moving
2022-10-17 10:34:57 +05:45
Andre Duffeck
c260f6594d Automated changelog update [skip ci] 2022-10-14 15:03:38 +00:00
Andre Duffeck
5e220920f0 [full-ci] Rescan spaces (#4777)
* Increase the timeout for indexing spaces

* Allow for making queries that are not constrained to a RootID

* Use nano precision for the Mtime

* Add a SpaceDebouncer

The debouncer can be used to delay operations on spaces until things
have settled down to avoid doing the same operation multiple times.

* Do not index subtrees until they have changed (i.e. the mtime differs)

* Also pass a user to the space debouncer func

* Trigger a rescan of the according space when an event is received

* Improve wording/logging

* Add changelog

* Get rid of superfluous GetUserByClaim call

* Fix tests

* Fix reindexing triggered by shares by using the event's SpaceOwner

* Bump reva to pull in the space owner events changes

* Fix changelog

* Fix linter issues

* Fall back to the executant if no owner was received from the event

* Bump reva and go-cs3apis

* Fix go.sum

* Bump core

* Adapt expected failures

* Tweak debounce settings
2022-10-14 17:03:05 +02:00
Willy Kloucek
6abf2d901b Automated changelog update [skip ci] 2022-10-14 09:49:08 +00:00
Viktor Scharf
07dc73f382 Overwriting a file while moving and moving 2022-10-14 11:48:20 +02:00
Willy Kloucek
e6d1164a46 Merge pull request #4825 from wkloucek/remove-storage-system-events
remove storage-system events
2022-10-14 11:48:13 +02:00
Willy Kloucek
ab69ef7926 add changelog 2022-10-14 11:14:20 +02:00
Willy Kloucek
308fd005aa remove storage-system events 2022-10-14 11:09:15 +02:00
David Christofas
a9695662e5 Merge pull request #4817 from owncloud/dependabot/go_modules/golang.org/x/text-0.3.8
Bump golang.org/x/text from 0.3.7 to 0.3.8
2022-10-14 10:01:37 +02:00
Willy Kloucek
42da324925 Merge pull request #4810 from wkloucek/deployment-example-wopi-recovery
persist wopi recovery path
2022-10-14 09:50:20 +02:00
dependabot[bot]
ca32ec779c Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 07:23:10 +00:00
David Christofas
660c4b94ae Merge pull request #4806 from owncloud/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.3.1
Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1
2022-10-14 09:21:53 +02:00
Artur Neumann
2bfa36b69f Merge pull request #4813 from owncloud/bump-core-commit-id-for-tests-oct-13-2022
[tests-only] bump ownCloud core commit id for the tests
2022-10-14 09:13:00 +05:45
Phil Davis
fd6ff7c48e Merge pull request #4814 from owncloud/fix-multistatus-scenario-fail-reason
[tests-only] remove closed issue pin from the expected failures and update with the relevant one
2022-10-14 04:01:50 +05:45
Florian Schade
debddad1b0 Automated changelog update [skip ci] 2022-10-13 15:57:10 +00:00
Florian Schade
5eb43fbbe2 Merge pull request #4809 from wkloucek/dont-cache-web-index-html
don't cache the web index.html
2022-10-13 17:56:34 +02:00
Christian Richter
cc2602137e Automated changelog update [skip ci] 2022-10-13 15:04:58 +00:00
Christian Richter
7ff04c46da Merge pull request #4799 from dragonchaser/improve-email-tempalting
refactor templating, add subject templating
2022-10-13 17:04:26 +02:00
Florian Schade
2bc0f717f1 fix changelog 2022-10-13 16:41:11 +02:00
Florian Schade
3d84e8fc36 add changelog 2022-10-13 16:41:11 +02:00
Florian Schade
ff4f160fdc disable cache for certain resources and respect try_files 2022-10-13 16:41:11 +02:00
Willy Kloucek
fbf1eeb4c5 don't cache the web index.html 2022-10-13 16:41:11 +02:00
Christian Richter
b4caf6397c refactor templating, add subject templating
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-10-13 14:29:11 +02:00
Kiran Parajuli
4b752b0dd6 [tests-only] remove closed issue pin from the expected failures and update with the relevant one
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-10-13 17:24:15 +05:45
Jörn Friedrich Dreyer
968d26f0d6 Automated changelog update [skip ci] 2022-10-13 11:09:05 +00:00
Jörn Friedrich Dreyer
2197489c26 enable request tracking prometheus middleware in reva (#4571)
* enable request tracking prometheus middleware in reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* enable metrics for ocdav

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-10-13 13:08:34 +02:00
Martin
99d71971d7 Merge pull request #4740 from owncloud/update_env_descriptions
Improving the description for several environemt variables
2022-10-13 12:54:50 +02:00
Kiran Parajuli
74ab2a1ba5 [tests-only] bump ownCloud core commit id for the tests
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-10-13 16:17:31 +05:45
dependabot[bot]
fee0d2d6b5 Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.2.0...v2.3.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 10:29:16 +00:00
dependabot[bot]
5d50ebe152 Bump github.com/onsi/gomega from 1.21.1 to 1.22.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.21.1 to 1.22.1.
- [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.21.1...v1.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 12:27:54 +02:00
mmattel
6edb44fa83 Improving the description for several environemt variables 2022-10-13 12:07:46 +02:00
Willy Kloucek
e78ff950f8 persist wopi recovery path 2022-10-13 11:40:23 +02:00
Prarup Gurung
696555c27c Merge pull request #4805 from owncloud/fix-expected-failures
[full-ci] [tests-only] Removed lines from expected failures
2022-10-13 14:36:13 +05:45
dependabot[bot]
7daedecebc Bump github.com/tus/tusd from 1.9.2 to 1.10.0
Bumps [github.com/tus/tusd](https://github.com/tus/tusd) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/tus/tusd/releases)
- [Commits](https://github.com/tus/tusd/compare/v1.9.2...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 09:25:25 +02:00
Prarup Gurung
a5c5866a54 Removed lines from expected failures 2022-10-13 12:30:10 +05:45
David Christofas
7baa8c40dc Automated changelog update [skip ci] 2022-10-12 16:09:50 +00:00
David Christofas
fb0aa54f07 Merge pull request #4800 from owncloud/nats-tls
add nats tls insecure flags to ocis init
2022-10-12 18:09:23 +02:00
David Christofas
a00dd85a2f Merge pull request #4780 from owncloud/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.3
Bump github.com/nats-io/nats-server/v2 from 2.9.2 to 2.9.3
2022-10-12 17:49:35 +02:00
David Christofas
ab5ceb1928 add nats tls insecure flags to ocis init 2022-10-12 17:24:16 +02:00
dependabot[bot]
875e75d58e Bump github.com/nats-io/nats-server/v2 from 2.9.2 to 2.9.3
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.9.2...v2.9.3)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 14:38:59 +00:00
David Christofas
d45264748c Merge pull request #4768 from owncloud/dependabot/go_modules/gotest.tools/v3-3.4.0
Bump gotest.tools/v3 from 3.3.0 to 3.4.0
2022-10-12 16:32:32 +02:00
dependabot[bot]
16e6bea917 Bump gotest.tools/v3 from 3.3.0 to 3.4.0
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.3.0...v3.4.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-10-12 12:59:54 +00:00
David Christofas
a275c1c4ef Automated changelog update [skip ci] 2022-10-12 12:59:38 +00:00
David Christofas
4623b6c8e7 Nats tls (#4781)
* use tls for nats connections

* add config options for nats client tls config

* add nats tls config to CI

* add function to create a certpool

* add option to provide a rootCA to validate the server's TLS certificate

* add option to provide a rootCA to validate the server's TLS certificate

* add option to provide a rootCA to validate the server's TLS certificate

* add option to provide a rootCA to validate the server's TLS certificate

* configure nats clients in reva to use tls
2022-10-12 14:56:47 +02:00
Michael Barz
24807bbac8 Automated changelog update [skip ci] 2022-10-12 08:40:29 +00:00
Michael Barz
e85999c693 Merge pull request #4786 from owncloud/update-web-6.0.0-rc.2
Update web to v6.0.0-rc.2
2022-10-12 10:40:00 +02:00
Jannik Stehle
ae982e2002 Update web to v6.0.0-rc.2 2022-10-12 09:48:09 +02:00
Ralf Haferkamp
b5bb6980e2 Fix condition for registry cache
We want caching for all registries except "memory".
2022-10-12 09:28:05 +02:00