8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-10 03:26:26 +00:00
Commit graph

245 commits

Author SHA1 Message Date
Yoann Pétri 682d824121 Add custom themes 2021-01-24 16:37:09 +01:00
grisel-davy 50086cb346 Remove profile_image 2021-01-24 16:37:09 +01:00
grisel-davy af3da1eafb Move facture list to cotisation, add paginator 2021-01-24 16:37:09 +01:00
grisel-davy e2d9591dc8 Rename profil view in apps and count machines in user profil view 2021-01-24 16:37:09 +01:00
Gabriel Detraz 7824083a55 Translation of user app views + remove trailing spaces 2021-01-24 16:36:16 +01:00
chiahetcho 593ec4b6cb Correct django settings 2021-01-24 16:36:16 +01:00
Leila ba54cb845c Update image in filesystem when user changes image 2021-01-24 16:36:16 +01:00
Leila b2607ab232 Add thumbnail to user model 2021-01-24 16:36:16 +01:00
Hugo Levy-Falk a370ae066e Fix #98 2021-01-24 16:33:31 +01:00
Gabriel Detraz 334537e475 Remove old api 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier cb9ae34418 Make emails throw timeout errors, and gracefully handle them 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 85836fa770 Cleanup old Request objects in process_passwd and process_email 2021-01-24 16:33:31 +01:00
Gabriel Detraz fb5c215f47 Allow admin to modify email state 2021-01-24 16:33:31 +01:00
Gabriel Detraz b88fea3b4b Test sur le mot primaire au lieu du mot de pass radius 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier aad7110fd2 Improve check did_set_initial_passwd in new_user 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 9f1c6a57e2 Correctly send a confirmation email 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 8e8d035439 Save before checking if confirmation email should be sent 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 8b75900103 Make AdherentCreationForm code clearer 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 9fe4313540 Move some code away from the forms 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier b43bbf9d98 Confirm email after resetting password 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier cdc25ad5ec Send confirmation email if necessary after editing EmailSettingsForm 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 4803417bca Replace STATE_EMAIL_NOT_YET_CONFIRMED with an email_state 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 81b6b999be Revert "Create STATE_SUSPENDED"
This reverts commit 2aef2ae3fa.
2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 0dcd8b79e2 Create STATE_SUSPENDED 2021-01-24 16:33:31 +01:00
Gabriel Detraz ffdb32df90 Update headers 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 811e527232 Allow users in the STATE_EMAIL_NOT_YET_CONFIRMED to reset their password 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 14fe70c762 Add missing translations 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 263d5cfb4c Use get_full_name to generate confirm_email.html 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier e574284936 Require login on confirmation email resend 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 32c1f8d50a Require user_edit permission to resend confirmation email 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier bf69f71b9e Fix string formatting error during email confirmation 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 1124801b7d Fix confirm email template 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 7b4ec26d94 Replace ConfirmMailForm with an html template 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier e5b8cc48fa Fix user referenced before assignment 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier c4acc0f6f2 Fix template shown when confirming send an email 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier b190549618 Improve template for resending a confirmation email 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier ac318ba20f Fix handling of confirmation email for front facing elements 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 73d3d6b480 Start implementing user-facing confirmation email mechanics 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 64626335d2 Create EMAIL_NOT_YET_CONFIRMED state 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 86d9db350a Add option to enable the password field during account creation 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier 07acce2e90 Add optional fields to select password during user creation 2021-01-24 16:33:31 +01:00
Laouen Fernet 679e81ac7d Mark strings for translation in users 2019-11-24 23:27:56 +01:00
Hugo Levy-Falk c4a104b3b6 I like my black.
Just ran black on the whoe repository. Fix #210.
2019-11-04 22:47:24 +01:00
Gabriel Detraz 051ec84f6e Multi_opp app optional start 2019-10-01 22:47:30 +02:00
Hugo Levy-Falk a9194b405a Hello Lara :D
Just ran `find /var/www/re2o \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/Goulven/Lara/g'`.
2019-10-01 13:37:56 +02:00
Hugo Levy-Falk 3be0b48c1b Fix #223 2019-09-30 15:21:17 +02:00
Grizzly 3a5fad0287 Separation des lists d'apps optionnelles pour eviter les erreurs d'import d'urls non présents 2019-08-11 20:30:54 +00:00
Grizzly 575e570d16 Cannonisation de l'affichage des apps optionnels sur le profil et imports conditionnels dans les urls 2019-08-11 19:24:40 +02:00
Grizzly 13afc5aaeb Dummy bouton, order des date, et affichage dans l'admin 2019-08-11 19:24:40 +02:00
Grizzly 609904c279 Ordonancement des tickets par date 2019-08-11 19:24:40 +02:00