GoDoxy/internal/api/v1
Peter Olds 694219c50a
feat: Add optional OIDC support
This allows the API to trigger an OAuth workflow to create the JWT for authentication. For now the workflow is triggered by manually visiting `/api/login/oidc` on the frontend app until the UI repo is updated to add support.
2025-01-10 00:26:37 -08:00
..
auth feat: Add optional OIDC support 2025-01-10 00:26:37 -08:00
query refactor and typo fixes 2024-11-02 03:14:47 +08:00
utils improved api error handling 2025-01-05 00:02:31 +08:00
file.go api: updated list/get/set file endpoint 2025-01-07 10:57:53 +08:00
index.go correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost 2024-10-11 09:13:38 +08:00
list.go api: updated list/get/set file endpoint 2025-01-07 10:57:53 +08:00
reload.go migrated from logrus to zerolog, improved error formatting, fixed concurrent map write, fixed crash on rapid page refresh for idle containers, fixed infinite recursion on gotfiy error, fixed websocket connection problem when using idlewatcher 2024-10-29 11:34:58 +08:00
schema.go api: updated list/get/set file endpoint 2025-01-07 10:57:53 +08:00
stats.go initial prometheus metrics support, simplfied some code 2024-11-06 12:24:12 +08:00
version.go correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost 2024-10-11 09:13:38 +08:00