67e2ebe853
feat: add user_id index to profiles table for faster lookups
...
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to optimize query performance for profile retrieval operations.
2025-03-21 00:15:40 +00:00
2212de195d
fix: correct null pointer dereference in user profile avatar loader
2025-03-19 20:25:34 +00:00
c90fc42afc
chore: remove trailing whitespace from README.md formatting
2025-03-16 21:46:09 +00:00
72994aa10f
chore: remove outdated placeholder content from project root readme
2025-03-16 06:36:13 +00:00
ce1909d79a
fix: add try-catch block to handle database connection timeout in user service
2025-03-05 22:53:35 +00:00
4dd41be6c1
chore: replace placeholder branding with final logo and color scheme
2025-03-03 16:06:05 +00:00
ab2d32752c
chore: remove trailing whitespace from README.md line 42
2025-03-03 13:51:13 +00:00
aa4deaac76
refactor: extract user authentication logic into dedicated service class with dependency injection
2025-03-03 13:09:28 +00:00
cbcb041f68
feat: add user_id index to profiles table for faster lookups
2025-03-03 12:57:16 +00:00
05bdda7b9b
feat: implement core application logic with working prototype functionality
2025-03-03 12:51:57 +00:00
6de6f66d3c
fix: correct null pointer dereference in user profile avatar loader
2025-03-03 08:52:28 +00:00
3a9557fd39
feat: add descriptive error messages for validation failures in user input
2025-03-03 08:48:50 +00:00
b0815889e0
feat: add bash command execution support to the application
2025-03-03 08:39:19 +00:00
4e0acebe44
chore: remove trailing whitespace from README.md line 42
2025-03-03 07:32:41 +00:00
eb11666887
chore: remove trailing whitespace from README.md line 42
2025-03-03 07:07:17 +00:00