diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-08-14 14:45:58 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-08-14 14:45:58 +0200 |
commit | 8d3738a22609c5206c50d7f5fbbf17ddc8df6db7 (patch) | |
tree | b50b369047d43b9226620e2a2973eff188d0648f /src/main/java/com/gitblit/models/SubmoduleModel.java | |
parent | 1df20a06c93ac68203f10d89f025d6ee74f5f23b (diff) | |
download | gitblit-8d3738a22609c5206c50d7f5fbbf17ddc8df6db7.tar.gz gitblit-8d3738a22609c5206c50d7f5fbbf17ddc8df6db7.zip |
Use existing setting but with new values
Instead of adding another setting and having to explain how the new one
and the existing `requireClientCertificates` setting are interdependent,
let's use the existing setting and add new values.
It is changed from a boolean to a string, with the values `required`,
`optional` and `disabled`. To keep backward compatibility with the old
values, the `true` value is mapped to `required` and the `false` value
is mapped to `optional`.
Diffstat (limited to 'src/main/java/com/gitblit/models/SubmoduleModel.java')
0 files changed, 0 insertions, 0 deletions