Michael Leanos
8f00edcd82
Merge pull request #1241 from mleanos/fix/connected-accounts-not-shown
...
fix(users): Missing primary social provider
2016-03-04 16:12:44 -08:00
Ilan Biala
049fde9451
Merge pull request #1207 from trendzetter/master
...
feat(config): Upgrade to angular 1.5
2016-03-02 14:44:55 -05:00
mleanos
f2e18e24f1
fix(users): Missing primary social provider
...
Adds the User's provider to the list of connect social accounts, when it
is also a social account.
Fixes : #1032
2016-03-02 10:40:34 -08:00
Joris Willems
500d1a62df
feat(config): upgrade to angular 1.5
...
Update bower dependencies to more recent versions.
Resolved hard-coded dependency by updating file upload
PhantomJs to 2.x series for tests (@usta)
Fix assertion in tests for compatibility with MongoDB 3.2 (@rhutchison)
Improve coding style tests to avoid type errors (@ilanbiala)
Fix refresh showing flash of scrollbar in menu
Remove deprecated angular-ui-utils
Fixes #1124
2016-03-02 18:18:53 +01:00
Liran Tal
8830cd4331
Merge pull request #1242 from lirantal/master
...
fix(docs): updating links, English issues
2016-03-01 09:33:42 +02:00
Liran Tal
2e7ac80033
fix(docs): updating links, English issues
...
* double "guide" word in the documentation
* Correcting link for ExpressJS guide
2016-02-29 21:10:12 +02:00
Liran Tal
17f287c536
Merge pull request #1239 from lirantal/feature/update_dependency_socketio
...
feat(deps): update socket.io dependency
2016-02-29 17:22:16 +02:00
Liran Tal
b1c53a8176
Merge pull request #1240 from lirantal/feature/github_guidelines
...
feat(github): adding support for Pull Requests templates
2016-02-29 17:21:58 +02:00
Liran Tal
b3f91808e2
feat(github): adding support for Pull Requests templates
2016-02-28 21:29:49 +02:00
Liran Tal
fc78cbd5a1
feat(deps): update socket.io dependency
...
version 1.3.7 installed with the package.json file is 6 releases behind - 1 feature release, and 5 patches.
security advisors have been published for older socket.io version
2016-02-28 21:25:19 +02:00
Liran Tal
0ebbdd4935
Merge pull request #1236 from lirantal/bugfix/ignored_errors_on_controller
...
fix(users) error objects were not handled
2016-02-28 09:58:20 +02:00
Liran Tal
6268e6f883
Merge pull request #1235 from lirantal/bugfix/unused_variable_on_controller_file
...
removing unused message variable
2016-02-28 09:54:24 +02:00
Liran Tal
03043dcc90
fix(users): removing unused variable from code
2016-02-27 12:58:46 +02:00
Liran Tal
8e249548d4
fix(users): error objects were not handled
2016-02-27 12:54:54 +02:00
Cody B. Daig
5105eb12fe
Merge pull request #1221 from meanjs/docs/version
...
doc(package): Change meanjs version to 0.5.0-beta
2016-02-24 08:41:00 -07:00
Ilan Biala
ee39a2c132
Merge pull request #1213 from meanjs/dependencies
...
Update dependencies
2016-02-21 17:52:57 -05:00
Liran Tal
01f59c04bd
Merge pull request #1228 from droooney/remove-BOM
...
fix(build): Remove BOM
2016-02-21 20:54:44 +02:00
Ilan Biala
1c143ae24a
feat(deps): Update server-side dependencies
2016-02-20 11:26:20 -05:00
Liran Tal
35d7501cfe
Merge pull request #997 from yilenpan/feat/csrf
...
[feat] Added Lusca middleware for CSRF [fixes #828 ]
2016-02-20 13:16:31 +02:00
droooney
52faf0697f
fix(build): Remove BOM
...
Remove byte-order mark from source files.
Fixes #1227
2016-02-20 14:49:30 +05:00
Cody B. Daig
6365fddc7b
doc(package): Change meanjs version to 0.5.0-beta
...
Change the version to 0.5.0-beta so people know that this is beta code and things are rapidly changing.
2016-02-17 09:53:17 -07:00
Yilen
b2db312e14
feat(csrf): Added Lusca CSRF Prevention
...
Added lusca for CSRF protection as per issue #828
Fixes #828
2016-02-16 10:57:11 -08:00
Ilan Biala
bdac45f76c
Merge pull request #1214 from itelo/feat/gulp
...
feat(gulp): Add node-inspector task to Gulp
2016-02-15 17:05:12 -05:00
IteloFilho
936379da20
feat(gulp): Add node-inspector task to Gulp
2016-02-14 17:21:21 -03:00
Cody B. Daig
a069531b10
Merge pull request #1186 from itelo/ImproveSEO
...
feat (title): Dynamic Title: Improve SEO
2016-02-13 10:20:54 -07:00
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
IteloFilho
49f6a83032
feat (title): Dynamic Title: Improve SEO
2016-02-10 12:12:10 -03: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