Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: oranteq/loopback

Tags

v2.10.2

Toggle v2.10.2's commit message
2.10.2

 * Make sure EXECUTE access type matches READ or WRITE (Raymond Feng)

v2.10.1

Toggle v2.10.1's commit message
2.10.1

 * Optimize the creation of handlers for rest (Raymond Feng)

 * Add a link to gitter chat (Raymond Feng)

 * Added context middleware (Rand McKinney)

 * Use User.remoteMethod instead of loopbacks method This is needed for loopback-connector-remote authorization. Addresses strongloop#622. (Berkeley Martinez)

v2.10.0

Toggle v2.10.0's commit message
2.10.0

 * Revert the peer dep change to avoid npm complaints (Raymond Feng)

 * Update strong-remoting dep (Raymond Feng)

 * Allow accessType per remote method (Raymond Feng)

 * 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 (Ron Edgecomb)

 * Require valid login credentials before verified email check.  - strongloop#931. (Ron Edgecomb)

v2.9.0

Toggle v2.9.0's commit message
2.9.0

 * Update juggler dep (Raymond Feng)

 * Fix Geo test cases (Raymond Feng)

 * Allow User.hashPassword/validatePassword to be overridden (Raymond Feng)

v2.8.8

Toggle v2.8.8's commit message
2.8.8

 * Fix context middleware to preserve domains (Pham Anh Tuan)

 * Additional password reset unit tests for API and REST  - strongloop#944 (Ron Edgecomb)

 * Small formatting update to have consistency with identical logic in other areas.   - strongloop#944 (Ron Edgecomb)

 * Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests   - strongloop#944 (Ron Edgecomb)

 * Force request to send body as string, this ensures headers aren't automatically set to application/json  - strongloop#944 (Ron Edgecomb)

 * Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances.  - strongloop#944 (Ron Edgecomb)

 * Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired.  - strongloop#944 (Ron Edgecomb)

 * Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials  - strongloop#944 (Ron Edgecomb)

 * fix jscs warning (Clark Wang)

 * fix nestRemoting is nesting hooks from other relations (Clark Wang)

v2.8.7

Toggle v2.8.7's commit message
2.8.7

 * Change urlNotFound.js to url-not-found.js (Rand McKinney)

 * Add lib/server-app.js (Rand McKinney)

 * package: add versioned sl-blip dependency (Ryan Graham)

 * fix User.settings.ttl can't be overridden in sub model (Clark Wang)

 * Fix Change.getCheckpointModel() giving new models each call (Farid Neshat)

 * Update README.md (Rand McKinney)

v2.8.6

Toggle v2.8.6's commit message
2.8.6

 * server-app: make _sortLayersByPhase stable (Miroslav Bajtoš)

 * Rework phased middleware, fix several bugs (Miroslav Bajtoš)

v2.8.5

Toggle v2.8.5's commit message
2.8.5

 * fix jshint errors (Clark Wang)

 * test if cb exists (Clark Wang)

 * fix nested remoting function throwing error will crash app (Clark Wang)

 * Fix bcrypt issues for browserify (Raymond Feng)

v2.8.4

Toggle v2.8.4's commit message
2.8.4

 * Allow native bcrypt for performance (Raymond Feng)

v2.8.3

Toggle v2.8.3's commit message
2.8.3

 * Remove unused underscore dependency (Ryan Graham)