Commit Graph

144 Commits (fdff7d16910376e47db15daaca009f9576adda56)

Author SHA1 Message Date
Sahat Yalkabov 85b1695d20 Updated version and README changelog 2014-04-22 15:06:49 -04:00
Sahat Yalkabov 39567d5247 Added Instagram Passport and API Libraries to package.json 2014-04-22 14:54:33 -04:00
Sahat Yalkabov 4621ecd56c Removed connect-favicon middleware 2014-04-21 16:42:22 -04:00
Sahat Yalkabov 969502a695 Fixed minor typo in package.json 2014-04-18 14:59:25 -04:00
Sahat Yalkabov bb3fbc12e3 2.0.1 2014-04-18 14:52:41 -04:00
Sahat Yalkabov 429fc5a8ac Code cleanup, updated README packages table 2014-04-18 14:37:06 -04:00
Sahat Yalkabov d5f5bd185d Swapped connect-csrf for lusca and added conditional csrf 2014-04-18 14:29:30 -04:00
Sahat Yalkabov 7086c98a0f Bumped to 2.0.0 2014-04-15 12:52:40 -04:00
Sahat Yalkabov a0faafc4b2 Updated dependencies 2014-04-15 12:51:59 -04:00
Sahat Yalkabov f88a9adca5 Removed paypal sdk library 2014-04-14 21:49:29 -04:00
Sahat Yalkabov d1a57c58c5 Added generator.js packages to devDependencies. 2014-04-14 18:34:36 -04:00
Sahat Yalkabov 6d9625d8bf Newer version of Stripe 2.5.0 2014-04-14 17:35:02 -04:00
Sahat Yalkabov 2103163428 Upgraded Hackathon Starter to Express 4 2014-04-12 12:43:07 -04:00
Sahat Yalkabov ae5c4b4ad0 Switched to carret version that automatically fetches latest MAJOR version 2014-04-12 11:44:49 -04:00
Sahat Yalkabov 4043c4666d Updated Express to 4.0.0 2014-04-12 11:44:16 -04:00
Sahat Yalkabov b5c92429f0 Updated validator to 0.8.0 2014-04-11 13:46:30 -04:00
Sahat Yalkabov 1f9aa6c372 Updated Paypal REST SDK to 0.7.0 2014-04-10 17:30:05 -04:00
Sahat Yalkabov c34d507851 Updated cheerio to 0.15.0 2014-04-08 23:02:10 -04:00
Sahat Yalkabov 3d8cc21225 Updated async to v0.7.0 2014-04-07 13:48:31 -04:00
Sahat Yalkabov 26ecca5dc5 Updated validator.js to 3.7.0 2014-04-06 01:09:52 -04:00
Sahat Yalkabov 0f30327cf6 Updated Cheerio and Validator packages 2014-04-04 04:49:19 -04:00
Sahat Yalkabov 9c2ad5866c Bumped up async version to 0.6.1 2014-03-31 02:52:22 -04:00
Sahat Yalkabov 4a8abd5b69 Updated Async.js version 2014-03-28 19:13:43 -04:00
Sahat Yalkabov a49ee82150 Updated dependencies' versions 2014-03-27 00:04:03 -04:00
Tim Suchanek 98440cf154 bump express-validator
1.0.1 lacks of some fundamental features like .matches
2014-03-20 10:33:24 +01:00
Sahat Yalkabov fdbe2fe45c Update package.json 2014-03-05 19:42:53 -05:00
Sahat Yalkabov aa34c7ff6b Removed zombie.js tests (causing install problems for Windows users) 2014-03-05 15:32:22 -05:00
Sahat Yalkabov 21c4107ce0 Updated dependencies 2014-03-04 12:14:08 -05:00
Sahat Yalkabov 7acddbcb40 Add zombie.js to devDependencies 2014-02-28 03:55:17 -05:00
Sahat Yalkabov 007d561d88 Merge branch 'master' of https://github.com/mediaburst/hackathon-starter into mediaburst-master
* 'master' of https://github.com/mediaburst/hackathon-starter:
  Update README.md
  Using the newest clockwork npm package
  Removed commentted out lines from clockwork.jade
  Tweak to the clockwork view
  Adding clockwork SMS to the API mix

Conflicts:
	controllers/api.js
	package.json
2014-02-27 19:27:11 -05:00
Sahat Yalkabov 6f744ccf83 Add node-linked library for making linkedin api requests 2014-02-27 14:49:27 -05:00
Sahat Yalkabov 413bd49801 Updated passport-linked library that's compatible with Oauth2 2014-02-27 12:44:01 -05:00
Matt Roberts a76a500d76 Using the newest clockwork npm package 2014-02-27 16:34:45 +00:00
Sahat Yalkabov 52ac42212d Add passport-linkedin package 2014-02-27 11:18:08 -05:00
Matt Roberts c78085b73e Merge remote-tracking branch 'upstream/master'
Conflicts:
	package.json
2014-02-27 16:16:13 +00:00
Amit K b48ad0e980 added repository field to package.json 2014-02-26 17:08:33 +05:30
Amit K 84fe68f990 removed crypto pacakage
nodes has inbuilt crypto module
2014-02-26 17:06:19 +05:30
Sahat Yalkabov ae25cc208e Simplified scripts.test 2014-02-25 22:31:11 -05:00
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