Commit Graph

43 Commits

Author SHA1 Message Date
Willy Kloucek
7d87927459 add descriptions to the debug config 2022-05-18 09:57:41 +02:00
Ralf Haferkamp
112488607e Publish UserFeatureChanged event when users update their password 2022-05-17 14:23:38 +02:00
Ralf Haferkamp
c41cf92553 Add graph /me/changePassword endpoint
To allow users to change their own password when using the Graph LDAP backend.

Closes:	#3063
2022-05-17 14:23:38 +02:00
Michael Barz
6a7fc50449 Merge pull request #3803 from wkloucek/un-compose-commons
remove composition of Commons
2022-05-16 12:13:44 +02:00
Willy Kloucek
3ce2c2123d remove composition of Commons 2022-05-16 11:34:05 +02:00
kobergj
d30e70dca6 [full-ci] Bump Reva version (#3779)
* use custom reva to check changes

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* don't query quota and children when space is disabled

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* final touches

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* update expected failures

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* fix changelog typo

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-16 11:07:00 +02:00
Jörn Friedrich Dreyer
acab143050 use command -v instead of which
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-13 11:16:40 +00:00
Ralf Haferkamp
d25aa7b20f Remove "accounts" service 2022-05-11 15:29:34 +02:00
Michael Barz
8145478101 Merge pull request #3743 from owncloud/exit-on-parse-error
Exit when encountering config parsing errors
2022-05-09 13:33:28 +02:00
Michael Barz
f6e2f46ebb Exit when encountering config parsing errors 2022-05-09 11:49:15 +02:00
kobergj
74139f6c52 Permissions for deleting spaces (#3716)
* check permissions when deleting space

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* bump feature reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-09 11:35:52 +02:00
Michael Barz
189987bcbd Bump major version to v2 2022-05-04 14:49:59 +02:00
Willy Kloucek
56261e3e63 Merge branch 'master' into config-env 2022-05-03 18:52:23 +02:00
David Christofas
958b4fe5e3 use new space ID util functions 2022-05-03 17:27:39 +02:00
Willy Kloucek
b65936fe99 strip ocis- from command name for all standalone services 2022-05-03 17:08:23 +02:00
Willy Kloucek
fd44da4629 storage-users config docs 2022-05-03 15:12:35 +02:00
Michael Barz
7245c354ca omit opaque id correctly 2022-05-02 09:53:50 +02:00
David Christofas
ab71b21fc7 reduce drives in listing of graph /me/drives API 2022-05-02 09:53:50 +02:00
Michael Barz
78a6af3af5 handle resource ids better 2022-05-02 09:53:50 +02:00
Jörn Friedrich Dreyer
4c53707920 omit extension name in ParseConfig doc
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 20:21:18 +00:00
Willy Kloucek
1cdb81bd3e add fixes from review 2022-04-29 16:10:21 +02:00
Willy Kloucek
19e893704b Merge branch 'master' into ocis-init 2022-04-29 13:20:28 +02:00
Willy Kloucek
4ff313b0a5 check for more secrets need to be set 2022-04-29 13:07:25 +02:00
jkoberg
ce45e90122 unescape path in graph getdrive
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-04-28 22:10:27 +00:00
Willy Kloucek
83b94cf82d log parsing errors to stdout 2022-04-28 15:52:26 +02:00
Willy Kloucek
ab254b05d0 remove all "omitempty" from config structs to bring back full configuration file documentation 2022-04-28 15:08:40 +02:00
Willy Kloucek
3054875a05 move config validation into a separate function 2022-04-28 11:10:39 +02:00
Willy Kloucek
df53c2a545 fix graph tests 2022-04-28 10:30:02 +02:00
Willy Kloucek
83f75bf089 fix ginko testsuite 2022-04-28 10:05:51 +02:00
Willy Kloucek
4043f181b1 set generate ldap secrets 2022-04-27 17:00:31 +02:00
Willy Kloucek
a37126f523 Merge branch 'master' into ocis-init 2022-04-27 15:50:26 +02:00
Willy Kloucek
5b572b3852 initialize insecure options 2022-04-27 15:46:17 +02:00
Willy Kloucek
9095b11d6c load reva gateway and token manager from common config 2022-04-27 13:58:59 +02:00
David Christofas
4bb4f9fbb1 url encode the webdav URL in the graph API 2022-04-27 12:39:59 +02:00
Willy Kloucek
48a6978e24 move TokenManager back to extension config 2022-04-27 11:04:18 +02:00
Ralf Haferkamp
1a38f3623c switch default config to idm
- The accounts and glauth service are turned off by default
- proxy is switch from "accounts" to "cs3" for the account backend
- The LDAP configuration (graph, idp, storage) of all services now
  points to idm instead of glauth
2022-04-26 18:59:10 +02:00
Christian Richter
acf75afebc Move Tokenmanager to shared.Commons
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-25 16:35:10 +02:00
Christian Richter
0d45dc8777 Merge remote-tracking branch 'origin/master' into ocis-init 2022-04-20 13:12:36 +02:00
Christian Richter
8d81e39bd6 refactor yaml labels, add overwrite protection
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-19 15:14:01 +02:00
Willy Kloucek
e5b7496c29 switch source for go micro plugins 2022-04-19 09:44:47 +02:00
Christian Richter
418e32f3d7 refactor makefiles
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-13 17:04:38 +02:00
Christian Richter
1a1a4d6a3c refactor settings 2022-04-13 17:04:37 +02:00
Christian Richter
4d821cdc9d refactor graph
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-13 17:04:37 +02:00