forgejo/routers/web
wackbyte d9b3849454
Fix inconsistent naming of OAuth 2.0 ENABLE setting ()
Renames it to `ENABLED` to be consistent with other settings and
deprecates it.

I believe this change is necessary because other setting groups such as
`attachment`, `cors`, `mailer`, etc. have an `ENABLED` setting, but
`oauth2` is the only one with an `ENABLE` setting, which could cause
confusion for users.

This is no longer a breaking change because `ENABLE` has been set as
deprecated and as an alias to `ENABLED`.
2024-01-28 12:36:44 +00:00
..
admin Allow to sync tags from admin dashboard () 2024-01-24 03:02:04 +00:00
auth Normalize oauth email username () 2024-01-03 18:48:20 -06:00
devtest
events
explore
feed Set the isPermaLink attribute to false in the guid sub-element () 2024-01-20 02:38:16 +00:00
healthcheck
misc Refactor CORS handler () 2023-12-25 20:13:18 +08:00
org Rework markup link rendering () 2024-01-15 08:49:24 +00:00
repo Simplify how git repositories are opened () 2024-01-27 21:09:51 +01:00
shared Simplify how git repositories are opened () 2024-01-27 21:09:51 +01:00
user Fix inconsistent naming of OAuth 2.0 ENABLE setting () 2024-01-28 12:36:44 +00:00
base.go
githttp.go Add support for sha256 repositories () 2024-01-19 17:05:02 +01:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix inconsistent naming of OAuth 2.0 ENABLE setting () 2024-01-28 12:36:44 +00:00
webfinger.go