Amos Haviv
5ff49a7115
Fixing article and express 4 modification
2014-04-26 15:33:53 +03:00
Amos Haviv
36acc484bd
Fixing roles security issues
2014-04-26 15:17:31 +03:00
Amos Haviv
8cccae2d40
Support CDN Assets
2014-04-25 05:51:30 +03:00
Amos Haviv
56fd75ebad
Updating To Helmet
2014-04-23 22:04:52 +03:00
Amos Haviv
81254e0b27
Fixing Karma To Load Libraries Independently
2014-04-23 20:44:19 +03:00
Amos Haviv
c7a14f8386
Merge branch 'pr/24' into 0.3.0
...
Conflicts:
config/env/all.js
config/express.js
package.json
2014-04-23 19:53:59 +03:00
Amos Haviv
f132e1084f
Fixing Articles Issues
2014-04-23 03:57:09 +03:00
Amos Haviv
430e66b207
Fix intdentation
2014-04-22 21:18:35 +03:00
Amos Haviv
7c796f12b7
Merge branch 'pr/29' into 0.3.0
2014-04-22 21:17:16 +03:00
Kentaro
e585231ab5
add missing dependencies
...
The packages connect-mongo and connect-flash are missing in the package.json
2014-04-22 13:23:20 +02:00
Amos Haviv
5eed915dd6
Added role based middleware authorisation
2014-04-21 22:52:34 +03:00
Amos Haviv
edd549db8c
More Naming Fixes, articles cleanup
2014-04-21 02:32:59 +03:00
Amos Haviv
8ad4728140
Comment Fixes
2014-04-21 01:13:14 +03:00
Amos Haviv
779295793d
Merge branch 'pr/18' into 0.3.0
...
Conflicts:
app/routes/core.server.routes.js
config/express.js
package.json
2014-04-21 01:07:05 +03:00
Amos Haviv
44bf81a494
0.3RC
...
Express 4 Support
New naming convention
Glob patterns
CSS Linting
Uglify
CSS Min
Environmental Asset Management
DI Menu System
2014-04-21 00:01:01 +03:00
Amos Haviv
09f1eab636
Adding the salt part to the hashPassword FN
2014-04-16 12:53:22 +03:00
Amos Haviv
a976eb993e
Merge branch 'pr/25'
2014-04-16 12:51:23 +03:00
Kentaro Wakayama
8f09b8b776
Add check of password and salt in user auth
2014-04-16 09:51:31 +02:00
David Morris
ff4ae8bacc
workaround for express 4 connectMongo session bug
2014-04-15 23:15:35 -05:00
David Morris
114ce6af0c
merge upstream 0.2.3
2014-04-15 20:18:27 -05:00
Amos Haviv
c6a8a9babd
Merge branch '0.2.3'
2014-04-16 02:47:43 +03:00
Amos Haviv
ac3ffca366
Adding Accounts View
2014-04-16 02:45:26 +03:00
Amos Haviv
7ae98d5e21
Adding Comments
2014-04-16 02:44:55 +03:00
Amos Haviv
279eb39694
Finalizing the User Accounts Module
2014-04-16 02:00:23 +03:00
Amos Haviv
766e628932
Merge branch 'pr/15' into 0.2.3
2014-04-15 16:08:57 +03:00
Amos Haviv
08a2c0fc72
Fixed Comments and README
2014-04-15 16:08:02 +03:00
Amos Haviv
956ec25982
Fixing License and Readme
2014-04-15 15:44:10 +03:00
Amos Haviv
8d83a29aa5
Merge branch 'pr/23' into 0.2.3
2014-04-15 15:27:39 +03:00
Michael Cole
2f6427aa42
Update README.md to include where to download the MEAN.JS boilerplate
2014-04-14 17:06:13 -05:00
Michael Cole
8479e46f1e
Move license to it's own file. Easier to see what the license is when first encountering the repo
2014-04-14 16:25:51 -05:00
Marc-André Bélanger
16f33939f7
Fixed locals.cache when NODE_ENV==='production'
2014-04-12 12:15:08 -04:00
Amos Haviv
dbdb827e2b
Merge branch 'pr/15' into 0.2.3
2014-04-12 04:51:38 +03:00
Amos Haviv
2a114eefee
Merge branch 'pr/14' into 0.2.3
2014-04-12 04:51:02 +03:00
Amos Haviv
97dfc69e32
Merge branch 'pr/18' into 0.2.3
2014-04-12 04:50:22 +03:00
Marc-André Bélanger
c9d641e2bc
Migration to Express 4.x
...
Please see the Express documentation for details.
connect-mongo NPM package is currently broken with Express 4.x. Use
this fix in the meantime:
https://github.com/kcbanner/connect-mongo/issues/103#issuecomment-400800
50 .
2014-04-10 22:26:41 -04:00
Kentaro Wakayama
56b0c31120
Add account buttons to join more accounts
2014-04-09 10:11:24 +02:00
Kentaro Wakayama
00f3940d8f
Add joining of multiple accounts
2014-04-09 10:10:22 +02:00
Miguel Cobá
fa1171fe28
Add envvars for deploying to cloud providers
2014-04-08 14:02:14 -05:00
Amos Haviv
f150407e06
Removed old images
2014-04-03 13:11:17 +03:00
Amos Haviv
1a7a2d6934
Update Bower Dependencies
2014-04-02 19:58:59 +03: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
Yutaka Yamaguchi
72c813d384
keep enable Cache-Control
...
helmet.defaults() disabeles Cache-Control. I guess it's controversial to disable it.
2014-03-30 14:55:40 +09:00
Yutaka Yamaguchi
afb0f973c8
use helmet module to more secure application
...
Helmet module is the middleware to add security headers for Application.
I think these headers is so important for security that we should also use in MEAN.js.
We need to install the latest one from github currently because it looks old on the npm site.
The old one is not working on my local MEAN.js stack.
2014-03-30 14:38:00 +09:00
Amos Haviv
12cb3bfb93
Update Dev Dependencies Versions
2014-03-27 20:02:15 +02:00
Amos Haviv
d7d4518595
Updating Dependencies
2014-03-27 19:57:58 +02:00
Amos Haviv
acf1df57b8
Merge pull request #1 from jshultz/master
...
fixes db deployment issue on heroku. production db value needs to be set...
2014-03-27 19:44:19 +02:00
Amos Haviv
c054ec8649
Merge pull request #10 from fyockm/master
...
ensure NODE_ENV is valid and default regex for walk
2014-03-27 19:22:11 +02:00