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
André Duffeck
4dd89aa804
Adapt to renamed field
2022-04-28 08:39:12 +02:00
Willy Kloucek
4043f181b1
set generate ldap secrets
2022-04-27 17:00:31 +02:00
Willy Kloucek
a37126f523
Merge branch 'master' into ocis-init
2022-04-27 15:50:26 +02:00
Willy Kloucek
5b572b3852
initialize insecure options
2022-04-27 15:46:17 +02:00
Willy Kloucek
a261fc8c88
cleanup
2022-04-27 15:01:31 +02:00
Willy Kloucek
f74d1e27c1
use machine auth secret from common config
2022-04-27 14:40:53 +02:00
Willy Kloucek
b3f55765d8
use common transfer secrets
2022-04-27 14:13:17 +02:00
Willy Kloucek
9095b11d6c
load reva gateway and token manager from common config
2022-04-27 13:58:59 +02:00
David Christofas
4bb4f9fbb1
url encode the webdav URL in the graph API
2022-04-27 12:39:59 +02:00
Willy Kloucek
48a6978e24
move TokenManager back to extension config
2022-04-27 11:04:18 +02:00
Christian Richter
d106c87c51
[WIP] adapt storage changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-04-27 10:37:40 +02:00
André Duffeck
656ef9d6ae
Add a IndexSpace method to the search provider
...
IndexSpace recursively traverses a given space and (re-)index all files
it finds.
2022-04-27 09:55:32 +02:00
André Duffeck
827885abad
Add a DocCount() method to the index client
2022-04-27 09:48:26 +02:00
André Duffeck
d5084eea84
Add command for (re-)indexing existing spaces
2022-04-27 09:30:08 +02:00
Ralf Haferkamp
45f0940071
Turn of "insecure" of built-in IDP
...
Setup idp to verify the LDAP server certificate. As this certificate
might be generated on startup, this also moved the IDP to the "delayed"
set of services. So it starts after "idm".
2022-04-26 18:59:10 +02:00
Ralf Haferkamp
1a38f3623c
switch default config to idm
...
- The accounts and glauth service are turned off by default
- proxy is switch from "accounts" to "cs3" for the account backend
- The LDAP configuration (graph, idp, storage) of all services now
points to idm instead of glauth
2022-04-26 18:59:10 +02:00
Christian Richter
fb5ca006e4
Merge remote-tracking branch 'origin/master' into ocis-init
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-04-26 16:28:12 +02:00
David Christofas
4b65e6dbbe
Merge pull request #3569 from owncloud/storage-config
...
[full-ci] Refactor storage configuration to make it similar to other oCIS configuration
2022-04-26 15:26:46 +02:00
Christian Richter
58a24e620e
Move reva transfer secret to shared.Commons
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-04-26 14:10:03 +02:00
David Christofas
e2ea74c9bc
remove commented out code
2022-04-26 13:52:40 +02:00
David Christofas
3c1f43ee51
add missing environment variables
2022-04-26 10:46:27 +02:00
David Christofas
5919d256f5
add missing insecure environment variables
2022-04-26 10:26:31 +02:00