Commit Graph

533 Commits (0fcaccdc3c4dca53e85dc7e12cb3c9303099106f)

Author SHA1 Message Date
Berkeley Martinez 5a96e6266b Lint all the things 2015-11-05 15:21:14 -08:00
Berkeley Martinez f9f89edddf Revert to old babel. Babel is broken 2015-11-04 00:48:41 -08:00
greenkeeperio-bot 59489fc07c chore(package): update dependencies
http://greenkeeper.io/
2015-11-04 00:48:41 -08:00
Berkeley Martinez 4be52fffbb Lint most all the things on test 2015-11-03 22:06:43 -08:00
Quincy Larson d77d78a3b2 Merge branch 'staging' into feature/jobs
Conflicts:
	seed/jobs.json
2015-11-02 00:07:16 -08:00
Berkeley Martinez 921080f3d2 Add challenge testing 2015-11-01 17:22:03 -08:00
Berkeley Martinez 6aa19ef247 Add a tag to links 2015-10-30 16:58:49 -07:00
Berkeley Martinez 2a04b02d03 Add http to url or logo when not present 2015-10-30 14:00:07 -07:00
Berkeley Martinez c3776175a3 Add styling to job completed view 2015-10-29 17:10:27 -07:00
Berkeley Martinez b85826a00f Change init to first-time 2015-10-21 21:55:47 -07:00
Berkeley Martinez 321040fe22 Move gulp modules to dependencies 2015-10-20 23:25:32 -07:00
Berkeley Martinez 0522ec8b13 Fix first start for new devs
also removes job seed
2015-10-20 19:53:08 -07:00
Berkeley Martinez 7b444b15dc Update loopback, ThunderCats and RxJS.
closes #2929
2015-10-11 17:35:46 -07:00
Berkeley Martinez 86344d5c9e fix travis yaml and test challenges 2015-10-02 11:19:07 -07:00
Berkeley Martinez 8148c1a19c save form to localStorage 2015-09-24 20:30:18 -07:00
Berkeley Martinez 70b823ca63 add phone number input
change validation function scheme
update validator
2015-09-22 17:19:14 -07:00
Berkeley Martinez 523af40641 bump less
remove old less middleware
2015-09-21 12:54:33 -07:00
Berkeley Martinez e579cbd778 update to react-router 1.0.0-rc1 2015-09-21 12:54:33 -07:00
Berkeley Martinez 88d7ca1f48 add rev deletion 2015-09-10 19:01:12 -07:00
Berkeley Martinez 55065a18b9 add es6 Map shim to shims 2015-09-10 16:59:27 -07:00
Berkeley Martinez 152e8398c2 bump babel 2015-09-10 16:27:09 -07:00
Berkeley Martinez 4cd5c34cbc lock react-bootstrap to minor version 2015-09-10 16:27:09 -07:00
Berkeley Martinez 70cf48cf7b fix manifest generation during webpack watch
fix gulp debug statements during gulp should always be on
2015-09-10 16:27:08 -07:00
Berkeley Martinez d884aaa924 remove contributors list from package.json
We now have over a hundred contributors and this should not be listed in the package.json
2015-09-08 13:45:18 -07:00
Ben McMahon 1dd3246f87 fixed loopback-boot to last safe version for our codebase
@berkeleytrue this should temp fix it until loopback etc can be safely bumped up to a newer version
2015-08-29 23:39:01 +01:00
Berkeley Martinez 16b33ee90a fix some linting issues 2015-08-29 01:48:01 -07:00
Berkeley Martinez 6c48395868 separate main manifest generation from sub manifests
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -07:00
Berkeley Martinez 306c441ae7 add revisioning to js/css files to break caching
This moves the location of javascript files, commonFramework,
iFrameScript, sandbox, plugin, and all the less files.
On gulp or gulp build these files are moved and revisioned.
Places where they are references in jade/html are now removed and
replaced with the use of a helper function `rev`. This function will
take the required file and return a string referencing the revisioned
file. This should alleviate the need for hard refreshing and will break
caches when files change, so fixes for firefox caching issue as well.

NOTE: @benmcmahon @quincylarson, This means files will need to be build
on the server in production before doing a server restart/reload
In production: 'npm run build' To build and revision js/css files

`gulp` and `gulp build` will used in development

npm install also needs to be run in production on initial deploy
2015-08-26 23:30:33 -07:00
Berkeley Martinez b3d66e1ae0 add json lint gulp task 2015-08-24 16:19:34 -07:00
Berkeley Martinez b2f4e520cb fix account link failure now flashes 2015-08-18 14:48:52 -07:00
ahstro 73d11fec27 Mocha tests now use ES6 2015-08-14 09:39:29 +02:00
Berkeley Martinez 66815f0762 bump eslint 2015-08-07 18:09:35 -07:00
Berkeley Martinez f01a66c5c7 use (LMP)loopback middleware phases
bump loopback-component-passport which uses LMP
move custom middlewares to middlewares directory
2015-08-04 01:34:26 -07:00
Berkeley Martinez 8270cb4103 add github auth 2015-08-01 08:39:13 -07:00
Berkeley Martinez 4cc5234df8 bump thundercats 2015-07-31 11:29:37 -07:00
Kyle Mitchell ce5377791e add CC-BY-SA-4.0 license for content 2015-07-28 19:55:49 -07:00
Berkeley Martinez 79a96292b9 remove bower and pm2
These are better server as global installs
2015-07-28 17:28:45 -07:00
Berkeley Martinez a615449015 add bower to devdeps 2015-07-27 19:42:14 -07:00
Berkeley Martinez 4bacd87943 add react build script 2015-07-25 09:02:56 -07:00
Berkeley Martinez 38cb4b2873 remove loopback client files 2015-07-25 08:51:41 -07:00
Berkeley Martinez 227e486fdc remove engines property from package 2015-07-24 22:28:20 -07:00
Berkeley Martinez c0eda90eb1 make production future ready
This commit does the following:

Production start should use the following command `npm run
start-producion` this first runs bower install and builds the front end
app(react). Then it will use the `pm2Start` script. This script will set
up the pm2 daemons to run loopback in cluster mode. This script also use
`production-start` script instead of the regular `server` script.

The reasons are two fold: to ensure `server` is run in es7 mode, and to
wait for handshake from DB or kill itself if no DB can be found within a
certain amount of time.
2015-07-24 22:27:52 -07:00
Berkeley Martinez 25d01f1b7b Add pm2 to dev deps 2015-07-23 23:29:35 -07:00
Berkeley Martinez 48c2304ff2 update body-parser 2015-07-23 16:03:51 -07:00
Berkeley Martinez b507aecc97 bump thundercats-react 2015-07-23 16:03:50 -07:00
Berkeley Martinez fa97111f00 bump thundercats 2015-07-23 16:03:50 -07:00
Berkeley Martinez 35193f22cc click drag question 2015-07-23 16:03:50 -07:00
Berkeley Martinez fe3b983347 remove react-stampit 2015-07-23 16:03:49 -07:00
Berkeley Martinez 3ce53441f0 bump thundercats-react 2015-07-23 16:03:49 -07:00
Berkeley Martinez 82ce7fc47e bump react-bootstrap 2015-07-23 16:03:48 -07:00
Berkeley Martinez caaa21d367 Video end goes to questions 2015-07-23 16:03:48 -07:00
Berkeley Martinez d0b1d83249 prefetch data and prime stores on client render 2015-07-23 16:03:47 -07:00
Berkeley Martinez d773a9aa5d bump thundercats 2015-07-23 16:03:47 -07:00
Berkeley Martinez de1d931b82 add hikes/map pulls hikes out of db and renders 2015-07-23 16:03:46 -07:00
Berkeley Martinez a2583735a0 bump vimeo version 2015-07-23 15:49:03 -07:00
Berkeley Martinez d2c858fc8c add react-vimeo 2015-07-23 15:49:03 -07:00
Berkeley Martinez 1781e22cf1 fix use freecodecamp react-router
see: https://github.com/rackt/react-router/pull/1490
2015-07-23 15:49:02 -07:00
Berkeley Martinez 080fb4d37c add video player 2015-07-23 15:49:01 -07:00
Berkeley Martinez bb37583c90 fix should be getChildRoutes
fix fromNodeCallback returns array of values from callback
fix remove require.ensure - needs to be tested
2015-07-23 15:49:01 -07:00
Berkeley Martinez 85cf79f3d4 add babel for babel-node use 2015-07-23 15:49:00 -07:00
Berkeley Martinez c33c6c9a8f introduce es6 and babel to whole app 2015-07-23 15:49:00 -07:00
Berkeley Martinez 28395a5957 fix babel versions
since we are using some stage 0 syntax they may change without warning
between versions each babel version bump must be tested to see if
stage 0/1 syntax implementation has changed
2015-07-23 15:49:00 -07:00
Berkeley Martinez a5e7009a57 initial react app(WIP) 2015-07-23 15:49:00 -07:00
Berkeley Martinez 412bd634d5 add loopback bundle generation methods 2015-07-23 15:48:59 -07:00
Berkeley Martinez 4db1f441fe bump loopback passport 2015-06-26 18:11:44 -07:00
Berkeley Martinez 03ea412b4a major challenges refactor
commented out resetEditor in main
remove heatmap timout
2015-06-20 19:55:07 -07:00
Berkeley Martinez f84ac9ad12 remove forceDomain 2015-06-18 19:56:21 -07:00
Berkeley Martinez a8540bee35 add initial react app 2015-06-17 21:04:28 -07:00
Berkeley Martinez a788d2954d add hacked loopback version
this version avoids cheking indexOf on falsey values
2015-06-16 14:53:18 -07:00
terakilobyte 5b742121d7 Add pmx error handler for loggign to keymetrics 2015-06-16 09:42:55 -04:00
terakilobyte 988242df03 Ensure build process is part of npm install 2015-06-15 18:10:48 -04:00
terakilobyte 320d84c3c1 Make bower automatic, add gulp build task to build less file into css 2015-06-12 23:31:42 -04:00
Berkeley Martinez 90b2f99a70 add create identities on flatten users 2015-06-12 15:27:51 -07:00
terakilobyte f0604ec9c7 Add istanbul and generate ininital coverage report 2015-06-11 21:21:02 -04:00
terakilobyte 3115ba6404 update tests 2015-06-11 15:18:37 -04:00
Berkeley Martinez 996c3e7816 fix make email optional 2015-06-10 15:12:48 -07:00
Berkeley Martinez 39d57db782 add explorer in dev 2015-06-09 16:45:14 -07:00
Berkeley Martinez 2e5f250ba8 remove hpp
loopback is protected against hpp attack by default
2015-06-09 16:45:14 -07:00
Berkeley Martinez c4b26214da Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into staging 2015-06-05 21:52:43 -07:00
Quincy Larson 875d09c29b add hpp to address express vulnerability 2015-06-04 19:30:27 -07:00
Berkeley Martinez 48dea7db24 bump lodash 2015-06-04 15:09:24 -07:00
Berkeley Martinez 7a2bcc06f7 add passport stuff back
Because Berkeley really needs to wait for his coffee to kick in before
commiting anything...
2015-06-04 12:03:53 -07:00
Berkeley Martinez bba0e0a9fe remove unused deps 2015-06-04 11:30:05 -07:00
Berkeley Martinez 66eff31294 Adding passport config stuff 2015-06-04 10:52:12 -07:00
Berkeley Martinez 393f95082e bump gulp-nodemon 2015-06-03 16:47:59 -07:00
Berkeley Martinez 8165105b29 refactor all boot to export func and use loopback 2015-06-03 16:19:23 -07:00
Berkeley Martinez e7d01424e9 refactor challenge and challengeMap 2015-06-02 19:02:54 -07:00
Berkeley Martinez 7643f1cabe fix FCC running using router syntax 2015-06-01 17:01:54 -07:00
Quincy Larson a3ab32f339 improve get help and add find a pair 2015-05-23 00:53:41 -07:00
Berkeley Martinez b848fcb719 Add eslint/babel-eslint/eslint-plugin-react 2015-05-21 09:52:18 -07:00
terakilobyte 9f7e6530c1 update license to bsd-3-clause and update package.json to reflect license and contributors 2015-05-14 18:14:16 -04:00
terakilobyte ab74e7819e Update helmet js and use newer middleware, update reference to freecodecamp in trusted group 2015-05-06 19:10:03 -04:00
terakilobyte d3aaa5a11e Ensure twit exists in package.json and remove unecessary console statement 2015-05-05 14:24:07 -04:00
terakilobyte 077a97c941 Remove new-relic 2015-05-04 17:42:59 -04:00
terakilobyte c170bef08c Hotfix fontawesome for site layout. Update package.json to lock to major version # 2015-05-04 17:37:29 -04:00
Quincy Larson 289a757401 fix moment and update .gitignore 2015-05-03 16:55:25 -07:00
Quincy Larson 961096cf49 finish moving away from connectAssets 2015-05-03 16:45:34 -07:00
terakilobyte 1347a8ba30 Use forcedomain express middleware 2015-05-01 16:34:07 -04:00
Nathan 5bdcc15e05 Enable search 2015-04-17 20:32:46 -04:00
terakilobyte 6341b1158b add eslint task to gulp to let us know how we need to write better code 2015-04-15 18:20:20 -04:00
Michael Q Larson acea52dc1b make further improvements to wiki and start new show view for nonprofits 2015-03-30 18:02:50 -07:00
Nathan Leniz 9e1a4a1348 Streak display in account/show.jade, refactor courseware.json for error handling and linting 2015-03-28 23:42:07 +09:00
Nathan Leniz efd7707ac8 Move to Mongoose 4.0, begin implementation of streak 2015-03-28 11:34:12 +09:00
Berkeley Martinez 2b0cc91754 Add production error handler 2015-03-24 08:03:59 -07:00
Julie Myers a6ce700831 Add chai-jquery to package.json 2015-03-24 04:26:39 -06:00
jameskopacz 769fdc68e2 connect-mongo version update 2015-03-18 02:16:57 -05:00
Nathan Leniz 8861004bb2 Added sanitize-html 2015-03-09 18:41:33 +09:00
Michael Q Larson 3bd979ad08 Merge branch 'news' of https://github.com/FreeCodeCamp/freecodecamp 2015-03-08 12:16:35 -07:00
Michael Q Larson 49886ca097 remove node-rest-client and use request 2015-03-07 15:57:30 -08:00
Michael Q Larson 7bb18d41a8 Revert "Add cloud front and remove together.js"
This reverts commit e029a00440.
2015-03-07 14:53:28 -08:00
Michael Q Larson e029a00440 Add cloud front and remove together.js 2015-03-07 12:48:25 -08:00
Michael Q Larson e049951b88 remove CDN call for bootstrap and font awesome and get them loading locally 2015-03-06 23:56:22 -08:00
Nathan Leniz b655cb7532 Title scraping in resource.js getURLTitle function 2015-03-07 16:08:15 +09:00
Nathan Leniz be32cd51b8 Added text-index searching 2015-03-07 03:06:38 +09:00
Nathan Leniz aad15b88ba fudging around with interpreting opengraph info in resources.js 2015-03-06 17:25:28 +09:00
Nathan Leniz c852aef1be Ramda upgrade 2015-02-21 11:38:03 +09:00
Nathan Leniz a487e8c7dd Adding postinstall tasks 2015-02-06 02:01:38 -05:00
Nathan Leniz ca26c38cc7 Adding forever 2015-02-06 01:54:23 -05:00
Michael Q Larson 9944f1b685 start adding new favicons and make the seed task run with each push to heroku 2015-02-02 15:27:12 -08:00
Michael Q Larson 87625387ff update node.js and npm versions to edge and update package.json 2015-01-21 14:37:10 -08:00
Michael Q Larson 9385b666e3 specify that we're using English in the layout file and state the npm and node version in package.json' 2015-01-21 14:29:16 -08:00
Michael Q Larson fffc4ec949 update package.json information and add node-rest-client 2014-12-26 00:03:40 -08:00
Michael Q Larson fcd457b958 email validations work, now on to username validations 2014-12-23 18:20:53 -08:00
Michael Q Larson 6ed5c5e8e0 add git gulp and browser-sync which still is not working properly 2014-12-22 13:38:48 -08:00
Michael Q Larson ffddd86022 Merge branch 'master' into helmet
Conflicts:
	controllers/resources.js
	package.json
	views/partials/meta.jade
2014-12-22 11:49:51 -08:00
Michael Q Larson 21738654e9 start working on integrating helmet plugin 2014-12-10 20:44:33 -08:00
Michael Q Larson bedddde945 make the profile page look better 2014-12-05 23:10:02 -08:00
Michael Q Larson 00c92176cb update the hackathon starter base app 2014-11-29 21:32:59 -08:00
Sahat Yalkabov d2a8206795 Update package.json 2014-11-29 16:14:26 -08:00
Sahat Yalkabov 7215c14667 Update package.json 2014-11-22 21:52:16 -08:00
Michael Q Larson 0fbee8bad3 add new relic and potentially fix the challenges controller 2014-11-17 19:26:55 -08:00
Sahat Yalkabov b8763f1730 Update package.json 2014-11-17 17:08:55 -08:00
Sahat Yalkabov dc94bd2df6 Update package.json 2014-11-12 18:09:31 -08:00
Michael Q Larson 6a0bb0452b add new videos and slightly reorder them 2014-11-11 14:53:26 -08:00
Sahat Yalkabov 8e5d7e384f downgraded less to 1.7.5 until connect-assets supports less 2.0 2014-11-10 09:40:33 -08:00
Sahat Yalkabov 9d8fb0443e updates less and cheerio packages 2014-11-09 16:45:19 -08:00
Michael Q Larson 80fbe1dee4 fix nonprofit form and fix some mistakes in video links 2014-11-04 14:57:00 -08:00
Sahat Yalkabov 0bb5b831a5 updated dependencies 2014-11-03 12:31:42 -08:00
Sahat Yalkabov 968703b6d0 Update package.json 2014-10-24 21:57:17 -07:00
Sahat Yalkabov f16c7fe0df Updated dependencies 2014-10-18 15:12:07 -07:00
Michael Q Larson 4a36e58756 allow access to both production and development databases 2014-10-15 15:57:51 -07:00
Michael Q Larson 254740c065 socket io is connecting 2014-10-13 18:00:37 -07:00
Michael Q Larson a5985cd73d start building out views 2014-10-13 14:14:51 -07:00
Sahat Yalkabov 692e0e36ff updated dependencies 2014-10-12 23:18:29 -07:00
Sahat Yalkabov 8e84894ba9 Update package.json 2014-10-04 11:39:00 -07:00
Sahat Yalkabov bf7ee163be Update package.json 2014-09-22 20:56:00 -07:00
Sahat Yalkabov cd40c1aac5 Update package.json 2014-09-07 12:54:02 -07:00
Sahat Yalkabov 67f6ce3453 2.3.3 2014-09-01 12:17:48 -07:00
Sahat Yalkabov f15f94d6fd updated dependencies 2014-09-01 12:15:38 -07:00
Sahat Yalkabov 2fa63972f7 Update package.json 2014-08-15 22:49:25 -04:00
Sahat Yalkabov 0c74411694 Updated dependencies 2014-08-10 01:44:48 -04:00
Sahat Yalkabov 2c2b6a1a59 Bumped to version 2.3.2 2014-07-28 02:20:18 -04:00
Sahat Yalkabov 7fb6ecc33c Update connect-assets to v4 2014-07-19 15:02:02 -04:00
Sahat Yalkabov 5ccba346e3 Bumped to version 2.3.1 2014-07-15 17:28:14 -04:00
Sahat Yalkabov c3d46120f2 Merge branch 'master' of github.com:sahat/hackathon-starter 2014-07-15 17:17:59 -04:00
Sahat Yalkabov 66a1d29bce Updated dependencies 2014-07-15 15:24:02 -04:00
Sahat Yalkabov e281278753 Update package.json 2014-07-11 11:58:04 -04:00
Sahat Yalkabov e3c0895213 Update package.json 2014-07-05 01:34:20 -04:00
Sahat Yalkabov a483b707e6 version 2.3 release
fixes #167
2014-07-02 01:20:08 -04:00
Sahat Yalkabov 04c5262bea windows-cr line endings commit 2014-07-01 17:05:49 -04:00
Sahat Yalkabov e0653ac20a updated dependencies 2014-06-24 12:48:21 -04:00
Sahat Yalkabov 0130e8ac3b Bumped to v2.2.1 2014-06-17 02:25:37 -04:00
Sahat Yalkabov 8f0150646c Updated dependencies 2014-06-14 22:32:45 -04:00
Sahat Yalkabov 651c782045 Updated package.json 2014-06-06 16:59:46 -04:00
Sahat Yalkabov 89c2013027 Bumped to version 2.2
Fixes #157, #158
2014-06-06 16:18:15 -04:00
Sahat Yalkabov 2cbf836041 Switched from underscore to lodash library 2014-06-06 15:43:49 -04:00
Sahat Yalkabov f5e41d53d2 Fixed a returnTo bug
Bumped version to 2.1.4
2014-06-05 11:08:30 -04:00
Sahat Yalkabov 370c85c07e Bumped version to 2.1.3 2014-06-03 00:42:04 -04:00
Sahat Yalkabov b7db1924bd Bumped to 2.1.2 2014-06-02 16:20:04 -04:00
Sahat Yalkabov 4327d01c09 Updated dependencies 2014-06-02 16:05:13 -04:00
Sahat Yalkabov 4fd34d3d8c Bumped to version 2.1.1 2014-05-29 18:56:42 -04:00
Sahat Yalkabov d9f370e4d6 updated dependencies 2014-05-23 20:31:32 -04:00
Sahat Yalkabov 9f8629b5c7 Updated package versions 2014-05-20 10:08:22 -04:00
Sahat Yalkabov defdb6b2bb Updated packages 2014-05-17 23:32:32 -04:00
Sahat Yalkabov f153b01c51 Merge remote-tracking branch 'origin/master' 2014-05-13 19:08:59 -04:00
Sahat Yalkabov b38005d375 Updated README; Bumped version to 2.1. 2014-05-13 19:08:19 -04:00
Sahat Yalkabov 3fd1c59194 Merge branch 'blessed'
Conflicts:
	package.json
2014-05-13 18:44:35 -04:00
Sahat Yalkabov 754789e085 Added yahoo api example 2014-05-13 01:35:46 -04:00
Sahat Yalkabov bd27d39ecc Added socket.io generator UI 2014-05-13 01:13:27 -04:00
Sahat Yalkabov 573657d643 Updated module dependencies 2014-05-11 16:11:53 -04:00
Sahat Yalkabov 462984b7ca First draft of the new generator UI complete
- Switched from inquirer to blessed.
2014-05-11 08:10:00 -04:00
Sahat Yalkabov 6c981eff46 Updated package.json 2014-05-11 05:25:13 -04:00
Sahat Yalkabov ed8dfcd66a Update package.json 2014-05-10 02:20:13 -04:00
Sahat Yalkabov c0f72cc59d Updated package.json 2014-05-03 15:37:47 -04:00
Sahat Yalkabov 0b95c4f920 Updated async to 0.8.0 2014-04-29 21:54:59 -04:00
Sahat Yalkabov b36fca5bb4 Updated package versions 2014-04-27 16:13:19 -04:00
Sahat Yalkabov b3ee35ecc7 Merge remote-tracking branch 'origin/master' 2014-04-25 14:46:12 -04:00
Sahat Yalkabov 6bd700867f Updated README changelog and version number 2014-04-25 14:46:04 -04:00
Sahat Yalkabov f662cf10e7 Updated instagram-node version 2014-04-24 12:21:49 -04:00
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