Commit Graph

22 Commits

Author SHA1 Message Date
mrjvs
c15284dbea updated 404, added profile picture, templating, fixed registration bugs 2018-12-18 18:21:54 +01:00
RedDucks
1486511463 Starting bringing over a better comment scheme for methods (see helpers/api.js), addedemail confirmation sending, proper logging, fixed registration
Server now sends confirmation emails to the provided email address. The values can not yet be validated, but they are stored so validation can be added at any time. Added Winston for event logging. Winston has a log level system that merges certain log types into the same file. Maybe we should use a custom logger solution? Registration now works (was not working for me), with added reCaptcha protection, password validation, and the storing of usernames/email validation values. Also changed the PID to a number, cuz it's a number
2018-11-28 14:49:31 -05:00
mrjvs
388ab27f31 templated posts on home. 2018-11-23 14:44:27 +01:00
mrjvs
d6fbea1367 removed comment. #meaningful contributions 2018-11-20 22:09:04 +01:00
mrjvs
1a2e6c1c9c pnid registration and login fully working. does still need expanding. 2018-11-18 17:26:27 +01:00
mrjvs
b4003858c2 fixed and updated blog posts backend 2018-11-18 14:57:32 +01:00
mrjvs
9a2ac674d7 pid generation and double hashing 2018-10-18 19:11:58 +02:00
mrjvs
89caba14ef pnid account creation start. still stuff to fix and change tho 2018-10-17 22:33:49 +02:00
mrjvs
4611384208 added pnid authentication and database model 2018-10-17 15:44:27 +02:00
mrjvs
887f270b1d update function names 2018-10-16 16:21:08 +02:00
mrjvs
815e5aba03 update comments 2018-10-16 16:12:36 +02:00
mrjvs
47ea7b157b oof, forgot to save some files 2018-10-16 15:22:07 +02:00
mrjvs
eee42ab329 refactored helpers into seperate files 2018-10-16 15:20:06 +02:00
mrjvs
5eb80dff81 renamed urlTitle to slug since thats what it should be 2018-10-16 14:59:35 +02:00
mrjvs
68f19d75b9 added getting latest post 2018-10-14 19:29:33 +02:00
mrjvs
d41967816c static text + progresslist post and edit + postauthor post and edit 2018-10-14 18:00:35 +02:00
mrjvs
5c5772b76d blog post posting and reading finished. now just edit, sort and delete 2018-10-13 23:11:53 +02:00
mrjvs
fc4a5b0063 updated blog-post functionality to use database + added admin api 404 2018-10-13 17:53:08 +02:00
mrjvs
c73bba5a64 added user roles, updated authentication and added logout option 2018-10-13 14:25:47 +02:00
mrjvs
37e8646379 CODE CLEANUP!!! no more spaghetti!! 2018-10-13 13:31:33 +02:00
RedDuckss
26058d8fa9 Added linting
Added the linter ESLint, added a custom set of rules and fixed linting issues
2018-10-11 04:09:13 -04:00
mrjvs
32c0aedc0e lots of setup for other stuff + adminuser registration 2018-10-10 22:23:22 +02:00