diff --git a/accounts/templates/CONFIGURATION.tmpl b/accounts/templates/CONFIGURATION.tmpl index ab6a93bbf..595c23873 100644 --- a/accounts/templates/CONFIGURATION.tmpl +++ b/accounts/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/accounts -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/accounts/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/docs/extensions/accounts/_index.md b/docs/extensions/accounts/_index.md index bcd0f1702..cdd647128 100644 --- a/docs/extensions/accounts/_index.md +++ b/docs/extensions/accounts/_index.md @@ -7,14 +7,12 @@ geekdocEditPath: edit/master/docs/extensions/accounts geekdocFilePath: _index.md --- -[![GitHub](https://img.shields.io/github/license/owncloud/ocis-hello)](https://github.com/owncloud/ocis-hello/blob/master/LICENSE) - ## Abstract OCIS needs to be able to identify users. Whithout a non reassignable and persistend account ID share metadata cannot be reliably persisted. `ocis-accounts` allows exchanging oidc claims for a uuid. Using a uuid allows users to change the login, mail or even openid connect provider without breaking any persisted metadata that might have been attached to it. - persists accounts - uses graph api properties - -ldap can be synced using the onpremise* attributes +- ldap can be synced using the onpremise* attributes ## Table of Contents diff --git a/glauth/templates/CONFIGURATION.tmpl b/glauth/templates/CONFIGURATION.tmpl index 4ad392c93..977db726f 100644 --- a/glauth/templates/CONFIGURATION.tmpl +++ b/glauth/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/glauth -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/glauth/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/konnectd/templates/CONFIGURATION.tmpl b/konnectd/templates/CONFIGURATION.tmpl index 5c22a7662..445eec7e0 100644 --- a/konnectd/templates/CONFIGURATION.tmpl +++ b/konnectd/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/konnectd -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/konnectd/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocis-phoenix/templates/CONFIGURATION.tmpl b/ocis-phoenix/templates/CONFIGURATION.tmpl index e07cad149..3b7584936 100644 --- a/ocis-phoenix/templates/CONFIGURATION.tmpl +++ b/ocis-phoenix/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/phoenix -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/phoenix/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocis/templates/CONFIGURATION.tmpl b/ocis/templates/CONFIGURATION.tmpl index aa1355012..55b2249ed 100644 --- a/ocis/templates/CONFIGURATION.tmpl +++ b/ocis/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/ocis -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/ocis/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocs/templates/CONFIGURATION.tmpl b/ocs/templates/CONFIGURATION.tmpl index 7f5cea214..a8138a440 100644 --- a/ocs/templates/CONFIGURATION.tmpl +++ b/ocs/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/ocs -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/ocs/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/proxy/templates/CONFIGURATION.tmpl b/proxy/templates/CONFIGURATION.tmpl index b45332570..32bf527d5 100644 --- a/proxy/templates/CONFIGURATION.tmpl +++ b/proxy/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/proxy -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/proxy/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/settings/templates/CONFIGURATION.tmpl b/settings/templates/CONFIGURATION.tmpl index 0c9ffef86..41797f6ee 100644 --- a/settings/templates/CONFIGURATION.tmpl +++ b/settings/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/settings/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/storage/templates/CONFIGURATION.tmpl b/storage/templates/CONFIGURATION.tmpl index 0d9ae1ab7..a94a75dc4 100644 --- a/storage/templates/CONFIGURATION.tmpl +++ b/storage/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/storage/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/store/templates/CONFIGURATION.tmpl b/store/templates/CONFIGURATION.tmpl index a200e322e..7f63464e4 100644 --- a/store/templates/CONFIGURATION.tmpl +++ b/store/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/store -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/store/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/thumbnails/templates/CONFIGURATION.tmpl b/thumbnails/templates/CONFIGURATION.tmpl index 96039e8ca..863eac694 100644 --- a/thumbnails/templates/CONFIGURATION.tmpl +++ b/thumbnails/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/thumbnails -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/thumbnails/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/webdav/templates/CONFIGURATION.tmpl b/webdav/templates/CONFIGURATION.tmpl index 38c55396e..ec4f2d081 100644 --- a/webdav/templates/CONFIGURATION.tmpl +++ b/webdav/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/webdav -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/webdav/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}}