Commit graph

236 commits

Author SHA1 Message Date
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
7ff388331a chore: cleanup imports 2023-12-21 16:43:02 +00:00
5e79ddf78a chore: run ruff to format the code 2023-12-21 16:43:02 +00:00
b39b43386d docs: use mkdocs 2023-12-20 22:02:25 +01:00
Laetitia
5664be5074 add test for deadline nug resolution 2023-12-10 18:23:13 +00:00
PierreDubrulle
1aa5f985db Fix issue with incorrect deadline_time in order 2023-12-10 18:23:13 +00:00
d37b117440 [chore] pin weasyprint to not depend on latest libpango 2023-12-05 13:50:16 +01:00
Laetitia
6e548bf9d1 explain err 111 in readme 2023-11-30 19:52:09 +01:00
pauline
0beec3cb67 change html classes for appearence in 'voir' 2023-10-22 14:26:34 +00:00
Laetitia
57e06537dc add delivery slot to calendar export 2023-10-22 16:15:48 +02:00
Laetitia
37c011b8c6 add delivery slot in confirmation mail
fix #133
2023-10-10 19:09:08 +02:00
Laetitia
fb3441ddf3 add delivery slot to grouped orders model
fix #163
2023-10-10 18:54:13 +02:00
Laetitia
ab5d510181 ics file with grouped order name 2023-09-17 13:46:40 +02:00
Laetitia
efb414f1f9 move calendar button to confirmation page 2023-09-17 13:44:10 +02:00
Arthur Vuillard
7ad2b57e64 ajout d'une vue pour ajouter la distribution à son agenda 2023-09-17 11:14:08 +00:00
f897f222b9 Fix carriage return on grouped-order overview 2023-09-12 08:15:32 +00:00
74815fa06d Grouped Order descriptions keeps carriage returns
- Added a few useful info in the docs on how to install sass
2023-09-12 08:15:32 +00:00
a4bec7eed5 Use correct URL when sharing a grouped order 2023-08-29 15:20:13 +02:00
Laetitia Getti
aec826ae30 change version to 1.0.1 2023-08-29 14:35:07 +02:00
Laetitia Getti
f8beff80cc correct link to about_chariotte page on dashboard 2023-08-29 12:08:57 +00:00
Laetitia Getti
947eded96f separate last name and first name fields in csv export 2023-08-29 10:35:10 +00:00
Laetitia Getti
064a3a8c74 last name appears first in pdf list 2023-08-29 10:35:10 +00:00
3d9e1a1f6e Minor changes on @Keirsos changes
- removed `#` in branch names
- used `-` for lists, and added a space with a the previous line
- moved the naming section at the end of the README
2023-08-28 12:05:32 +00:00
SimGetti
9d790708fb Add conventions about branches and commit naming 2023-08-28 12:05:32 +00:00
SimGetti
b96ef1408d Update file README.md 2023-08-28 12:05:32 +00:00
72386c387f Add a link to install weasyprint dependencies. 2023-08-20 20:54:02 +00:00
Laetitia Getti
0a227d5723 update version to 1.0.0 and add form link 2023-08-18 10:44:45 +02:00
Laetitia Getti
b29099af69 use /last to go to articles 2023-08-18 09:35:26 +02:00
Laetitia Getti
da75e4f8d2 update blog link 2023-08-17 16:32:46 +02:00
Laetitia Getti
64ab2ccb09 add about chariotte page 2023-08-17 14:31:15 +00:00
Laetitia Getti
a5ff6de3a5 add contacts and social media links in footer 2023-08-17 13:21:50 +00:00
Laetitia Getti
981d9697e8 update notice to match with existing Chariotte 2023-08-17 09:31:16 +00:00
SimGetti
9e5fad85d3 Allow access to signup page
Delete also the version_beta page
2023-08-17 10:38:50 +02:00
Laetitia Getti
2bc8d1be37 new display idea 2023-08-16 12:58:39 +00:00
Laetitia Getti
2020eba8a8 fix bug on full height boxes and switch blocs 2023-08-16 12:58:39 +00:00
Laetitia Getti
82bc55ff39 mode dashboard out of order app and give box same height 2023-08-16 12:58:39 +00:00
Laetitia Getti
30d74e5dd9 add grouped order code in overview page 2023-08-16 12:58:39 +00:00
Laetitia Getti
6fe83b9275 integrate code for joining grouped order in dashboard
- move home page into order app and name it 'dashboard'
2023-08-16 12:58:39 +00:00
Laetitia Getti
dab7477f51 dashboard page 2023-08-16 12:58:39 +00:00
7373a99aec Speedup the tests by using a weaker hash algorythm 2023-08-15 19:43:17 +02:00
b4bdfb8cf4 Add the ability to use a code to join an order. 2023-08-14 17:44:49 +02:00
cf2c79cc3f Make "join order" part of the order's app 2023-08-14 14:57:51 +02:00
6c66cb031b Remove extra title and version from README 2023-08-14 14:30:04 +02:00
211d806177 Small changes on the README
- Change the links to the git repository to use ssh rather than HTTP.
- Use double quotes rather than simple quotes in the local_settings.py file, to
  please black.
- Add links to projects we're using, so it's easier to explore if you don't
  know them.
2023-08-14 14:30:04 +02:00
d11cdb5eb8 Specify version in la_chariotte.__version__ only
Rather than having the version specified in different locations. This uses
setuptools dynamic features.
2023-08-14 11:58:11 +02:00
42013d8e9a Add package{,-lock}.json to the gitignore. 2023-08-14 11:47:05 +02:00
Laetitia Getti
94bdc664fe do not specify changes in CHANGELOG before v1 2023-08-14 08:39:43 +00:00
Laetitia Getti
e8b55fedaa increment version to 1.0.0 2023-08-14 08:39:43 +00:00
Laetitia Getti
0563e6c69e update versionning conventions in readme and changelog 2023-08-14 08:39:43 +00:00