Go to file
Derrick Hammer 8965395fdf
feat: add apis for sending email verification, and verifying an email code
2024-02-26 08:14:30 -05:00
.github/workflows ci: try switching to go-semantic-release 2024-01-11 14:58:44 -05:00
account feat: add apis for sending email verification, and verifying an email code 2024-02-26 08:14:30 -05:00
api fix: need to init apiDomain 2024-02-25 09:54:34 -05:00
bao refactor: use just Read 2024-02-25 11:43:44 -05:00
cmd/portal feat: add core.portal_name required config to be used for communication 2024-02-26 07:32:46 -05:00
config feat: add core.portal_name required config to be used for communication 2024-02-26 07:32:46 -05:00
cron refactor: rename RetryableTask to RetryableJob 2024-02-25 07:49:22 -05:00
db feat: add password reset, account verification models, and a verified field to users 2024-02-26 07:47:05 -05:00
logger feat: add custom logger wrapper to use zap logger for database 2024-02-24 08:41:40 -05:00
mailer refactor: update const names 2024-02-26 08:03:30 -05:00
metadata fix: remove rows effected check 2024-02-17 23:42:32 -05:00
protocols refactor: use job terminology for consistency 2024-02-25 07:52:28 -05:00
renter refactor: rename RetryableTask to RetryableJob 2024-02-25 07:49:22 -05:00
storage refactor: move s3 client creation to a factory method on storage for re-usability 2024-02-24 10:34:49 -05:00
.semrelrc ci: use git provider 2024-01-12 08:27:48 -05:00
CHANGELOG.md refactor: implement new configuration management system 2024-02-22 02:13:59 -05:00
LICENSE feat: wip version 2023-04-29 13:40:43 -04:00
README.md Initial commit 2023-04-27 06:27:27 +00:00
go.mod feat: initial mailer module with password reset and email verification templates 2024-02-26 07:30:53 -05:00
go.sum feat: initial mailer module with password reset and email verification templates 2024-02-26 07:30:53 -05:00

README.md

portal