Commit Graph

435 Commits (38dc238e49caea9d9384cca466cc444904de3a13)

Author SHA1 Message Date
Sahat Yalkabov 9363a2c8f7 CSS refactoring and cleanup; removed animate.css 2014-05-11 05:09:27 -04:00
Sahat Yalkabov 709675b5ff Removed #flash block in flash.jade 2014-05-11 04:19:03 -04:00
Sahat Yalkabov 68ca8a482f Simplified sticky footer css styles 2014-05-11 04:04:39 -04:00
Sahat Yalkabov 86374a5c39 Cleaned up code in layout.jade 2014-05-11 03:48:19 -04:00
Sahat Yalkabov eb3b045278 Added self_recent_media example to instagram api 2014-04-30 00:17:09 -04:00
Sahat Yalkabov 18d13b67e1 LinkedIn API: Display education only if user listed that on their linkedin profile.
Fixes #138
2014-04-25 13:51:10 -04:00
Sahat Yalkabov 7f3e395256 Fixed: default theme is now enabled by default.
Added: close button to alerts

Fixes #135
2014-04-24 12:05:36 -04:00
Sahat Yalkabov fc55e385e4 Added Instagram authentication 2014-04-22 15:00:27 -04:00
Sahat Yalkabov 8ca80c4a6d Updated instagram api template 2014-04-22 14:53:00 -04:00
Sahat Yalkabov 3a3a8e97ee Added Instagram API Example 2014-04-22 14:51:35 -04:00
Sahat Yalkabov 347b757782 Removed 404 error handler and 404 page 2014-04-21 16:41:26 -04:00
kaneschutzman 520f63bbca Update profile.jade
Changed value=token to value=_csrf, this fixed the issue I had with deleting accounts.
2014-04-17 23:05:00 -10:00
Sahat Yalkabov ce1762b8e6 Removed if.localAuth from navigation bar 2014-04-14 18:26:34 -04:00
Sahat Yalkabov 05f825d3c8 Removed PayPal API 2014-04-14 17:58:49 -04:00
Sahat Yalkabov 84a911da03 Switched to Stripe.js checkout for ease of use and better security 2014-04-14 17:34:51 -04:00
Sahat Yalkabov b9fee1cb35 Merge branch 'master' of https://github.com/tmcpro/hackathon-starter
# By Tyler McIntyre
# Via Tyler McIntyre
* 'master' of https://github.com/tmcpro/hackathon-starter:
  Added to Readme file
  Stripe API finished
  stripe API added

Conflicts:
	package.json
	views/api/index.jade
2014-04-14 16:15:46 -04:00
Sahat Yalkabov c20eff6503 Merge remote-tracking branch 'origin/generator'
* origin/generator: (23 commits)
  Instagram generator indentation and whitespace fixes
  Minor adjustments to instagram generator, changed log color of already active auth methods to grey. (from yellow)
  Instagram auth generator!
  Renamed minimizer.js to generator.js
  Added Local authentication generator
  Removed if-check for local auth on change password form
  Added LinkedIn authentication generator
  Added Twitter authentication generator
  Added GitHub authentication generator
  Prettified generator CLI with unicode icons and multi-line message.
  Added Google add/remove generator
  Generator code cleanup
  Generator code refactoring
  Updated comment style to make it easier to generate the code using multiline strings
  Facebook User model add/remove complete
  add/remove facebook from profile template complete
  Removed auth if-checks
  Added login.jade add/remove facebook auth
  Removed if-checks, all authentications enabled by default
  Added terminal colors, info messages + code refactoring.
  ...
2014-04-14 12:39:10 -04:00
Sahat Yalkabov 634d1769a0 Improved api examples grid; added logos. 2014-04-14 01:16:19 -04:00
Sahat Yalkabov 517e2e5d19 Switched to old footer like on demo site 2014-04-14 00:43:57 -04:00
Sahat Yalkabov 950ee8425f Updated aviary example 2014-04-14 00:43:04 -04:00
Sahat Yalkabov 4eef2b272d Display api examples as a grid instead of list. 2014-04-13 23:24:46 -04:00
Sahat Yalkabov 6b9e7e1517 Renamed API Browser to API Examples 2014-04-13 23:14:58 -04:00
Sahat Yalkabov 263af71d90 Removed if-check for local auth on change password form 2014-04-13 17:19:11 -04:00
Sahat Yalkabov 90de4eedba Removed auth if-checks 2014-04-12 23:55:23 -04:00
Sahat Yalkabov 0512ff93f3 Removed if-checks, all authentications enabled by default 2014-04-12 23:23:12 -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
Brian Ridings 096e4d4d71 Merged view 2014-03-28 13:46:04 -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 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 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 b3a47677da Added Google Analytics script 2014-03-09 13:53:12 -04:00
Sahat Yalkabov e8365c7321 Removed .row from login form 2014-03-07 14:42:37 -05:00
Sahat Yalkabov d6020beebb Updated footer 2014-03-07 14:02:38 -05:00
Sahat Yalkabov 9396ff1b69 Removed login required text from Paypal api link (false) 2014-03-06 03:03:27 -05:00
Sahat Yalkabov c046c990b7 Updated button text to Change Password 2014-03-06 02:48:59 -05:00
Sahat Yalkabov aa1b9dbc26 Removed hacker news logo 2014-03-06 02:47:50 -05:00
Sahat Yalkabov 5fef9092ad Placed single sign-in buttons at the bottom of the login form 2014-03-05 16:41:42 -05:00
Sahat Yalkabov faa0781c06 Changed layout title to Hackathon Starter 2014-03-05 16:26:56 -05:00
Sahat Yalkabov e5cb5607db Consolidated clockwork updates 2014-02-27 19:42:07 -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 53f89c355f Code formatting update 2014-02-27 17:39:18 -05:00
Sahat Yalkabov 582cdf4e54 A bunch of improvements to Linkedin API 2014-02-27 17:29:16 -05:00
Sahat Yalkabov c3320f28f2 Added LinkedIn API example that displays connection and your profile information 2014-02-27 16:51:38 -05:00
Sahat Yalkabov af4a2a33f6 Add link/unlink LinkedIn to profile template 2014-02-27 13:10:50 -05:00
Sahat Yalkabov bf02667e9e Redesigned Login page (now includes Sign in with LinkedIn) 2014-02-27 12:39:51 -05:00
Matt Roberts 3f9d2f3d7d Removed commentted out lines from clockwork.jade 2014-02-27 16:19:55 +00:00
Matt Roberts c78085b73e Merge remote-tracking branch 'upstream/master'
Conflicts:
	package.json
2014-02-27 16:16:13 +00:00
Matt Roberts 675156629d Tweak to the clockwork view 2014-02-27 16:05:23 +00:00
Matt Roberts babcdd3afe Adding clockwork SMS to the API mix 2014-02-24 11:25:51 +00:00
Sahat Yalkabov b0daedd3a6 Updated login template 2014-02-18 03:49:31 -05:00
Sahat Yalkabov 85ab327432 Renamed forgot password link 2014-02-18 03:10:46 -05:00
Sahat Yalkabov 1a12c07810 Updated reset password template 2014-02-18 03:10:24 -05:00
Sahat Yalkabov ac61a33867 Cleaned up and refactored reset password template 2014-02-18 02:58:16 -05:00
Sahat Yalkabov 89a8b72181 Updated forgot password and login templates 2014-02-17 19:44:51 -05:00
Sahat Yalkabov fcd8773518 Updated login template 2014-02-17 19:36:06 -05:00
Dan Stroot 1faf279877 Added complete password reset function 2014-02-17 10:00:43 -08:00
Sahat Yalkabov d97e05434f Add Facebook profile photo to /me section 2014-02-12 15:06:22 -05:00
Sahat Yalkabov 2d8188c8df UI improvements to "My friends list" on Facebook API page 2014-02-12 14:59:51 -05:00
Sahat Yalkabov f967c5ca20 Added extra profile information on Facebook API page for "/me" 2014-02-12 14:24:31 -05: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 82bf9df29d Add login required label on Vemo link 2014-02-11 08:29:00 -05:00
Sahat Yalkabov 3b570cd9e0 Minor template cleanup 2014-02-11 08:26:05 -05:00
Sahat Yalkabov 6b7c68c1c6 Fixed a typo and added form placeholders 2014-02-11 08:24:04 -05:00
Sahat Yalkabov c5a73443d6 Fixed typo and added payment.target.user to recentPayments table in case User ID was used instead of email or phone # to send a payment 2014-02-11 08:14:50 -05:00
Sahat Yalkabov 241baf179a Add venmo recent payments 2014-02-11 08:04:20 -05:00
Sahat Yalkabov 5275607bdb Add send a payment form, route and controller for Venmo API 2014-02-10 23:55:32 -05:00
Sahat Yalkabov 86801331a3 Added make payment form for Venmo API 2014-02-10 22:16:18 -05:00
Sahat Yalkabov fa96ffde30 Update textfield type for Name 2014-02-10 22:12:19 -05:00
Sahat Yalkabov 2ccd46e69b Add Venmo template 2014-02-10 22:03:02 -05:00
Sahat Yalkabov 45613cda0e Add venmo authorize, callback and API urls, and a corresponding Venmo controller 2014-02-10 19:21:54 -05:00
Lee Munroe c46c321978 Add Nodemailer and Mailgun option for contact form 2014-02-10 13:32:38 -08:00
Sahat Yalkabov 7c79609659 Merge branch 'seafoodbuffet-configurable_auth'
* seafoodbuffet-configurable_auth:
  Replaced tabs to spaces
  Converted tabs to spaces
  enable localAuth
  introduce configurable login providers to selectively show/hide different login methods
2014-02-10 11:27:18 -05:00
Sahat Yalkabov 414b0483ca Replaced tabs to spaces 2014-02-10 11:20:14 -05:00
Sahat Yalkabov b85954b62f Converted tabs to spaces 2014-02-10 11:16:31 -05:00
Sahat Yalkabov 0d4f2ae8fd Merge branch 'master' of https://github.com/JahlomP/hackathon-starter into JahlomP-master
* 'master' of https://github.com/JahlomP/hackathon-starter:
  Replaced hardcoded success flash with express-flash
2014-02-10 10:58:31 -05:00
Cheng Zhou 9d9f9c926c merge from upstream 2014-02-07 23:08:11 -06:00
Sahat Yalkabov 517e2f13d2 Removed form-control and form-group classes from CSRF inputs. Placed them at the top right after form block for consistency 2014-02-07 23:45:24 -05:00
Sahat Yalkabov 1143ac4320 Add CSRF input to Account Delete form. 2014-02-07 23:41:15 -05:00
Sahat Yalkabov fab3c1455d Pass size of 60px to gravatar function from navbar. Since it won't be larger than that, no point loading a larger 200px image and then shrinking it. 60px already takes into consideration retina displays. The actual size of avatar is 30px. 2014-02-07 09:53:48 -05:00
Precious Jahlom Agboado de3d62b66b Replaced hardcoded success flash with express-flash 2014-02-07 08:04:22 +00:00
Cheng Zhou ed70466c43 introduce configurable login providers to selectively show/hide different login methods 2014-02-06 21:52:49 -06:00
Sahat Yalkabov aec3807d34 Updated docs button group on Twilio page.
Pass err.message instead of error object to the middleware.
2014-02-06 08:33:37 -05:00
Sahat Yalkabov a34dabbc68 Added Twilio POST route and controller 2014-02-06 08:09:54 -05:00
Sahat Yalkabov 41cfc59cda Added Twilio API template, controller and route; + twilio library. 2014-02-06 07:46:47 -05:00
Sahat Yalkabov 2475825c9b Responsive forms on User profile page. Fixes #58. 2014-02-06 04:40:13 -05:00
Sahat Yalkabov 78b27a4841 Updated API index page 2014-02-06 04:07:12 -05:00
Sahat Yalkabov f34e5d57dc Changed playerSummaries to playerSummary since i am only getting information a single Steam ID 2014-02-06 03:54:26 -05:00
Sahat Yalkabov 6fcdabb1b4 Added profile information, avatar, login status, and other nice improvements on Steam page 2014-02-06 03:51:06 -05:00
Sahat Yalkabov 888f4eb86a Include free games in getOwnedGames, added custom thumbnail hover effect 2014-02-06 02:51:16 -05:00
Sahat Yalkabov 0774772dcd Add owned games thumbnails 2014-02-05 23:27:13 -05:00
Sahat Yalkabov 73411a03b0 Merge branch 'KarlJakober-master'
* KarlJakober-master:
  Add profile information and owned games to Steam template
  Steam API template display achievements
  Steam API code refactoring, added ownedGames API call
  removes steam auth, sets up steam api requests in async
  Adds Steam auth and API

Conflicts:
	views/api/index.jade
#
# It looks like you may be committing a merge.
# If this is not correct, please remove the file
#	.git/MERGE_HEAD
# and try again.

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# All conflicts fixed but you are still merging.
#   (use "git commit" to conclude merge)
#
# Changes to be committed:
#
#	modified:   README.md
#	modified:   app.js
#	modified:   config/passport.js
#	modified:   config/secrets.js
#	modified:   controllers/api.js
#	modified:   models/User.js
#	new file:   views/api/steam.jade
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#	modified:   config/passport.js
#	modified:   config/secrets.js
#	modified:   models/User.js
#	modified:   views/api/index.jade
#
2014-02-05 19:45:05 -05:00
Sahat Yalkabov 38296e38b1 Merge branch 'KarlJakober-master'
* KarlJakober-master:
  Add profile information and owned games to Steam template
  Steam API template display achievements
  Steam API code refactoring, added ownedGames API call
  removes steam auth, sets up steam api requests in async
  Adds Steam auth and API

Conflicts:
	views/api/index.jade
2014-02-05 19:44:54 -05:00
Sahat Yalkabov aa3e6e6a67 Add profile information and owned games to Steam template 2014-02-05 19:39:31 -05:00
Sahat Yalkabov eedfb77ac6 Steam API template display achievements 2014-02-05 19:30:00 -05:00
Sahat Yalkabov a2f4ffbf2b Merge branch 'master' of https://github.com/KarlJakober/hackathon-starter into KarlJakober-master
* 'master' of https://github.com/KarlJakober/hackathon-starter:
  removes steam auth, sets up steam api requests in async
2014-02-05 17:13:43 -05:00
Karl Jakober 1687440588 removes steam auth, sets up steam api requests in async 2014-02-05 21:04:02 +00:00