aboutsummaryrefslogtreecommitdiff
path: root/users/views.py
AgeCommit message (Expand)AuthorFilesLines
2024-12-15user statsBobby1-300/+0
2024-06-13Ability to Reset Passwords and Better Email TemplatesBobby1-115/+184
2023-07-13Update Branding and Redirect to `shi.foo`Bobby1-4/+4
2023-05-28Post show view count now, Django session uses redis cacheBobby1-5/+8
2023-05-03Migrated Login to a cleaner experienceBobby1-7/+10
2023-04-30Removed auto login as it may pose security risksBobby1-4/+0
2023-04-30Email Verification Update w/ Token ExpirationBobby1-64/+52
2023-04-03Added support for profile blinkieBobby1-0/+15
2023-01-21Configure Oracle Cloud Email DeliveryBobby1-9/+17
2023-01-08Password length validationBobby1-0/+3
2023-01-08Add account actions workingBobby1-17/+38
2023-01-08Update Profile Details and Show Success message on the same tab for account u...Bobby1-34/+18
2023-01-02post improvements and avatar chooserBobby1-3/+17
2022-12-28Registraion function with captcha workingBobby1-49/+2
2022-12-27Big Overhaul: Major Changes for Migrating to a Clean Code and StyleBobby1-3/+2
2022-11-10handle email verification for user profiles which dont existBobby1-2/+10
2022-10-10Revert "Moving login and logout functions to subdomains"Bobby1-21/+9
2022-10-10Revert "Fixed Referrer on production"Bobby1-8/+6
2022-10-10Revert "SSL redirect on subdomain"Bobby1-2/+1
2022-10-10Revert "Unauthorized error on no referrer"Bobby1-12/+10
2022-10-10Unauthorized error on no referrerBobby1-10/+12
2022-10-10SSL redirect on subdomainBobby1-1/+2
2022-10-10Fixed Referrer on productionBobby1-6/+8
2022-10-10Moving login and logout functions to subdomainsBobby1-9/+21
2022-09-20Display Gravatars on CommentsBobby1-11/+11
2022-09-20Added registrationBobby1-3/+45
2022-09-20Logout to refererBobby1-1/+1
2022-09-05Fixed Captcha StoreBobby1-2/+2
2022-08-29basic registration page with disabled registrationBobby1-2/+7
2022-08-29Disable Homepage, Profile Visibility and User Specific URL temporarilyBobby1-1/+4
2022-08-02Fix: Email Visibility to Private when account turns PrivateBobby1-1/+1
2022-08-01feature: change user email addressBobby1-2/+49
2022-07-30user verification email required for loginBobby1-7/+54
2022-07-29password change on account pageBobby1-1/+26
2022-07-29Update Profile::account workingBobby1-0/+37
2022-07-29Remove print debug messages users/viewsBobby1-2/+0
2022-07-20Add users app to control user actions: added login and logoutBobby1-0/+32