Commit Graph

100 Commits (50061c370ca29e396d4fb8d6150e127ec6d3d3e7)

Author SHA1 Message Date
Keith Irwin 50061c370c
#121 Added CSRF protection 2018-03-04 20:15:43 +00:00
Keith Irwin 3af3d9aa96
#121 Added rate limiting and secure cookie settings 2018-03-04 19:43:37 +00:00
Keith Irwin fa3a24fdbf
#121 Added rate limiter 2018-03-03 20:24:05 +00:00
Keith Irwin 0cd9af1d12
#121 Fixed helmet import and limited cookie origins 2018-03-03 20:06:33 +00:00
Keith Irwin bbbbb7cc5a
#121 Added helmet for security HTTP headers 2018-03-03 19:53:16 +00:00
Keith Irwin c36104aa9c
Removed express validator, replaced with homegrown email validation 2018-02-24 21:41:23 +00:00
Keith Irwin 25bbd5536d
#120 Moved some stuff from config/routes/settings.js to config/routes/account.js 2018-02-08 01:33:27 +00:00
Keith Irwin 71a05913c4
Trying to fix travis build 2018-01-22 22:55:38 +00:00
Keith Irwin 6aba3ec9a8
Removed buggy login/-out redirects 2018-01-22 22:05:02 +00:00
Keith Irwin cd687e688d
#116 Switched all then/catch chains with async/await 2018-01-21 03:45:25 +00:00
Keith Irwin bbeb66233d
#68 Fixed tests 2017-12-21 16:49:07 -05:00
Keith Irwin e9add5474f
Add secret vars to travis env 2017-12-21 15:29:06 -05:00
Keith Irwin 1f6bbabd5c
Made startup logs more explicit 2017-12-21 14:50:53 -05:00
Keith Irwin 482ed9c0e2
Added logic to track server boot status 2017-12-19 06:37:50 +00:00
Keith Irwin e076a91704
Shortened if statements and long lines 2017-12-13 19:52:01 +00:00
Keith Irwin 7e03fc4a5a
#113 #114 Switched to useMongoClient 2017-12-13 18:31:36 +00:00
Keith Irwin 65dd73c549
Removed emojis 2017-12-13 18:16:15 +00:00
Keith Irwin 016378d807
#110 Implemented StandardJS 2017-12-13 00:40:07 +00:00
Keith Irwin 620a5dcbb3
Added /admin to non-redirects after logout 2017-08-22 19:41:18 -04:00
Keith Irwin a874c88c51
#108 Fixed redirect loop for /signup when already logged in 2017-08-22 18:55:52 -04:00
Keith Irwin 1e85445d64
Moved email validation function to middleware file 2017-07-04 12:09:28 -04:00
Keith Irwin 7e36017bb0
Moved contact form routes to new file 2017-07-04 12:04:54 -04:00
Keith Irwin b01100c03b
#98 Created demo user 2017-06-27 13:36:46 -04:00
Keith Irwin 88425398fd
Added mailserver testing 2017-05-30 14:30:09 -04:00
Keith Irwin f552d36710
Fixed active links in header 2017-05-22 22:32:51 -04:00
Keith Irwin 3e2180e90f
Fixed unauthorized /admin error 2017-05-08 14:00:51 -04:00
Keith Irwin 9b082538c2
#85 Switched back to debug 2017-05-08 13:47:53 -04:00
Keith Irwin 359e7d1b94
Ignore static files when setting redirect path 2017-05-07 02:10:13 -04:00
Keith Irwin 9686ec08a0
Can set log level from env var 2017-05-07 00:06:47 -04:00
Keith Irwin a23704367e
#85 Switched to winston 2017-05-06 23:25:32 -04:00
Keith Irwin e4ab43a29e
#85 Added 'debug' 2017-05-06 23:01:12 -04:00
Keith Irwin 61a9fd3f3e
Don't redirect to /settings/password after login 2017-05-02 09:38:16 -04:00
Keith Irwin 6758d0a7a1
#77 Fixed 500 after setting password, updated packages 2017-04-28 15:37:22 -04:00
Keith Irwin 3bdaf1b034
#52 Added server-side uniqueness checks 2017-04-27 16:44:49 -04:00
Keith Irwin 2516708cd0
Moved environment files to own folder 2017-04-26 23:13:14 -04:00
Keith Irwin 29bade1914
Prepared for v0.6.0 release 2017-04-25 20:22:18 -04:00
Keith Irwin 52e38948a9
Minor changes 2017-04-25 10:09:01 -04:00
Keith Irwin a311f6f9f3
Found meaner-looking emoji for errors 2017-04-25 09:56:04 -04:00
Keith Irwin 059c3bd91d
Minor changes 2017-04-21 21:00:38 -04:00
Keith Irwin f7d2fd3482
#50 Added many promises 2017-04-20 23:07:35 -04:00
Keith Irwin 14f3d18d5c
#62 Fixed production 500s 2017-04-20 22:39:33 -04:00
Keith Irwin 3f2da8abfc
#62 Fixed 401s 2017-04-20 22:31:10 -04:00
Keith Irwin 6dfcf09ab2
#62 Fixed development 500s 2017-04-20 22:15:00 -04:00
Keith Irwin c5f9d32d59
#62 Fixed production 404s 2017-04-20 22:02:15 -04:00
Keith Irwin 60dc25ff48
#62 Fixed development 404s 2017-04-20 21:54:21 -04:00
Keith Irwin b9fe85c07f
#52 Fixed login flash messages 2017-04-19 22:03:45 -04:00
Keith Irwin c71c1fd1c1
#32 Fixed social logins 2017-04-19 21:37:00 -04:00
Keith Irwin 40808f8a05
Fixed redirection after auth 2017-04-19 00:13:57 -04:00
Keith Irwin cf667dc35a
Fixed login flash and redirects 2017-04-16 21:00:39 -04:00
Keith Irwin 21df06aa62
Moved auth.js to routes/ 2017-04-16 16:57:45 -04:00