renovate[bot]
964981bbfb
⬆️ (dependencies) update js dependencies
2025-11-04 16:10:27 +01:00
Marie PUPO JEAMMET
99967b450e
🔖 (minor) release version 1.20.0
...
Update all version files and changelog for minor release.
2025-10-22 10:18:21 +00:00
Marie PUPO JEAMMET
76f4bf36c7
🔖 (patch) release version 1.19.1
...
Update all version files and changelog for patch release.
2025-09-19 17:04:02 +02:00
Marie PUPO JEAMMET
668a296142
🔖 (minor) release version 1.19.0
...
Update all version files and changelog for minor release.
2025-09-03 11:52:42 +02:00
elvoisin
f1892b7049
✨ (front) add modal update mailboxes ( #954 )
...
* ✨ (front) add modal update mailboxes
add modal update mailboxes
* ♿ ️(labels) improve aria-labels on domain panel's buttons
improve descriptions on aria-label on domain panel's buttons
---------
Co-authored-by: Marie PUPO JEAMMET <marie.pupojeammet@numerique.gouv.fr >
2025-09-03 11:02:23 +02:00
Marie PUPO JEAMMET
b47282430e
🔖 (patch) release version 1.18.2
...
Update all version files and changelog for patch release.
2025-07-03 11:28:01 +02:00
Marie PUPO JEAMMET
b78723ecce
🔖 (patch) release version 1.18.1
...
Update all version files and changelog for patch release.
2025-07-02 11:29:10 +02:00
Marie PUPO JEAMMET
8a434448dd
🔖 (minor) release version 1.18.0
...
Update all version files and changelog for minor release.
2025-06-30 15:23:08 +02:00
elvoisin
f30398fbc7
🐛 (front) fix button add mail domain ( #932 )
...
fix button rules + fix bad wording
2025-06-23 16:27:52 +02:00
Quentin BEY
213656fc2e
🧑💻 (docker) split frontend to another file
...
This commit aims at improving the user experience:
- Use a dedicated `Dockerfile` for the frontend
- Run the backend and frontend in "watch"/dev mode in Docker
- Do not start all Docker instances for small tasks
2025-06-21 00:15:16 +02:00
Marie PUPO JEAMMET
3fdd8a230c
🔖 (minor) release version 1.17.0
...
Update all version files and changelog for minor release.
2025-06-11 11:40:56 +02:00
Eléonore Voisin
485eb88dd1
✨ (frontend) add crisp script
...
add crisp chatbox to global layout
2025-06-10 16:13:24 +02:00
Quentin BEY
8e85f303ec
🌐 (frontend) update some translated messages
...
Slight cleanup of translations.
2025-05-16 11:55:32 +02:00
renovate[bot]
b0355059b7
⬆️ (dependencies) update js dependencies
2025-05-16 11:41:03 +02:00
Quentin BEY
bd43e4620d
💄 (teams) update team list page to match new UI
...
This is an attempt to quick fix the team page to match the new UI.
2025-05-14 17:57:29 +02:00
Quentin BEY
8c67d4a004
✅ (e2e) add mailboxe (dis/en)able check
...
This provides a new test to check the action on the mailbox item.
For now we can only enable or disable a mailbox.
We need to create the mailbox in the test, so it exists on Dimail side.
2025-05-14 17:46:26 +02:00
Quentin BEY
78cb3e693c
💚 (e2e) remove useless test on "tabs"
...
This is supposed to be a validation test on accessibility but in fact
it's just a flaky test which does not provide any information. We need
to replace this with something smarter.
2025-05-14 17:46:26 +02:00
Quentin BEY
cb198a9d04
💩 (frontend) restore user name / org header
...
This was added previously and while the organization is not displayed
elsewhere it's better to keep the information displayed somewhere.
2025-05-14 17:43:37 +02:00
Quentin BEY
21cbeded18
✅ (frontend) fix end-to-end tests after refacto
...
Some test were broken other were flaky: fix them.
All tests are not worthy but since it was easy to fix, we keep them
until we write better tests...
2025-05-14 17:43:37 +02:00
Quentin BEY
f0c609ef0b
🐛 (frontend) fix create team button
...
The button to create a new team was not displayed properly anymore.
2025-05-14 17:43:37 +02:00
Quentin BEY
4a08a9ec92
⚰️ (front) remove unused code after UI v2
...
The linter was unhappy, so I removed the unused variables or code.
2025-05-14 17:43:37 +02:00
Quentin BEY
5544a40f5f
🎨 (front) fix linter issues with --fix
...
Simply run the lint command with "autofix" to format files.
2025-05-14 17:43:37 +02:00
Eléonore Voisin
e274c309cd
🎨 (frontend) global UI rewrite to match new design
...
This commit is the result of several squashed commits which were
complicated to disjoin.
This rewrites the base UI, and the mail management interfaces.
2025-05-14 17:41:30 +02:00
Marie PUPO JEAMMET
a5473f62b7
🔖 (minor) release version 1.16.0
...
Update all version files and changelog for minor release.
2025-05-05 11:32:27 +02:00
Quentin BEY
ab5d8c74d8
✅ (e2e) fix keycloak user email address
...
Django >= 5.2 add a verification on email address
2025-04-22 17:59:55 +02:00
Sabrina Demagny
a7b3cd42bc
🔖 (minor) release version 1.15.0
...
Update all version files and changelog for minor release.
2025-04-04 17:46:21 +02:00
Laurent Bossavit
2502ff0c99
🔧 (dns) make target zone for communes domains configurable
...
Add a configuration setting tied to an env var, so we can have
a separate zone for staging/preprod.
2025-03-25 19:48:43 +01:00
renovate[bot]
7dac39034a
⬆️ (dependencies) update js dependencies
2025-03-24 10:55:35 +01:00
Laurent Bossavit
e63c31f960
🐛 (front) disable retries in useQuery and useInfiniteQuery
...
The default options in TanStack Query don't make sense for these purposes
and were inducing a need for long timeouts in Playwright tests. (Personal
aside: I consider timeouts in Playwright as a testing smell.)
2025-03-20 14:56:15 +01:00
Sabrina Demagny
5cd8f79f1e
🔖 (patch) release version 1.14.1
...
Update all version files and changelog for patch release.
2025-03-17 11:26:13 +01:00
Sabrina Demagny
9c451e74a6
🔖 (minor) release version 1.14.0
...
Update all version files and changelog for minor release.
2025-03-17 11:06:14 +01:00
renovate[bot]
185b87da40
⬆️ (dependencies) update js dependencies
2025-03-11 09:54:26 +01:00
Sabrina Demagny
6e7ebc76d0
🔖 (patch) release version 1.13.1
...
Update all version files and changelog for patch release.
2025-03-04 14:10:29 +01:00
Sabrina Demagny
ef4c1da78c
🔖 (minor) release version 1.13.0
...
Update all version files and changelog for minor release.
2025-03-04 10:02:37 +01:00
Quentin BEY
160ce92e54
✅ (oidc) add IdP e2e test for login
...
This is a simple test to assert a user can login via people when setup
as an identity provider.
2025-03-03 12:24:43 +01:00
Sabrina Demagny
f23f1eabd6
🔖 (patch) release version 1.12.1
...
Update all version files and changelog for patch release.
2025-02-20 09:41:18 +01:00
Sabrina Demagny
70d22eecfa
🔖 (minor) release version 1.12.0
...
Update all version files and changelog for minor release.
2025-02-18 08:51:31 +01:00
Laurent Bossavit
7379d70321
🐛 (communes) add missing user creation in domain provisioning
...
Add user in Dimail for automatically provisioned domains.
2025-02-18 08:30:25 +01:00
Laurent Bossavit
d29b5141b1
⚡ ️(ci) save time on CI by not downloading already present browser
...
See https://github.com/microsoft/playwright/issues/23388
2025-02-17 10:30:06 +01:00
Laurent Bossavit
a68f8171cb
✨ (plugin) add CommuneCreation plugin
...
Add E2E test to cover the API integration, access grant &c.
2025-02-11 09:53:31 +01:00
Laurent Bossavit
471f69d4ec
✨ (plugin) add CommuneCreation plugin
...
Extend plugin mechanism to be able to grant domain admin in Dimail
2025-02-11 09:53:31 +01:00
Sabrina Demagny
d7957547f8
✨ (frontend) add support email field on domain creation form
...
Add new field to give email of support to manage actions
required on domain.
2025-02-10 11:37:07 +01:00
Sabrina Demagny
e297a025c3
🔖 (minor) release version 1.11.0
...
Update all version files and changelog for minor release.
2025-02-07 11:46:19 +01:00
Quentin BEY
92753082c7
🚑 ️(teams) hide display add button when disallowed
...
The frontend should not display "add team" actions when the
user has not the ability.
2025-02-04 15:20:48 +01:00
Laurent Bossavit
e7af1fd591
🐛 (frontend) improve e2e tests avoiding race condition from mocks
...
Reorder mock setup with page.route so that it takes place before nav.
2025-02-04 14:03:35 +01:00
renovate[bot]
6274764f90
⬆️ (dependencies) update js dependencies
2025-02-03 14:18:33 +01:00
renovate[bot]
3a2b2b8a53
⬆️ (dependencies) update js dependencies
2025-01-27 09:33:51 +01:00
Marie PUPO JEAMMET
615d5894c9
🔖 (minor) release version 1.10.0
...
Update all version files and changelog for minor release.
heml/env.d/preprod and prod directories are now on another repo.
2025-01-21 17:18:55 +01:00
Laurent Bossavit
20cc173e93
✨ (anct) fetch and display organization names of communes
...
ANCT-specific extraction of organization names for communes, front
end changes to match.
2025-01-13 15:01:54 +01:00
Sabrina Demagny
2428229dbb
🐛 (frontend) fix flaky e2e test
...
Small hack to fix clicking on member action button.
Action button of the third member in the list could not
be clickable every time.
The member list table needs and will be improved soon.
2025-01-12 00:32:56 +01:00