Integrate Plugin Center myCloudogu Authentication (#1884)

Allows scm-manager instances to authenticate with the configured plugin center. If the default plugin center is used, a myCloudogu account is used for authentication which in turn enables downloading special myCloudogu plugins directly through the plugin administration page.

Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
Co-authored-by: Matthias Thieroff <93515444+mthieroff@users.noreply.github.com>
Co-authored-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com>
This commit is contained in:
Sebastian Sdorra
2021-12-13 15:15:57 +01:00
committed by GitHub
parent c95888d491
commit 6eba01161f
84 changed files with 3147 additions and 289 deletions

View File

@@ -384,6 +384,15 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
.has-border-white {
border-color: $white !important;
}
.has-border-success {
border-color: $success !important;
}
.has-border-info {
border-color: $info !important;
}
ul.is-separated {
> li:after {
content: ",\2800";
@@ -396,12 +405,12 @@ ul.is-separated {
// card columns for repo and plugins overview
.card-columns {
.column {
height: 120px;
height: 160px;
margin-bottom: 1.5rem;
.overlay-column {
position: absolute;
height: calc(120px - 1.5rem);
height: calc(160px - 1.5rem);
}
}