• Joined on 2025-06-28
quaik8 pushed to main at quaik8/sdb-front 2025-07-05 17:52:24 +02:00
44c9c204f6 feat: update background color in LoginPage and RegisterPage components
334ea9c391 feat: integrate sonner for toast notifications across multiple pages
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-05 17:52:20 +02:00
f68d046653 fix(admin_sounds): import jsonify to enable JSON responses in admin sound management routes
e2fe451e5a Refactor OAuth provider linking and unlinking logic into a dedicated service; enhance error handling and logging throughout the application; improve sound management and scanning services with better file handling and unique naming; implement centralized error and logging services for consistent API responses and application-wide logging configuration.
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-05 12:46:13 +02:00
41fc197f4c refactor(soundboard): remove unused client information from play_sound method
quaik8 pushed to main at quaik8/sdb-front 2025-07-05 08:37:25 +02:00
06e0489923 feat: add sonner for notifications and update theme handling in Toaster component
3f0fc13a12 feat: add SocketProvider and integrate real-time credits updates in NavPlan component
81cdbb9321 feat: add NavPlan component to display user plan and credits in sidebar
Compare 3 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-05 08:37:21 +02:00
2f7ffbbfe4 refactor(vlc_service): remove unused parameters ip_address and user_agent from play_sound method
5876b247f4 refactor(main): remove allow_unsafe_werkzeug option from SocketIO run configuration
ccc5ee38e2 feat(socketio): integrate SocketIO service for real-time communication and emit credits change events
1cd43a670d refactor: update timestamp handling to use timezone-aware datetime
4375718c2f refactor(decorators): simplify require_admin decorator by reusing require_role
Compare 6 commits »
quaik8 pushed to main at quaik8/sdb-front 2025-07-04 18:50:06 +02:00
b388646e65 feat: enhance ActivityPage with tab navigation for recent activity, user stats, and popular sounds
0583ae2bb8 feat: add soundboard and admin sounds management pages with routing
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-04 18:50:00 +02:00
c3b8205f83 feat(sound_played): add sound play tracking and user statistics endpoints; enhance VLC service to record play events
97b998fd9e feat(vlc_service): refactor VLC service to use subprocess for sound playback and management; update process tracking
7455811860 feat: Add VLC service for sound playback and management
8f17dd730a feat(admin_routes): add admin routes for scheduler and sound management; refactor main routes
Compare 4 commits »
quaik8 pushed to main at quaik8/sdb-back 2025-07-02 17:30:59 +02:00
c241a72c60 feat(sound_normalizer): implement two-pass normalization and enhance error handling
quaik8 pushed to main at quaik8/sdb-back 2025-07-02 17:10:35 +02:00
7128ca727b Add new sound files and update dependencies
1b597f4047 feat(scheduler): implement scheduler service for background tasks and credit refills; add endpoints for admin control
703212656f refactor: clean up code by adding missing commas and improving import order
171dbb9b63 Refactor code for improved readability and consistency
Compare 4 commits »
quaik8 pushed to main at quaik8/sdb-claude 2025-07-02 17:10:10 +02:00
a1f5dbd0f9 Remove mention of tests from project structure in CLAUDE.md
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 17:50:52 +02:00
05627c55c5 Refactor authentication and theme context usage
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 17:16:51 +02:00
c120635dea fix: remove unnecessary debugging step from CI workflow
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 17:14:44 +02:00
8c7a9d6c05 fix: update build job dependencies and downgrade upload-artifact action version
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 16:49:30 +02:00
149a9faa30 fix: simplify commands in CI workflow by removing unnecessary directory changes
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 16:40:47 +02:00
eec07826bb chore: add debugging step to list files in the frontend directory
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 16:30:45 +02:00
5073c8d929 chore: uncomment setup, cache, install, lint, TypeScript check, build, and upload steps in Frontend CI workflow
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 14:47:38 +02:00
a1d72840e1 fix: update checkout action to v4 and adjust job dependencies in CI workflow
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 14:23:32 +02:00
65e6e58b44 feat: add Frontend CI workflow for linting and building the application
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 13:51:50 +02:00
961492309a fix: update fetch-depth for code checkout in Frontend CI workflow; adjust build job dependency
quaik8 pushed to main at quaik8/sdb-front 2025-07-01 13:40:11 +02:00
671dfecc45 chore: comment out unused steps in Frontend CI workflow