Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #339

Closed
wants to merge 118 commits into from
Closed

Develop #339

wants to merge 118 commits into from

Conversation

nbenyahiadev
Copy link
Contributor

Vérifier avant de merger

  • As-tu correctement relu ton code ?
  • As-tu besoin de revoir ton ticket avec la PO ou UX ?
  • Faut-il rajouter une nouvelle date de mise à jour sur la production ?
  • Faut-il rajouter des données dans data_set ?
  • Faut-il ajouter des variables d'environnement sur la production ?
  • Faut-il mettre à jour middleware.ts et lighthouserc.js dû à la création/suppression d'une page ?
  • Faut-il modifier Content-Security-Policy dans next.config.js ?

nbenyahiadev and others added 9 commits July 3, 2023 10:19
* (hel-426) Fix taux de caf si pas de données (#330)

* (hel-494) install next auth and do some modifs

* (hel-495) Interconnexion Helios

correction script migration typeORM

* (hel-494) database models and entities

* (hel-494) first login version

* (hel-494) fix warnings and errors

* (hel-494) fix deduped error

* (hel-494) fix unit tests

* (hel-494) fix some unit tests

* (hel-494) add next auth url and secret env variables

* (hel-494) try to fix redirection

* (hel-494) fix router

* (hel-494) try another path

* (hel-494) fix bug in connxion

---------

Co-authored-by: Sébastien FERRE <s.ferre@cat-amania.com>
* (hel-426) Fix taux de caf si pas de données (#330)

* (hel-495) Interconnexion Helios

correction script migration typeORM

* (hel-495) Interconnexion Helios

Modification migration ajout colonne inst_code_geo dans la table institution

* Revert "(hel-495) Interconnexion Helios"

This reverts commit 59474ad.

* (hel-495) Interconnexion Helios

Ajout de la colonne institution.inst_code_geo

* (hel-495) Interconnexion Helios

insertion des institution DNUM (SCN), CAT-AMANIA, et TEST

* (hel-495) modification du gitignore

ajout des clefs de chiffrement et du repertoire de conf vscode

* (hel-495) Interconnexion Helios

suppression de la contrainte d'unicité sur la colonne inst_code_geo
* (hel-426) Fix taux de caf si pas de données (#330)

* (hel-495) Interconnexion Helios

correction script migration typeORM

* (hel-496) Script d'insertion des utilisateurs en base

ajout de la variable environnement UTILISATEURS_DATA_PATH indiquant le chemin du fichier à importer

* (hel-496) Script d'insertion des utilisateurs en base

modification du mdp par defaut ajout du code institution de chaque utilisateur

* (hel-496) Script d'insertion des utilisateurs en base

ajout du repertoir .vscode au gitignore

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des changement de la table institution

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des rremarque du CI

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des remarques du CI

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des remarques du CI

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des remarques du CI

* (hel-496) Script d'insertion des utilisateurs en base

prise en compte des remarques du CI
* (hel-503) mise en place des pages mot de passe oublie et changement de mot de passe

* (hel-426) Fix taux de caf si pas de données (#330)

* (hel-503) mettre en place l'arborescence des fichiers backend pour le changement de mot de passe

* (hel-494) install next auth and do some modifs

* (hel-495) Interconnexion Helios

correction script migration typeORM

* (hel-494) database models and entities

* (hel-494) first login version

* (hel-503) (503) gestion oublie mot passe

* (hel-503) (503) gestion oublie mot passe

* (hel-503) (503) gestion oublie mot passe

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503) fix build errors

* (hel-503)  add bcrypt compare passeword

* (hel-503) remove dnum_ssh_key file

* (hel-503) fix bug while pressing enter key

* (hel-503) fix header wording

* (hel-503) fix code review comments

* (hel-503) fix build errors

* (hel-503) fix code review and warnings

* (hel-503) fix code review and warnings

* (hel-503) add new line at end of  file

* (hel-503) add  try catch

* (hel-503) add ligne at the end of file

* (hel-503) fix code review comments

* (hel-503) fix code review comments

* (hel-503) fix design issues

* (hel-503) fix comments

* (hel-503) fix architecture forget password

* (hel-503) fix syntaxe and design

* (hel-503) fix build error

* (hel-503) add error msg invalid email

* (hel-503) back validation

* (hel-503) block sending mail to invalid email

* (hel-503) add show password

* (hel-503) fix header picto

---------

Co-authored-by: schlaifa <s.chlaifa@cat-amania.com>
Co-authored-by: Sébastien FERRE <s.ferre@cat-amania.com>
Co-authored-by: NbyDev <n.benyahia@cat-amania.com>
@gitguardian
Copy link

gitguardian bot commented Jul 10, 2023

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
7170707 Generic High Entropy Secret 8a41b71 src/backend/testHelper.ts View secret
7170707 Generic High Entropy Secret 784ab26 src/backend/testHelper.ts View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

nbenyahiadev and others added 19 commits July 10, 2023 15:28
* fix package json

* fix yarn lock

* reverse yarn lock
* (hel-514) add firstname to header

* (hel-514) fix typecheck errors

* (hel-514) delete console.log line
* (hel-517) create profile page

* (hel-517) fix typecheck errors

* (hel-517) add breadcrumb
* (hel-512) check expired token

* (hel-521) token expires within 8 hours

* (hel-521) session expire after an hour of inactivity

* (hel-521) fix code issues
* (hel-518) create change password page

* (hel-522) use different password

* (hel-522) change message error wording

* (hel-522) correct code issues
* (hel-508) page favoris + userContext

* (hel-508) les ws getAllFavoris, addToFavoris et removeFromFavoris

* (hel-508) page favoris

* (hel-508) Add star component to summary page and clean code

* (hel-508) add a popover to star button

* (hel-508) retour demo

* (hel-509) merge favoris into search history

* (hel-509) save search history back and front

* (hel-509) get all user search history front and back

* (hel-509) get only the newest searchs

* (hel-508) create migration script to add favori table

* (hel-509) add migrattion script to create search_history table

* (hel-508) correct PR errors

* (hel-509) correct code issues

* (hel-509) fix code issues

* (hel-509) fix code issues

* (hel-509) fix code issues

* (hel-509) fix code issues

* (hel-509) protect favoris and history routes

* (hel-509) fix code issues

* (hel-509) fix code issues
schlaifa and others added 29 commits November 21, 2023 17:17
* (hel-556) fix EJ indicateur wording

* (hel-557) fix ET-SAN indicateur  autorisation wording
…#380)

* (hel-543) Etablissements specifiques CPTS  Message specifique pour absence de donnees

* (hel-543) prioritize not authorized message

* (hel-543) fix unit tests bugs

* (hel-543) fix unit tests bugs
* (hel-555) cartographie outre mer regions

* (hel-555) outre mer regions list on carto

* (hel-555) fix unit tests

* (hel-555) fix unit tests bugs
* version 1.1.3

* (hel-569) change wording page profil
* version 1.1.3

* (hel-568) fix accessibility issues
* version 1.1.3

* (hel-561) create createPwd page

* (hel-561) add confirmation message after creating a password
* (hel-555) cartographie outre mer regions

* (hel-555) outre mer regions list on carto

* (hel-555) fix unit tests

* (hel-555) fix unit tests bugs

* (hel-555) fix carto urls
* version 1.1.3

* (hel-564) make settings page available only for super admins
* version 1.1.3

* (hel-538) resize logo helios in emails
* version 1.1.3

* (hel-571) change footer pages wording

* (hel-571) fix unit tests issues
* version 1.1.3

* (hel-566) change wording page parametrage

* (hel-566) fix migration issue

* (hel-566) fix migrations issue

* (hel-566) fix migrations issue

* (hel-566) fix migrations issue
* version 1.1.3

* (hel-562) add forget password description message
* (hel-552) flush cache at logout

* (hel-552) fix bug bloc RH

* (hel-552) clean code

* (hel-552) remove node-cache

* (hel-552) fix logout issues
* (hel-566) change wording page parametrage

* (hel-566) fix migration issue

* (hel-566) fix migrations issue

* (hel-566) fix migrations issue

* (hel-566) fix migrations issue

* (hel-566) fix wording settings page
* (hel-561) create createPwd page

* (hel-561) add confirmation message after creating a password

* (hel-561) fix pwd creation message bug

* (hel-561) fix merge conflicts
* (hel-538) resize logo helios in emails

* (hel-538) fix logo height in emails
@schlaifa schlaifa closed this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants