GoDoxy/internal/api/v1
Yuzerion fb0dc7dea0
Feat/OIDC middleware (#50)
* implement OIDC middleware

* auth code cleanup

* allow override allowed_user in middleware, fix typos

* fix tests and callbackURL

* update next release docs

* fix OIDC middleware not working with Authentik

* feat: add groups support for OIDC claims (#41)

Allow users to specify allowed groups in the env and use it to inspect the claims.

This performs a logical AND of users and groups (additive).

* merge feat/oidc-middleware (#49)

* api: enrich provider statistifcs

* fix: docker monitor now uses container status

* Feat/auto schemas (#48)

* use auto generated schemas

* go version bump and dependencies upgrade

* clarify some error messages

---------

Co-authored-by: yusing <yusing@6uo.me>

* cleanup some loadbalancer code

* api: cleanup websocket code

* api: add /v1/health/ws for health bubbles on dashboard

* feat: experimental memory logger and logs api for WebUI

---------

Co-authored-by: yusing <yusing@6uo.me>

---------

Co-authored-by: yusing <yusing@6uo.me>
Co-authored-by: Peter Olds <peter@olds.co>
2025-01-19 13:48:52 +08:00
..
auth Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
favicon updated ls-icon and icon fetching mechanism 2025-01-13 02:21:52 +08:00
query refactor and typo fixes 2024-11-02 03:14:47 +08:00
utils Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
file.go fix incorrect reload behaviors, further organize code 2025-01-09 04:26:00 +08:00
health.go api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +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 fix route provider name 2025-01-12 13:49:47 +08:00
mem_logger.go feat: experimental memory logger and logs api for WebUI 2025-01-19 13:45:16 +08:00
reload.go fix incorrect reload behaviors, further organize code 2025-01-09 04:26:00 +08:00
schema.go Feat/auto schemas (#48) 2025-01-19 00:37:17 +08:00
stats.go api: cleanup websocket code 2025-01-19 04:33:55 +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