Commit Graph

16 Commits

Author SHA1 Message Date
Ilan Biala
ca814f83c0 Merge pull request #381 from treyhunner/fix-editorconfig
Fix .editorconfig file
2015-03-03 16:04:41 -05:00
Trey Hunner
78f28081d1 Add newlines to ends of files 2015-03-02 16:28:25 -08:00
Miguel Coba
482ab19c0f Removes unnecessary whitespace, formats code and add comments
Fixes https://github.com/meanjs/mean/issues/441
2015-03-02 01:57:31 +00:00
Liran Tal
00b5ff017e updated to return the req.send() to be consistent with the rest of our codebase 2015-01-13 16:54:20 +02:00
Liran Tal
4871173019 correcting 500 server error to 400 client error 2015-01-12 23:32:41 +02:00
Liran Tal
5bccbdd5fa adding proper handling for invalid model ObjectIds passed on to article routes 2015-01-12 23:22:25 +02:00
Liran Tal
56aff70dfd fixing issue #348 - instead of returning a server error 500 on article loading which isnt found we'll throw a 404 with json message 2015-01-09 11:06:17 +02:00
Liran Tal
dc4492fee9 removing un-necessary .js extension 2014-10-24 17:48:07 +03:00
Liran Tal
14c5d1bbb7 replacing deprecated require.extensions nodejs call with explicit full paths for require() 2014-10-24 12:01:46 +03:00
Liran Tal
6298e35a5b disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to 2014-10-14 20:24:28 +03:00
Amos Haviv
f6e19093eb Update 0.3.2 2014-08-02 21:29:38 +03:00
Amos Haviv
f4b62ca819 Adding Password Reset 2014-07-31 11:27:14 +03:00
Amos Haviv
f132e1084f Fixing Articles Issues 2014-04-23 03:57:09 +03: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
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