ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
There was a naming inconsitency for the enviroment variables used to define
LDAP filters for user and groups queries. Some services used `LDAP_USER_FILTER`
while others used `LDAP_USERFILTER`. This is now changed to use `LDAP_USER_FILTER`
and `LDAP_GROUP_FILTER`
Closes: #3890
* allow proxy to route to micro service
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* use go micre ocdav service instead of reva frontend
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* add missing gateway default config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* update reva branch for testing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* add changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* add missing comands
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* bump reva version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* tidy
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* bump reva again
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* a blind mans config change
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* add ocdav to must start extensions
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* fail when neither backend nor service is set
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Co-authored-by: jkoberg <jkoberg@owncloud.com>
add owncloud-selector cookie
working tests
remove unused files
build ocis from source branch
check users in ldap, oc10 and ocis
update proxy config
use ocis selector initially
build ocis from source
use ocis latest image
buil ocis from source
refactor
fix test run script
user 33 and alpine image for ocis server
delete local compose files
run tests with ocis latest
refactor drone config [volumes]
Run each suite in a pipeline
refactor namings
use run.sh to run tests
move TestHelpers folder
reuse behat context params
refactor to use contexts and helpers from core repo
remove contexts and helpers
added bootstrap file to bootstrap core's test files
add api tag
remove unnecessary code
implement expected-failures file
remove unnecessary confgs
fix starlark style
rename context file
add nightly trigger
refactor drone config
generate trigger as per the event
remove keycloak services