1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2025-05-09 03:31:16 +02:00
Commit graph

12 commits

Author SHA1 Message Date
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
cd0baa7605 Handle log out
It's a little funky because of Choo, but it works right
2019-10-17 21:20:36 -06:00
bcde0c6dc7 Fix login errors and redirect to home after success 2019-10-17 20:37:16 -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
49ab635660 Switch to fastify-sequelize for db connection
Started to try to set up setup-database.js script using Sequelize.
We'll see how that goes...
2019-09-18 17:15:06 -06:00
1cb78f5db2 Add fastify-postgres with example connection 2019-09-17 15:10:46 -06:00
0934fea892 Reorganize the folder structure entirely 2019-09-08 13:44:01 -06:00
Renamed from routes/account.js (Browse further)