0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 16:14:44 +01:00
gitea/routers/web/user
wackbyte d9b3849454
Fix inconsistent naming of OAuth 2.0 ENABLE setting (#28951)
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
..
setting Fix inconsistent naming of OAuth 2.0 ENABLE setting (#28951) 2024-01-28 12:36:44 +00:00
avatar.go
code.go
home.go
home_test.go
main_test.go
notification.go
package.go Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
profile.go Revert adding htmx until we finaly decide to add it (#28879) 2024-01-21 21:42:35 +08:00
search.go
stop_watch.go
task.go