8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 05:04:06 +00:00
Commit graph

245 commits

Author SHA1 Message Date
Yoann Pétri 0f40663fac
Add custom themes 2020-11-17 13:54:33 +01:00
grisel-davy 98a5c01430 Remove profile_image 2020-10-22 15:39:30 +02:00
grisel-davy ccce9d2de9 Move facture list to cotisation, add paginator 2020-10-18 15:22:48 +02:00
grisel-davy a6d63521fd Rename profil view in apps and count machines in user profil view 2020-10-18 14:51:58 +02:00
Gabriel Detraz b022c98a1c Translation of user app views + remove trailing spaces 2020-06-01 18:21:22 +02:00
chiahetcho 1ba03335e4 Correct django settings 2020-05-18 16:52:53 +02:00
Leila c4fcf68077 Update image in filesystem when user changes image 2020-05-17 18:01:22 +02:00
Leila d94f7b44a3 Add thumbnail to user model 2020-05-17 12:51:05 +02:00
Hugo Levy-Falk da0b820006 Fix #98 2020-04-21 18:03:03 +02:00
Gabriel Detraz 49eb837fc3 Remove old api 2020-04-21 16:00:08 +02:00
Jean-Romain Garnier 7cb869809e Make emails throw timeout errors, and gracefully handle them 2020-04-19 20:06:34 +02:00
Jean-Romain Garnier cb1784142f Cleanup old Request objects in process_passwd and process_email 2020-04-18 01:03:41 +02:00
Gabriel Detraz c2f180896f Allow admin to modify email state 2020-04-18 00:12:22 +02:00
Gabriel Detraz 7c0e694f61 Test sur le mot primaire au lieu du mot de pass radius 2020-04-17 22:08:40 +02:00
Jean-Romain Garnier f7259ae69b Improve check did_set_initial_passwd in new_user 2020-04-17 21:18:13 +02:00
Jean-Romain Garnier 00b62e1fdc Correctly send a confirmation email 2020-04-17 19:11:24 +00:00
Jean-Romain Garnier 10243e1e72 Save before checking if confirmation email should be sent 2020-04-17 20:53:10 +02:00
Jean-Romain Garnier 1ee4d91721 Make AdherentCreationForm code clearer 2020-04-17 20:41:02 +02:00
Jean-Romain Garnier f790dca202 Move some code away from the forms 2020-04-17 20:23:28 +02:00
Jean-Romain Garnier 55cde72512 Confirm email after resetting password 2020-04-17 19:59:25 +02:00
Jean-Romain Garnier 2532f8a142 Send confirmation email if necessary after editing EmailSettingsForm 2020-04-17 18:59:21 +02:00
Jean-Romain Garnier 43eadaa712 Replace STATE_EMAIL_NOT_YET_CONFIRMED with an email_state 2020-04-17 17:35:24 +02:00
Jean-Romain Garnier 60186071db Revert "Create STATE_SUSPENDED"
This reverts commit 2aef2ae3fa.
2020-04-17 17:03:54 +02:00
Jean-Romain Garnier 2aef2ae3fa Create STATE_SUSPENDED 2020-04-17 16:53:46 +02:00
Gabriel Detraz accd946edf Update headers 2020-04-17 16:48:27 +02:00
Jean-Romain Garnier f8dfb072eb Allow users in the STATE_EMAIL_NOT_YET_CONFIRMED to reset their password 2020-04-17 16:32:37 +02:00
Jean-Romain Garnier 52e1a77044 Add missing translations 2020-04-17 16:03:37 +02:00
Jean-Romain Garnier 4fc24fcf47 Use get_full_name to generate confirm_email.html 2020-04-17 15:22:53 +02:00
Jean-Romain Garnier a91866e741 Require login on confirmation email resend 2020-04-17 11:39:11 +00:00
Jean-Romain Garnier 04969abed3 Require user_edit permission to resend confirmation email 2020-04-17 13:17:18 +02:00
Jean-Romain Garnier 781c459db3 Fix string formatting error during email confirmation 2020-04-17 10:30:44 +00:00
Jean-Romain Garnier dbefd3a0d7 Fix confirm email template 2020-04-17 10:28:04 +00:00
Jean-Romain Garnier c41c723b0c Replace ConfirmMailForm with an html template 2020-04-17 12:25:42 +02:00
Jean-Romain Garnier 4322540077 Fix user referenced before assignment 2020-04-17 11:34:54 +02:00
Jean-Romain Garnier fca81fe906 Fix template shown when confirming send an email 2020-04-17 11:30:17 +02:00
Jean-Romain Garnier c76d5c7102 Improve template for resending a confirmation email 2020-04-17 11:22:29 +02:00
Jean-Romain Garnier 5e2e609474 Fix handling of confirmation email for front facing elements 2020-04-17 00:16:56 +00:00
Jean-Romain Garnier b91efa3d29 Start implementing user-facing confirmation email mechanics 2020-04-17 00:24:35 +02:00
Jean-Romain Garnier 8728bc69f5 Create EMAIL_NOT_YET_CONFIRMED state 2020-04-16 22:07:25 +02:00
Jean-Romain Garnier 8c827cc845 Add option to enable the password field during account creation 2020-04-16 17:41:33 +00:00
Jean-Romain Garnier 653a059725 Add optional fields to select password during user creation 2020-04-16 17:41:18 +00: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