• Joined on 2025-06-28
quaik8 pushed to main at quaik8/sdb2-extension-chrome 2025-09-20 20:54:29 +02:00
cb607760ce Add SDB Audio Extractor extension with options and popup UI
quaik8 created branch main in quaik8/sdb2-extension-chrome 2025-09-20 20:54:29 +02:00
quaik8 created repository quaik8/sdb2-extension-chrome 2025-09-20 20:44:32 +02:00
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-20 15:50:53 +02:00
da4566c789 feat: add 'Stop All Sounds' button to Player component for improved sound control
quaik8 pushed to main at quaik8/sdb2-backend 2025-09-20 15:42:18 +02:00
bccfcafe0e feat: Update CORS origins to allow Chrome extensions and improve logging in migration tool
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-20 15:41:11 +02:00
7c3a8aab64 fix: add cursor pointer style to StopSoundsButton for better UX
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-20 15:33:15 +02:00
72914da637 feat: add Dailymotion badge and improve extraction title display in ExtractionsRow
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-20 15:03:52 +02:00
70131ecd2d feat: add status filter to ExtractionsHeader and update SchedulersHeader layout
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-19 11:54:59 +02:00
f559a6aa73 fix: remove unused task type 'credit_recharge' from CreateTaskDialog
quaik8 pushed to main at quaik8/sdb2-backend 2025-09-18 13:58:05 +02:00
1bef694f38 feat: Enhance play_sound method to accept volume parameter and retrieve current volume
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-18 13:58:02 +02:00
b024b19ecc fix: update Toaster position and mark Sequencer link as WIP
quaik8 pushed to main at quaik8/sdb2-backend 2025-09-18 13:14:06 +02:00
b87a47f199 fix: Update PostgreSQL database URL for Alembic to use psycopg driver
83239cb4fa Add Alembic for database migrations and initial migration scripts
e8f979c137 feat: Add MINUTELY recurrence type and enhance scheduler handling
Compare 3 commits »
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-17 18:31:25 +02:00
2281993edb Merge branch 'sequencer2'
4fe9251a2d fix: update task cancellation messages to reflect deletion action
4fe280cf5c feat: add 'minutely' option to recurrence types in CreateTaskDialog and schedulers
24cc0cc45f fix: add cursor pointer style to button variants for better UX
f7bfd3de73 Merge branch 'main' into sequencer2
Compare 26 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-09-13 22:41:53 +02:00
92571f4de9 Refactor code structure for improved readability and maintainability
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-13 22:41:48 +02:00
43b03e61bd feat: add user role selection to EditUserData in UsersPage
quaik8 pushed to main at quaik8/sbd2-frontend 2025-08-29 23:12:56 +02:00
851738f04f feat: integrate Combobox component for timezone selection in CreateTaskDialog and AccountPage
70de6ad919 feat: implement combobox for timezone, sound, and playlist selection in CreateTaskDialog
40b053c446 feat: enhance CreateTaskDialog with sound and playlist selection, including loading states and task-specific parameters
4251057668 refactor: standardize task and recurrence type strings to lowercase across components and services
009780e64c feat: add schedulers feature with task management
Compare 5 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-29 23:12:53 +02:00
1388ede1dc Merge branch 'tasks3'
75569a60b5 fix: Improve logging for invalid player mode by using logger.exception
2bdd109492 Refactor code structure for improved readability and maintainability
dc89e45675 Refactor scheduled task repository and schemas for improved type hints and consistency
96801dc4d6 feat: Refactor TaskHandlerRegistry to include db_session_factory and enhance sound playback handling for user tasks
Compare 7 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-25 21:40:53 +02:00
7dee6e320e Add tests for extraction API endpoints and enhance existing tests
quaik8 pushed to main at quaik8/sbd2-frontend 2025-08-25 21:40:52 +02:00
6a40311a82 feat: add extraction deletion functionality with confirmation dialog and update extraction list on deletion
quaik8 pushed to main at quaik8/sbd2-frontend 2025-08-25 12:33:16 +02:00
4a973e5044 feat: add duplicates count to scan results and update success message in SettingsPage