Commit graph

286 commits

Author SHA1 Message Date
4fe09ea223
Bump version to 1.2.0 2024-07-12 00:10:33 +02:00
Bastien Roy
12f91b55bd 63 autocomplete personal informations 2024-06-24 17:00:03 +00:00
Laetitia
d2053c7da9 add buttons for helloAsso and feedbacks form in footer 2024-05-21 19:52:39 +02:00
a1c179f612 feat: add a /stats endpoint 2024-05-06 16:52:51 +00:00
d67bbc7d8c docs: move sendria setup to the install guide 2024-05-06 16:51:26 +00:00
91d2918586 Update the deployment instructions 2024-04-15 08:53:58 +00:00
51a6966390 chore: remove requirements.txt files 2024-04-15 08:53:25 +00:00
Laetitia
b9e66a5f2b rename mixin and files 2024-04-13 19:07:54 +02:00
Laetitia
6b3b361e07 feat 159: allow staff users to see grouped order overview pages 2024-04-13 19:07:54 +02:00
Bastien Roy
b03d37ee7c Modification de la doc pour préciser le formatage du fichier de settings 2024-04-13 16:25:08 +00:00
Bastien Roy
5b473f0cb3 Changement de settings pour les tests pour avoir les local_settings 2024-04-13 16:25:08 +00:00
5e5a462e45
chore: regroup all the tests in the test subfolder. 2024-04-13 17:15:46 +02:00
447fd88026 chore: main branch doesn't exist anymore 2024-03-20 17:27:14 +01:00
Bastien Roy
59e07f370b 158 rebase 2024-03-09 00:39:51 +01:00
e5de39e568 Rework the footer 2024-02-05 21:35:31 +01:00
ad0782d8f3 Bump the version 2024-02-05 21:05:52 +01:00
Bastien Roy
c952b49920 167 retours Alexis 2024-02-04 13:49:26 +00:00
Bastien Roy
7a371d1b18 Fix total price when making order 2024-02-04 13:49:26 +00:00
322a99d5c8 build: add a package.json with bulma in it 2024-01-29 19:12:43 +01:00
193a11f2d4 chore: use django-compressor for sass files
Rather than doing the compilation manually, use
django-compressor to automate the process.
2024-01-29 19:12:41 +01:00
PierreDubrulle
0d3496ade1 fix button width 2024-01-29 17:57:31 +00:00
PierreDubrulle
2943d69b63 fix test 2024-01-29 17:57:31 +00:00
PierreDubrulle
e28b697795 fix cov 2024-01-29 17:57:31 +00:00
PierreDubrulle
d726284e00 black formatting 2024-01-29 17:57:31 +00:00
PierreDubrulle
6b8eecdb6e set emails list 2024-01-29 17:57:31 +00:00
PierreDubrulle
a11620f143 less js + icon 2024-01-29 17:57:31 +00:00
PierreDubrulle
f9d1e10a2e Change filename.csv to commande_<order_numver>.csv 2024-01-29 17:57:31 +00:00
PierreDubrulle
cbc0a3b119 Refactor emails download 2024-01-29 17:57:31 +00:00
PierreDubrulle
c4d46acd20 feature copy emails list to clipboard 2024-01-29 17:57:31 +00:00
Laetitia
e41c817faa black formatting 2024-01-29 18:36:37 +01:00
SimGetti
011c1cac9a Make contact email editable in settings.py 2024-01-29 18:36:37 +01:00
SimGetti
f574645510 Update every significant instance of contact e-mail 2024-01-29 18:36:27 +01:00
Laetitia
152abb1a61 ajout de l'écriture inclusive 2024-01-29 17:28:19 +00:00
Bastien Roy
51a850f081 Apply 1 suggestion(s) to 1 file(s) 2024-01-29 17:28:19 +00:00
Laetitia
70df657ca9 Mise à jour mentions légales avec les données de l'asso 2024-01-29 17:28:19 +00:00
6b7e080861 feat: use django crispy-forms 2024-01-16 21:37:22 +00:00
Bastien Roy
d35a411f78 170 ajout des nouvelles règles de processus de MR dans le readMe 2024-01-13 15:46:19 +01:00
pauline
ed474a5430 add icons 2024-01-04 19:06:48 +01:00
pauline
8a38c5432f add links doc and gitlab in footer 2024-01-03 19:37:26 +01:00
pauline
7db8613f28 correct mistake of link 2024-01-03 19:36:07 +01:00
pauline
98e73b7487 add links doc and gitlab in footer 2024-01-03 19:36:07 +01:00
37f320744d chore: cleanup CI 2024-01-03 18:17:28 +00:00
pauline
b03e67e737 Merge branch '186/mettre-le-lien-du-gitlab-dans-le-footer' of gitlab.com:la-chariotte/la_chariotte into 186/mettre-le-lien-du-gitlab-dans-le-footer 2024-01-02 21:18:32 +01:00
pauline
0576d93a6b correct mistake of link 2024-01-02 19:53:10 +00:00
pauline
8f50039667 add links doc and gitlab in footer 2024-01-02 19:53:10 +00:00
pauline
dd1b28cc11 merge branch feature/160 2024-01-02 20:33:15 +01:00
12e8cd8baa doc: fix broken readme link 2023-12-21 22:15:56 +00:00
08a9f6e3f6 doc: document sentry in deployment docs 2023-12-21 22:15:56 +00:00
056e084069 doc: merging rules 2023-12-21 22:15:56 +00:00
e8d99ea74c fix: send reset emails
At the moment, the email is stored in the `username` field.

Django form-handling looks for the default email
field [0] to find the user email.

If it doesnet find anything, it fails silently
(to avoid leaking information about the users
present in the system, which is a good thing)

The fix was to change the field used to check for the email.

[0] eea4f92f9a/django/contrib/auth/forms.py (L326-L337)
2023-12-21 22:13:21 +00:00