veza/veza-backend-api/internal/api
2026-02-14 18:29:37 +01:00
..
admin adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
chat adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
collaboration adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
education adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
graphql adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
grpc adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
handlers incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
listing adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
message adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
offer adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
production_challenge adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
room adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
search adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
shared_resources adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
sound_design_contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
tag adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
track adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
user incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
voting_system adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
websocket adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
api_manager.go [LOGGING] Fix #10: Erreurs silencieuses - Ajout de logs avec contexte pour toutes les erreurs dans core/auth et core/track 2026-01-04 01:44:15 +01:00
router.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_analytics.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_auth.go fix(auth): add Redis lock for concurrent refresh token requests 2026-02-14 18:29:37 +01:00
routes_core.go feat(migrations): add down migration scripts for rollback 2026-02-14 18:05:11 +01:00
routes_education.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_gear.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_live.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_marketplace.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_playlists.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_social.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_tracks.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_users.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_webhooks.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
versioning.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00
versioning_test.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00