Commit Graph

102 Commits

Author SHA1 Message Date
Amos Haviv
09f1eab636 Adding the salt part to the hashPassword FN 2014-04-16 12:53:22 +03:00
Kentaro Wakayama
8f09b8b776 Add check of password and salt in user auth 2014-04-16 09:51:31 +02:00
Amos Haviv
279eb39694 Finalizing the User Accounts Module 2014-04-16 02:00:23 +03:00
Kentaro Wakayama
00f3940d8f Add joining of multiple accounts 2014-04-09 10:10:22 +02:00
Amos Haviv
d7fb3984a2 Complete Cleanup 2014-04-02 19:34:32 +03:00
Amos Haviv
c11c42888c Article Cleanup 2014-04-02 19:16:40 +03:00
Amos Haviv
47561ce3ed Fixed password hashing in general 2014-03-31 02:39:07 +03:00
Amos Haviv
c0a7c054ba Update Dev Depenedencies + Password Change Fix 2014-03-30 18:23:25 +03:00
Amos Haviv
36f71fa279 Users Module Revamp 2014-03-26 01:11:24 +02:00
Victor Zamfir
feaef3155b added permission request for email
the application will trigger an error is this is not added here, since you won't have access to user's email in passport's facebook strategy.
2014-03-16 19:25:16 +02:00
Amos Haviv
a3a712906d Fixing Bower Versions, Fix Flickering 2014-03-06 01:01:04 +02:00
Amos Haviv
8c825ff196 Locking NPM versions 2014-03-05 22:25:09 +02:00
Amos Haviv
271bd1b8f6 Adding twitter meta tags 2014-03-05 01:40:44 +02:00
Amos Haviv
89e2da7740 Adding twitter meta tags 2014-03-05 01:39:02 +02:00
Amos Haviv
311605a4e2 Replacing ngRoute with UI-Router 2014-02-21 00:41:21 +02:00
Amos Haviv
322d865080 Fixing Navbar Flickering 2014-02-12 19:21:54 +02:00
Amos Haviv
880ad6a1f7 Spliting Strategies 2014-02-12 18:29:46 +02:00
Amos Haviv
c1213e9a7b Fixing Indentation Convention to TABS 2014-02-10 13:24:01 +02:00
Amos Haviv
eae6f2d6bc Moving to MEAN.JS 2014-02-10 13:09:31 +02:00
Amos Haviv
17e089ec69 Moving to MEAN.JS 2014-02-10 13:09:25 +02:00
Lior Kesos
f52d6c3a30 Revert "Initial commit for the site"
This reverts commit 4e37a3f2c7.
2014-02-07 02:12:35 +02:00
azure provisioned user
4e37a3f2c7 Initial commit for the site 2014-02-06 23:53:00 +00:00
Drew Fyock
a0c9de3756 #236 implement swig instead of jade 2014-02-03 13:46:39 -05:00
Drew Fyock
c2330e574c #326 merge latest 2014-02-01 11:50:48 -05:00
Harshad Kale
58d2cbf706 Add linkedin support for login 2014-01-25 12:03:26 -06:00
Lior Kesos
d59bf8645d Merge branch 'master' of https://github.com/lirantal/mean into lirantal-master 2014-01-21 22:51:52 +02:00
Liran Tal
8324179ca2 cleaning up jslint warnings 2014-01-21 21:51:14 +02:00
Lior Kesos
526fc0a9d7 Merge branch 'enhancement-authtypes_refactor' of https://github.com/lirantal/mean into lirantal-enhancement-authtypes_refactor 2014-01-20 23:55:50 +02:00
Drew Fyock
412d6b3336 use consolidate to make template engine configurable 2014-01-17 10:28:09 -05:00
Liran Tal
6bacb0c79e Merge branch 'enhancement-routes_refactor' 2014-01-16 21:38:04 +02:00
VikramTiwari
57055a355b Everything Latest
Bootstrap Latest
Angular Bootstrap Latest
Angular UI-Utils Latest
2014-01-15 11:57:23 +05:30
Liran Tal
dea044c2e1 further refactoring of the route middlewares so they can be easily shared amongst app routes 2014-01-13 00:42:53 +02:00
Liran Tal
0afb2e6ec9 refactoring so that app routes can be maintained more easily from app/ directory (which makes more sense) 2014-01-12 23:55:34 +02:00
Liran Tal
3963892615 small bug fix where Mongoose validation functions must always return booleans 2014-01-12 23:30:30 +02:00
Liran Tal
969c6911d8 instead of relying on previously hard-coded passport strategies we can assume that any user entry which have no provider set is a local strategy and apply our validations only on those empty provider members of the user model object 2014-01-12 23:27:17 +02:00
Amos Haviv
d8fe54d14f Properly run JSHint 2013-12-25 16:37:19 +02:00
Amos Haviv
822d7ca7b2 Properly run JSHint 2013-12-25 16:36:33 +02:00
Marcin Jekot
c9193642c9 correct the livereload host
This let's you use an arbitrary host in development mode, and do cross machine/VM testing etc, with a hostname other than localhost
2013-12-24 15:31:28 +02:00
Amos Haviv
0c869a2cca Fixing the new Jade issues 2013-12-23 12:37:00 +02:00
Maciej Rzepiński
270d2c3fd6 one more time - update to valid Jade doctype 2013-12-22 21:34:52 +01:00
Amos Haviv
81fea3516d Moving from Underscore to LoDash 2013-12-20 14:15:58 +02:00
Amos Haviv
9c6e5514f0 Moving from Underscore to LoDash 2013-12-20 14:14:54 +02:00
Amos Haviv
1d9f1a0ce3 Update users.js 2013-12-14 20:35:29 +02:00
Amos Haviv
f8ac701c25 Fixing errors style 2013-12-12 18:42:54 +02:00
Andrew Pierce
d3b98529be Added check for empty salt before attempting to encrypt password. If you sign up with OAuth provider and then try to login with Email (local strategy), the Salt is empty and authentication fails. 2013-12-11 16:25:46 -05:00
Andrew Pierce
2def71a53e Moved flash messages from auth.jade to signin.jade. Placed within error div. 2013-12-11 15:49:19 -05:00
Amos Haviv
0697df0b6d Merge pull request #160 from CREO-Agency/statics_overwrite
Don't overwrite statics
2013-12-10 04:33:06 -08:00
Amos Haviv
b99c166f61 Merge pull request #162 from dizda/angular1.2.4
Upgrade to latest stable version of AngularJS (1.2.4)
2013-12-10 04:26:30 -08:00
Amos Haviv
4a07cdec7f Merge pull request #158 from davychiu/master
hash password with pbkdf2
2013-12-10 04:10:46 -08:00
Amos Haviv
218da62417 Fixing the Foot.jade to use env var instead of host 2013-12-10 13:32:05 +02:00