mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
[PR #37] [CLOSED] Feat/oauth OIDC #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yusing/godoxy/pull/37
Author: @yusing
Created: 1/12/2025
Status: ❌ Closed
Base:
v0.8← Head:feat/oauth-oidc📝 Commits (10+)
694219cfeat: Add optional OIDC support2639c2afix: rules escaped backslashda66e9erefactor query.go3dfa2d0fix bypass command8ad7bb9fix: slice deserialization should return all errors385c929fix rule parserc96874efix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade639b03fserver side favicon retrieving and caching63d9be0fixed and improved favicon retrieving018de63fix favicon redirection path📊 Changes
86 files changed (+4389 additions, -591 deletions)
View changed files
📝
.env.example(+10 -0)📝
.trunk/trunk.yaml(+3 -3)📝
README.md(+4 -2)📝
README_CHT.md(+4 -2)📝
cmd/main.go(+16 -46)📝
go.mod(+7 -2)📝
go.sum(+62 -1)📝
internal/api/handler.go(+20 -12)📝
internal/api/v1/auth/auth.go(+38 -4)➕
internal/api/v1/auth/oidc.go(+176 -0)➕
internal/api/v1/auth/oidc_test.go(+203 -0)➕
internal/api/v1/favicon/favicon.go(+292 -0)📝
internal/api/v1/file.go(+1 -1)📝
internal/api/v1/list.go(+11 -8)📝
internal/api/v1/reload.go(+3 -3)📝
internal/api/v1/stats.go(+10 -10)📝
internal/autocert/provider.go(+21 -8)📝
internal/autocert/setup.go(+0 -2)📝
internal/common/env.go(+105 -0)➕
internal/common/random.go(+13 -0)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.