Commit Graph

73 Commits

Author SHA1 Message Date
Ralf Haferkamp dca0c653fb Removed deprecated envars scheduled for removal with 5.0.0
Fixes: #8025
2024-01-09 11:28:31 +01:00
Ralf Haferkamp 9f47836681 Remove unused ownCloudQuota attribute from LDAP Schema
In oCIS the quota is a setting of the personal or project spaces. We
never stored quotas in LDAP for ocis nor are there plans to do so.

Fixes: #8059
2024-01-09 09:59:04 +01:00
Michael Barz ca6d87103e feat: use global variables for password policy 2023-12-06 14:30:54 +01:00
Roman Perekhod 5c549469f8 add banned password list to the default deployments 2023-11-22 15:30:17 +01:00
Christian Richter c63d5b83e5 Fix typos in expample deployments
Co-authored-by: Julian Koberg <jkoberg@owncloud.com>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Christian Richter ad439fcbde change example deployments
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-08-22 17:25:24 +02:00
Willy Kloucek 0f3dddafab remove references to oc.ios://ios.owncloud.com since it is no longer used 2023-06-05 13:57:05 +02:00
Benedikt Kulmann 8c033e1936 change: remove the settings ui
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.
2023-02-03 10:27:05 +01:00
Willy Kloucek 4ce815453f update and simplify monitoring settings 2022-11-29 09:12:36 +01:00
Ralf Haferkamp 006738b23d Fix config and sample groups for LDAP deployment example
The setup was configured to use a mix of the 'groupOfNames' and
'groupOfUniqueNames' objectclasses/attributetypes for groups. This
aligns the configuration and sample data to use just'groupOfNames'.

Closes: #5085
2022-11-23 12:30:02 +01:00
Willy Kloucek 693857e6b3 improve debugability of deployment examples 2022-11-16 16:56:59 +01:00
Willy Kloucek e69d2e9a06 update deployment examples, especially the wopi example 2022-10-07 09:50:06 +02:00
David Christofas 3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
Ralf Haferkamp 5d121b4bad Do not start auth-bearer service by default
The auth-bearer service is currently not needed by ocis. Reva tookens
for oidc authenticated clients are currently minted via the auth-machine
service.  This commit does not completely remove the service as we shoud
consider to rework the proxy's oidc middleware to use the auth-bearer
service in the future (see #4701)

Fixes: #4692
2022-09-28 12:11:06 +02:00
Willy Kloucek 205f87f987 adapt deployment examples 2022-08-05 14:12:08 +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 b1010b5883 simplify and fix ldap configuration 2022-06-15 09:59:19 +02:00
David Christofas 287dc62fcf disable color logging in deployment examples 2022-06-09 10:34:32 +02:00
Christian Richter e01cdb0590 bump traefik in example deployments
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-02 12:32:07 +02:00
Ralf Haferkamp 24178e381b Fix inconsistent env var naming for LDAP filter configuration
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
2022-06-01 15:35:08 +02:00
Willy Kloucek 28c037542f remove temporary GRAPH_LDAP_INSECURE workaround after fix in https://github.com/owncloud/ocis/pull/3888 2022-05-31 09:51:17 +02:00
Saw-jan 0eb19fcf6a added LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN envs needed for parallel deployment tests 2022-05-25 12:42:57 +05:45
Saw-jan ed79a20905 enclose boolean with string in docker-compose env 2022-05-19 16:50:10 +05:45
Willy Kloucek fced29a6be update deployments proxy config 2022-05-19 07:56:41 +02:00
Willy Kloucek 57c0de334d workaround ldaps insecure bind for graph https://github.com/owncloud/ocis/issues/3812 2022-05-17 16:44:22 +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
Willy Kloucek 10c956121a Revert "bring back uid,mail as login attributes"
This reverts commit 17a97f48cd.
2022-05-09 11:35:25 +02:00
Willy Kloucek 17a97f48cd bring back uid,mail as login attributes 2022-05-09 11:21:27 +02:00
Willy Kloucek 5c1ffb5038 adapt proxy config and remove uneeded config 2022-05-07 14:03:42 +02:00
Willy Kloucek 6b5447ef7b remove unused entrypoint script 2022-05-06 12:57:54 +02:00
Willy Kloucek dfafcb9664 update proxy config 2022-05-06 12:50:38 +02:00
Willy Kloucek 4a9d0f297f update proxy conf 2022-05-06 09:27:39 +02:00
Willy Kloucek d2de2a775d add OCIS_OIDC_ISSUER config env 2022-05-05 15:45:22 +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
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
Phil Davis b3aff31466 Various grammar and typos 2022-04-19 20:47:37 +05:45
Michael Barz 9a68be7a64 sql share driver has been renamed 2022-04-15 00:01:02 +02:00
Ralf Haferkamp 91a0301ea0 Adapt deployment examples for new LDAP config 2022-04-11 18:17:21 +02:00
Michael Barz 3c2bb52228 adopt demo deployment config 2022-04-09 16:17:03 +02:00
Willy Kloucek a81ba03d55 switch deployment examples to yaml config 2022-03-28 12:54:28 +02:00
Willy Kloucek c68cf322c9 switch to keycloak legacy (Wildfly) for deployment examples 2022-02-22 12:21:19 +01:00
kobergj 889a42c964 [full-ci] Events (#3146)
* initial events draft

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

* start nats server with ocis

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

* use feature reva and add config

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

* remove unneeded files

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

* edge reva and fix pipeline

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

* configure nats server via ocis

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

* update expected failures

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

* add nats to parallel deployment

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

* more expected failures

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

* use NATS instead of cp SETTINGS

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

* remove more configuration options

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-02-11 17:14:48 +01:00
Saw-jan dea3535537 stringify the boolean value 2022-02-08 15:34:46 +05:45
Willy Kloucek 1a3de22448 make testing for the parallel deployment optional and introduce the basic auth option for all supported deployments 2022-02-08 10:16:49 +01:00
Saw-jan 2417f29f7b update docker-compose for running tests 2022-02-08 12:00:06 +05:45
Willy Kloucek 322be13ee7 remove the owncloud storage driver 2022-02-01 11:16:18 +01:00
Willy Kloucek f681f91abd start only needed services and set up sharing driver 2022-01-31 09:58:36 +01:00
Willy Kloucek 6927cfd0dc remove unused templates 2022-01-13 11:32:32 +01:00
Willy Kloucek 182712b223 fix tracing config 2022-01-13 08:13:14 +01:00