Commit Graph

1298 Commits

Author SHA1 Message Date
Liran Tal
1cb72bcefa Merge pull request #1203 from Gym/patch-1192
feat(articles): Rename list.articles.client.controller.js to list-art…
2016-02-13 15:01:25 +02:00
Ilan Biala
efed8478de Merge pull request #1199 from Gym/mkdir-upload
feat(gulp): Add gulp task mkdir:upload to ensure upload directory exi…
2016-02-12 15:14:47 -05:00
Ryan Hutchison
6cacc159f0 feat(gulp): Add gulp task mkdir:upload to ensure upload directory exists.
Related #1175
2016-02-12 13:50:56 -05:00
Liran Tal
7852144fc1 Merge pull request #1200 from meanjs/node5-support
Update Mocha
2016-02-12 00:41:22 +02:00
Ilan Biala
60c544e1c0 Merge pull request #1191 from mleanos/gulp-copy-localConfig
feat(gulp): Add Grunt's copy:localConfig task to Gulp
2016-02-11 15:24:33 -05:00
mleanos
b0f76dc4b4 feat(gulp): Add copyLocalEnvConfigExample task to Gulp
Adds a task to copy the example local environment config example, and save
it as a development environment config.

Renamed the task for Gulp from copy:localConfig (Grunt naming convention) to
copyLocalEnvConfigExample.

Releated #1175
2016-02-11 11:47:03 -08:00
Ryan Hutchison
a014ffca9f feat(articles): Rename list.articles.client.controller.js to list-articles.client.controller.js
Closes #1192
2016-02-11 00:36:02 -05:00
Ilan Biala
2dd9e9a88f Merge pull request #1197 from Gym/password-validator-typo
fix(users): Correct spelling/grammar mistakes
2016-02-10 20:48:20 -05:00
Ilan Biala
62095a1114 fix(test): Update Mocha, mock-fs, and fix Node 5 support 2016-02-10 20:47:11 -05:00
Ryan Hutchison
3e6a65d3a0 fix(users): Correct spelling/grammar mistakes
Closes #1156

adjust language
2016-02-10 19:56:42 -05:00
Cody B. Daig
3e549dfd7d Merge pull request #1184 from meanjs/feat/linuxOnTravis
feat(travis): Test on Mac and Linux
2016-02-10 17:00:02 -07:00
Ilan Biala
8a705a9a54 Merge pull request #1160 from tfernandez/feature/fixing-gulp-templatecache
fix(gulp): Fix templatecache gulp task
2016-02-10 11:16:32 -05:00
Ilan Biala
7f99fd16d3 Merge pull request #1149 from mleanos/bugfix/article-remove-button-show
fix(articles): Article edit/delete validation
2016-02-10 11:06:30 -05:00
Cody B. Daig
46a0a39a3b Merge pull request #1194 from francisdaigle/fix/safe-user-object
fix(core): Add "additionalProvidersData" to "safeUserObject"
2016-02-09 13:26:06 -07:00
Tomás Fernández
59d9347838 fix(gulp): Removing transformUrl replace function from templatecache gulp task 2016-02-09 16:45:47 +01:00
Francis Daigle
ba85dccb00 fix(core): Add "additionalProvidersData" to "safeUserObject"
Needed for management of social accounts.
2016-02-08 14:49:33 -07:00
mleanos
69b8a05ea2 fix(articles): Article edit/delete validation
Adds a custom field named `isCurrentUserOwner` to the Article document before
it's returned to the client. This field is used to determine if the current
User should is the "owner", and should see the edit/delete controls on the
client-side when viewing a single article. This custom (ad-hoc) field is NOT
persisted to the database; it's merely attached to the document.

Added server-side route tests for verifying the ad-hoc
"isCurrentUserOwner" field is properly set on the a single Article document.

Fixes #1146
2016-02-07 21:29:18 -08:00
Ilan Biala
ce3d0061ec Merge pull request #1190 from meanjs/feat/asyncVersion
feat(package.json): Set Async version to ~ from ^
2016-02-06 13:46:53 -05:00
Cody B. Daig
2ee7194bbc feat(package.json): Set Async version to ~ from ^ 2016-02-06 10:16:39 -07:00
Cody B. Daig
a598e2b0a1 Add Mac and Windows Back In 2016-02-06 10:13:44 -07:00
Cody B. Daig
0ad46a2a04 Update .travis.yml 2016-02-03 14:37:47 -07:00
Cody B. Daig
ac25044c8a add windows, chance linux to ubuntu 2016-02-03 14:09:29 -07:00
Cody B. Daig
0091d3fc45 feat(travis): Test on Mac and Linux 2016-02-03 13:45:22 -07:00
Cody B. Daig
e24fd27961 Merge pull request #1169 from trainerbill/BowerAlpha
fix(bower): Alphabetize list
2016-01-29 14:58:09 -07:00
Andrew Throener
9fe05866e3 fix(bower): Aphabetize list 2016-01-29 13:07:54 -06:00
Cody B. Daig
43b8caeb58 Merge pull request #1143 from trendzetter/master
feat(config): upgrade angular-bootstrap from 0.13 to 1.0
2016-01-29 11:49:39 -07:00
Ilan Biala
cbd0c2c5cb Merge pull request #1167 from codydaig/fix/dependencies
fix(dependencies): Lock dependencies major and minor versions
2016-01-28 13:05:59 -05:00
Cody B. Daig
a2c43c29eb fix(dependencies): Lock dependencies major and minor versions 2016-01-27 17:02:27 -07:00
Cody B. Daig
68c01ac927 Merge pull request #1154 from trainerbill/MenusFixes
fix(core menu): Menuize the account routes so they can be added to by…
2016-01-27 11:15:05 -07:00
Cody B. Daig
271ec36336 Merge pull request #1165 from trainerbill/TravisFixes
fix(Travis build): PhantomJS and SocketIO dependencies
2016-01-27 11:13:50 -07:00
Andrew Throener
64884b8925 fix(Travis build): PhantomJS and SocketIO dependencies 2016-01-27 11:42:54 -06:00
Andrew Throener
48eabd02ed fix(core menu): Menuize the account routes so they can be added to by submodules
Newlines fix

Removed Comment
2016-01-25 19:40:05 -06:00
Cody B. Daig
3ab760a1e0 Merge pull request #1144 from farajfarook/server-output
fix(core): Adding server info to log initialization
2016-01-18 13:10:44 -08:00
Joris Willems
9cd4ceca46 feat(config): Upgrade angular-bootstrap 0.13 to 1.0
Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is
straightforward, offers a more stable interface, extra directives and fixes
many bugs.
Migration guide:
https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes

Fixes #1142
Fixes #1131
2016-01-17 22:06:34 +01:00
Liran Tal
6658774569 Merge pull request #1128 from mleanos/bugfix/gh-1127
fix(users): ProfileImageURL sanitize with ngSanitize
2016-01-17 19:16:30 +02:00
Ilan Biala
959d03c31e Merge pull request #1130 from combefis/enhance-comments
fix(docs): Fix comments content and style
2016-01-17 11:16:16 -05:00
Faraj Farook
36e956ea71 fix(core): Adding server info to log initialization
Adding host information to the log initialization and aligning the
texts.
2016-01-17 19:26:52 +05:30
Sébastien Combéfis
d2b2dfd606 fix(docs): Fix comments content and style
Changed some bad comments referencing the Articles module in other modules.
Typo fixed in xxx.client.modules.js files ("Application" => "Applicaion")
Full stop character removed at the end of line comments
2016-01-17 11:46:11 +01:00
Ilan Biala
3dee3fc47a Merge pull request #1134 from farajfarook/master
fix(users): Removing redundant variables
2016-01-16 14:09:09 -05:00
Faraj Farook
f9c7403825 fix(users): Removing redundant variables
Removing redundant variables defined and not used
2016-01-16 16:17:07 +05:30
Cody B. Daig
6c5b630b99 Merge pull request #1126 from Gym/article-styleguide
feat(articles): Modify articles module to implement style guidelines.
2016-01-15 14:57:44 -08:00
Cody B. Daig
aa42cc0a43 Merge pull request #1139 from simison/patch-15
fix(build): Linting error at gulpfile.js
2016-01-15 14:27:22 -08:00
mleanos
f88f28e035 fix(users): Profile image path is invalid after escaping
Removes the validator.escape on the profileImageUrl field in core server
controller.

The escaping was causing the profileImageUrl field to be an invalid path
for the image. We don't need to worry about xss vulnerabilities on this
field because no user input is provided; the name & path are generated
by the application logic.

Fixes #1127
2016-01-15 12:39:17 -08:00
Mikael Korpela
80c08a34a0 fix(build): Linting error at gulpfile.js
Fixes an error occurring when running `gulp`:
```bash
/mean/gulpfile.js
  199:22  error  A space is required after '{'   object-curly-spacing
  199:42  error  A space is required before '}'  object-curly-spacing
```
2016-01-15 12:09:41 -08:00
Ilan Biala
039d9de4a4 Merge pull request #1135 from JulianLaval/fix/gruntfile-lint
fix(config): Added Gruntfile linting
2016-01-14 15:41:57 -05:00
Ilan Biala
96a56e86ba Merge pull request #1137 from JulianLaval/fix/contrib-typo
fix(documentation): Contributing.md typo
2016-01-14 15:41:10 -05:00
Julian Laval
9d29e4491f fix(documentation): Contributing.md typo
Fixes 'consice' typo to 'concise' in CONTRIBUTING.md

Fixes #1136
2016-01-14 18:29:49 +00:00
Julian Laval
6748a7fbf9 fix(config): Added Gruntfile linting
Changed config properties to arrays for inclusion in Gruntfile Lodash unions, e.g. linting

Fixes #1125
2016-01-14 18:23:54 +00:00
Ilan Biala
bf05dbcca8 Merge pull request #1104 from accraze/gulp-imagemin
Added imagemin to gulp
2016-01-13 22:39:31 -05:00
accraze
1a3f6f8195 feat(build): added imagemin to gulp
in order to minify images,
gulp is now given an imagemin task
2016-01-13 19:23:19 -08:00