You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
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`.
1 year ago
..
api Simplify how git repositories are opened (#28937) 1 year ago
common Rework markup link rendering (#26745) 1 year ago
install Enhanced auth token / remember me (#27606) 1 year ago
private Simplify how git repositories are opened (#28937) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951) 1 year ago
init.go Allow to sync tags from admin dashboard (#28045) 1 year ago