mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* No more hard deletes * scaffolding for password reset endpoint * Ensure password reset state is accounted for in VC checks * password reset endpoints and data structures * ability to change password with reset token * smtp server connection pool management * stubbing out the sending of the email * adding mailhog via docker * HTML emails with confgurable host name * fixing typo in the comments * Fixing merge which undid DatabaseError replacement * documentation in the readme * webpack shortcut for components * removing a sneaky merge line that snuck in * temporary email content api * tests for password reset flow * fixing go vet * comments and making all db use `&value` rather than `reference` * more correct usage of the errors library and moving email sending to it's own method * using the wrong error * fixing email mock object error * less incorrect error usage * rebasing and merging * http constants for status code * using ParseAndValidateJSON instead of BindJSON * validate instead of binding in struct tags * NewFromError instead of New |
||
|---|---|---|
| .. | ||
| errors.go | ||
| errors_test.go | ||