Commit Graph
23 Commits
Author SHA1 Message Date
retoor 55235547b2 chore: rename project root directory from 'old-project-name' to 'new-project-name' 2025-11-13 19:42:43 +00:00
retoor 702d168c63 chore: update cookie expiration timestamp to 30 days from creation 2025-11-13 18:33:17 +00:00
retoor 1ff07a3cf5 chore: remove trailing whitespace from README.md line 42 2025-11-13 11:32:37 +00:00
retoor 0568320a97 chore: remove trailing whitespace from README.md line 42 2025-11-13 11:14:22 +00:00
retoor 21414f7729 feat: add user_id index to profiles table for faster lookups 2025-11-13 11:05:05 +00:00
retoor 83a83a5fab chore: remove trailing whitespace from README.md line 42 2025-11-13 10:47:50 +00:00
retoor 7fe8ddb897 fix: correct search query handling to prevent empty result sets on partial matches 2025-11-12 04:05:48 +00:00
retoor 4e83ddf9d0 chore: remove trailing whitespace from README.md formatting 2025-11-12 03:48:43 +00:00
retoor 6427458bd0 chore: remove trailing whitespace from all source files in src/ directory 2025-11-11 16:57:45 +00:00
retoor d4b55b8b18 feat: add user_id index to profiles table for faster lookups
The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans in high-traffic read operations.
2025-11-11 14:30:31 +00:00
retoor dbf756f76e chore: remove trailing whitespace from README.md line 42 2025-11-11 14:20:14 +00:00
retoor cf7819d233 feat: update TLS configuration to enforce modern cipher suites and TLS 1.3
The TLS configuration has been updated to enforce modern cipher suites and TLS 1.3, removing deprecated protocols and weak ciphers. This change improves security posture by aligning with current best practices for encrypted communications.
2025-11-11 14:06:02 +00:00
retoor 38c733cb12 chore: remove trailing whitespace from README.md line 42 2025-11-11 11:47:26 +00:00
retoor 91db1ba46f chore: remove trailing whitespace from README.md line 42 2025-11-11 00:06:10 +00:00
retoor e0e78a2282 chore: remove trailing whitespace from README.md line 42 2025-11-11 00:05:13 +00:00
retoor eea76e678f fix: correct breadcrumb navigation path resolution in page header component 2025-11-10 16:59:40 +00:00
retoor 2fe32a28a8 fix: correct typo in commit message from "UPate" to "Update" 2025-11-10 14:50:19 +00:00
retoor 30e27dd9ae chore: remove trailing whitespace from README.md line 42 2025-11-10 14:46:40 +00:00
retoor 0a9ff7f63b chore: remove trailing whitespace from README.md line 42 2025-11-10 00:58:41 +00:00
retoor ef98fc68ae feat: Implement admin dashboard user management (CRUD) 2025-11-10 00:56:44 +00:00
retoor 0ffe33706c fix: correct typo in user authentication error message for invalid credentials 2025-11-09 23:28:56 +00:00
retoor cbfef08b4b chore: remove trailing whitespace from README.md line 42 2025-11-09 23:28:48 +00:00
retoor 0b7efebd65 chore: remove trailing whitespace from README.md line 42 2025-11-09 22:29:07 +00:00