You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' of github.com:strongloop/loopback into feature/globalize-error-messages
* 'master' of github.com:strongloop/loopback: (25 commits)
Update strong-remoting dep
Allow accessType per remote method
v2.9.0
Update juggler dep
v2.8.8
Fix context middleware to preserve domains
Fix Geo test cases
Allow User.hashPassword/validatePassword to be overridden
Additional password reset unit tests for API and REST - strongloop#944
Small formatting update to have consistency with identical logic in other areas. - strongloop#944
Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop#944
Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop#944
Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop#944
Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop#944
Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop#944
v2.8.7
API and REST tests added to ensure complete and valid credentials are supplied for verified error message to be returned - tests added as suggested and fail under previous version of User model - strongloop#931
Require valid login credentials before verified email check. - strongloop#931.
Change urlNotFound.js to url-not-found.js
Add lib/server-app.js
...
Conflicts:
common/models/user.js
Copy file name to clipboardExpand all lines: CHANGES.md
+70-21Lines changed: 70 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,53 @@
1
+
2015-01-07, Version 2.9.0
2
+
=========================
3
+
4
+
* Update juggler dep (Raymond Feng)
5
+
6
+
* Fix Geo test cases (Raymond Feng)
7
+
8
+
* Allow User.hashPassword/validatePassword to be overridden (Raymond Feng)
9
+
10
+
11
+
2015-01-07, Version 2.8.8
12
+
=========================
13
+
14
+
* Fix context middleware to preserve domains (Pham Anh Tuan)
15
+
16
+
* Additional password reset unit tests for API and REST - strongloop/loopback#944 (Ron Edgecomb)
17
+
18
+
* Small formatting update to have consistency with identical logic in other areas. - strongloop/loopback#944 (Ron Edgecomb)
19
+
20
+
* Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop/loopback#944 (Ron Edgecomb)
21
+
22
+
* Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop/loopback#944 (Ron Edgecomb)
23
+
24
+
* Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop/loopback#944 (Ron Edgecomb)
25
+
26
+
* Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop/loopback#944 (Ron Edgecomb)
27
+
28
+
* Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop/loopback#944 (Ron Edgecomb)
29
+
30
+
* fix jscs warning (Clark Wang)
31
+
32
+
* fix nestRemoting is nesting hooks from other relations (Clark Wang)
33
+
34
+
35
+
2015-01-06, Version 2.8.7
36
+
=========================
37
+
38
+
* Change urlNotFound.js to url-not-found.js (Rand McKinney)
0 commit comments