Commit Graph

156 Commits (91dd9c6c183b9a7f700b73078e912019f476c0c6)

Author SHA1 Message Date
Sahat Yalkabov ca58b143f0 Renamed tests folder to test 2014-02-25 21:16:15 -05:00
Weston Platter 3dc900b725 bring in basic controller testing. NOTE: changes solve Mongo Session issue,
Error: Error setting TTL index on collection : sessions
    at /Users/weston/git/hackathon-starter/node_modules/connect-mongo/lib/connect-mongo.js:161:23
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1404:28
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1542:30
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/cursor.js:159:22
    at commandHandler (/Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/cursor.js:678:48)
    at /Users/weston/git/hackathon-starter/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1806:9
2014-02-24 23:15:55 -07:00
Weston Platter e4fe5019f2 add mocha and chai for testing setup 2014-02-24 22:58:35 -07:00
Matt Roberts babcdd3afe Adding clockwork SMS to the API mix 2014-02-24 11:25:51 +00:00
Sahat Yalkabov 1f148c8887 Updated validator.js version 2014-02-22 04:06:01 -05:00
Sahat Yalkabov 507217e59a Merge remote-tracking branch 'origin/master'
* origin/master:
  Added guide for how forgot password feature works
  Update request version
2014-02-21 17:39:49 -05:00
Sahat Yalkabov 43df13b12a Update connect-assets to v3.0-beta1 2014-02-21 17:29:06 -05:00
Sahat Yalkabov 1229504806 Update request version 2014-02-19 22:04:44 -05:00
Dan Stroot 1faf279877 Added complete password reset function 2014-02-17 10:00:43 -08:00
Sahat Yalkabov b6391fccf8 Merge branch 'add-mailgun' of https://github.com/leemunroe/hackathon-starter into leemunroe-add-mailgun
* 'add-mailgun' of https://github.com/leemunroe/hackathon-starter:
  Add Nodemailer and Mailgun option for contact form
2014-02-11 10:32:14 -05:00
Sahat Yalkabov fa81bebf9e Updated dependencies 2014-02-11 08:41:44 -05:00
Sahat Yalkabov 5275607bdb Add send a payment form, route and controller for Venmo API 2014-02-10 23:55:32 -05:00
Lee Munroe c46c321978 Add Nodemailer and Mailgun option for contact form 2014-02-10 13:32:38 -08:00
Sahat Yalkabov 55a99318bf Added scripts: { start: "node app.js" } in package.json (per Heroku recommendation) 2014-02-10 13:43:36 -05:00
Sahat Yalkabov 41cfc59cda Added Twilio API template, controller and route; + twilio library. 2014-02-06 07:46:47 -05:00
Sahat Yalkabov 27b22b07ea Replaced less-middleware with less package (used by connect-assets), as a result we no longer need less-middleware by itself 2014-02-03 09:15:17 -05:00
Ignazio Setti d92c6ec0b1 Add connect-assets middleware 2014-02-03 08:36:46 -05:00
Sahat Yalkabov f80c890287 Added connect-mongo for storing sessions in the MongoDB database instead of memory 2014-01-29 00:49:09 -05:00
Brian Cantoni bbef4e4b43 Switch from bcrypt to bcrypt-nodejs to ease install on Windows 2014-01-28 17:51:10 -08:00
Ignazio Setti be7f77dbb9 Replace connect-flash with express-flash 2014-01-28 20:02:45 +01:00
Tim Messerschmidt b84f630615 Adds PayPal REST SDK to package.json 2014-01-27 11:34:59 -08:00
Sahat Yalkabov 8fd6bf38b6 Specified npm versions instead of latest (*) 2014-01-27 07:46:48 -05:00
Sahat Yalkabov bf993077ad Update package.json 2014-01-26 21:01:46 -05:00
Sahat Yalkabov 12e456db51 Removed geo-ip, hard-coded NYC coordinates on the foursquare api example 2014-01-26 19:11:04 -05:00
Sahat Yalkabov 9a4c5450eb Added error validation express middleware 2014-01-23 22:18:35 -05:00
Sahat Yalkabov c389525a8d Connect-mongo for mongodb sessions 2014-01-07 14:07:18 -05:00
Sahat Yalkabov 86952ebac0 Twitter API library 2013-12-10 01:53:28 -05:00
Sahat Yalkabov e0c8820e85 Added last-fm package 2013-12-09 16:57:26 -05:00
Sahat Yalkabov 8967f461eb Swapped fb with fbgraph, and other minor fixes 2013-12-07 22:15:11 -05:00
Sahat Yalkabov d7f19c483f New github api page with a repo information example
Bootstrap-Well ios7 style
2013-12-07 21:44:26 -05:00
Sahat Yalkabov 8a84fef5a2 Added cheerio lib and new api links 2013-12-07 17:27:27 -05:00
Sahat Yalkabov a0a0c0e4ae Minor corrections 2013-12-06 21:41:59 -05:00
Sahat Yalkabov 17d7188b23 Added passport-oauth package 2013-12-06 20:17:35 -05:00
Sahat Yalkabov 462615a8c1 Added IntellIJ iml file to gitignore
Added missing connect-flash package
2013-12-05 09:51:05 -05:00
Sahat Yalkabov d743862e4b added missing less middleware package 2013-12-05 09:03:18 -05:00
Sahat Yalkabov f50f4a0728 Removed app.css from git, only less will be in the repo 2013-12-04 01:25:55 -05:00
Sahat Yalkabov 5779d54d0c LESS middleware 2013-12-03 22:53:01 -05:00
Sahat Yalkabov af32d85a2b Added github login strategy 2013-12-03 17:38:14 -05:00
Sahat Yalkabov cab3e31e3f Twitter Login authentication 2013-12-02 19:16:27 -05:00
Sahat Yalkabov 2778848043 Added sendgrid package and user/pass to config 2013-11-30 13:14:29 -05:00
Sahat Yalkabov d9e3f0aca5 Cleanup + FB SDK package 2013-11-26 23:54:36 -05:00
Sahat Yalkabov c37a4d7ba8 Code cleanup 2013-11-26 23:15:13 -05:00
Sahat Yalkabov 86946bb385 Added tumblr api for node package 2013-11-26 14:09:26 -05:00
Sahat Yalkabov 4ba93805e4 Google oauth2 login 2013-11-21 14:20:38 -05:00
Sahat Yalkabov ef327a4813 Added geoip-lite to get Lat/Long coordinates based on user's ip address 2013-11-19 21:31:31 -05:00
Sahat Yalkabov 58457a58e7 Updated foursquare routes for authorization. Now properly retrives the Oauth token when app is authorized 2013-11-19 17:09:05 -05:00
Sahat Yalkabov 7bef3acaf3 Added foursquare API 2013-11-19 16:20:18 -05:00
Sahat Yalkabov 690079d772 ADD: Passport Google/Facebook strategies 2013-11-18 23:57:16 -05:00
Sahat Yalkabov 0ef54bc015 added a new fancy login form 2013-11-16 13:24:06 -05:00
Sahat Yalkabov 26ddda1c0a Cleanup and refactoring 2013-11-15 11:13:21 -05:00
Sahat Yalkabov 2410aaa74a cleaner assets structure 2013-11-14 00:46:43 -05:00
Sahat Yalkabov 56eb0e4e73 converted all auth functions to use mongoose 2013-11-14 00:15:52 -05:00
Sahat Yalkabov 14c406bc33 cleaned up package.json 2013-11-13 18:09:22 -05:00
Sahat Yalkabov 92a7f6159e Added angular-seed to public folder 2013-11-13 16:05:26 -05:00
Sahat Yalkabov bc463f80c3 Small adjustments 2013-11-13 12:37:40 -05:00
Sahat Yalkabov d4b651a5c8 Imported MEAN stack files 2013-11-13 12:32:22 -05:00