Commit Graph
30 Commits
Author SHA1 Message Date
Chris Troutner 0bcfb849c8 fix(comments): Removing unneeded comments 2020-07-18 17:44:48 -07:00
Daniel Gonzalez d54feaa308 feat(contact): Ported /contact endpoint 2020-07-14 22:11:11 -04:00
Chris Troutner 28e5d2d4d4 Improved log handling 2020-03-12 15:39:14 -07:00
Chris Troutner 02a73c7eea fix(logs): Improving the UI for reading logs via web page 2020-03-12 14:57:47 -07:00
Chris Troutner 50c719eb51 feat(linting): Switched to standard for linting 2020-02-12 10:42:02 -08:00
danielhumgon f1f31be9d0 refactor(auth): Back-ported email/username auth changes 2020-01-27 02:22:07 -04:00
Chris Troutner ae0bd17bd9 fix(log UI): Adding log UI directory 2020-01-23 21:59:40 -08:00
Chris Troutner f2decae6aa fix(api docs): Moving port to 5001, and making api docs the default front end 2019-06-02 20:23:28 -07:00
Chris Troutner 1ddf247e45 Got admin user created at startup 2019-05-16 20:18:09 -07:00
Chris Troutner 3c59913a41 Updating production config to connect to dockerized mongodb 2019-02-07 17:40:14 -08:00
Chris Troutner ff11452cf0 Switching env config files around a bit 2019-02-07 17:22:57 -08:00
Chris Troutner b4bb65c466 Replacing files with non-babel equivalent 2018-03-05 19:31:19 -08:00
Connor Brathwaite bf86cfb173 updated dependencies and linted a few lines 2016-04-16 14:41:22 -04:00
Marc-Olivier Fiset 9e0621532b Remove the salt field from the user model, as it's redundant 2016-03-30 10:05:57 -04:00
Adrian Obelmejias 5aea701513 Change config/config.js to a default config/index.js 2016-03-04 22:40:39 -05:00
Adrian Obelmejias f2183f9904 Move server.js entrypoint to bin directory 2016-03-04 22:27:33 -05:00
Adrian Obelmejias cb8f26fdc9 Split environment specific config into separate files 2016-03-04 20:02:38 -05:00
Adrian Obelmejias 44cab1b021 Add test config 2016-02-15 17:32:18 -05:00
Adrian Obelmejias 989073056f Remove user salt from deserialize 2016-02-15 17:08:51 -05:00
Adrian Obelmejias f691bae41d Make user CRUD route's protected behind auth 2016-02-15 16:37:00 -05:00
Adrian Obelmejias 64ed3568a5 Add password validation to passport strategy 2016-02-11 17:55:41 -05:00
Adrian Obelmejias de1bd615fa Remove password from deserializeUser method of passport 2016-02-11 16:31:58 -05:00
Adrian Obelmejias 3bd799eba8 Add jwt 2016-02-11 16:31:09 -05:00
Adrian Obelmejias 4c8e9f6acc Add passport 2016-02-11 16:21:05 -05:00
Adrian Obelmejias 443e48beb6 Add mongoose and create sample User schema 2016-02-11 16:20:48 -05:00
Adrian Obelmejias 1b184617af Add session support 2016-02-11 16:04:07 -05:00
Adrian Obelmejias 8db424da3e Add koa logger 2016-02-11 15:59:51 -05:00
Adrian Obelmejias e117bbc67f Move babel presets to .babelrc 2016-02-11 15:10:57 -05:00
Adrian Obelmejias 299cfdedda Bootstrap server 2016-02-11 14:52:52 -05:00
Adrian Obelmejias 066895294d Add config file for envs 2016-02-11 14:51:09 -05:00