Skip to content

Commit

Permalink
ENG-5451: Removed old theme
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniosant committed Feb 7, 2024
1 parent 5fb440c commit bda5b22
Show file tree
Hide file tree
Showing 45 changed files with 18 additions and 4,112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ga-publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: "Configure GA Repository"
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
server-id: maven-central
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down
9 changes: 9 additions & 0 deletions Dockerfile.keycloak
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ FROM quay.io/keycloak/keycloak:23.0.4 as builder
RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:23.0.4
LABEL MAINTAINER="Entando <[email protected]>"
ARG VERSION
LABEL name="Entando Keycloak" \
vendor="Entando" \
version="v${VERSION}" \
release="7.3" \
summary="Keycloak with Entando's themes and extensions." \
description="This is container hosts Keycloak along with themes created for Entando."
COPY LICENSE /licences/entando-lgpl.txt

COPY themes/entando /opt/keycloak/themes/entando
COPY --from=builder /opt/keycloak/ /opt/keycloak/
Expand Down
8 changes: 8 additions & 0 deletions themes/entando/login/theme.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ kcFeedbackErrorIcon=pficon pficon-error-circle-o
kcFeedbackWarningIcon=pficon pficon-warning-triangle-o
kcFeedbackSuccessIcon=pficon pficon-ok
kcFeedbackInfoIcon=pficon pficon-info

kcInputGroup=pf-c-input-group
kcInputWrapperClass=col-xs-12 col-sm-12 col-md-12 col-lg-12

## Password visibility
kcFormPasswordVisibilityButtonClass=pf-c-button pf-m-control
kcFormPasswordVisibilityIconShow=fa fa-eye
kcFormPasswordVisibilityIconHide=fa fa-eye-slash
3 changes: 0 additions & 3 deletions themes/entando_old/admin/resources/css/logo.css

This file was deleted.

1 change: 0 additions & 1 deletion themes/entando_old/admin/resources/img/entando-logo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions themes/entando_old/admin/theme.properties

This file was deleted.

55 changes: 0 additions & 55 deletions themes/entando_old/login/login.ftl

This file was deleted.

292 changes: 0 additions & 292 deletions themes/entando_old/login/messages/messages_en.properties

This file was deleted.

Loading

0 comments on commit bda5b22

Please sign in to comment.