Commit Graph

11838 Commits

Author SHA1 Message Date
Saw-jan
22e9801cf6 bump core commit id 2022-12-15 11:10:14 +05:45
Jörn Friedrich Dreyer
70a6323c42 token middleware: use constant time comparison (#5225)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-14 14:04:02 +01:00
David Christofas
84d967a4f5 Merge pull request #5223 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.11.2
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.1 to 1.11.2
2022-12-14 09:37:15 +01:00
Prarup Gurung
00efd8af2e [full-ci] [tests-only] Added api test for edit user using graph API (#5150) 2022-12-14 14:15:18 +05:45
Prarup Gurung
6949dbd125 [full-ci] [tests-only] Added api test for sharing spaces to group (#5023) 2022-12-14 14:13:55 +05:45
Florian Schade
51849c11f9 Automated changelog update [skip ci] 2022-12-13 13:23:11 +00:00
Florian Schade
2404eff48e [full-ci] experimental search backport (#5221)
* experimental search backport
fix basic extractor resource name
move escapeQuery regex into global variable
minor pr review changes
rename DebounceDuration env variable
add document title and content when rebuilding bleve resource

Co-authored-by: David Christofas <dchristofas@owncloud.com>
2022-12-13 14:22:41 +01:00
Martin
2fa1a3afbe Automated changelog update [skip ci] 2022-12-13 13:13:06 +00:00
Martin
207efe3f7b Merge pull request #5164 from dragonchaser/extract-rogue-env-vars
Extract rogue env vars
2022-12-13 14:12:40 +01:00
mmattel
04d0e54feb small readme fix 2022-12-13 13:46:04 +01:00
mmattel
82348b0ade add more info to readme.md 2022-12-13 13:29:08 +01:00
jkoberg
db22bb7011 fix makefile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:27:42 +01:00
mmattel
826a8b5de5 adding description values and fix adoc template 2022-12-13 12:18:09 +01:00
jkoberg
58913b0034 add README
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg
20b2472f75 fix docs-generate
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg
62acfacf34 manually edit envvars as reference
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg
0bd800ac73 sort envvars by name
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
jkoberg
a82b776791 include all envs and add ignore parameter
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
879f7996e3 Bugfixing
Co-authored-by: Martin <github@diemattels.at>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
8817d634bd add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
b88ea444fb add adoc template rendering
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
3d02f805e3 update docs-generate make target to reflect the changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
472ba967ca add initial yaml for global env vars
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
f4e3bb99a3 add rogue env var collector
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
3ccf79c6fe create main.go
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
Christian Richter
9c7cdaf3aa restructure configextractor
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-12-13 12:18:09 +01:00
dependabot[bot]
b74d296696 Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.1 to 1.11.2
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 06:03:58 +00:00
David Christofas
58f5c02d3a Merge pull request #5217 from owncloud/dependabot/go_modules/github.com/go-micro/plugins/v4/registry/nats-1.2.1
Bump github.com/go-micro/plugins/v4/registry/nats from 1.1.0 to 1.2.1
2022-12-12 14:21:47 +01:00
Jörn Friedrich Dreyer
d359a7c2cf [full-ci] standalone graph service with LDAP (#5199)
* standalone graph service with LDAP

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

* no panic on PATCH and DELETE

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

* fix apitoken yaml key

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

* update user, fix response codes

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

* fix group creation return code

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

* remove unknown user property

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

* fix create return code checks in graph feature context

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

* updating uses 200 OK when returning a body

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

* revert user statusCreated change for now

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

* revert return code changes

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

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-12 12:46:10 +01:00
dependabot[bot]
11cf87ca24 Bump github.com/go-micro/plugins/v4/registry/nats from 1.1.0 to 1.2.1
Bumps [github.com/go-micro/plugins/v4/registry/nats](https://github.com/go-micro/plugins) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/go-micro/plugins/releases)
- [Commits](https://github.com/go-micro/plugins/compare/v3/auth/jwt/v1.1.0...v4/registry/nats/v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/registry/nats
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 06:06:46 +00:00
Willy Kloucek
4123c7e2d8 Automated changelog update [skip ci] 2022-12-10 00:44:57 +00:00
Willy Kloucek
2ba065f7ac Merge pull request #5211 from owncloud/dependabot/go_modules/github.com/xhit/go-simple-mail/v2-2.13.0
Bump github.com/xhit/go-simple-mail/v2 from 2.12.0 to 2.13.0
2022-12-09 08:29:53 +01:00
dependabot[bot]
6374389b82 Bump github.com/xhit/go-simple-mail/v2 from 2.12.0 to 2.13.0
Bumps [github.com/xhit/go-simple-mail/v2](https://github.com/xhit/go-simple-mail) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/xhit/go-simple-mail/releases)
- [Commits](https://github.com/xhit/go-simple-mail/compare/v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: github.com/xhit/go-simple-mail/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 06:10:14 +00:00
Jörn Friedrich Dreyer
b2b4f9893c align revactx package import (#5206)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-08 14:45:30 +01:00
Jörn Friedrich Dreyer
53d15d329e remove deprecated use of ioutil (#5205)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-12-08 14:44:53 +01:00
David Christofas
46cb910637 Merge pull request #5204 from owncloud/dependabot/go_modules/github.com/go-micro/plugins/v4/registry/mdns-1.2.0
Bump github.com/go-micro/plugins/v4/registry/mdns from 1.1.0 to 1.2.0
2022-12-08 11:35:39 +01:00
Viktor Scharf
881b60926d check urestricted quota (#5173) 2022-12-08 11:01:03 +01:00
dependabot[bot]
f7a83024a9 Bump github.com/go-micro/plugins/v4/registry/mdns from 1.1.0 to 1.2.0
Bumps [github.com/go-micro/plugins/v4/registry/mdns](https://github.com/go-micro/plugins) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/go-micro/plugins/releases)
- [Commits](https://github.com/go-micro/plugins/compare/v3/auth/jwt/v1.1.0...v4/auth/jwt/v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/registry/mdns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 06:05:10 +00:00
David Christofas
c2be1370ea Merge pull request #5202 from owncloud/dependabot/go_modules/golang.org/x/image-0.2.0
Bump golang.org/x/image from 0.1.0 to 0.2.0
2022-12-07 14:04:48 +01:00
Artur Neumann
f425fa8689 Merge pull request #5182 from owncloud/addViewerForPublickLink
[tests-only][full-ci]Added test for `space` public link
2022-12-07 17:21:41 +05:45
Willy Kloucek
2e06e28fd1 Merge pull request #5203 from owncloud/d7-examples-inbucket
Added description about Inbucket to example documentation
2022-12-07 10:42:33 +01:00
Dennis Sieben
a9962ea20b - added description about Inbucket 2022-12-07 10:30:48 +01:00
sagargurung1001@gmail.com
c5d5d9d136 Added test for space public link 2022-12-07 14:03:14 +05:45
dependabot[bot]
464618e26c Bump golang.org/x/image from 0.1.0 to 0.2.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/compare/v0.1.0...v0.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 06:05:11 +00:00
David Christofas
d2befcecb9 Merge pull request #5193 from owncloud/dependabot/go_modules/github.com/prometheus/client_golang-1.14.0
Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
2022-12-06 12:08:18 +01:00
Martin
f1207829ea Merge pull request #5198 from owncloud/d7oc-doc-patch-3
Corrected typo
2022-12-06 11:17:44 +01:00
Willy Kloucek
998a56bfb5 Merge pull request #5196 from wkloucek/update-wopi-server-9.3.1
update the wopiserver to version 9.3.1
2022-12-06 10:43:01 +01:00
Dennis Sieben
f7ca39ea55 Corrected typo
I guess `NFSv45` should be `NFSv4`
2022-12-06 10:29:50 +01:00
Willy Kloucek
c189480a96 update the wopiserver to version 9.3.1 2022-12-06 09:24:25 +01:00
dependabot[bot]
f6e707a371 Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 06:04:34 +00:00