Amos Haviv
5a780aa34c
Adding Bower Resolutions
2013-12-23 19:52:54 +02:00
Amos Haviv
86186ad151
Fixing Facebook Redirect
2013-12-23 19:45:27 +02:00
Amos Haviv
ef50e5da0d
Fixing Facebook Redirect
2013-12-23 19:36:55 +02:00
Amos Haviv
46715a1268
Fixing Facebook Redirect
2013-12-23 19:17:32 +02:00
Amos Haviv
14147f7f88
Moving router above static
2013-12-23 12:40:23 +02:00
Amos Haviv
0c869a2cca
Fixing the new Jade issues
2013-12-23 12:37:00 +02:00
Amos Haviv
614a9dfb12
Merge pull request #196 from mrzepinski/patch-2
...
one more time - update to valid Jade doctype
2013-12-23 02:06:45 -08: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
bac1a06628
Fixing Heroku Bower Failure
2013-12-19 21:05:27 +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
Amos Haviv
d36b852e40
Merge pull request #173 from andrunix/master
...
On the signin page, the error div was always visible even if it was empty.
2013-12-12 06:47:06 -08: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
50b3b88c58
Fixing Travis Stall
2013-12-10 14:50:44 +02: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
209b7023da
AngularJS latest is good for now
2013-12-10 14:29:14 +02: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
Amos Haviv
2d1542511b
Merge pull request #169 from theblacksmith/master
...
Fix bug in foot.jade which tries to assign host instead of comparing it
2013-12-10 03:29:38 -08:00
Saulo Vallory
7a872faece
Fix bug in foot.jade which tries to assign host instead of comparing it
2013-12-09 21:39:55 -02:00
Jonathan Dizdarevic
1e75b420c8
lock to specified JS dependencies version
2013-12-07 19:41:48 +01:00
Jonathan Dizdarevic
f0ae031423
fix tests
2013-12-07 19:33:03 +01:00
Jonathan Dizdarevic
f2a85f8dcd
Update to AngularJS 1.2.4
2013-12-07 19:30:41 +01:00
John Williams
12037bc566
Don't overwrite statics
2013-12-05 15:45:52 -08:00
Davy Chiu
ebddcd319a
hash password with pbkdf2
2013-12-04 05:20:48 -08:00
Amos Haviv
dbe7213f77
Removed the Show User method
2013-12-03 02:43:52 +02:00
Amos Haviv
f358e810f5
Testing Fix
2013-12-03 02:19:04 +02:00
Amos Haviv
7354e781f1
Testing Fix
2013-12-03 02:18:11 +02:00
Amos Haviv
0ffe987c69
Merge branch 'pr/126'
...
Conflicts:
package.json
2013-12-03 02:12:47 +02:00
Amos Haviv
db5684636b
Remove window.app
2013-11-22 03:37:48 +02:00
Amos Haviv
eeb54232a9
Added Article Delete Support
2013-11-22 03:23:23 +02:00
Amos Haviv
8d1b13058d
Merge pull request #138 from peterblazejewicz/master
...
Update middleware for body parsing in Express MEAN configuration
2013-11-21 16:40:55 -08:00
Amos Haviv
ca0d6a9e55
Fixing 'me' password leak
2013-11-22 02:39:12 +02:00
Amos Haviv
5505b3a607
Merge pull request #130 from opicacek/master
...
Bootstrap template dependency fix
2013-11-21 16:07:22 -08:00
Amos Haviv
e9c1f758b0
Merge pull request #129 from passkey1510/master
...
Use module export instead of json string
2013-11-21 15:54:54 -08:00
Peter Blazejewicz
ad95ea36ef
Update middleware for body parsing in Express MEAN configuration
...
- update Express middleware configuration
- remove reference and documentation to bodyParser middleware
- add middleware for json/urlencoded requests
- Fixes #136 on MEAN linnovate/mean
2013-11-17 18:53:17 +01:00
Opi Danihelka
bf06b9af5c
Bootstrap template dependency fix
...
After switching of order these two lines, you are now able to use features from Angular Bootstrap UI, for example: ui.bootstrap.popover... Without fix there is a error raised caused by missing bootstrap dependency.
2013-11-08 15:29:44 +01:00
Kieu Anh Tuan
3041b4f858
Use module export instead of json string so that we can use environment variable for credentials info
2013-11-07 18:41:05 +01:00
Amos Haviv
390c9c96f1
Merge pull request #117 from themichaellai/model-regex-fix
...
Improved model autoload regex
2013-11-07 06:11:23 -08:00
Amos Haviv
f02f4ea0df
Merge pull request #127 from markstos/master
...
Fix typos in tests: s/witout/without/gc
2013-11-07 05:38:41 -08:00
Amos Haviv
471c95f6a9
Merge pull request #115 from et/remove-async
...
remove async module
2013-11-07 05:32:16 -08:00
Mark Stosberg
4121fc8fb5
Fix typos in tests: s/witout/without/gc
2013-11-04 14:11:37 -05:00
Rudi Starcevic
673ac81704
Add Karma unit tests
2013-11-04 11:26:49 +08:00
Michael Lai
3f05db1a28
Improved model autoload regex
2013-10-25 01:14:55 -04:00
Eric Thomas
1846287082
remove async module
2013-10-23 16:02:23 -06:00
Amos Haviv
9af341befb
Bug Fix
2013-10-23 18:31:01 +03:00