aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-12-31[ImgBot] Optimize imagesimgbotImgBotApp
*Total -- 5,299.50kb -> 3,764.86kb (28.96%) /misc/screenshots/dashboard.png -- 451.50kb -> 276.62kb (38.73%) /misc/screenshots/login.png -- 512.24kb -> 329.05kb (35.76%) /misc/screenshots/register.png -- 530.50kb -> 344.99kb (34.97%) /misc/screenshots/admin-dashboard.png -- 498.34kb -> 326.01kb (34.58%) /misc/screenshots/landing-2.png -- 602.08kb -> 414.17kb (31.21%) /misc/screenshots/landing-3.png -- 652.40kb -> 468.46kb (28.19%) /misc/screenshots/landing-1.png -- 1,919.33kb -> 1,477.31kb (23.03%) /app/static/images/screenshot.jpeg -- 133.11kb -> 128.26kb (3.64%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-11replaced with morph themev0.5.0Navan Chauhan
2021-06-10added migration to appNavan Chauhan
2021-06-07Format code with blackdeepsource-autofix[bot]
This commit fixes the style issues introduced in 11a2e1c according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/5a6278fb-7606-43ba-b4b5-8c059152a84c/
2021-06-07added docstringsNavan Chauhan
2021-06-07added docstringsNavan Chauhan
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