Commit Graph

1502 Commits (4ac97bef4d4527437b949998faf3f05af72ec8f2)

Author SHA1 Message Date
Sahat Yalkabov 8fc3899def Updated caching time variables 2014-04-12 14:17:37 -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 51f98ed4cc Update README.md 2014-04-05 14:09:36 -04:00
Sahat Yalkabov 22c7a75a28 Added Framework7 to the list of libraries 2014-04-04 20:42:36 -04:00
Sahat Yalkabov 3b3d5aa6a0 Add ga-beacon analytics 2014-04-04 17:35:43 -04:00
Sahat Yalkabov 0f30327cf6 Updated Cheerio and Validator packages 2014-04-04 04:49:19 -04:00
Sahat Yalkabov bfe17db945 Updated MongoLab deployment instructions 2014-04-04 04:48:13 -04:00
Sahat Yalkabov 477689b709 Update recommended list of libraries and resources 2014-04-04 02:50:45 -04:00
Tyler McIntyre 972b018d28 Added to Readme file 2014-03-31 17:16:27 -04:00
Tyler McIntyre 5c51aab076 Stripe API finished 2014-03-31 17:14:15 -04:00
Tyler McIntyre dfc5a2c435 stripe API added 2014-03-31 16:00:51 -04:00
Sahat Yalkabov 9c2ad5866c Bumped up async version to 0.6.1 2014-03-31 02:52:22 -04:00
Sahat Yalkabov 0151ff130f Removed favicon middleware
For reference: https://github.com/visionmedia/express/issues/1979
2014-03-30 15:43:53 -04:00
Sahat Yalkabov 38ca19a31b SVG badges (dependencies and build status) 2014-03-28 21:16:32 -04:00
Sahat Yalkabov 4a8abd5b69 Updated Async.js version 2014-03-28 19:13:43 -04:00
Sahat Yalkabov 963c07e999 Merge pull request #115 from ammit/patch-1
Minor Updates
2014-03-28 19:08:01 -04:00
Sahat Yalkabov 04d8a45233 Merge pull request #114 from GeneralZero/patch-3
CSRF token to headers for AJAX POST. Fix for #113
2014-03-28 19:06:18 -04:00
Brian Ridings 6aef38c550 Merge pull request #4 from GeneralZero/master
Changed CSRF
2014-03-28 16:33:03 -04:00
Brian Ridings 8c2b102690 Merge pull request #3 from GeneralZero/patch3
Patch3
2014-03-28 13:49:35 -04:00
Brian Ridings 096e4d4d71 Merged view 2014-03-28 13:46:04 -04:00
Brian Ridings f6c4900b3b Changed Varable from token to _csrf 2014-03-28 13:42:26 -04:00
Brian Ridings f88a09081f Changed Varable from token to _csrf 2014-03-28 13:40:55 -04:00
Brian Ridings 205318ea42 Change token to _csrf 2014-03-28 10:38:29 -04:00
Brian Ridings 9587150e7b Change token to _csrf 2014-03-28 10:38:04 -04:00
Brian Ridings 05f7191c19 Change token to _csrf 2014-03-28 10:37:16 -04:00
ammit ebec37f7b5 Update README.md 2014-03-28 03:46:23 +05:30
Ammit b6f3dc9620 use app.get('env') 2014-03-28 03:12:57 +05:30
Ammit e659018576 Update returnTo middleware
by default express doesn't do case sensitive routing, so `/login` & '/LogIn' are treated same.
2014-03-28 03:03:04 +05:30
Brian Ridings eb0332609c CSRF token to headers for AJAX POST. Fix for #113
This is how you do a JS post with the CSRF Protection

```
$.ajax({
url: "http://test.com",
type:"post"
headers: {'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content')}})
```
2014-03-27 14:09:13 -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 78be8c918f Removed top border from #footer 2014-03-17 03:05:29 -04:00
Sahat Yalkabov f9679e5cb4 Improved footer colors (Flatly theme) 2014-03-17 03:00:55 -04:00
Sahat Yalkabov 783598398d Updated footer 2014-03-17 03:00:18 -04:00
Sahat Yalkabov 65ae9b18ad PayPal api example refactoring 2014-03-16 14:07:15 -04:00
Sahat Yalkabov 0e30f2f7b3 Updated contact form mail options 2014-03-16 13:46:08 -04:00
Sahat Yalkabov 83383c8bc6 Merge remote-tracking branch 'origin/master'
* origin/master:
  adding one step to mongolab deployment
2014-03-15 15:44:06 -04:00
Sahat Yalkabov 5804389b05 Added Bootflat UI bootstrap theme to the Recommendation list 2014-03-15 15:28:43 -04:00
Sahat Yalkabov 5815c13f43 Merge pull request #109 from chris-ramon/patch-1
adding one step to mongolab deployment
2014-03-14 10:47:21 -04:00
Christian Ramón db983d66b0 adding one step to mongolab deployment
Actually you have to enter to the recently created database in order to see the message: "A database user is required to connect to this database.* **Click here** *to create a new one."
2014-03-14 08:51:02 -05:00
Sahat Yalkabov 3ab66a5378 Merge remote-tracking branch 'origin/master'
* origin/master:
  Added Twit library to List of Packages
  Corrected buildAssets to builtAssets directory in .gitignore file
  Added a comment explanation on returnTo previous URL middleware, changed static cache from 1 week to 1 month
2014-03-13 16:34:44 -04:00
Sahat Yalkabov 727983e1ae Added environment variables. Fixes #100 2014-03-13 16:33:56 -04:00
Sahat Yalkabov 83a90c643c Added Twit library to List of Packages 2014-03-12 04:25:02 -04:00