Commit Graph

8497 Commits

Author SHA1 Message Date
Michael Barz b7ce1c6815 Merge pull request #3279 from owncloud/release-1.18.0
Release 1.18.0
2022-03-07 10:54:16 +01:00
Michael Barz c14903cfe7 fix changelog for reva 2022-03-07 10:03:40 +01:00
Willy Kloucek eea1e23d1b Merge pull request #3268 from owncloud/nats-stan-fixes
[full-ci] NATS integration fixes
2022-03-07 09:59:08 +01:00
Willy Kloucek 37b56d920e incorporate review feedback 2022-03-07 08:15:50 +01:00
David Christofas 0849563810 Automated changelog update [skip ci] 2022-03-04 14:06:10 +00:00
David Christofas 78962ec498 Merge pull request #3267 from owncloud/spaces-etags
include spaces etags in drives listing
2022-03-04 15:05:10 +01:00
David Christofas 66f4198e12 include spaces etags in drives listing 2022-03-04 14:23:37 +01:00
Willy Kloucek 26852f1850 make nats killable 2022-03-04 13:46:02 +01:00
Willy Kloucek 3a60056bb3 transfer logic into nats server package 2022-03-04 13:46:02 +01:00
Willy Kloucek 4306c22860 check running nats server for errors 2022-03-04 13:46:01 +01:00
Patrick Maier 13600c2225 Merge pull request #3265 from owncloud/1.18_release_notes
[docs-only] oCIS 1.18 Release Notes
2022-03-04 13:44:55 +01:00
Patrick Maier 914e979d28 Update release_notes.md 2022-03-04 12:59:43 +01:00
Michael Barz 6c973fe10a Update docs/ocis/release_notes.md
Co-authored-by: Pascal Wengerter <pwengerter@owncloud.com>
2022-03-04 12:49:12 +01:00
Patrick Maier 396adf2306 oCIS 1.18 Release Notes 2022-03-04 12:13:51 +01:00
Michael Barz 3dd3b2f598 bump version, prepare changelog 2022-03-03 20:28:15 +01:00
Michael Barz e521478f2a Automated changelog update [skip ci] 2022-03-03 18:56:44 +00:00
Michael Barz b15db1794a update reva to version 2.0.0 (#3258) 2022-03-03 19:56:04 +01:00
Florian Schade 9bb046fc22 Automated changelog update [skip ci] 2022-03-03 18:40:22 +00:00
Florian Schade 19980d9274 [full-ci] Update web 5.2.0 (#3262)
* bump web 5.2.0

* update accounts yarn lock
2022-03-03 19:39:55 +01:00
Phil Davis d04f54e92f Merge pull request #3253 from owncloud/bump-core-commitid-on-ocis
[tests-only] [full-ci] Bump core commit id on ocis to include this PR `39834`
2022-03-03 21:13:55 +05:45
Willy Kloucek 751eaab9a1 Merge pull request #3255 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.8.0
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.3 to 2.8.0
2022-03-03 13:41:46 +01:00
Prarup Gurung fda87a90bf Updated expected failures line numbers after the changes in core tests 2022-03-03 15:04:35 +05:45
Prarup Gurung f1b16c4dd5 Bump core commit id on ocis 2022-03-03 14:29:54 +05:45
Florian Schade 2a3276925a [full-ci] bring back web master for drone env (#3256)
* bring back web master for drone env
2022-03-03 09:30:44 +01:00
dependabot[bot] f33780e685 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.3 to 2.8.0
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.7.3 to 2.8.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.7.3...v2.8.0)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 06:15:43 +00:00
Florian Schade 55593b7e9f [full-ci] Bump web v5.2.0-rc.x (#3249)
* bump web rc.1

* Use web v5.2.0-rc.2

Co-authored-by: Pascal Wengerter <pascal@wengerter.info>
2022-03-02 17:52:02 +01:00
Willy Kloucek 410aee5234 Merge pull request #3251 from rhafer/graph-userrole
graph: Assign new user the default user role
2022-03-02 17:25:31 +01:00
Christian Richter dc9e8a22c8 Merge pull request #3252 from owncloud/docs_fix_adr_weight
Add missing weight to header to fix menu sorting
2022-03-02 16:55:44 +01:00
Ralf Haferkamp 06ca18b1fb graph: Assign new user the default user role
Similar to what the accounts service is doing, all new users get
the User role assigned now. Otherwise creating the user's personal space
upon login is not working.
2022-03-02 16:45:25 +01:00
Ralf Haferkamp fe2501b083 graph: Add some validation for username and email
This copies the validation code from the accounts service, also fixing a
bug in the regex that allowed adding mail addresses with whitespace and
other problematic characters to the domain part of the mail address.

Partial fix for: #3247
2022-03-02 16:45:25 +01:00
Christian Richter 8ee5ab226e Add missing weight to header to fix menu sorting 2022-03-02 16:34:20 +01:00
Willy Kloucek 44db94cbe7 Merge pull request #3078 from owncloud/config-docs
generate environment variable config documentation
2022-03-02 16:15:37 +01:00
Willy Kloucek d5aed899e7 use docs/docs-generate also in CI 2022-03-02 15:31:58 +01:00
Willy Kloucek f266f91bc4 revert ocisConfig changes part 3 2022-03-02 15:21:47 +01:00
Willy Kloucek aeeff60011 remove config file related code 2022-03-02 15:18:43 +01:00
Willy Kloucek 1db1c7b678 remove generated configvars files from repo 2022-03-02 15:16:44 +01:00
Christian Richter 4f18908016 Add output to configenvextractor 2022-03-02 15:14:47 +01:00
Willy Kloucek 63818e0fa4 revert ocisConfig changes part 2 2022-03-02 15:12:34 +01:00
Willy Kloucek 15e1139b8d revert ocisConfig changes 2022-03-02 15:11:12 +01:00
David Christofas f6656fa6ac include config env extractor to docs-generate step 2022-03-02 14:40:15 +01:00
David Christofas c53a922096 include env config options in the docs
Co-Authored-By: Christian Richter <crichter@owncloud.com>
Co-Authored-By: Willy Kloucek <wkloucek@owncloud.com>
2022-03-02 12:16:43 +01:00
Jörn Friedrich Dreyer beaac40aa6 update reva to include decomposedfs nodes-per-space (#3228)
* update reva to include decomposedfs nodes-per-space

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

* check create space with own constraint

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

* update reva

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

* unexpected passed

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

* update reva

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

* remove unused variable

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

* revert reva commit id

Co-authored-by: Florian Schade <f.schade@icloud.com>
2022-03-02 08:47:53 +01:00
David Christofas 017de20520 add config descriptions
Co-Authored-By: Christian Richter <crichter@owncloud.com@>
2022-03-01 17:17:40 +01:00
David Christofas d9bf920307 remove config docs prototype 2022-03-01 16:36:19 +01:00
David Christofas 4af7f630b9 First version of the envvar docs generator
Signed-off-by: Christian Richter <crichter@owncloud.com@>
2022-03-01 16:32:23 +01:00
David Christofas bb6a018e9a config docs prototype 2022-03-01 13:21:06 +01:00
Willy Kloucek b438fce511 generate config file for accounts service 2022-03-01 11:19:14 +01:00
Phil Davis 27c4b7b976 Merge pull request #3246 from owncloud/bump-core-commitId-ocis
[tests-only] bumped core commit Id on ocis to include this PR 39828
2022-03-01 15:49:00 +05:45
Phil Davis abe1d6b6ec Remove excess whitespace from expected-failures files 2022-03-01 15:04:15 +05:45
sushmita56 f722c6a4ed fixed expected failure lines 2022-03-01 15:04:09 +05:45