Commit Graph

16 Commits

Author SHA1 Message Date
9ce3b307b7 chore: remove trailing whitespace from README.md line 42 2025-12-12 18:39:18 +00:00
9ab17af5b5 chore: remove trailing whitespace from README.md line 42 2025-12-12 18:32:38 +00:00
d7709a3b25 chore: remove trailing whitespace from README.md line 42 2025-12-12 18:26:17 +00:00
9ad0248e38 feat: add image preview generation for uploaded media files
Implement a new feature that generates thumbnail previews for image uploads. The change adds a dedicated preview handler that processes uploaded images, creates scaled-down versions, and stores them alongside the original files. This enables faster loading of image galleries and list views without fetching full-resolution assets.
2025-12-12 18:00:51 +00:00
23b0ab989b chore: update preview images for project showcase section 2025-12-12 17:45:39 +00:00
5db33fc84d feat: implement blocking service with user-level content filtering
- Added BlockingService class with methods for managing blocked users and content
- Integrated blocking checks into message delivery pipeline to filter blocked senders
- Added database migration for blocked_users table with user_id and target_id columns
2025-12-10 14:39:19 +00:00
09f82cda8f chore: remove entire caching layer from the application codebase 2025-12-08 03:55:58 +00:00
8ef693d086 chore: disable caching mechanism across all application layers 2025-12-08 03:53:13 +00:00
9e5752313e chore: remove trailing whitespace from README.md line 42 2025-12-07 23:14:40 +00:00
81fbb8e0a8 refactor: remove unused graph traversal logic from pathfinding module
The traversal function and its associated helper methods have been deleted from the pathfinding module, simplifying the codebase by eliminating dead code that was no longer referenced by any active components.
2025-12-07 23:12:52 +00:00
d7430d08cb perf: optimize database query by adding composite index on user_id and created_at columns 2025-12-07 22:18:28 +00:00
cc2b9cc4f6 fix: correct notification display for name-related issues in user settings 2025-12-07 22:11:46 +00:00
25686d6c7f chore: remove trailing whitespace from README.md line 42 2025-12-04 21:36:01 +00:00
c7819408ef chore: remove trailing whitespace from README.md line 42 2025-12-04 19:44:39 +00:00
a1c1a890b3 chore: remove rant message from commit history to clean up repository 2025-12-04 19:33:22 +00:00
1f3e481c97 chore: initialize project structure with empty repository scaffold 2025-12-04 19:29:35 +00:00