This website requires JavaScript.
Explore
Help
Sign In
mo
/
mitlist
Watch
1
Star
0
Fork
0
You've already forked mitlist
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fc355077ab
mitlist
/
be
/
app
History
Mohamad
fc355077ab
Enhance database connection management by adding pool_pre_ping to ensure connections are live. Update connection pool settings for improved reliability.
2025-05-20 10:42:34 +02:00
..
api
Refactor authentication and user management to standardize session handling across OAuth flows. Update configuration to include default token type for JWT authentication. Enhance error handling with new exceptions for user operations, and clean up test cases for better clarity and reliability.
2025-05-20 01:19:21 +02:00
core
Refactor authentication and user management to standardize session handling across OAuth flows. Update configuration to include default token type for JWT authentication. Enhance error handling with new exceptions for user operations, and clean up test cases for better clarity and reliability.
2025-05-20 01:19:21 +02:00
crud
Refactor CRUD operations across multiple modules to standardize transaction handling using context managers, improving error logging and rollback mechanisms. Enhance error handling for database operations in expense, group, invite, item, list, settlement, and user modules, ensuring specific exceptions are raised for integrity and connection issues.
2025-05-20 01:18:49 +02:00
schemas
Enhance configuration and error handling in the application; add new error messages for OCR and authentication processes. Refactor database session management to include transaction handling, and update models to track user creation for expenses and settlements. Update API endpoints to improve cost-sharing calculations and adjust invite management routes for clarity.
2025-05-17 13:56:17 +02:00
__init__.py
weeee
💃
2025-03-30 16:02:49 +02:00
auth.py
Refactor authentication and user management to standardize session handling across OAuth flows. Update configuration to include default token type for JWT authentication. Enhance error handling with new exceptions for user operations, and clean up test cases for better clarity and reliability.
2025-05-20 01:19:21 +02:00
config.py
Refactor authentication and user management to standardize session handling across OAuth flows. Update configuration to include default token type for JWT authentication. Enhance error handling with new exceptions for user operations, and clean up test cases for better clarity and reliability.
2025-05-20 01:19:21 +02:00
database.py
Enhance database connection management by adding pool_pre_ping to ensure connections are live. Update connection pool settings for improved reliability.
2025-05-20 10:42:34 +02:00
main.py
Refactor authentication endpoints and user management; update CORS settings and JWT handling for improved security and compatibility with FastAPI-Users. Remove deprecated user-related endpoints and streamline API structure.
2025-05-14 01:04:09 +02:00
models.py
Enhance configuration and error handling in the application; add new error messages for OCR and authentication processes. Refactor database session management to include transaction handling, and update models to track user creation for expenses and settlements. Update API endpoints to improve cost-sharing calculations and adjust invite management routes for clarity.
2025-05-17 13:56:17 +02:00