0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-05 12:35:30 +01:00

3 Commits

Author SHA1 Message Date
Mark Brown
734daa9684
feat: adds unit tests and remove prints 2025-10-16 21:01:44 -04:00
Mark Brown
bc430bb330
feat: adds setter for config.Value and updates forms
Install now submits the proper database name and is properly set using
the config.Value class. This extends the getter functionality so now
config.Value can be used to both get and set values.
2025-10-16 21:01:44 -04:00
Mark Brown
589712db26
feat: inverted disable_gravatar logic to enable_gravatar
Frontend still interacts directly with the database entry name
`picture.disable_gravatar` so logic needs flipped when writing, but
logic to read automatically flips based on config.Invert() being called
during init or INI read.
2025-10-16 21:01:44 -04:00