93 Commits (4d95e382f0da207283b368cc253303bf0b5ea2a6)

Author SHA1 Message Date
dependabot[bot] 4d95e382f0
⬆ Bump jinja2 from 3.1.4 to 3.1.6 in /backend (#1591) 3 months ago
dependabot[bot] 92e758e035
⬆ Bump pyjwt from 2.9.0 to 2.10.1 in /backend (#1588) 3 months ago
dependabot[bot] 37b03e37a5
⬆ Bump httpx from 0.27.2 to 0.28.1 in /backend (#1587) 3 months 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
Alejandra 846dd9e81a
⬆️ Update Dockerfile to use uv version 0.5.11 (#1454) 7 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
Sebastián Ramírez fe7f4f7949
🔧 Add `ENV PYTHONUNBUFFERED=1` to log output directly to Docker (#1378) 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 4fc9610175
💡 Add comments to Dockerfile with uv references (#1357) 10 months ago
Sebastián Ramírez 81048277c7
⬆️ Migrate from Poetry to uv (#1356) 10 months ago
Sebastián Ramírez c8104d8ced
🔥 Remove logic for development dependencies and Jupyter, it was never documented, and I no longer use that trick (#1355) 10 months ago
Sebastián Ramírez 4cd67f3483
♻️ Use Docker Compose `watch` (#1354) 10 months ago
Sebastián Ramírez 651643982b
🔧 Use plain base official Python Docker image (#1351) 11 months ago
Sebastián Ramírez 87254dd79e
🚚 Move location of scripts to simplify file structure (#1352) 11 months ago
Sebastián Ramírez 8fe66c1cc1
♻️ Refactor prestart (migrations), move that to its own container (#1350) 11 months ago
Sebastián Ramírez 889a9bf5bf
⬆️ Upgrade FastAPI (#1349) 11 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
Alejandra 77040adf86
📝 Add Email Templates to `backend/README.md` (#1311) 12 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
dependabot[bot] c6457cb8e1
⬆️ Bump setuptools from 69.1.1 to 70.0.0 in /backend (#1255) 1 year ago
dependabot[bot] e31537c430
⬆️ Bump certifi from 2024.2.2 to 2024.7.4 in /backend (#1250) 1 year ago
dependabot[bot] 53849188fe
⬆️ Bump urllib3 from 2.2.1 to 2.2.2 in /backend (#1235) 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
dependabot[bot] df51c2ee6d
⬆️ Bump requests from 2.31.0 to 2.32.0 in /backend (#1211) 1 year ago
Esteban Maya ef1f64b8f5
🔒️ Refactor migrate from python-jose to PyJWT (#1203) 1 year ago
dependabot[bot] a7202bf3ea
⬆️ Bump jinja2 from 3.1.3 to 3.1.4 in /backend (#1196) 1 year ago
Alejandra 88a5c6448a
📝 Add `Enabling Open User Registration` to backend docs (#1191) 1 year ago
dependabot[bot] 91062a1f8d
Bump gunicorn from 21.2.0 to 22.0.0 in /backend (#1176) 1 year ago
dependabot[bot] d31245d53a
Bump idna from 3.6 to 3.7 in /backend (#1168) 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