Commit Graph

23 Commits

Author SHA1 Message Date
Benedikt Kulmann 3f04adf4ff Set up http server
- set up http server for a) handling the service requests and b)
serving the static assets for the ocis-web extension
- align the server command with other ocis-extensions, including config
variable naming
2020-07-01 11:05:32 +02:00
David Christofas 630e2120e5 pass around the correct logger to the services
Also did some minor refactoring to make the code similar to the other
services.

Implements one task of owncloud/product#86

Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-06-23 17:29:28 +02:00
Jörn Friedrich Dreyer 0cdeeb7f03 allow handler to return an error
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-18 14:08:41 +02:00
Jörn Friedrich Dreyer 2fd05e2b6f rewrite API, talk to ldap
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-15 16:02:44 +02:00
Alex Unger 720afed01e Merge branch 'master' into feature/settings 2020-04-23 09:25:15 +02:00
Benedikt Kulmann 8ce94c2f4a Use changed grpc service address 2020-04-22 15:51:24 +02:00
Ilja Neumann 2471de39f3 Extract server flags to flagset pkg 2020-04-22 15:49:40 +02:00
A.Unger 86c52618ea POC: extensions promoting their own setting bundles onto the settings service 2020-04-17 13:42:13 +02:00
A.Unger a957a50e68 update import path 2020-04-14 19:37:57 +02:00
A.Unger 274fa6693a update env variables to match those of Viper 2020-03-18 14:22:15 +01:00
A.Unger ef2e3dc962 parse configuration on before hook on server command 2020-03-18 13:11:17 +01:00
A.Unger d858fb3c77 better better logging 2020-02-12 14:11:25 +01:00
A.Unger ba8e60a714 propper logging 2020-02-12 13:30:20 +01:00
A.Unger b17b659c80 reserve port range 2020-02-07 14:08:11 +01:00
A.Unger 1716beaa62 server command verbose 2020-02-07 09:54:43 +01:00
A.Unger af4148923e use flags to configure the server 2020-02-04 12:42:20 +01:00
A.Unger 50336301c4 use flags to configure the server 2020-02-04 12:42:16 +01:00
A.Unger 582170605f added options to grpc init 2020-02-04 12:37:23 +01:00
A.Unger 79aaba63fc added flags to server command 2020-02-04 11:54:45 +01:00
A.Unger 2ff87de71f toss config struct around 2020-02-04 10:16:12 +01:00
A.Unger 7431297a1c use micro cli v2 2020-02-04 10:09:38 +01:00
A.Unger 35d9deb38a custom interface; strategy pattern; service configuration; refactor 2020-02-03 22:54:33 +01:00
A.Unger 500e303cb5 first commit 2020-01-30 15:55:40 +01:00