mmattel
72bba00e53
Add deprecation info for resharing
...
Co-authored-by: Christian Richter <crichter@owncloud.com >
2024-03-15 10:25:03 +01:00
Jörn Friedrich Dreyer
1c9da9a0be
verify all system accounts are set
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
(cherry picked from commit 972adafd29 )
2024-03-12 16:36:09 +01:00
Phil Davis
22c19472de
chore: set introductionVersion 5.0 in services/graph
2024-03-07 13:51:37 +05:45
Phil Davis
d27e33a1bd
chore: add introductionVersion pre5.0 to environment variable docs
2024-03-07 13:51:37 +05:45
mmattel
6e721eb4f5
[docs-only] Fix envvar descriptions trailing a double dot
2024-02-06 11:52:10 +01:00
Ralf Haferkamp
dca0c653fb
Removed deprecated envars scheduled for removal with 5.0.0
...
Fixes : #8025
2024-01-09 11:28:31 +01:00
jkoberg
de4f9d78f4
allow authentication for stores
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-12-19 10:44:05 +01:00
jkoberg
3e55223f2d
allow authentication for events
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-12-19 10:44:05 +01:00
kobergj
423c28b298
improve store readmes
...
Co-authored-by: Martin <github@diemattels.at >
2023-12-15 13:25:10 +01:00
jkoberg
d62cb9d34b
use inmemory cache by default
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-12-13 12:49:54 +01:00
jkoberg
ad87ac955a
configure services individually
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-12-13 12:49:54 +01:00
jkoberg
bbc4f83f7d
bump dependencies
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-12-13 12:49:53 +01:00
Ralf Haferkamp
4cb6d99e88
graph/users: Make minimum search term length configurable
2023-12-07 10:21:45 +01:00
mmattel
5e74b50efb
[docs-only] Fix envvars with a array slice ([]string)
2023-11-09 12:22:59 +01:00
mmattel
b13b880921
[docs-only] Fix envvars with a duration.
2023-11-08 18:32:39 +01:00
Roman Perekhod
d185b7145f
implement sharing roles ( #7524 )
...
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-10-24 15:01:11 +02:00
Ralf Haferkamp
8f284e7c2b
Add OCIS_LDAP_BIND_PASSWORD envvar and deprecate LDAP_BIND_PASSWORD
...
For some reason LDAP_BIND_PASSWORD was forgotten when all the other global LDAP_
variables got renamed.
Also marks LDAP_BIND_PASSWORD and LDAP_USER_SCHEMA_ID_IS_OCTETSTRING for removal with 5.0.0
Partial: #7176
2023-09-20 19:00:11 +02:00
jkoberg
bd716156fc
let ocis init set the serviceaccounts
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-08-31 12:11:44 +02:00
jkoberg
0cd5ad6415
use service accounts for graph
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-08-31 12:11:43 +02:00
Christian Richter
d7139d4127
remove deprecated variables
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-08-22 17:25:24 +02:00
Ralf Haferkamp
c0181f8144
graph: honor the OCIS_LDAP_GROUP_SCHEMA_MEMBER setting
...
Fixes : #7032
2023-08-17 11:06:34 +02:00
Daniël Franke
919404bafe
Move graph service to service tracer.
...
This changes the graph service away from using global tracers,
which makes debugging tracing issues easier going forward.
2023-07-12 12:56:33 +02:00
Ralf Haferkamp
51bc49d5b5
graph: Add config knob to set a minimal grace period for schoolTermination
...
When setting a terminationDate on a School, it's possible to configure a grace
period now so that only terminationDate that are at least a certain time in the
future can be set.
We also now forbid to set a terminationDate in the past.
2023-07-12 08:48:19 +02:00
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
mmattel
d7b447b791
[docs-only] Increase readability for tracing values in the description
2023-07-07 09:50:39 +02:00
mmattel
758192bd6d
[docs-only] Fix some envvar descriptions
2023-06-09 13:03:17 +02:00
Martin
5d7424030f
Update services/graph/pkg/config/application.go
2023-06-06 17:22:37 +02:00
Martin
6b0af103ca
[docs-only] GRAPH_APPLICATION_ID envvar fix
2023-06-06 17:20:50 +02:00
jkoberg
70391a0bf2
unify CACERT envvars
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-25 13:32:37 +02:00
Ralf Haferkamp
efc5e249e2
graph: Clarify wording for GRAPH_USERNAME_MATCH setting
2023-05-24 17:17:15 +02:00
Ralf Haferkamp
3e54c5b3db
docs: clarify wording for 'OCIS_LDAP_SERVER_WRITE_ENABLED'
2023-05-24 10:24:19 +02:00
Jörn Friedrich Dreyer
0edb2b9c5b
fix preflight requests
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-22 16:28:51 +02:00
Phil Davis
4874da778c
Reword 'allow to' sentences
2023-05-18 09:48:29 +05:45
jkoberg
c76fb5f412
add graph user capabilities
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-17 19:27:07 +02:00
Ralf Haferkamp
1d85593c7e
graph: Adjust defaults for user, group and SpaceProperties caches
...
The old default ttl of 30 minutes for the caches seems way too long. It
could cause outdated information users or groups to be returned for
quite a while. Especially since the TTL was reset every time an entry was
fetched from the cache. This is disabled now as well.
Fixes : #6320
2023-05-17 16:16:24 +02:00
Daniel Swärd
ec5d50149a
Update services/graph/pkg/config/config.go
...
Co-authored-by: Martin <github@diemattels.at >
2023-05-10 17:19:53 +02:00
Daniel Swärd
1cc3fc92c0
graph/groups: Fix typos in config.
2023-05-10 16:28:26 +02:00
Michael Barz
b354e79bb5
Merge pull request #6189 from owncloud/cache-special-drive-items
...
cache special drive items until space root changes
2023-05-03 18:16:28 +02:00
Ralf Haferkamp
1ad31218ec
graph: Allow using binary LDAP UUIDs as user ids
...
In Active Directories UUID attributes such as "objectGUID" use a binary
syntax (oposed to the standard UUID syntax defined in RFC4530). This
introduces a flag to enable support for binary UUIDs as the id for users
and groups (similar to what the "users" and "groups" services already
support)
Fixes : #5815
2023-05-03 09:32:05 +02:00
Jörn Friedrich Dreyer
ca638ddc51
cache special drive items until space root changes
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-02 11:44:27 +02:00
Andre Duffeck
129489203b
Cleanup and improve the caching config ( #6148 )
...
* Cleanup and improve the caching config
* bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* disable stat cache
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Bump reva
* Linter fixes
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-27 12:35:30 +02:00
Andre Duffeck
77bb3d8bcd
[full-ci] Refactor stores ( #6019 )
...
* Streamline the store implementation with and into reva
* Adapt to the cache/store refactoring in reva
* Streamline config options and their env vars
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
* Use the same database for all stores
* Bump reva
* Configure stat and filemetadata cache separately
* Fix default config
---------
Co-authored-by: Martin <github@diemattels.at >
2023-04-24 15:13:35 +02:00
mmattel
8ed34926ef
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 10:16:06 +02:00
Daniël Franke
2e8b741530
improve readme
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-14 15:09:54 +02:00
Daniël Franke
8e32b4f5da
Integrate keycloak and events data into graph.
...
This PR adds the data from keycloak and events into the GDPR export of
the graph service.
2023-04-14 15:09:54 +02:00
Ralf Haferkamp
0495e42534
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-06 10:00:20 +02:00
Ralf Haferkamp
359bf13ce6
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-06 09:55:19 +02:00
Daniel Swärd
afbfd2d6b2
Deprecating and renaming many environment variables
...
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
kobergj
78ab7d6750
Merge pull request #6009 from 2403905/introduceGlobalVariables
...
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
2023-04-05 10:20:48 +02:00
Ralf Haferkamp
120887abcc
graph: new config option GRAPH_LDAP_GROUP_CREATE_BASE_DN
...
By setting GRAPH_LDAP_GROUP_CREATE_BASE_DN a distinct subtree can be
configured where new LDAP groups are created. That subtree needs to be
subordinate to GRAPH_LDAP_GROUP_BASE_DN. All groups outside for
GRAPH_LDAP_GROUP_CREATE_BASE_DN are considered read-only and only groups
below that DN can be updated and deleted.
This is introduced for a pretty specific usecase where most groups are managed
in an external source (e.g. a read-only replica of an LDAP tree). But we still
want to allow the local administrator to create groups in a writeable subtree
attached to that replica.
2023-04-04 15:56:57 +02:00