Commit Graph

11822 Commits

Author SHA1 Message Date
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
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
Michael Barz
1f4780d730 Merge pull request #5192 from owncloud/ChrisEdS-patch-1
Update storagedrivers.md
2022-12-05 21:34:44 +01:00
Christian Scherm
9680ab4822 Update storagedrivers.md
Fix link to InitiateFileDownload
2022-12-05 21:06:59 +01:00
Martin
6bb0f7a689 Merge pull request #5191 from owncloud/fixDocPathStorageDrives
corrected storagedrives.md path in the doc
2022-12-05 21:00:29 +01:00
Viktor Scharf
1ae4eeb77a corrected storagedrives.md path in the doc 2022-12-05 20:17:09 +01:00
Sawjan Gurung
2469af12ac [tests-only][full-ci] Extend API contract tests for GET drives/spaces (#5151)
* do not set response from helper functions

* extend list spaces tests

* fix php code style
2022-12-05 17:42:51 +01:00
Willy Kloucek
b8a90b5335 Merge pull request #5189 from owncloud/d7-doc-patch-2
Fixed punctuation and layout
2022-12-05 15:34:50 +01:00
Dennis Sieben
f97017bd35 Fixed punctuation and layout 2022-12-05 15:22:25 +01:00
Martin
4b18930944 Merge pull request #5183 from owncloud/d7oc-doc-patch-1
Fixed punctuation and layout
2022-12-05 11:45:55 +01:00
Martin
ae940758d6 Merge pull request #5167 from owncloud/graph-readme
add a README to the graph package
2022-12-05 11:44:58 +01:00
David Christofas
59746ff0ae Merge pull request #5181 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.23.6
Bump github.com/urfave/cli/v2 from 2.23.2 to 2.23.6
2022-12-05 11:40:35 +01:00
David Christofas
dc53b39f23 add a README to the graph package 2022-12-05 11:11:25 +01:00
David Christofas
66759ed2aa Merge pull request #5168 from owncloud/idm-readme
add a README to the idm package
2022-12-05 11:05:37 +01:00
Dennis Sieben
a4b7786c25 Fixed punctuation and layout
Fixed punctuation and added the (intended) line break
2022-12-05 10:48:36 +01:00
dependabot[bot]
a462489d8f Bump github.com/urfave/cli/v2 from 2.23.2 to 2.23.6
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.2 to 2.23.6.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.2...v2.23.6)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 06:13:20 +00:00
Edith Parzefall
496c2b8315 Apply suggestions from code review
language review
2022-12-02 13:39:25 +01:00
Edith Parzefall
c9d73200e0 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2022-12-02 13:36:54 +01:00