Commit Graph

245 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer d1d6cf3b00 Merge branch 'master' into metadata-gateway
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 09:15:42 +00: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
jkoberg dd9acdce7a fix audit service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-02 09:52:25 +02:00
Willy Kloucek f9dcf37674 Merge branch 'master' into ocis-init 2022-05-02 08:30:11 +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
Jörn Friedrich Dreyer 89a9a14d24 Update extensions/storage-shares/pkg/config/parser/parse.go 2022-04-29 22:04:12 +02:00
Jörn Friedrich Dreyer 34554f319a fix some storage env vars
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 18:39:29 +00:00
Jörn Friedrich Dreyer ce16c4f92c minor config cleanup
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 18:50:21 +02:00
Jörn Friedrich Dreyer ec86cd82f7 use demo permissions service for metadata
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 18:50:21 +02:00
Jörn Friedrich Dreyer 416c966dbc introduce metadata gateway
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-29 18:50:21 +02:00
André Duffeck cd285c9ad9 Fix merge error 2022-04-29 18:42:33 +02:00
André Duffeck e3b1a0ea65 Merge remote-tracking branch 'upstream/master' into search 2022-04-29 17:08:03 +02:00
Willy Kloucek 1cdb81bd3e add fixes from review 2022-04-29 16:10:21 +02:00
Jörn Friedrich Dreyer 9f4bb8ffde Merge pull request #3633 from rhafer/enable-usermanagent
Enable user-management webui
2022-04-29 15:38:21 +02:00
Jörn Friedrich Dreyer bde3996e1b Merge pull request #3632 from rhafer/issue-3623
idp: Check if CA cert if present
2022-04-29 15:35:41 +02:00
Ralf Haferkamp 9bf1dcbf5b Enable user-management webui
The switch to libregraph/idm happend we can enable the new UI.
2022-04-29 14:43:28 +02:00
Willy Kloucek 19e893704b Merge branch 'master' into ocis-init 2022-04-29 13:20:28 +02:00
Ralf Haferkamp ce146f830f idp: Check if CA cert if present
Upon first start with the default configurtation the idm service creates
a server certificate, that might not be finished before the idp service
is starting. Add a check to idp similar to what the user, group, and
auth-providers implement.

Fixes: #3623
2022-04-29 13:18:10 +02:00
Willy Kloucek 4ff313b0a5 check for more secrets need to be set 2022-04-29 13:07:25 +02:00
André Duffeck 0fdd23c2c6 Fix search config after master merge 2022-04-29 13:05:49 +02:00
André Duffeck 08df2e32d9 Merge remote-tracking branch 'upstream/master' into search 2022-04-29 13:00:01 +02:00
André Duffeck 18d0fa2416 Move the children as well when a directory is moved 2022-04-29 12:47:34 +02:00
Michael Barz 5597f5f5d5 Merge pull request #3619 from owncloud/fakeproviderids
add storageproviderids to config
2022-04-29 12:35:55 +02:00
Christian Richter bc6cd9141d [WIP] add missing secret checks
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-29 11:55:56 +02:00
Christian Richter 72688b3650 move generic secret errors to shared, fix edgecase in cli flags
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-29 11:15:13 +02:00
André Duffeck be15d63747 Add items back to the index recursively when the parent is restored 2022-04-29 10:31:02 +02:00
André Duffeck 15c60df064 Return up to 200 search results 2022-04-29 09:16:28 +02:00
Willy Kloucek 1c2a67f9b7 fix machine auth api key for frontend 2022-04-29 09:03:34 +02:00
André Duffeck 6bd67c0f27 Mark items as deleted (recursively) but still keep them around 2022-04-29 09:02:57 +02:00
Willy Kloucek 703a333ff0 fix settings machine auth api key 2022-04-29 08:07:52 +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 afa8ca8246 use FullDefaultConfig in example config generator and remove leftover 2022-04-28 17:38:07 +02:00
Willy Kloucek e582b609b5 fix startup with ocis init 2022-04-28 17:20:10 +02:00
Willy Kloucek 9e31bc0c1b revert Web json config struct omitempty tags 2022-04-28 16:44:22 +02:00
Willy Kloucek 4e531ca442 fix ocis startup with debugging config / environment variables only 2022-04-28 16:28:12 +02:00
Jörn Friedrich Dreyer 55c4682823 add storageproviderids to config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-28 14:13:16 +00:00
Willy Kloucek 83b94cf82d log parsing errors to stdout 2022-04-28 15:52:26 +02:00
Willy Kloucek 1b2cc6df3e revert empty yaml tags 2022-04-28 15:14:56 +02:00
Willy Kloucek b515d7f83f fix typo and hide supervised 2022-04-28 15:13:03 +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 aba2ee0c39 fix build 2022-04-28 11:31:15 +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
André Duffeck 68c5e2366c Store the parent id in the index to allow for handling directories 2022-04-28 10:10:01 +02:00
Willy Kloucek 83f75bf089 fix ginko testsuite 2022-04-28 10:05:51 +02:00
André Duffeck e5338dff55 Trigger updates on all relevant events 2022-04-28 08:51:18 +02:00
Willy Kloucek 4a9b31f3b4 fix machineauth to right machine auth api key 2022-04-28 08:49:44 +02:00
André Duffeck 0b0efd6799 Remove items from the index when they were deleted 2022-04-28 08:43:14 +02:00