1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2025-04-22 19:33:00 +02:00
Commit graph

9 commits

Author SHA1 Message Date
986346cd41 Restructure fastify plugins for better dep control:
- Copy Nodemailer and Sequelize fastify plugins to project.
- Upgrade dependencies with yarn upgrade
- Fix break from Sequelize 5 removing Model.find() in AccountController
2020-01-04 19:13:56 -07:00
cd4e628e11 Utilize nested locale translations and update usage 2019-12-01 14:40:14 -07:00
1458e936ea Naming & Association corrections:
Correct naming of Account and Shelf Controllers;
Add hasMany associations to db models
2019-12-01 11:03:55 -07:00
53662c0a60 Create default shelves in db on account creation 2019-11-30 18:02:24 -07:00
24b36045ff Fix display name requirements 2019-10-26 11:47:15 -06:00
929d1ca928 Add login validation without testing 2019-10-08 12:38:09 -06:00
040b967725 Add create and confirm account emails in backend 2019-10-03 13:04:17 -06:00
fd84706104 Start adding support for email confirmation with nodemailer 2019-09-27 18:40:39 -06:00
0cad0adfdb Add Account controller and create account endpoint 2019-09-27 18:14:01 -06:00