Commit Graph

7988 Commits

Author SHA1 Message Date
Ralf Haferkamp
775a556c23 graph: Add missing methods to Service Interface 2022-01-13 16:30:09 +01:00
Ralf Haferkamp
4915195d9c Implement DeleteUser support for the Graph LDAP backend 2022-01-13 16:30:09 +01:00
Alex Unger
5d6e361cff Implement CreateUser support for the Graph LDAP backend
This adds basic support for creating users via the GraphAPI
LDAP backend. This currently just maintains the bare minimum
Attributes for the inetOrgPerson objectclass.

Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com>
2022-01-13 16:30:09 +01:00
Jörn Friedrich Dreyer
dda686e398 Merge pull request #2961 from owncloud/bump-go-libre-graph-api-0.8.0
Bump github.com/owncloud/libre-graph-api-go from 0.7.0 to 0.8.0
2022-01-13 16:05:44 +01:00
Jörn Friedrich Dreyer
7e5eafab20 Bump github.com/owncloud/libre-graph-api-go from 0.7.0 to 0.8.0
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-13 14:34:55 +00:00
Jörn Friedrich Dreyer
e3c15a32fd Merge pull request #2956 from owncloud/dependabot/go_modules/github.com/owncloud/libre-graph-api-go-0.7.0
Bump github.com/owncloud/libre-graph-api-go from 0.5.0 to 0.7.0
2022-01-13 12:42:50 +01:00
Willy Kloucek
e039d1c93c Automated changelog update [skip ci] 2022-01-13 07:45:34 +00:00
Willy Kloucek
7cff81efc9 Merge pull request #2952 from owncloud/tracing-config-fix
Tracing config fix
2022-01-13 08:42:54 +01:00
Willy Kloucek
d63661f789 revert ci changes 2022-01-13 08:13:15 +01:00
Willy Kloucek
67180bb773 fix data directory 2022-01-13 08:13:14 +01:00
Willy Kloucek
0757fd191a change ocis data path for rootless setup 2022-01-13 08:13:14 +01:00
Willy Kloucek
6ef6d1117c fix condition for nil pointer in common config 2022-01-13 08:13:14 +01:00
Willy Kloucek
2f8d63b380 fix depends_on and user 2022-01-13 08:13:14 +01:00
Willy Kloucek
fde89005b7 test parallel deployment on freshly baked ocis instead on latest tag 2022-01-13 08:13:14 +01:00
Willy Kloucek
0a3adfe8e1 fix proxy test tracing setting 2022-01-13 08:13:14 +01:00
Willy Kloucek
a3df3f9119 remove default tracing config from indiviual packages 2022-01-13 08:13:14 +01:00
Willy Kloucek
c915fa7571 fix tracing configuration 2022-01-13 08:13:14 +01:00
Willy Kloucek
182712b223 fix tracing config 2022-01-13 08:13:14 +01:00
dependabot[bot]
7ad03330f6 Bump github.com/owncloud/libre-graph-api-go from 0.5.0 to 0.7.0
Bumps [github.com/owncloud/libre-graph-api-go](https://github.com/owncloud/libre-graph-api-go) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/owncloud/libre-graph-api-go/releases)
- [Commits](https://github.com/owncloud/libre-graph-api-go/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/owncloud/libre-graph-api-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 06:16:25 +00:00
Michael Barz
060401a168 Merge pull request #2955 from owncloud/temp-disable-parallel-deplyoment-tests
[tests-only] temporarily disable parallel deployment tests
2022-01-12 19:43:32 +01:00
Willy Kloucek
5751b3d770 temporarily disable parallel deployment tests 2022-01-12 16:49:18 +01:00
Michael Barz
c643b0e041 Use a different vendor directory for the php deps 2022-01-12 10:29:51 +01:00
Michael Barz
2fc61bdd61 Merge pull request #2739 from owncloud/spaces-registry
[full-ci] Spaces registry
2022-01-11 17:18:46 +01:00
jkoberg
1129d3c53d even more expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 16:39:12 +01:00
jkoberg
5c7427f090 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 16:07:14 +01:00
jkoberg
f08c161554 more expected failures ... and unexpected successes!
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 13:14:34 +01:00
jkoberg
f542e58f77 add web tests to expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 12:48:49 +01:00
jkoberg
39d5f9eb2a add test to expected failures for real
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 10:46:07 +01:00
jkoberg
64471d02cb bump reva and update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-10 17:36:14 +01:00
jkoberg
f6739402ec add /home/ tests to expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-10 16:00:26 +01:00
jkoberg
b68a9c5346 use newest reva version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-10 15:46:37 +01:00
Benedikt Kulmann
b8294a0c78 Merge pull request #2938 from owncloud/docs-wopi-web-dev
Add web development docs to the ocis wopi deployment example
2022-01-10 11:41:45 +01:00
Benedikt Kulmann
da1da9b1eb Add web development docs to the ocis wopi deployment example 2022-01-10 10:02:20 +01:00
Jörn Friedrich Dreyer
c2ce38ce6b remove unexepected success
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 20:45:23 +00:00
Jörn Friedrich Dreyer
2dd3f18d7e remove unused user
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 20:14:21 +00:00
Jörn Friedrich Dreyer
2eeb017342 revert .drone.env change
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 20:07:13 +00:00
Jörn Friedrich Dreyer
1e747dfd15 Merge branch 'master' into spaces-registry 2022-01-07 20:05:55 +00:00
Jörn Friedrich Dreyer
191b3de60a fix merge and rebase dance
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 19:58:42 +00:00
Willy Kloucek
d08c805179 Automated changelog update [skip ci] 2022-01-07 19:19:19 +00:00
Willy Kloucek
6de48a8cd4 switch to http.StatusOK instead of 200 2022-01-07 19:19:19 +00:00
Willy Kloucek
1e38150276 improve command description 2022-01-07 19:19:16 +00:00
Willy Kloucek
c92dca658a add changelog 2022-01-07 16:12:01 +00:00
Willy Kloucek
e31d0a8a35 remove reference to flags 2022-01-07 16:12:01 +00:00
Willy Kloucek
1dc63cbce1 ensure, that each config is only parsed once 2022-01-07 16:12:01 +00:00
Willy Kloucek
5b56920128 add missing commons in supervised mode 2022-01-07 16:12:01 +00:00
Willy Kloucek
adc7b3b3d2 remove version from service config 2022-01-07 16:12:01 +00:00
Willy Kloucek
b9f2b6b91e move config parsing in separate package for each service 2022-01-07 16:12:01 +00:00
Willy Kloucek
23e7a8ffab simplify commands and version handling 2022-01-07 16:11:50 +00:00
Willy Kloucek
5b70d46213 remove build flags, add debug server to accounts 2022-01-07 16:08:14 +00:00
Willy Kloucek
6a03c4acba improve envdecode error handling 2022-01-07 16:08:14 +00:00