aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2021-06-06Format code with blackdeepsource-transform-e0fd8893deepsource-autofix[bot]
This commit fixes the style issues introduced in fee2c1e according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/4d8e3117-b351-44ed-b705-cab8de813666/
2021-06-06added Sentry SupportNavan Chauhan
2021-06-06Format code with blackdeepsource-autofix[bot]
This commit fixes the style issues introduced in 1ffd0bc according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/8395b2a2-2310-4066-9dbd-80dd3a04219e/
2021-06-06silenced intentional violationNavan Chauhan
2021-06-06Format code with blackdeepsource-autofix[bot]
This commit fixes the style issues introduced in 2d5ab7b according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/a86da106-1f68-4a11-84a6-76647546672c/
2021-06-06removed unnecessary elseNavan Chauhan
2021-06-06removed assertionNavan Chauhan
2021-06-06silenced intentional violationNavan Chauhan
2021-06-06remove unused argumentNavan Chauhan
2021-06-06Merge branch 'master' of github.com:navanchauhan/SaaS-in-a-FlaskNavan Chauhan
2021-06-06fixing pullNavan Chauhan
2021-06-06Use identity check for comparison to a singletondeepsource-autofix[bot]
2021-06-06Format code with blackdeepsource-autofix[bot]
This commit fixes the style issues introduced in 57207ef according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/fb582430-1f1f-45bb-8c05-5f5bec16f981/
2021-06-06remove unnecessary print statementNavan Chauhan
2021-06-06expanded test coverageNavan Chauhan
2021-06-06testing if user does not existNavan Chauhan
2021-06-06throw 404 codeNavan Chauhan
2021-06-06add exceptions for confirm token and test for unverified emailNavan Chauhan
2021-06-06add test for verified emailNavan Chauhan
2021-06-06config for mail setupNavan Chauhan
2021-06-06add email templateNavan Chauhan
2021-06-06add verify email constraintNavan Chauhan
2021-06-06send mail with threadingNavan Chauhan
2021-06-06init flask mailmanNavan Chauhan
2021-06-05added exampleNavan Chauhan
2021-06-05added check for signing in with googleNavan Chauhan
2021-06-05added FastAPI supportNavan Chauhan
2021-06-05added redirects if already logged inNavan Chauhan
2021-06-05fixed os.environNavan Chauhan
2021-06-05added sign in with googleNavan Chauhan
2021-06-05added suuport for different loginsNavan Chauhan
2021-06-04added 403 page and testNavan Chauhan
2021-06-04added admin viewNavan Chauhan
2021-06-04added tests for admin viewNavan Chauhan
2021-06-04added superuserNavan Chauhan
2021-06-04moved form testNavan Chauhan
2021-06-04added test for cli commandsNavan Chauhan
2021-06-04add test for modelsNavan Chauhan
2021-06-04added correct and incorrect formNavan Chauhan
2021-06-04fix user modelNavan Chauhan
2021-06-04add incorrect form testsNavan Chauhan
2021-06-04simulate 500Navan Chauhan
2021-06-04fixed contact formNavan Chauhan
2021-06-04added auth viewNavan Chauhan
2021-06-04disable csrf while testing and create dummy dbNavan Chauhan
2021-06-04fix not logging user after registerationNavan Chauhan
2021-06-04add simple views testNavan Chauhan
2021-06-04renamed login to signinNavan Chauhan
2021-06-04fix 401 error not being thrownNavan Chauhan
2021-06-04starting to create testsNavan Chauhan