Commit Graph

220 Commits

Author SHA1 Message Date
Ralf Haferkamp
dc6a4fdc02 Unify LDAP config settings accross services
This adapts the storage service to the recent changes of the LDAP
settings in reva.

Also we define a new set of LDAP env variables that can be shared
between all LDAP related ocis services (graph, idp, storage-auth-basic,
storage-userprovider, storage-groupprovider, idm). This should simplify
the most LDAP based configurations considerably.
2022-04-11 18:17:21 +02:00
Christian Richter
45ae440fb4 Merge pull request #3508 from owncloud/health-reference
Add reference implementation for health & readiness endpoint in IDP
2022-04-11 16:45:21 +02:00
David Christofas
b291cca416 Merge pull request #3448 from CommanderRoot/refactor/rm-deprecated-substr
refactor: replace deprecated String.prototype.substr()
2022-04-11 16:27:47 +02:00
Christian Richter
42a4e017c8 Add reference implementation for health & readiness endpoint in IDP
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-11 16:09:09 +02:00
Willy Kloucek
8e98ce4bba idp: exclude more packages 2022-04-08 09:09:03 +02:00
Willy Kloucek
1508568369 fix and exclude packages from check 2022-04-08 08:56:50 +02:00
Willy Kloucek
81ac585983 remove mysterious makefiles 2022-04-08 07:41:46 +02:00
Willy Kloucek
abc82c075c rename to third-party-licenses 2022-04-08 07:41:25 +02:00
Willy Kloucek
652a907c24 update ci to check licenses of all languages 2022-04-08 07:41:19 +02:00
Willy Kloucek
29123cdfff hook up licensing in makefile 2022-04-08 07:40:55 +02:00
Tobias Speicher
f915c7e371 refactor: replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with functions which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-04 04:55:50 +02:00
Willy Kloucek
36d8627be3 add --fail to curl 2022-04-01 18:21:30 +02:00
Pascal Wengerter
99f22fddd3 Update browserslist/caniuse and dedupe accounts&idp lockfiles 2022-04-01 12:45:57 +02:00
Willy Kloucek
e224ce03cf use yaml tag instead of ocisConfig 2022-03-29 15:06:58 +02:00
Willy Kloucek
7f65dfba34 remove example config files 2022-03-28 12:54:28 +02:00
David Christofas
e0a35d37c3 Merge pull request #3329 from owncloud/password-reset-link
add password reset link to login page
2022-03-18 09:09:06 +01:00
David Christofas
661baaab67 add password reset link to login page 2022-03-16 15:50:45 +01:00
Ralf Haferkamp
100fb99d1a Bump lico to v0.54.0 2022-03-15 17:16:30 +01:00
Willy Kloucek
9a4737d3ed exclude config items not inteded to be used from un/marshalling 2022-03-11 12:12:44 +01:00
Christian Richter
9734b000b3 Add defaultconfig to extensions 2022-03-10 14:12:26 +01:00
Willy Kloucek
f2e8c90067 proof of concept 2022-03-10 14:11:44 +01:00
Ralf Haferkamp
a3aad659f8 Move logrus wrapper to ocis-pkg
To make it more widely usable
2022-02-25 08:58:38 +01:00
Willy Kloucek
6927cfd0dc remove unused templates 2022-01-13 11:32:32 +01:00
Willy Kloucek
6ef6d1117c fix condition for nil pointer in common config 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
182712b223 fix tracing config 2022-01-13 08:13:14 +01:00
Willy Kloucek
62dbd893b7 switch to http.StatusOK instead of 200 2022-01-07 13:21:14 +01:00
Willy Kloucek
d9744ebda7 improve command description 2022-01-07 13:19:39 +01:00
Willy Kloucek
11466c5f9a ensure, that each config is only parsed once 2022-01-03 19:08:11 +01:00
Willy Kloucek
3d4df5796a remove version from service config 2022-01-03 16:24:39 +01:00
Willy Kloucek
55bf175bea move config parsing in separate package for each service 2022-01-03 15:21:56 +01:00
Willy Kloucek
e0656daaa0 simplify commands and version handling 2022-01-03 13:53:27 +01:00
Willy Kloucek
eee0d0c4c8 remove build flags, add debug server to accounts 2022-01-03 11:11:15 +01:00
Willy Kloucek
6d0b754a86 improve envdecode error handling 2022-01-03 09:47:52 +01:00
Willy Kloucek
7ffe93ba3b remove supervised flag from configs 2022-01-03 08:22:44 +01:00
Willy Kloucek
e3bfb66df1 maintain envdecode inside ocis-pkg 2022-01-03 07:49:25 +01:00
Willy Kloucek
d5504093e8 fix some TODOs 2022-01-03 07:49:24 +01:00
Willy Kloucek
2bcd4f5a17 directly pass env to config 2022-01-03 07:49:24 +01:00
Willy Kloucek
7abcf96ea8 revert storage, remove tracing.service and bring back common 2022-01-03 07:49:24 +01:00
Willy Kloucek
9aae5392fc split **/pkg/config/config.go up to multiple files 2022-01-03 07:49:24 +01:00
Willy Kloucek
ee57288309 switch all other services to struct tag based env config 2022-01-03 07:49:24 +01:00
Willy Kloucek
d0030ab555 switch ocs to struct tag based env config 2022-01-03 07:49:23 +01:00
Willy Kloucek
f7b949a445 remove service names 2022-01-03 07:49:23 +01:00
Willy Kloucek
6206fe2398 add missing commands and unify service / namespace options 2022-01-03 07:49:23 +01:00
A.Unger
e3e3d1ee57 runtime: removed trap goroutine and let the context cancelation do the thing 2021-12-06 12:11:48 +01:00
Willy Kloucek
62ff1f1659 don't run go generate anymore 2021-11-24 13:38:29 +01:00
Willy Kloucek
41e84b6378 add go:generate step for all go:embed steps 2021-11-24 12:56:42 +01:00
A.Unger
24347180fa use ocisConfig as struct tagname to bind config files to strucg attributes 2021-11-19 09:28:23 +01:00
A.Unger
f87b5bd66c removed all flagset packages 2021-11-17 11:36:28 +01:00
A.Unger
2aa9c2457e Merge branch 'master' into try-gookikt-config 2021-11-16 13:29:07 +01:00