• Joined on 2025-06-28
quaik8 pushed to main at quaik8/sdb-back 2025-07-16 15:24:35 +02:00
e874d0665f feat: Add user management endpoints for listing, updating, activating, and deactivating users
quaik8 pushed to main at quaik8/sdb-front 2025-07-16 15:24:33 +02:00
58b8d8bbbe feat: add Admin Users management page and integrate user editing functionality
quaik8 pushed to main at quaik8/sdb-front 2025-07-16 13:56:07 +02:00
f6eb815240 feat: implement real-time updates for credits and sound play counts using custom events
0e88eed4f8 refactor: comment out unused socket functionality in SoundboardPage component
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-16 13:54:55 +02:00
ae238d3d18 feat: Emit sound play count change event to connected clients after playing a sound
7226d87a77 refactor: Comment out play_sound event handler and related logic for future use
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-13 01:47:07 +02:00
b17e0db2b0 feat: Emit credits required event via SocketIO when user lacks sufficient credits
quaik8 pushed to main at quaik8/sdb-front 2025-07-13 01:47:06 +02:00
3f19a4a090 feat: add global socket event listeners for error handling and credits notifications in SocketContext
quaik8 pushed to main at quaik8/sdb-front 2025-07-13 00:50:52 +02:00
205b745d00 style: standardize quotes in CSS and improve formatting for range input styles
quaik8 pushed to main at quaik8/sdb-front 2025-07-13 00:00:24 +02:00
792442e3cf refactor: reorganize imports and improve code formatting in SoundboardPage component
quaik8 pushed to main at quaik8/sdb-back 2025-07-12 22:53:11 +02:00
64074685a3 refactor: Simplify sound file path retrieval by consolidating stream sound handling
quaik8 pushed to main at quaik8/sdb-front 2025-07-12 22:18:57 +02:00
f7523e15b6 refactor: reorder imports for better organization in App and AppSidebar components
quaik8 pushed to main at quaik8/sdb-front 2025-07-12 22:00:24 +02:00
28ad6d12a7 refactor: remove unused pages and components, streamline Admin and Dashboard functionality
4101047f55 feat: add 'single' play mode option and corresponding icon in MusicPlayer
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-12 22:00:21 +02:00
688b95b6af refactor: Remove unused playlist routes and related logic; clean up sound and stream models
627b95c961 feat: Add 'single' play mode to music player and update related logic
fc734e2581 feat: Enhance play tracking to accumulate play time and trigger at 20% of cumulative listening
4e96c3538c feat: Update play tracking to trigger at 20% completion instead of start
6bbf3dce66 feat: Update SoundPlayed model to accept nullable user_id and enhance sound tracking in MusicPlayerService
Compare 5 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-12 15:17:51 +02:00
842e1dff13 feat: Implement playlist management routes and integrate with music player service
93897921fb feat: Update playlist loading method to use current playlist on startup
Compare 2 commits »
quaik8 pushed to main at quaik8/gdit-back 2025-07-11 18:29:57 +02:00
53af2a5739 Add vulnerability counts and image counts to project and file responses
quaik8 created branch main in quaik8/gdit-back 2025-07-11 15:16:44 +02:00
quaik8 pushed to main at quaik8/gdit-back 2025-07-11 15:16:44 +02:00
e521af2281 Add vulnerability counts to project response in get_projects endpoint
fe2600f5bf Enhance vulnerability scanning by linking vulnerabilities to scan jobs and updating scan_all_images method to accept scan_job_id
2c64c2c34d Add vulnerability scanner and WebSocket manager for scan notifications
7f8c47273a Initialize backend project with essential files and configurations
quaik8 created branch main in quaik8/gdit-front 2025-07-11 15:16:23 +02:00
quaik8 pushed to main at quaik8/gdit-front 2025-07-11 15:16:23 +02:00
427b776269 feat: Add Project and Image detail pages with vulnerability summaries and counts
d9cd3adef1 fix: Update Layout component to center sidebar items and add scan_job_id to Vulnerability interface
181b3e2878 feat: Implement API client and dashboard functionality
8fe6ee937b feat: initialize frontend project with Vite, React, and TypeScript
quaik8 created branch main in quaik8/gdit-claude 2025-07-11 15:16:02 +02:00
quaik8 pushed to main at quaik8/gdit-claude 2025-07-11 15:16:02 +02:00
675ebf1df3 Enhance CLAUDE.md with detailed features on real-time scanning, vulnerability management, and database schema improvements
29d554853f Add .gitignore and initial CLAUDE.md documentation