Commit e3147be
feat(config): expose allow_subadmins via OWNCLOUD_ALLOW_SUBADMINS (#494)
* feat(config): expose allow_subadmins via OWNCLOUD_ALLOW_SUBADMINS
ownCloud core (oC 11) disables the subadmin/group-admin feature by
default via the new allow_subadmins config setting. Expose it through
the OWNCLOUD_ALLOW_SUBADMINS environment variable so operators can opt
the feature back in without bind-mounting a custom config.
This is an ownCloud 11 only setting, so the change applies to v24.04
only; v20.04 and v22.04 are intentionally left unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
* docs: clarify OWNCLOUD_ALLOW_SUBADMINS usage and deep-link docs
Address review feedback on PR #494: state that only the literal value
`true` enables the feature and that leaving it unset keeps it disabled
(ownCloud core default), and deep-link to the specific config sample
parameter section like the neighbouring entries.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---------
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6e57637 commit e3147be
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
0 commit comments