20 Commits

Author SHA1 Message Date
Félix MARQUET
5eb24a55fd fix: Mettre à jour les dépendances pour améliorer la sécurité et la stabilité 2025-12-12 11:00:55 +00:00
Félix MARQUET
69851a3731 fix(security): Fix CVE-2025-66478 2025-12-08 09:55:31 +00:00
e825651c57 feat: Ajouter des fonctionnalités de tri et de filtrage des heures, incluant la sélection d'utilisateurs et l'ajout de timestamps 2025-11-20 18:31:33 +01:00
eb8132b20f feat: Add bulk import from ISEN excel 2025-11-20 18:00:29 +01:00
7501d82230 chore: upgrade Next.js to version 16 and update related configurations 2025-10-25 16:23:30 +02:00
Félix MARQUET
110d890046 Merge pull request #11 from BreizhHardware/dependabot/npm_and_yarn/dev/types/node-24.9.0
build(deps-dev): bump @types/node from 20.19.22 to 24.9.0
2025-10-21 10:23:11 +02:00
Félix MARQUET
eafed4a637 Merge pull request #10 from BreizhHardware/dependabot/npm_and_yarn/dev/tailwindcss/postcss-4.1.15
build(deps-dev): bump @tailwindcss/postcss from 4.1.14 to 4.1.15
2025-10-21 10:22:58 +02:00
dependabot[bot]
13c7a228af build(deps-dev): bump @types/node from 20.19.22 to 24.9.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.22 to 24.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 19:51:25 +00:00
dependabot[bot]
433ba37fd6 build(deps-dev): bump @tailwindcss/postcss from 4.1.14 to 4.1.15
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.1.14 to 4.1.15.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/@tailwindcss-postcss)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 19:50:42 +00:00
dependabot[bot]
df0181d1db build(deps-dev): bump tailwindcss from 4.1.14 to 4.1.15
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 to 4.1.15.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 19:49:30 +00:00
Félix MARQUET
7288271cae fix: update pnpm-lock.yaml 2025-10-18 21:57:23 +00:00
dependabot[bot]
20f5f613c2 build(deps): bump react from 19.1.0 to 19.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.1.0 to 19.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-18 21:57:23 +00:00
1761fa4f45 feat: add environment variables for CI and update login test selectors 2025-10-18 20:08:28 +02:00
1994ed5810 feat: update file upload paths and add dynamic file retrieval endpoint 2025-10-18 20:05:11 +02:00
fc13c94d5f feat: update CI configuration and disable Cypress support file 2025-10-18 19:46:04 +02:00
35600023b7 feat: enhance user seeding with UUIDs and improve code formatting in various files 2025-10-18 19:37:32 +02:00
94ed954dc1 feat: add Cypress end-to-end tests for login functionality and CI configuration 2025-10-18 19:34:39 +02:00
a6ac1e8140 feat: implement user password reset functionality and enhance settings context 2025-10-18 19:26:45 +02:00
c266a6d6ac refactor: clean up import statements and update docker-compose configuration 2025-10-17 22:46:08 +02:00
337b07f3c5 fix: update import paths for components and utilities to relative paths 2025-10-17 22:41:52 +02:00