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/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`.
1 year ago
..
setting Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951) 1 year ago
avatar.go Replace -1 with GhostUserID (#27703) 1 year ago
code.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
home.go Rework markup link rendering (#26745) 1 year ago
home_test.go Include public repos in doer's dashboard for issue search (#28304) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
package.go Fix some RPM registry flaws (#28782) 1 year ago
profile.go Revert adding htmx until we finaly decide to add it (#28879) 1 year ago
search.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago
stop_watch.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
task.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago