..
hyperswitch
feat(hyperswitch): add CreateRefund to client
2026-02-22 16:17:54 +01:00
account_lockout_service.go
Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy
2026-02-14 17:23:32 +01:00
account_lockout_service_test.go
chore(v0.102): consolidate remaining changes — docs, frontend, backend
2026-02-20 13:02:12 +01:00
analytics_aggregation_service.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
analytics_aggregation_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
analytics_service.go
perf(analytics): optimize GetTrackStats to single query
2026-02-14 18:31:29 +01:00
analytics_service_test.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
announcement_service.go
feat(admin): global announcements CRUD and public banner endpoint
2026-02-25 19:55:21 +01:00
api_key_service.go
feat(developer): add API keys backend (Lot C)
2026-02-20 00:18:36 +01:00
audio_transcode_service.go
fix(security): validate exec.Command paths in Go services
2026-02-11 21:32:38 +01:00
audio_transcode_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
audit_service.go
fix(tests): fix 2 skipped tests, add clear skip reasons to 11 others
2026-02-22 17:53:00 +01:00
audit_service_test.go
fix(tests): fix 2 skipped tests, add clear skip reasons to 11 others
2026-02-22 17:53:00 +01:00
backup_service.go
fix(security): validate exec.Command paths in Go services
2026-02-11 21:32:38 +01:00
backup_service_test.go
fix(tests): fix 2 skipped tests, add clear skip reasons to 11 others
2026-02-22 17:53:00 +01:00
bandwidth_detection_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
bandwidth_detection_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
bitrate_adaptation_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
bitrate_adaptation_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
bitrate_strategy_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
bitrate_strategy_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
buffer_monitor_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
buffer_monitor_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
cache_service.go
[BE-SVC-001] be-svc: Implement caching layer for frequently accessed data
2025-12-24 16:02:16 +01:00
cache_service_test.go
chore(v0.102): consolidate remaining changes — docs, frontend, backend
2026-02-20 13:02:12 +01:00
cdn_service.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
cdn_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
chat_pubsub.go
feat(chat): Sprint 1 -- migrations, models, repositories for chat rewrite
2026-02-22 20:38:20 +01:00
chat_service.go
feat(chat): Sprint 2 -- WebSocket hub, client, message types, route
2026-02-22 20:41:39 +01:00
chat_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
circuit_breaker.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
circuit_breaker_integration_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
circuit_breaker_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
cloud_backup.go
feat(cloud): GDPR data export and automatic backup cron
2026-02-25 13:35:16 +01:00
cloud_service.go
feat(upload): tags auto-suggest endpoint and additional audio formats
2026-02-25 13:39:59 +01:00
cloud_service_test.go
feat(v0.501): Sprint 3 -- Cloud Storage MVP backend
2026-02-22 18:23:58 +01:00
comment_service.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
comment_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
crypto_service.go
release(v0.902): Sentinel - PKCE OAuth, token encryption, redirect validation, CHAT_JWT_SECRET
2026-02-26 19:49:15 +01:00
crypto_service_test.go
release(v0.902): Sentinel - PKCE OAuth, token encryption, redirect validation, CHAT_JWT_SECRET
2026-02-26 19:49:15 +01:00
data_export_service.go
feat(cloud): GDPR data export and automatic backup cron
2026-02-25 13:35:16 +01:00
data_export_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
email_service.go
[BE-SVC-004] be-svc: Implement email service
2025-12-24 16:11:02 +01:00
email_service_password_reset_test.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
email_service_test.go
fix(tests): fix 2 skipped tests, add clear skip reasons to 11 others
2026-02-22 17:53:00 +01:00
email_verification_service.go
stabilisation commit A
2026-01-07 19:39:21 +01:00
email_verification_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
errors.go
feat(v0.501): Sprint 3 -- Cloud Storage MVP backend
2026-02-22 18:23:58 +01:00
feature_flag_service.go
feat(admin): feature flags CRUD with DB persistence
2026-02-25 19:56:24 +01:00
fulltext_search_service.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
fulltext_search_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
gdpr_export.go
feat(cloud): GDPR data export and automatic backup cron
2026-02-25 13:35:16 +01:00
gear_document_service.go
feat(v0.802): frontend Cloud/Gear, MSW, docs, scope v0.803, archive
2026-02-25 14:00:58 +01:00
gear_service.go
feat(v0.501): Sprint 4 -- Cloud frontend + Gear advanced
2026-02-22 18:30:49 +01:00
gear_warranty_notifier.go
feat(v0.802): frontend Cloud/Gear, MSW, docs, scope v0.803, archive
2026-02-25 14:00:58 +01:00
hls_cleanup_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
hls_playlist_generator.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
hls_playlist_generator_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
hls_queue_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
hls_service.go
[BE-API-020] be-api: Implement HLS stream info endpoint
2025-12-24 11:32:50 +01:00
hls_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
hls_streaming_service_enhanced.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
hls_streaming_service_enhanced_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
hls_transcode_service.go
fix(security): validate exec.Command paths in Go services
2026-02-11 21:32:38 +01:00
hls_transcode_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
image_service.go
chore(v0.102): consolidate remaining changes — docs, frontend, backend
2026-02-20 13:02:12 +01:00
image_service_enhanced.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
image_service_enhanced_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
image_service_test.go
fix(tests): fix 2 skipped tests, add clear skip reasons to 11 others
2026-02-22 17:53:00 +01:00
interfaces.go
[T0-006] test(backend): Ajout tests pour frontend_log_handler
2026-01-04 01:44:22 +01:00
job_service.go
fix(backend): remediation plan — tests, playback_analytics, job queue, gamification
2026-02-17 16:01:45 +01:00
job_service_test.go
fix(backend): remediation plan — tests, playback_analytics, job queue, gamification
2026-02-17 16:01:45 +01:00
jwt_service.go
feat(auth): add ephemeral stream-token endpoint for HLS and WebSocket authentication
2026-02-22 17:28:00 +01:00
jwt_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
live_stream_service.go
feat(v0.703): Go Live & Streaming Complet
2026-02-25 09:35:22 +01:00
live_stream_service_test.go
feat(v0.703): Go Live & Streaming Complet
2026-02-25 09:35:22 +01:00
metadata_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
metadata_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
monitoring_alerting_service.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
monitoring_alerting_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
notification_service.go
feat(notifications): N1.1-N1.3 Web Push subscription, send on events, preferences
2026-02-21 16:41:39 +01:00
notification_service_enhanced.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
notification_service_enhanced_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
notification_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
oauth_service.go
release(v0.902): Sentinel - PKCE OAuth, token encryption, redirect validation, CHAT_JWT_SECRET
2026-02-26 19:49:15 +01:00
oauth_service_test.go
release(v0.902): Sentinel - PKCE OAuth, token encryption, redirect validation, CHAT_JWT_SECRET
2026-02-26 19:49:15 +01:00
password_reset_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
password_reset_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
password_service.go
feat(security): v0.901 Ironclad - fix 5 critical/high vulnerabilities
2026-02-26 19:34:45 +01:00
password_service_integration_test.go
feat(security): v0.901 Ironclad - fix 5 critical/high vulnerabilities
2026-02-26 19:34:45 +01:00
password_service_test.go
Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy
2026-02-14 17:23:32 +01:00
permission_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
permission_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playback_abtest_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playback_abtest_service_test.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playback_aggregation_service.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
playback_aggregation_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playback_alerts_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_alerts_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_analytics_rate_limiter.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playback_analytics_service.go
fix(backend): remediation plan — tests, playback_analytics, job queue, gamification
2026-02-17 16:01:45 +01:00
playback_analytics_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playback_comparison_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_comparison_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_export_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playback_export_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_filter_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_filter_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_heatmap_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playback_heatmap_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_retention_policy_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playback_retention_service.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
playback_retention_service_test.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
playback_segmentation_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playback_segmentation_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playlist_analytics_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
playlist_analytics_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playlist_duplicate_service.go
[T0-006] test(backend): Ajout tests pour frontend_log_handler
2026-01-04 01:44:22 +01:00
playlist_follow_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playlist_follow_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playlist_notification_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playlist_recommendation_service.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
playlist_service.go
chore(v0.102): consolidate remaining changes — docs, frontend, backend
2026-02-20 13:02:12 +01:00
playlist_service_search_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
playlist_service_test.go
chore(v0.102): consolidate remaining changes — docs, frontend, backend
2026-02-20 13:02:12 +01:00
playlist_share_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
playlist_version_service.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
presence_service.go
feat(presence): P2.1 rich presence, P2.2 invisible mode
2026-02-21 16:47:09 +01:00
push_service.go
feat(notifications): N1.1-N1.3 Web Push subscription, send on events, preferences
2026-02-21 16:41:39 +01:00
query_parser.go
feat(search): add boolean operators AND, OR, NOT, exact phrase
2026-02-20 18:38:34 +01:00
queue_service.go
feat(queue): add backend queue API with CRUD operations
2026-02-19 23:44:44 +01:00
queue_session_service.go
feat(queue): add queue session API (create, get, delete, add/remove items)
2026-02-20 18:41:12 +01:00
rbac_service.go
report generation and future tasks selection
2025-12-08 19:57:54 +01:00
refresh_lock.go
fix(auth): add Redis lock for concurrent refresh token requests
2026-02-14 18:29:37 +01:00
refresh_token_service.go
stabilizing apps/web: SECOND BATCH - FIXING Playwright
2025-12-17 12:20:42 -05:00
refresh_token_service_test.go
report generation and future tasks selection
2025-12-08 19:57:54 +01:00
report_service.go
feat(admin): moderation queue with reports CRUD
2026-02-25 19:53:04 +01:00
role_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
role_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
room_service.go
[BE-API-012] be-api: Implement conversation update endpoint
2025-12-23 10:51:18 +01:00
room_service_test.go
[T0-006] test(backend): Ajout tests pour frontend_log_handler
2026-01-04 01:44:22 +01:00
royalty_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
s3_storage_service.go
feat(v0.501): Sprint 2 -- HLS production-ready
2026-02-22 18:16:37 +01:00
s3_storage_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
search_service.go
feat(search): add boolean operators AND, OR, NOT, exact phrase
2026-02-20 18:38:34 +01:00
session_service.go
feat(auth): enrich sessions page with history and revoke (A4)
2026-02-20 14:52:20 +01:00
session_service_test.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
social_service.go
[BE-API-018] be-api: Implement user block/unblock endpoints
2025-12-24 11:28:49 +01:00
social_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
stream_service.go
feat(streaming): wire HLS pipeline end-to-end with serving routes
2026-02-22 21:20:35 +01:00
stream_service_retry_test.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
stream_service_test.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
stripe_connect_service.go
chore(release): v0.602 — Payout, Dette Technique & Tests E2E
2026-02-23 22:32:01 +01:00
tag_suggest_service.go
feat(upload): tags auto-suggest endpoint and additional audio formats
2026-02-25 13:39:59 +01:00
token_blacklist.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
token_blacklist_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
totp_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_chunk_service.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
track_chunk_service_resume_test.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
track_download_license.go
fix(security): verify track access before download (A04)
2026-02-16 10:23:41 +01:00
track_export_service.go
fix(security): validate exec.Command paths in Go services
2026-02-11 21:32:38 +01:00
track_history_service.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
track_history_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
track_like_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
track_like_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
track_recommendation_service.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
track_recommendation_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00
track_search_service.go
release(v0.903): Vault - ORDER BY whitelist, rate limiter, VERSION sync, chat-server cleanup, Go 1.24
2026-02-27 09:43:25 +01:00
track_search_service_test.go
release(v0.903): Vault - ORDER BY whitelist, rate limiter, VERSION sync, chat-server cleanup, Go 1.24
2026-02-27 09:43:25 +01:00
track_service_batch_delete_test.go.disabled
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_service_batch_update_test.go.disabled
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_service_list_test.go.disabled
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_service_quota_test.go.disabled
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_service_stats_test.go.disabled
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_share_service.go
stabilizing veza-backend-api: phase 1
2025-12-16 11:23:49 -05:00
track_share_service_test.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
track_storage_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
track_upload_service.go
fix(security): add ownership check to GetUploadStatus handler (IDOR fix)
2026-02-22 17:30:30 +01:00
track_upload_service_test.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
track_validation_service.go
adding initial backend API (Go)
2025-12-03 20:29:37 +01:00
track_validation_service_test.go
report generation and future tasks selection
2025-12-08 19:57:54 +01:00
track_version_service.go
STABILISATION: phase 3–5 – API contract, tests & chat-server hardening
2025-12-06 17:21:59 +01:00
two_factor_service.go
fix(backend): serialize backup_codes as JSON in two_factor_service (fix TestLogin_Requires2FA)
2026-02-14 14:03:43 +01:00
upload_store.go
refonte: backend-api go first; phase 1
2025-12-12 21:34:34 -05:00
upload_validator.go
refactor(backend): replace 40 fmt.Printf calls with zap structured logging
2026-02-22 17:44:38 +01:00
upload_validator_integration_test.go
chore: add go.work and optional monorepo orchestrator
2026-02-14 18:21:39 +01:00
upload_validator_test.go
chore: consolidate CI, E2E, backend and frontend updates
2026-02-17 16:43:21 +01:00
user_service.go
feat(profile): add profile privacy toggle (B3)
2026-02-20 15:10:02 +01:00
user_service_search.go
fix(tests): parse RespondSuccess envelope in GetUploadStats test
2026-02-19 14:04:47 +01:00
user_service_test.go
fix(tests): correct UpdateProfile assertion in user_service_test
2026-02-19 14:03:28 +01:00
waveform_service.go
feat(security): v0.901 Ironclad - fix 5 critical/high vulnerabilities
2026-02-26 19:34:45 +01:00
waveform_service_test.go
feat(security): v0.901 Ironclad - fix 5 critical/high vulnerabilities
2026-02-26 19:34:45 +01:00
webhook_service.go
security(webhooks): extract SSRF validation to internal/validators/url_validator
2026-02-14 18:24:39 +01:00
webhook_service_test.go
incus deployement fully implemented, Makefile updated and make fmt ran
2026-01-13 19:47:57 +01:00