- Aug 18, 2020
-
-
Gaëlle FOURNIER authored
* Add default 'theme' ansible configuration for cas-server and remove the one on referential * Dirty adaptation of referential app ansible deployment script (todo : define correct mongo script versionning) * Replace vitamui_env_name by vitamui_site_name * Fix referential-internal module default vitam dev conf Co-authored-by:
benemart <benedicte.martinez@cea.fr> Co-authored-by:
Maël QUAISSARD <mael.quaissard@smile.fr> Co-authored-by:
Ro3034 <romaingordolo@gmail.com>
-
- Aug 05, 2020
-
-
Makhtar DIAGNE authored
* [TECH] Nginx add referential apps * [TECH] Fix theme default logo * [TECH] Fixes from PR review * [TECH] Strange fixes for ui-referential (why was it working) * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * [TECH] Merge fixes * compilation works * it runs * fix login/pwd authentication * handle provided username * some refactoring * login/pwd + authn delegation works (with or without service) * surrogation works * change password is triggered when the user is already authenticated using the doChangePassword parameter * password management * final tests on surrogation * WIP MFA * MFA works * [TECH] Update project from JAVA8 to JAVA11 with dependencies * [TECH] Remove unused jks files in integration data * fix back links * don't lost surrogation when bad password * [TECH] CAS set metrics dependency for prometheus * clean Spring config and open management endpoints * fix surrogation lost on bad password * [TECH] Configure Prometheus for SpringBoot services * [TECH] Use smtp4dev in our dev environment * [TECH] RPM update jdk from 1.8 to 11 * [DEVOPS] Fix unknown variable vitamui_services.x.dir.assets * [DEVOPS] Update scripts for deployment * [DLAB-3453] Update operation in order to extend it * [DLAB-3453] Remove priority on OperationStatus * [US DLAB-3806] Add pdf generation with images[US DLAB-3806] Add TU on PDF generation * ⅜TECH] Fix merge deployment task * fix session hard timeout instead of idle timeout * upgrade to CAS v6.1.6 and pac4j v4.0.0 * [TECH] CAS Security : add hostnameverifier optional property, activated by default * [devops] add validation of java 11 * [DEVOPS] Fix vitam-ui dpeloyment * [WIP] Upgrade logstash config according to Java 11 * [TECH] Update deployment * [TECH] Security / Authentification : Fix token increment * [TECH] Fix deployment maven build * RABB-519: corrige l'erreur en cas de ticket expiré * [TECH] Remove compiler overloading in cas server pom * [DEVOPS] Improve mongo deployment * [TECH] Update nginx conf in order to view objects * [devops] add tags for service installation * [DEVOPS] Add vitamui uninstallation * [devops] put consul as vitam service * [TECH] Frontend : Some cleaning & optimization optimisation * [TECH] FIx ui frontend plugin & configuration * [TECH] Fix recette configuration * [TECH] CAS : Set default data for twilio account * [TECH] Fix deployment uninstall when file is absent * [TECH] Cas : fix war build with tomcat dependencies * [TECH] Fix ui frontend plugin and configuration (bis) * [TECH] CAS 6.1.6 : update static templates, js & add theming variables * [FIX RABB-579] Fix error sending mail from iam-internal * [TECH] Frontend use assets from ui-frontend-common & update branding * [FIX RABB-539] Handle redirections for CAS Authentication failure * [TECH] Frontend : add gzip compression * [TECH] Uninstall remove assets * [FIX RABB-555] Fix cas deployment config and password init for a new user * [TECH] Fix merge * [TECH] Fix merges * Update Jenkinsfile Changed label from "contrib" to "java11" for building purpose * Update Jenkinsfile * fix cas-server dependencies, styles ui-ref, deployment archive * fix test iam-internal * redo tar.gz * zip deployment * add prod profile for frontend * fix maven-assembly-plugin version and webpack profile * Try generating zip package archive Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> Co-authored-by:
Jérôme LELEU <jerome.leleu@teamdlab.com> Co-authored-by:
Mathieu Leguay <mathieu.leguay@teamdlab.com> Co-authored-by:
Franck Bebel <franck.bebel@ouidou.fr> Co-authored-by:
deviller <burma@free.fr> Co-authored-by:
Thierry Devillechabrolle <60743409+TDevillechabrolle@users.noreply.github.com> Co-authored-by:
app-jenkins <romain.gordolo@xelians.fr> Co-authored-by:
Gaëlle FOURNIER <gaelle.fournier.work@gmail.com>
-
- Jul 27, 2020
-
-
Makhtar DIAGNE authored
* [TECH] Nginx add referential apps * [DLAB-4154] Improve the management of mongo scripts - Mutualize scripts between dev environment and deployment - Add versioning on scripts executed on a given environment * [DLAB-4154] Add Mitogen in order to improve performance (mongo deployment in local) * First step: Update main color + customer collection Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Get colors from serveur (mock) + apply color conversion and default/overriden values Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Get colors form application and AuthDTO + make specific colors (transparent, light, dark) Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Quick push Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Push for test Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * WIP themes colors Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Fix colors Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Export colors function in colors.util.ts Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Add Colors in graphical identity for Customer Creation Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Update create/view customer page + add edit colors for customers Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Add app logo configuration Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * Fix some features Signed-off-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> * [TECH] Fix frontend issues * [DLAB-4011] temp commit * [DLAB-4011] Fix initial values in color inputs * [DLAB-4011] create, update theme colors * [DLAB-4011] Color picker for theme inputs * [DLAB-4011] Fix custom graphic identity validation * [DLAB-4011] Fix inputs behavior and appearance * [Theme] Create primary & secondary variables * [DLAB-4011] Add custom theme to cas, identity and portal * Version upgrade to 1.0.2-SNAPSHOT * [DEVOPS] Fix unknown variable vitamui_services.x.dir.assets * [DEVOPS] Update scripts for deployment * [DEVOPS] Add README and update cleanup method for certificates * [DLAB-4011] Add IT scenario & primary-dark color * [DLAB-4011] Set dlab theme config * [DLAB-4011] Set dlab colors on cas, identity & portal * [TECH] FIX vitamui input component * [FIX DLAB-3306] Sort subrogations * [ELCA-27] Expose NavbarComponent and childs to permit customizing * [TECH] Frontend : Some cleaning & optimization optimisation * [TECH] Fix theme default logo * [TECH] Fix recette configuration * [TECH] Frontend Optimization * [TECH] Fix front tests * [TECH] Frontend Optimization (bis) * [FIX RABB-585] Add animation in progress bar * [FIX RABB-577] Add space above title * [FIX RABB-581] Fix VITAMUI_AUTHENTICATION Logbook code * [TECH] Fix console error on ICU comment Keys EXT_VITAMUI_AUTHENTIFICATION_USER and EXT_VITAMUI_AUTHENTIFICATION_OTP_USER defined in file event-tyoe-label.component.html are kept only for Legacy code and existing data * [RABB-626] Frontend Optimization : fix font * [FIX RABB-37] Accept Timeout parameter as Http header * [TECH] Frontend use assets from ui-frontend-common & update branding * [TECH] Nginx : Add favicon link * [TECH] UI Frontend rewrite links in SCSS files with base-ref, deploy-url * [TECH] Theme : getAsset, normalize path for security issues * [FIX RABB-664] Show secondary color instead of primary for valid-check password * [TECH] Frontend use assets from ui-frontend-common & update branding : fix tests * [FIX RABB-577] Add space below group profile pop-in title * [TECH] Remove default UI page title name * [DEVOPS] Update theme values in deployment * [TECH] Update package-lock files * [TECH] Rollback versions update * [TECH] Fix wrong URL * [TECH] First Fixes after review * Update typos in deployment/README.rst Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * [TECH] Fixes from PR review * [TECH] Changes in ui-referential for theme engine * [TECH] Strange fixes for ui-referential (why was it working) * [TECH] Fix PR review : display error message during colors validating * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com> * [TECH] Merge fixes * Revert [TECH] Strange fixes for ui-referential (why was it working) Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com> Co-authored-by:
Mathieu Leguay <mathieu.leguay@ouidou.fr> Co-authored-by:
BLANCHET Ludovic <ludovic.blanchet.ext@culture.gouv.fr> Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamvitamui.com> Co-authored-by:
Maël AUDEON <mael.audeon@teamdlab.com> Co-authored-by:
Mathieu Leguay <mathieu.leguay@teamdlab.com> Co-authored-by:
Amine FILALI <amine.filali@xelians.fr> Co-authored-by:
CouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com>
-
- Jul 24, 2020
-
-
Mathieu Leguay authored
* [DLAB-4154] Fix PKI: missing password in vault file for the cert vitamui * [DLAB-4154] Improve the management of mongo scripts - Mutualize scripts between dev environment and deployment - Add versioning on scripts executed on a given environment * [DLAB-4154] Upgrade scripts organization for PKI in order to authorize overrides * [DLAB-4154] Add PKI for dev * [DLAB-4154] Fix PKI: missing password in vault file for the cert vitamui * [TECH] generate certs & stores for new referential apps * [TECH] Dev environment : avoid duplication & use certs in dev-deployment in root project * [TECH] Remove dlab mentions in yml playbook * [TECH] Fix spelling errors * [TECH] Generate vitamui examples certs in deployment * [TECH] Fix spelling errors * [TECH] Update scripts and mongo configuration for referential apps * [TECH] Nginx add referential apps * [TECH] Remove mitogen execution * [TECH] Mongo dev add hosts config ...
-
- Jul 03, 2020
-
-
benemart authored
* Apps referentials * 3 news modules : referential-internal, referential-external, ui-referential * modification of portal and commons to adapt for new applications * compatibility to vitam version 2.15.1-1 * update of ansible code to be able to deploy applications Signed-off-by:
MARTINEZ Benedicte <benedicte.martinez@cea.fr> * Apps referentials Mise à jour suite à PR#27 Upgrade deployment Signed-off-by:
MARTINEZ Benedicte <benedicte.martinez@cea.fr> * Apps referentials : update vitam clients version to last R12 version * Apps referentials : fix apache FOP dependency error by excluding jai-xxxx * Fix TU front : prod-proof import in styles * Fix TU front : fix vitamui-library tests * Fix : build vitamui-library package before maven projects build * Fix referential front TU : fix or ignore TUs KO * Temporary deactivation of Tu with timeout * Fix build with scss * Fix TU import * Fix build with scss in ui-frontend pom + add more ram on build + use headless profile for tests * Fix : clean code and exception throwing * Clean code : tslint fixes * Fix profile -> profil * Fix domains in yml * Fix domains in docker mongo vars * Remove 02_security_ref.js in docker Co-authored-by:
BLANCHET Ludovic <ludovic.blanchet.ext@culture.gouv.fr> Co-authored-by:
MARTINEZ Benedicte <BM246635@intra.cea.fr> Co-authored-by:
Gaëlle FOURNIER <gaelle.fournier.work@gmail.com>
-
- May 19, 2020
-
-
Mathieu Leguay authored
Co-authored-by:
Mathieu Leguay <mathieu.leguay@teamdlab.com>
-
- May 15, 2020
-
-
Mathieu Leguay authored
* [DLAB-4126] Upgrade deployment (PKI & Ansible scripts) - Upgrade functions.sh: Addition of genericity on the functions allowing to handle a vault file - Add ERASE as input parameters on PKI's scripts in order to preverse existing items when we execute scripts (add module, clients ...) - Upgrade generate_stores.sh in order to populate dynamically the linked vault file - Upgrade packaging in order to add the archive of deployment - Upgrade scripts according to the PKI in order to clean/fix deployment for keystores/trustores and linked configuration * [DLAB-4126] Update PKI according to the previous updates * [DEVOPS] Add README and update cleanup method for certificates * [DLAB-4126] Taking into account feedback on PR Co-authored-by:
Mathieu Leguay <mathieu.leguay@teamdlab.com>
-
- May 14, 2020
-
-
Ro3034 authored
* Merged in deployment (pull request #3) Deployment * Fix apache and force pkcs12 for truststore * Add vitam certs for devops env * Fix apache mime, ui-portal, application.yml * Fix cas js apache * Add module mod_substitute * Add SubstituteMaxLineLength * merge * Remove dlab references * [DEVOPS] fix files * [DEVOPS] vitamui_site_name for datacenter consul vitamui Signed-off-by:
Gordolo Romain <romain.gordolo@xelians.fr> * Add commit fixme to apache for mod_substitute.so Co-authored-by:
Romain GORDOLO <romain.gordolo@teamdlab.com> Co-authored-by:
Gordolo Romain <romain.gordolo@xelians.fr>
-
- May 07, 2020
-
-
Olivier MARSOL authored
* Some more explanations how-to deploy vitam-ui * Update deployment/README.rst thx for typo fix Co-authored-by:
benemart <62019029+benemart@users.noreply.github.com> Co-authored-by:
benemart <62019029+benemart@users.noreply.github.com>
-
Olivier MARSOL authored
* May add the ability to renew a previously created platform.. or not ! * Update 03_application_ref.js.j2 Added one more conditional to bypass apps duplicates. Better way may be to manage some kind of "insert or update", if new apps are added later.
-
- Apr 10, 2020
-
-
Makhtar DIAGNE authored
* |TECH] Update locale JKS * [TECH] Change CAS Tenant Identifier to -1 * [TECH] Fix password expiration delay : it's in months not in days * [TECH] Fix Customer Creation when OTP is mandatory * [TECH] Sonar fixes for CasInternalService * [TECH] Fix close action when viewing popup for customer, group, profile and user * [TECH] Customer and User creation : disable submit button when the action is in progress Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com>
-
- Apr 09, 2020
-
-
Ro3034 authored
Co-authored-by:
Makhtar DIAGNE <makhtar.diagne@teamdlab.com>
-
- Feb 05, 2020
-
-
vitam-prg authored
-