1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00
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
..
2023-10-05 09:08:19 +08:00
2023-11-18 13:37:08 +02:00
2023-12-19 09:29:05 +00:00
2023-10-05 09:08:19 +08:00
2023-12-25 20:13:18 +08:00
2023-05-08 19:49:59 +08:00
2023-07-04 18:36:08 +00:00
2023-06-18 16:10:44 +00:00
2023-07-19 11:22:57 +02:00
2023-10-10 18:47:49 +08:00
2023-02-20 16:18:26 -06:00