59 Commits (4ac3b69f1b459b6f383a5c59cd3f6f0b77a49479)

Author SHA1 Message Date
winter 594a513637 feat:增加 ip 接口 4 weeks ago
Zhengyang Cui 54ca043e27
♻️ Remove redundant field in inherited class (#1520) 5 months ago
Alejandra 1523c20cae
🐛 Refactor reset password test to create normal user instead of using super user (#1499) 6 months ago
Joel Pérez 9f6f8f088b
♻️ Replace email types from `str` to `EmailStr` in `config.py` (#1492) 6 months ago
Nauanbek 15f41f755b
♻️ Remove redundant item deletion code leveraging cascade delete (#1481) 6 months ago
Patrick Arminio 30832076f5
🎨 Move `prefix` and `tags` to routers (#1439) 8 months ago
Patrick Arminio 14129f7a50
Add private, local only, API for usage in E2E tests (#1429) 8 months ago
Muhammad Sameer Amin 172bfd9349
♻️ Refactored code to use encryption algorithm name from settings for consistency (#1160) 10 months ago
Hmily ddb4235bfe
🔊 Enable logging for email utils by default (#1374) 10 months ago
Hani Sabsoob 08dd87d0f2
💡 Remove unnecessary comment (#1260) 10 months ago
Sebastián Ramírez d2020c1a37
♻️ Update settings to use top level `.env` file (#1359) 10 months ago
Sebastián Ramírez e64c9100ec
♻️ Include `FRONTEND_HOST` in CORS origins by default (#1348) 11 months ago
Sebastián Ramírez 79d240f5b7
♻️ Simplify domains with `api.example.com` for API and `dashboard.example.com` for frontend, improve local development with `localhost` (#1344) 11 months ago
Patrick Arminio 97d04cd7ff
👷 Improve playwright CI job (#1335) 11 months ago
jjaakko 974340c8ff
♻️ Remove duplicated information in the ItemCreate model (#1287) 12 months ago
Sebastián Ramírez 8ce3ce5903
📝 Update links from tiangolo repo to fastapi org repo (#1285) 1 year ago
Alejandra 269040d670
♻️ Refactor models to use cascade delete relationships (#1276) 1 year ago
Alejandra 684256adbe
⬆️ Update SQLModel to version `>=0.0.21` (#1275) 1 year ago
Alejandra 1f686689f1
🔥 Remove `USERS_OPEN_REGISTRATION` config, make registration enabled by default (#1274) 1 year ago
Patrick Arminio b5b2929104
🔧 Reuse database url from config in alembic setup (#1229) 1 year ago
Esteban Maya e65b427ab1
♻️ Edit refactor db models to use UUID's instead of integer ID's (#1259) 1 year ago
Javier Álvarez 6e1c888af3
♻️ Replace deprecated utcnow() with now(timezone.utc) in utils module (#1247) 1 year ago
Esteban Maya d421c90af2
🗃️ Add max_length validation for database models and input data (#1233) 1 year ago
Esteban Maya ef1f64b8f5
🔒️ Refactor migrate from python-jose to PyJWT (#1203) 1 year ago
Alejandra f11bec6aa6
🔥 Remove duplicated code (#1185) 1 year ago
Alejandra b81cec8ea5
♻️ Add delete_user_me endpoint and corresponding test cases (#1179) 1 year ago
Esteban Maya 933419e79c
Update test to add verification database records (#1178) 1 year ago
Bill Zhong 3bd0d98f51
♻️ Fix tests when first superuser password is changed in .env (#1165) 1 year ago
Esteban Maya ad72c4d3fd
♻️ Refactor rename ModelsOut to ModelsPublic (#1154) 1 year ago
Patrick Arminio dcebccadba
🚨 Enable `ARG001` to prevent unused arguments (#1152) 1 year ago
Patrick Arminio e9b2f9f480
🔥 Remove isort configuration, since we use Ruff now (#1144) 1 year ago
Esteban Maya fa9541fb0d
🔧 Update sentry dns initialization following the environment settings (#1145) 1 year ago
Alejandra 4239d93ea6
♻️ Refactor and tweaks, rename `UserCreateOpen` to `UserRegister` and others (#1143) 1 year ago
Esteban Maya c8b3ccce39
🥅 Set up Sentry for FastAPI applications (#1136) 1 year ago
Δ̷̨̧̡̭̺̙̞͖̖͕̰̥̙̯͙̞̯̗̔͌͐̿͊̌́̄̑̿̓̉̈̀͘͠λ̶͔͓̘̘̳͇̻̍̏͌̅̓̓͂̍̾̔͜λ̶̛̯̖̯̲̱͎̙͎̎̐͆͂̽̓̇́͌́̀̏̎̅͋̏̊͘λ̶̨̨̰̟̯̫̲̲̫̯̭̤̳̼̫͉̹̞́̐̒Δ̷̡̛̥̖͇͚͍͍̄̏̂͛̅̌͗̂̽̅̀͆̿̔̚͜ a32cb74edd
🔥 Delete leftover celery file (#727) 1 year ago
Esteban Maya 85b7d6bc63
♻️ Replace pytest-mock with unittest.mock and remove pytest-cov (#717) 1 year ago
Salomon Popp e13d120fd1
✏ Fix typo in variable names in `backend/app/api/routes/items.py` and `backend/app/api/routes/users.py` (#711) 1 year ago
Sebastián Ramírez b32dea360c
🚚 Rename project to Full Stack FastAPI Template (#699) 1 year ago
Sebastián Ramírez c2555c363f
🔒️ Ensure the default values of "changethis" are not deployed (#698) 1 year ago
Alejandra 03eb49aa4d
🐛 Fix allowing a user to update the email to the same email they already have (#696) 1 year ago
Esteban Maya 98c78e4683
🐛 Fixed items count when retrieving data for all items by user (#695) 1 year ago
Sebastián Ramírez 1e256bce5d
🔥 Remove Celery and Flower, they are currently not used nor recommended (#694) 1 year ago
Alejandra a62b1682e0
Add test for deleting user without privileges (#690) 1 year ago
Alejandra f67af697eb
♻️ Refactor user update (#689) 1 year ago
Martin 5ad33845c9
Add support for setting `POSTGRES_PORT` (#333) 1 year ago
Chandler Rosenthal 2f027567c6
🔧 Add `SMTP_SSL` option for older SMTP servers (#365) 1 year ago
Sebastián Ramírez 4e2c6bd6ba
♻️ Refactor logic to allow running pytest tests locally (#683) 1 year ago
Dong-hyeon Shin 11fe2a00ed
♻ Update error messages (#417) 1 year ago
Sebastián Ramírez ed9958bc1e
♻️ Refactor code structure for tests (#674) 1 year ago
Sebastián Ramírez 6851eea1fe
🐛 Set up Sentry only when used (#671) 1 year ago