Skip to content

Commit

Permalink
commit 709ef1f
Browse files Browse the repository at this point in the history
Author: Ralf Haferkamp <[email protected]>
Date:   Wed Jan 11 20:38:18 2023 +0100

    graph:Add stubs for education/classes endpoints (#5360)

    * Renamed files for consistency reasons

    err_school.go implements the full education interface not just schools.
    ldap_school.go renamed to ldap_education_school.go for making it
    consistent with ldap_education_user.go

    * graph: Add stubs for education/classes endpoints

    The acutal backend implementations are still empty.
  • Loading branch information
rhafer committed Jan 11, 2023
1 parent 65ea7b7 commit 20ba622
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions services/_includes/adoc/global_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,13 @@ a| [subs=attributes+]
* xref:{s-path}/storage-users.adoc[storage-users] +

a| [subs=-attributes]
++string ++
++[]string ++

a| [subs=-attributes]
++ ++
++[] ++

a| [subs=-attributes]
A comma-separated list of addresses to connect to. Only valid if the above setting is set to "etcd"
Node addresses to use for the cache store.

a| `OCIS_CACHE_STORE_SIZE`

Expand Down Expand Up @@ -501,10 +501,10 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++ ++
++memory ++

a| [subs=-attributes]
The type of the cache store. Valid options are "noop", "ocmem", "etcd" and "memory"
Store implementation for the cache. Valid values are "memory" (default), "redis", and "etcd".

a| `OCIS_CORS_ALLOW_CREDENTIALS`

Expand Down Expand Up @@ -535,7 +535,7 @@ a| [subs=-attributes]
++[]string ++

a| [subs=-attributes]
++[Authorization Origin Content-Type Accept X-Requested-With] ++
++[Origin Accept Content-Type Depth Authorization Ocs-Apirequest If-None-Match If-Match Destination Overwrite X-Request-Id X-Requested-With Tus-Resumable Tus-Checksum-Algorithm Upload-Concat Upload-Length Upload-Metadata Upload-Defer-Length Upload-Expires Upload-Checksum Upload-Offset X-HTTP-Method-Override] ++

a| [subs=-attributes]
A comma-separated list of allowed CORS headers. See following chapter for more details: *Access-Control-Request-Headers* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers.
Expand All @@ -552,7 +552,7 @@ a| [subs=-attributes]
++[]string ++

a| [subs=-attributes]
++[GET POST PUT PATCH DELETE OPTIONS] ++
++[OPTIONS HEAD GET PUT POST DELETE MKCOL PROPFIND PROPPATCH MOVE COPY REPORT SEARCH] ++

a| [subs=-attributes]
A comma-separated list of allowed CORS methods. See following chapter for more details: *Access-Control-Request-Method* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method
Expand Down Expand Up @@ -853,7 +853,7 @@ a| [subs=-attributes]
++false ++

a| [subs=-attributes]
Whether to verify the server TLS certificates.
Allow insecure connections to the frontend.

a| `OCIS_JWT_SECRET`

Expand Down Expand Up @@ -1078,7 +1078,7 @@ a| [subs=-attributes]
++ ++

a| [subs=-attributes]
Machine auth API key used to validate internal requests necessary to access resources from other services.
The machine auth API key used to validate internal requests necessary to access resources from other services.

a| `OCIS_OIDC_ISSUER`

Expand All @@ -1099,7 +1099,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++

a| [subs=-attributes]
URL of the OIDC issuer. It defaults to URL of the builtin IDP.
The identity provider value to set in the userids of the CS3 user objects for users returned by this user provider.

a| `OCIS_SYSTEM_USER_API_KEY`

Expand Down Expand Up @@ -1341,7 +1341,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++

a| [subs=-attributes]
URL to load themes from. Will be prepended to the theme path.
The identity provider value to set in the userids of the CS3 user objects for users returned by this user provider.

a| `REVA_GATEWAY`

Expand Down Expand Up @@ -1392,7 +1392,7 @@ a| [subs=-attributes]
++ ++

a| [subs=-attributes]
The storage transfer secret.
Transfer secret for signing file up- and download requests.

a| `STORAGE_USERS_OCIS_ASYNC_UPLOADS`

Expand Down

0 comments on commit 20ba622

Please sign in to comment.