Marie PUPO JEAMMET
41084baa0f
🔧 (docker) set python version to 3.14.2
...
set python version to 3.14.2 to match dependencies' expectations
2026-02-05 17:12:34 +00:00
renovate[bot]
32de0b9221
⬆️ (dependencies) update python dependencies
2026-02-05 17:12:34 +00:00
renovate[bot]
1384640a3a
⬆️ (dependencies) update django to v5.2.11 [SECURITY]
2026-02-03 21:00:40 +00:00
elvoisin
569aff05a1
✨ (front) add show invitations mails domains access ( #1040 )
...
* ✨ (front) add show invitations mails domains access
add show invitations to mails domains access
* ✨ (front) delete invitations mails domains access
add delete button for delete invitations to mails domains access
2026-02-03 16:06:18 +01:00
Quentin BEY
b13f4db536
🔧 (actions) migrate from pip to uv
...
Migrate usage of pip to uv in github actions. How python is setup is
also changed. Doing like this, we will just have to upgrade the python
version requirement in the pyproject file
2026-01-29 23:25:51 +01:00
Quentin BEY
8ace3099b9
🔧 (backend) ignore .venv in compile messages command
...
We have to change the ignored files used in the compoilemessages
command. uv is using .venv directory and not venv
2026-01-29 23:17:03 +01:00
Quentin BEY
38d2125ecf
🏗️ (core) migrate from pip to uv
...
We want to migrate our projects from pip to uv to take the benefits of
the lock file and have reproducible installations.
A first uv.lock file is comitted and the Dockerfile and compose are
modified to work with uv
2026-01-29 23:16:16 +01:00
Marie PUPO JEAMMET
6ae195b90c
🔥 (cleanup) remove comment from permissions file
...
remote remaining commented line from previous PR's tests
2026-01-28 14:49:31 +00:00
Marie PUPO JEAMMET
be64abb22f
✨ (invitations) can delete domain invitations
...
add delete method to domain viewset
2026-01-28 14:49:31 +00:00
mjeammet
ca56eb0cac
🌐 (i18n) update translated strings
...
Update translated files with new translations
2026-01-26 11:30:57 +00:00
Marie PUPO JEAMMET
99ca34719f
🔖 (patch) release version 1.22.2
...
Update all version files and changelog for patch release.
2026-01-26 11:30:57 +00:00
renovate[bot]
014fb62f95
⬆️ (dependencies) update lodash to v4.17.23 [SECURITY]
2026-01-26 10:48:52 +00:00
Marie PUPO JEAMMET
99433a6722
🐛 (aliases) alias destination can be devnull@devnull
...
devnull@devnull is not considered a valid email address by django's
EmailFieldValidator but it's a special address in dimail's config.
Make "destination" a CharField instead of an EmailField to replace
validator and add devnull to allowlist.
2026-01-23 17:56:53 +00:00
Marie PUPO JEAMMET
5ebc88bcff
🔖 (patch) release version 1.22.1
...
Update all version files and changelog for patch release.
2026-01-22 11:10:44 +00:00
Quentin BEY
a65e61bd96
🔒 ️(organization) the first user is not admin
...
The first user of a organization is probably not an admin.
This was implemented for first tests but for now it's more
a security issue than something helpful.
FIXES #775
2026-01-22 11:26:58 +01:00
Marie PUPO JEAMMET
b8beb56135
🐛 (admin) fix broken alias import
...
fix admin action to sync aliases of a given domain
2026-01-21 17:30:30 +00:00
mjeammet
37e5b5b346
🌐 (i18n) update translated strings
...
Update translated files with new translations
2026-01-20 12:29:49 +00:00
Marie PUPO JEAMMET
31201fbd59
🔖 (minor) release version 1.22.0
...
Update all version files and changelog for minor release.
2026-01-20 12:29:49 +00:00
elvoisin
eb0683ffe0
✨ (front) create, manage & delete aliases ( #1013 )
...
* ✨ (front) add aliases
add list view aliases + creation aliases
* ✨ (front) add delete alias
add modale to delete aliases
* 🐛 (react-query) remove onMutateResult from mutation callbacks
remove onMutateResult from mutation callbacks
2026-01-19 17:04:57 +01:00
Marie PUPO JEAMMET
54219d25b8
✅ (tests) update auth-related tests after bumping django-lasuite
...
update the expected number of queries in authentication-related tests
due to bumping django-lasuite to 0.0.22
2026-01-19 10:09:29 +00:00
renovate[bot]
89e7703d53
⬆️ (dependencies) update python dependencies
...
keep django < 6.0 for compatibility with django-celery-beat
See https://github.com/celery/django-celery-beat/issues/977
2026-01-19 10:09:29 +00:00
Marie PUPO JEAMMET
7d44e54913
✨ (admin) manage aliases from admin
...
manage aliases from admin, including alias creation,
deletion and sync
2026-01-16 15:19:37 +00:00
Marie PUPO JEAMMET
01583ba94f
🐛 (aliases) sort aliases by local part
...
sort aliases by local part to ease front-end interface
2026-01-16 15:19:37 +00:00
Marie PUPO JEAMMET
5feee53bdd
🔒 ️(security) upgrade python version to fix vulnerability
...
Vulnerability in jaraco.context caused security issue
in setuptools and python3. change python version to fix
see https://github.com/advisories/GHSA-58pv-8j8x-9vj2
2026-01-16 11:23:55 +00:00
Marie PUPO JEAMMET
9c62efc9f8
🐛 (dimail) authorize alias and mailbox with same local part
...
a mailbox and alias can coexist despite having the same local part
2026-01-15 10:29:49 +00:00
Marie PUPO JEAMMET
d2ef9e0beb
🐛 (dimail) ignore oxadmin mailboxes when importing mailboxes
...
oxadmin mailbox are technical mailboxes used by dimail. It should
not be imported when importing mailboxes from dimail.
2026-01-15 10:29:49 +00:00
Marie PUPO JEAMMET
bc1cbef168
✨ (aliases) delete all aliases of a given local part
...
added a bulk delete method for aliases, when filtering on local part
this is convenient when in need to delete the local part and all its
destinations in a single call
2026-01-12 14:31:53 +00:00
Marie PUPO JEAMMET
8ab1b2e2ef
🔧 (settings) separate dimail container from app-dev
...
separate dimail container from app-dev to avoid setting
dimail container everytime we run the test suite.
2026-01-12 14:31:53 +00:00
Marie PUPO JEAMMET
f498e3b6d2
♻️ (lint) mark a few dimail methods as private
...
mark a few dimail methods as private, to calm linter
2026-01-12 14:31:53 +00:00
Marie PUPO JEAMMET
e47573e22f
✨ (aliases) delete aliases
...
delete a single alias using its pk
2026-01-12 14:31:53 +00:00
Sabrina Demagny
c7aab6f5b5
🔥 (plugins) remove CommuneCreation plugin
...
Remove the French communes auto-provisioning plugin that handled
SIRET lookup, DNS setup, and MailDomain creation.
2026-01-09 09:38:01 +01:00
renovate[bot]
2144ad5da1
⬆️ (dependencies) update next to v15.4.10 [SECURITY]
2025-12-15 14:43:33 +00:00
renovate[bot]
f00deeebe9
⬆️ (dependencies) update next to v15.4.9 [SECURITY]
2025-12-12 12:41:33 +00:00
Marie PUPO JEAMMET
30aea9b350
🔖 (minor) release version 1.21.0
...
Update all version files and changelog for minor release.
2025-12-05 16:34:06 +00:00
Marie PUPO JEAMMET
e01b422c13
✨ (mailboxes) check imported mailboxes don't clash with existing alias
...
check that dimail imported mailboxes don't use the same username
as existing aliases.
2025-12-05 15:03:17 +00:00
Marie PUPO JEAMMET
040f949e5e
✨ (aliases) import existing aliases from dimail
...
import existing aliases from dimail, making sure usernames don't clash with
existing mailboxes. Convenient when people fall out of sync
with dimail or for domains partially operated outside people.
2025-12-05 15:03:17 +00:00
renovate[bot]
befcecf33c
⬆️ (dependencies) update django to v5.2.9 [SECURITY]
2025-12-04 13:21:36 +00:00
renovate[bot]
c5edabf3b0
⬆️ (dependencies) update next to v15.4.8 [SECURITY]
2025-12-04 09:36:36 +00:00
Marie PUPO JEAMMET
3a2b5a6428
🛂 (permissions) return 404 to users with no domain access
...
users having no domain access should be forbidden to know the domain is
managed in people. To this effect, 403_FORBIDDEN responses have been
replaced by 404_NOT_FOUND.
2025-11-21 17:04:20 +00:00
Marie PUPO JEAMMET
15337a2226
✨ (aliases) warn that domain is out of sync when unexpected 404
...
deleting an alias should trigger a request to dimail. if dimail's
response if a 404, it means people and dimail are out of sync with
each other. log error and warn user
2025-11-20 11:24:59 +00:00
Marie PUPO JEAMMET
0f7e312eb6
✨ (mailboxes) cannot create mailbox with same local part as alias
...
should not be able to create a mailbox having the same local part as an alias
2025-11-20 11:24:59 +00:00
Marie PUPO JEAMMET
23561cd0e0
🔥 (sops) remove obsolete sops file
...
remove obsolete sops file
2025-11-20 11:24:59 +00:00
Marie PUPO JEAMMET
53d0336755
✨ (aliases) delete aliases
...
add feature to delete aliases
2025-11-20 11:24:59 +00:00
Marie PUPO JEAMMET
b79e12b4be
✨ (aliases) list aliases
...
Can GET a list of all aliases of a domain
2025-11-20 11:24:59 +00:00
Marie PUPO JEAMMET
c237bb4b10
✨ (aliases) create aliases
...
allow domain managers to create aliases on their domain
2025-11-20 11:24:59 +00:00
renovate[bot]
64068efff4
⬆️ (dependencies) update django to v5.2.8 [SECURITY]
2025-11-06 00:11:45 +01:00
renovate[bot]
6866babb32
⬆️ (dependencies) update Brotli to v1.2.0 [SECURITY]
2025-11-06 00:11:04 +01:00
Quentin BEY
80caa062e9
🐛 (mail-domains) fix zod resolver use in forms
...
References:
https://github.com/react-hook-form/react-hook-form/issues/12816
https://github.com/react-hook-form/resolvers/issues/768
2025-11-04 16:10:27 +01:00
Quentin BEY
513dbe6f83
💚 (frontend) fix using side effects within waitFor callback
...
New lint error detected.
2025-11-04 16:10:27 +01:00
Marie PUPO JEAMMET
490fdd2ed4
🐛 (tests) fix lint-front and test-front errors
...
fix dependency import error and failing e2e tests due to
@tanstack upgrade
2025-11-04 16:10:27 +01:00