aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/views.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-30add email field when registeringAndrea Lepori1-0/+15
2023-07-27check complete data before doc creationAndrea Lepori1-2/+6
2023-07-25change branca and color to showAndrea Lepori1-48/+21
2023-07-25clean up old settings menuAndrea Lepori1-370/+1
2023-07-25delete ucAndrea Lepori1-0/+10
2023-07-24create new persons and editAndrea Lepori1-0/+399
2022-09-26change "colonia" to "diga"Andrea Lepori1-1/+1
2022-09-15switch tab on the profile based on missing fieldsAndrea Lepori1-1/+13
2022-09-13remove unused/useless codeAndrea Lepori1-2/+1
2022-09-13account creation use default error textAndrea Lepori1-16/+3
2022-07-13fix pdf extension upper caseAndrea Lepori1-2/+2
2022-04-27multiuser logout supportAndrea Lepori1-1/+46
2022-03-24move all items in dropdownAndrea Lepori1-2/+3
2022-03-23initial support of user switcherAndrea Lepori1-0/+75
2022-01-31remove debug printAndrea Lepori1-1/+0
2022-01-31add go home message after saving data and other warningAndrea Lepori1-2/+10
2022-01-25fix chrome showing white page on productionAndrea Lepori1-1/+1
2022-01-25suppress deprecation warningAndrea Lepori1-0/+7
2022-01-10add option to disable oauthAndrea Lepori1-0/+15
2022-01-05force user linked to midata to use midata loginAndrea Lepori1-1/+28
2022-01-05move all views together in accountsAndrea Lepori1-12/+14
2022-01-05check oauth when creating/editing documentsAndrea Lepori1-38/+29
2022-01-05edit password workingAndrea Lepori1-19/+40
2022-01-04logout user if token expired + set password pageAndrea Lepori1-172/+185
2022-01-04fix disabled fields not submittingAndrea Lepori1-1/+1
2022-01-04autoupdate oauth token when expiredAndrea Lepori1-35/+31
2022-01-03sync data from hitobitoAndrea Lepori1-0/+45
2022-01-02fix tabs in user settingsAndrea Lepori1-2/+2
2022-01-02disconnect oauth check validityAndrea Lepori1-8/+26
2022-01-02login/register with midataAndrea Lepori1-7/+75
2022-01-02pof of oauth2Andrea Lepori1-1/+25
2021-11-17add account data validationAndrea Lepori1-0/+29
2021-08-16remove unused import and variablesAndrea Lepori1-9/+2
2021-06-20add avs number to formAndrea Lepori1-0/+2
2020-09-05better signup form errorsAndrea Lepori1-13/+44
2020-09-04allow pdf uploadAndrea Lepori1-11/+38
2020-08-29school year format, fix overlapping text in docsAndrea Lepori1-1/+6
2020-08-28vertical concatanate images, resize imagesAndrea Lepori1-5/+17
2020-08-28upload multiple filesAndrea Lepori1-6/+30
2020-08-27download images in jpeg, small improvementsAndrea Lepori1-4/+16
2020-08-09comment code, minor bug fixesAndrea Lepori1-9/+34
2020-07-30block debug actions and confirm for approve docAndrea Lepori1-1/+0
2020-07-29upload signed documentsAndrea Lepori1-3/+5
2020-07-28accept terms on account creationAndrea Lepori1-6/+33
2020-07-28local font feching, list for non interactive itemsAndrea Lepori1-0/+6
2020-07-26bug fixes and visual improvementsAndrea Lepori1-5/+5
2020-07-22use webp to save imagesAndrea Lepori1-2/+2
2020-07-22compress images before saving to diskAndrea Lepori1-3/+25
2020-07-20search users, show attachments, fancy pass resetAndrea Lepori1-2/+2
2020-06-25reset password and decorators for login checkAndrea Lepori1-168/+167