Commit Graph

360 Commits

Author SHA1 Message Date
Ralf Haferkamp 4a09d8a948 Remove redundant setting of cli.HelpFlag
The help flag is configured automatically by default already. We don't
need to redo that for every single service.

This also addresses one of the finding of "go race" (#4088)
2022-07-05 14:59:06 +02:00
Willy Kloucek 8f3b0c50cd Merge branch 'master' into config-doc-descriptions 2022-06-28 13:03:19 +02:00
Christian Richter 3b87f75132 further refactoring & add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:07:02 +02:00
Christian Richter f8f1320501 refactor extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00
Willy Kloucek 8e19a83e36 Merge branch 'master' into config-doc-descriptions 2022-06-27 10:56:16 +02:00
André Duffeck f290330dbc Actually use the sharing configuraion from the config file 2022-06-27 10:14:11 +02:00
André Duffeck f2cbffa938 Incorporate review suggestions 2022-06-21 14:33:20 +02:00
André Duffeck 42e32e5b69 Implement migrating public shares 2022-06-21 12:06:53 +02:00
André Duffeck df6f00ffbb Make the source and destination managers configurable 2022-06-21 12:06:53 +02:00
André Duffeck f15aec8859 Implement a "migrate" command for migrating between share managers 2022-06-21 12:06:53 +02:00
Willy Kloucek 9bf2661395 add more config doc descriptions 2022-06-21 09:13:38 +02:00
Willy Kloucek 68a6f43538 fix version info 2022-06-13 10:43:52 +02:00
Jörn Friedrich Dreyer c714f29fd1 lint init.go
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-09 14:36:23 +02:00
Willy Kloucek 27b2fbe7e0 fix configuration validation for extensions' server commands 2022-06-02 09:57:45 +02:00
Willy Kloucek 44c909b31d unify ocis subcommands 2022-05-16 07:59:18 +02:00
Christian Richter 9df12fe3ac Merge remote-tracking branch 'origin/master' into fix-commands 2022-05-11 16:58:11 +02:00
Ralf Haferkamp d25aa7b20f Remove "accounts" service 2022-05-11 15:29:34 +02:00
Ralf Haferkamp 5ba1b8f2c1 Remove "glauth" service
The "glauth" service is no longer used. After we switched to
libregraph/idm.
2022-05-11 15:29:34 +02:00
Christian Richter 87b7a102ba remove returns from the commands to prevent silent crash
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 14:58:52 +02:00
David Christofas 4b7a365781 add description tags to thumbnails config 2022-05-10 10:31:36 +02:00
Willy Kloucek faa818385b Merge pull request #3740 from wkloucek/remove-run-kill-runtime
remove run and kill commands from the runtime
2022-05-09 14:58:41 +02:00
Willy Kloucek 0453dba7a3 remove rpc side of kill and run commands 2022-05-09 13:23:17 +02:00
Willy Kloucek 43d74f276b Merge branch 'master' into reenable-parallel-deployment-in-ci 2022-05-09 11:52:55 +02:00
Willy Kloucek a793a4d1e6 remove run and kill commands from the runtime 2022-05-09 11:31:26 +02:00
Christian Richter 3047e48add reword ocis init from ocis to Infinite Scale
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-09 09:47:54 +02:00
Willy Kloucek 0e2c85d635 fix nats command naming 2022-05-05 15:45:56 +02:00
Jörn Friedrich Dreyer 51e1aa2978 rename users and groups extensions
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-05 09:14:27 +00:00
Michael Barz 4b71cd40af Merge pull request #3678 from owncloud/v2
Update ocis packages and imports to V2
2022-05-04 16:36:01 +02:00
kobergj eb59d2291e MachineAuthAPIKey -> SystemUserAPIKey (#3672)
* split machineauthapikey and systemuserapikey

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

* changelog

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

* specific errors and some reverts

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

* use correct machine auth api key

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 15:48:02 +02:00
Jörn Friedrich Dreyer 2bd63509e3 align more storage-system names (#3674)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 15:19:35 +02:00
Michael Barz 189987bcbd Bump major version to v2 2022-05-04 14:49:59 +02:00
kobergj ebf39a6a90 fix the first contact typo (#3676)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-04 14:44:37 +02:00
Ralf Haferkamp 7ef205d232 Get rid of hardcoded admin user uuid
The UUID is generated by `ocs init` now and stored in the config file.
To avoid that every ocis install uses the same UUID

Closes: #3524
2022-05-04 12:42:28 +02:00
Christian Richter 55d28f45c6 Merge pull request #3670 from owncloud/yaml-underscores
make yaml tags always use underscore
2022-05-04 12:28:03 +02:00
kobergj 5346299e6d MetadataUserID -> SystemUserID (#3671)
* replace MetadataUserID with SystemUserID

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

* the missing change

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

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-04 11:41:37 +02:00
Jörn Friedrich Dreyer edd3adcf1d make yaml tags always use underscore
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 08:54:46 +00:00
Jörn Friedrich Dreyer 565548ebce storage-metadata -> storage-system
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 08:14:13 +00:00
Jörn Friedrich Dreyer 449a0169f6 approvider -> app-provider
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 06:39:28 +00:00
Willy Kloucek 26a92f2bad add app-registry service 2022-05-03 15:12:35 +02:00
Willy Kloucek 977c4fd9e9 ensure commands for all services 2022-05-03 15:12:34 +02:00
Jörn Friedrich Dreyer bfc8196ac2 Merge branch 'master' into search
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 13:43:24 +00:00
Jörn Friedrich Dreyer 398caeed2c Merge pull request #3602 from owncloud/metadata-gateway
introduce metadata gateway
2022-05-02 15:16:27 +02:00
Jörn Friedrich Dreyer f88c000bac generate metadata user id
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 12:36:30 +00:00
Willy Kloucek 0bb830097c Merge pull request #3642 from wkloucek/fix-config-parsing-unsupervised
fix ocis config parsing for subcommands
2022-05-02 14:35:35 +02:00
Willy Kloucek 18e9661a24 fix ocis config parsing for subcommands 2022-05-02 13:13:29 +02:00
Jörn Friedrich Dreyer e5577a1c97 fix service names in init
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 10:56:41 +00:00
Jörn Friedrich Dreyer 0642a5e0ca Align service naming (#3606)
* use configured names as service names in ocis runtime

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* correct service names for group and storage-shares

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use correct service names in .drone.star

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* align ocis-pkg/config/config.go

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 12:44:21 +02:00
Jörn Friedrich Dreyer 9d8072cda9 try to make lint happy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 21:11:11 +00:00
Jörn Friedrich Dreyer 6474d46252 nitpicks and typo
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 19:09:03 +00:00
Willy Kloucek 1cdb81bd3e add fixes from review 2022-04-29 16:10:21 +02:00