1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00
authboss/defaults
Aaron L de1c2ed081 Get tests working after latest refactors
- Change changelog format to use keepachangelog standard
- Refactor the config to be made of substructs to help organize all the
  pieces
- Add the new interfaces to the configuration
- Clean up module loading (no unnecessary reflection to create new value)
- Change User interface to have a Get/SetPID not E-mail/Username, this
  way we don't ever have to refer to one or the other, we just always
  assume pid. In the case of Confirm/Recover we'll have to make a GetEmail
  or there won't be a way for us to get the e-mail to send to.
- Delete the xsrf nonsense in the core
2018-02-01 15:42:48 -08:00
..
doc.go Re(move) swaths of code 2018-01-31 17:07:11 -08:00
log_mailer_test.go Start moving default implementations 2018-01-29 13:14:55 -08:00
log_mailer.go Start moving default implementations 2018-01-29 13:14:55 -08:00
responder_test.go Get tests working after latest refactors 2018-02-01 15:42:48 -08:00
responder.go Fix the tests in defaults package 2018-02-01 10:25:54 -08:00
router_test.go Fix the tests in defaults package 2018-02-01 10:25:54 -08:00
router.go Re(move) swaths of code 2018-01-31 17:07:11 -08:00
rules_test.go Move validation implementations to defaults 2018-01-29 16:24:42 -08:00
rules.go Move validation implementations to defaults 2018-01-29 16:24:42 -08:00
smtp_mailer.go Start moving default implementations 2018-01-29 13:14:55 -08:00
validation_test.go Move validation implementations to defaults 2018-01-29 16:24:42 -08:00
validation.go Fix the tests in defaults package 2018-02-01 10:25:54 -08:00