Tags give the ability to mark specific points in history as being important
-
v2.17.0
42318f42 · ·2.17.0 * Disable inclusion of User.accessTokens (Raymond Feng) * Upgrade test fixtures to use LB 2.x layout (Raymond Feng)
-
-
-
-
v2.16.0
5158df87 · ·2.16.0 * Expose the `filter` argument for findById (Raymond Feng) * fixed the missing '.' in various description fields. (Edmond Lau) * Conflict resolution and Access control (Miroslav Bajtoš) * Fix the typo (Raymond Feng) * Fix PersistedModel._defineChangeModel (Miroslav Bajtoš) * AccessControl for change replication (Miroslav Bajtoš) * test: remove global autoAttach (Miroslav Bajtoš) * Add support for app level Model isolation (Ritchie Martori) * Implement ModelCtor.afterRemoteError (Miroslav Bajtoš) * Code cleanup, add Model._runWhenAttachedToApp (Miroslav Bajtoš) * Refactor Model and PersistedModel registration (Miroslav Bajtoš) * Fix the style issue (Raymond Feng) * Add missing error handlers to checkpoints() (Miroslav Bajtoš) * Fix where param format (Rand McKinney) * Test embedsOne CRUD methods (Fabien Franzen)
-
v2.15.0
3ef7dedf · ·2.15.0 * Improve error handling in replication (Miroslav Bajtoš) * Add `loopback.runInContext` (Miroslav Bajtoš) * Fix style issues (Raymond Feng) * Document the new third callback arg of replicate() (Miroslav Bajtoš) * Fix API doc for updateAll/deleteAll (Miroslav Bajtoš) * Import subset of underscore.string scripts only (Miroslav Bajtoš) * Use `ctx.instance` provided by "after delete" hook (Miroslav Bajtoš) * Add conflict resolution API (Miroslav Bajtoš) * Detect 3rd-party changes made during replication (Miroslav Bajtoš) * Ability to pass in custom verification token generator This commit adds the ability for the developer to use a custom token generator function for the user.verify(...) method. By default, the system will still use the crypto.randomBytes() method if no option is provided. (jakerella) * Remove unnecessary delay in tests. (Miroslav Bajtoš) * Update README.md (Simon Ho) * Remove duplicate cb func from getRoles and other doc cleanup (crandmck) * Enhance the token middleware to support current user literal (Raymond Feng) * Handling owner being a relation/function (Benjamin Boudreau) * Run replication tests in the browser too (Miroslav Bajtoš) * Add replication tests for conflict resolution (Miroslav Bajtoš) * Fix an assertion broke by recent chai upgrade. (Miroslav Bajtoš) * Static ACL support array of properties now (ulion) * Add more integration tests for replication (Miroslav Bajtoš) * Prevent more kinds of false replication conflicts (Miroslav Bajtoš) * Upgrade deps (Raymond Feng) * Fix "Issues" link in readme (Simon Ho) * Add more debug logs to replication (Miroslav Bajtoš) * Fixes #1158. (Jason Sturges) * Checkpoint: start with seq=1 instead of seq=0 (Miroslav Bajtoš) * Return new checkpoints in callback of replicate() (Miroslav Bajtoš) * Create a remote checkpoint during replication too (Miroslav Bajtoš) * Replication: fix checkpoint-related race condition (Miroslav Bajtoš) * Support different "since" for source and target (Miroslav Bajtoš)
-
v2.14.0
b7541c1a · ·2.14.0 * Replace deprecated hooks with Operation hooks (Miroslav Bajtoš) * test: don't warn about running deprecated paths (Miroslav Bajtoš) * karma conf: prevent timeouts on Travis CI (Miroslav Bajtoš) * Pass options from User.login to createAccessToken (Raymond Feng) * Config option to disable legacy explorer routes Setting legacyExplorer to false in the loopback config will disable the routes /routes and /models made available in loopback.rest. The deprecate module has been added to the project with a reference added for the legacyExplorer option as it is no longer required by loopback-explorer. Tests added to validate functionality of disabled and enabled legacy explorer routes. (Ron Edgecomb) * test: setup GUID for all models tracking changes (Miroslav Bajtoš) * Change tracking requires a string id set to GUID (Miroslav Bajtoš)
-
v2.13.0
19a3fe64 · ·2.13.0 * Add a workaround to avoid conflicts with NewRelic (Raymond Feng) * Fix "User.confirm" to always call afterRemote hook (Pradnya Baviskar) * Skip hashing password if it's already hashed (Raymond Feng) * travis.yml: drop 0.11, add 0.12 and iojs (Miroslav Bajtoš) * Add docs for settings per #1069 (crandmck) * Fix change detection & tracking (Miroslav Bajtoš) * Minor doc fix (Ritchie Martori) * Upgrade jscs to ~1.11 via grunt-jscs ^1.5 (Miroslav Bajtoš) * Remove redundant dev-dep serve-favicon (Miroslav Bajtoš) * Fix test broken by recent juggler changes (Miroslav Bajtoš) * Fix coding style issue (Raymond Feng) * Remove trailing spaces (Raymond Feng) * Fix for issue 1099. (zane) * Fix API docs per #1041 (crandmck) * Fix API docs to add proper callback doc per #1041 (crandmck) * Fix #1080 - domain memory leak. (Samuel Reed) * Document user settings (Ritchie Martori) * Add wiki references to readme (Simon Ho)
-
-
v2.12.0
c3cc0a5d · ·2.12.0 * Fix the test case (Raymond Feng) * Enable remoting for hasOne relations (Raymond Feng) * README: add Gitter badge (Miroslav Bajtoš)
-
v2.11.0
4d54ad2d · ·2.11.0 * Document options for persistedmodel.save() (Rand McKinney) * Add test case to demonstrate url-encoded http path (Pradnya Baviskar) * Fix JSdocs per #888 (crandmck) * Add test case for loopback issue #698 (Pradnya Baviskar) * Remove usages of deprecated `req.param()` (Miroslav Bajtoš) * Add error code property to known error responses. (Ron Edgecomb) * test: use 127.0.0.1 instead of localhost (Ryan Graham) * Extend AccessToken to parse Basic auth headers (Ryan Graham) * tests: fix Bearer token test (Ryan Graham) * don't send queries to the DB when no changes are detected (bitmage)
-
-
v2.10.1
14da0d8c · ·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 https://github.com/strongloop/loopback/issues/622. (Berkeley Martinez)
-
v2.10.0
2c8287de · ·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/loopback#931 (Ron Edgecomb) * Require valid login credentials before verified email check. - strongloop/loopback#931. (Ron Edgecomb)
-
v2.9.0
54c381a1 · ·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
0417e272 · ·2.8.8 * Fix context middleware to preserve domains (Pham Anh Tuan) * Additional password reset unit tests for API and REST - strongloop/loopback#944 (Ron Edgecomb) * Small formatting update to have consistency with identical logic in other areas. - strongloop/loopback#944 (Ron Edgecomb) * Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop/loopback#944 (Ron Edgecomb) * Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop/loopback#944 (Ron Edgecomb) * Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop/loopback#944 (Ron Edgecomb) * Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop/loopback#944 (Ron Edgecomb) * Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop/loopback#944 (Ron Edgecomb) * fix jscs warning (Clark Wang) * fix nestRemoting is nesting hooks from other relations (Clark Wang)
-
v2.8.7
dd67ced6 · ·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
779f187f · ·2.8.6 * server-app: make _sortLayersByPhase stable (Miroslav Bajtoš) * Rework phased middleware, fix several bugs (Miroslav Bajtoš)
-
v2.8.5
581c4230 · ·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)
-