Commit Graph
187 Commits
Author SHA1 Message Date
Willy KloucekandJörn Friedrich Dreyer 61ff46b29c fix unit tests 2022-01-07 16:07:01 +00:00
Willy KloucekandJörn Friedrich Dreyer e006ad6e40 directly pass env to config 2022-01-07 16:07:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 3c3fc2e098 revert storage, remove tracing.service and bring back common 2022-01-07 16:06:56 +00:00
Willy KloucekandJörn Friedrich Dreyer a13df3dcf7 split **/pkg/config/config.go up to multiple files 2022-01-07 16:04:52 +00:00
Willy KloucekandJörn Friedrich Dreyer 6990e7d660 switch all other services to struct tag based env config 2022-01-07 15:47:47 +00:00
Willy KloucekandJörn Friedrich Dreyer 288d6c469e switch graph to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 788a390016 switch glauth to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 161dd949fc switch ocs to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer ebfe8f069c remove service names 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 0360b58587 fix ocs test 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 3b5a33590e add missing commands and unify service / namespace options 2022-01-07 15:38:56 +00:00
Jörn Friedrich Dreyer 196f2ab818 use list spaces when deleting users
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-05 10:03:11 +00:00
Jörn Friedrich Dreyer 35a11dda7e fix ocs unit tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 18:46:24 +00:00
Jörn Friedrich Dreyer 505776b07b fix user creation and deletion
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 15:47:09 +00:00
Jörn Friedrich DreyerandGitHub ffe75747d3 Merge pull request #2837 from owncloud/update-reva-a042373b390
[full-ci] update reva, ignoring docker-arm
2021-12-07 13:17:12 +01:00
Willy Kloucek 9109f8843a always unescape url params 2021-12-06 17:04:12 +01:00
Willy Kloucek ad62e230a6 fix add to groups endpoint 2021-12-06 13:26:28 +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 1eac1099ae introduce string constants for user / group not found messages 2021-11-29 07:34:54 +01:00
Willy Kloucek a33b0049fc trade panic for logging on render.Render 2021-11-26 17:38:33 +01:00
Willy Kloucek 20ab79deb4 don't panic 2021-11-26 15:44:18 +01:00
Willy Kloucek dc5901b25c disallow creation of a group with empty name via the OCS api 2021-11-26 13:03:54 +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 a29f10e764 adapted proxy tests to support shared.Commons 2021-11-11 14:17:24 +01:00
A.Unger 202e63bcb6 made ocs compliant with shared.Commons 2021-11-11 14:15:28 +01:00
A.Unger e8559d17aa fix proxy integration tests 2021-11-11 14:00:42 +01:00
A.Unger 0d1c8accf2 fix deref memory location 2021-11-11 13:06:59 +01:00
A.Unger cfc9738e51 format 2021-11-11 13:06:03 +01:00
A.Unger 9b8c3838e8 Merge branch 'master' into try-gookikt-config 2021-11-11 13:04:38 +01:00
Willy Kloucek e35d4fd0ac remove GRPC insecure config options, since it always needs to be set to insecure 2021-11-10 16:12:29 +01:00
Willy Kloucek 69cc11dbe6 make more insecure options configurable and change insecure defaults from true to false 2021-11-10 15:45:55 +01:00
A.Unger 51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +01:00
A.Unger e7f9fb3bcb refactor NewLogger away to ocis-pkg 2021-11-08 19:38:40 +01:00
A.Unger 51dc1715ce new config framework in ocs 2021-11-08 13:58:13 +01:00
A.Unger b1de937c05 fix tests 2021-11-08 12:26:17 +01:00
A.Unger e297142529 normalize ocs 2021-11-08 12:19:26 +01:00
A.Unger a515a97c8f normalize idp 2021-11-08 12:17:23 +01:00
A.Unger a55a0395eb add mapstructure to ocs 2021-11-05 15:16:03 +01:00
A.Unger 17dbc3d5ee migrate settings to the new config scheme 2021-11-05 12:25:32 +01:00
A.Unger ff7022a256 migrate ocs to the new config scheme 2021-11-05 12:06:35 +01:00
A.Unger 711acbb354 inherit logging config from ocis.yaml, let extensions overwrite their logging. Considering using a package level global logging... 2021-10-31 00:08:46 +02:00
Willy Kloucek d6040ce76c fix ipv6 error with go-micro update 2021-10-28 12:29:50 +02:00
David ChristofasandGitHub 1beb9e2eb4 Merge pull request #2675 from kobergj/ForbidEmptyPassword
Forbid empty password
2021-10-27 17:05:48 +02:00
jkoberg f0f0c182ef don't log nil error 2021-10-27 14:53:10 +02:00
Willy Kloucek f45254bb5d set backend to disk in tests 2021-10-27 14:14:18 +02:00
jkoberg 572be6f847 forbid empty password on user creation 2021-10-25 14:54:44 +02:00
David Christofas 9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27:31 +02:00
Willy Kloucek 7c20ca2b54 update REVA to 852282ce34f5 2021-10-21 10:36:53 +02:00
Willy Kloucek cddb334f80 change default paths for oCIS services 2021-10-19 14:37:20 +02:00