LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Raymond Feng 800ce7f363 Merge tag 'v2.8.0'
2.8.0

 * Expose more loopback middleware for require (Raymond Feng)

 * Scope app middleware to a list of paths (Miroslav Bajtoš)

 * Update CONTRIBUTING.md (Alex Voitau)

 * Fix the model name for hasMany/through relation (Raymond Feng)

 * Fixing the model attach (wfgomes)

 * Minor: update jsdoc for PersistedModel.updateAll (Alex Voitau)

 * AccessToken: optional `options` in findForRequest (Miroslav Bajtoš)

 * server-app: improve jsdoc comments (Miroslav Bajtoš)

 * server-app: middleware API improvements (Miroslav Bajtoš)

 * typo of port server (wfgomes)

 * Move middleware sources to `server/middleware` (Miroslav Bajtoš)

 * app.middleware: verify serial exec of handlers (Miroslav Bajtoš)

 * Simplify `app.defineMiddlewarePhases` (Miroslav Bajtoš)

 * Make sure loopback has all properties from express (Raymond Feng)

 * Implement `app.defineMiddlewarePhases` (Miroslav Bajtoš)

 * Implement app.middlewareFromConfig (Miroslav Bajtoš)

 * middleware/token: store the token in current ctx (Miroslav Bajtoš)

 * Fix `loopback.getCurrentContext` (Miroslav Bajtoš)

 * Update chai to ^1.10.0 (Miroslav Bajtoš)

 * package: fix deps (Miroslav Bajtoš)

 * Middleware phases - initial implementation (Miroslav Bajtoš)

 * Allows ACLs/settings in model config (Raymond Feng)

 * Remove context middleware per Ritchie (Rand McKinney)

 * Add API doc for context middleware - see #337 (crandmck)

 * Update persisted-model.js (Rand McKinney)

 * rest middleware: clean up context config (Miroslav Bajtoš)

 * Move `context` example to a standalone app (Miroslav Bajtoš)

 * Enable the context middleware from loopback.rest (Raymond Feng)

 * Add context propagation middleware (Raymond Feng)

 * Changes to JSdoc comments (Rand McKinney)

 * Reorder classes alphabetically in each section (Rand McKinney)

 * common: coding style cleanup (Miroslav Bajtoš)

 * Coding style cleanup (Gruntfile, lib) (Miroslav Bajtoš)

 * Enable jscs for `lib`, fix style violations (Rob Halff)

 * Add access-context.js to API doc (Rand McKinney)

 * Remove doc for debug function (Rand McKinney)

 * Update registry.js (Rand McKinney)

 * Fix the jsdoc for User.login (Raymond Feng)

 * Deleted instantiation of new Change model. This PR removes the instantiation of a new change model as models return from Change.find are already instances of Change. This solves the duplicate Id issue #649 (Berkeley Martinez)

 * Expose path to the built-in favicon file (Miroslav Bajtoš)

 * Add API docs for `loopback.static`. (Miroslav Bajtoš)

 * Add test for `remoting.rest.supportedTypes` (Miroslav Bajtoš)

 * Revert "rest handler options" (Miroslav Bajtoš)

 * REST handler options. (Guilherme Cirne)

 * The elapsed time in milliseconds can be 0 (less than 1 ms) (Raymond Feng)
2014-11-19 11:38:59 -08:00
common/models AccessToken: optional `options` in findForRequest 2014-11-14 10:42:21 +01:00
docs updated LB module diagram 2014-07-25 21:19:13 -07:00
example Fixing the model attach 2014-11-17 00:00:54 -03:00
lib Expose more loopback middleware for require 2014-11-19 11:32:22 -08:00
server/middleware Expose more loopback middleware for require 2014-11-19 11:32:22 -08:00
templates Add password reset 2013-11-20 14:20:47 -08:00
test Merge pull request #837 from strongloop/feature/scope-middleware-to-path 2014-11-19 19:21:34 +01:00
.gitignore Fix loopback in PhantomJS, fix karma tests 2014-06-26 13:30:09 +02:00
.jscsrc common: coding style cleanup 2014-11-04 13:52:49 +01:00
.jshintignore Add .jshintignore 2013-11-21 19:49:35 +01:00
.jshintrc common: coding style cleanup 2014-11-04 13:52:49 +01:00
.travis.yml Remove old node versions from travis 2013-11-08 13:30:53 -08:00
CHANGES.md v2.8.0 2014-11-19 11:38:56 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-11-17 12:33:06 -08:00
Gruntfile.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
LICENSE Update README and license link 2014-04-28 10:57:26 -07:00
README.md Fix typo in README 2014-07-30 10:15:03 -07:00
docs.json Remove context middleware per Ritchie 2014-11-06 14:15:39 -08:00
favicon.ico Upgrade to Express 4.x 2014-05-29 08:44:05 -07:00
index.js Fix places using undefined variables 2014-10-15 16:44:00 +02:00
package.json v2.8.0 2014-11-19 11:38:56 -08:00

README.md

LoopBack is a highly-extensible, open-source Node.js framework that enables you to:

  • Create dynamic end-to-end REST APIs with little or no coding.
  • Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs.
  • Incorporate model relationships and access controls for complex APIs.
  • Use built-in push, geolocation, and file services for mobile apps.
  • Easily create client apps using Android, iOS, and JavaScript SDKs.
  • Run your application on-premises or in the cloud.

LoopBack consists of:

  • A library of Node.js modules.
  • Yeoman generators for scaffolding applications.
  • Client SDKs for iOS, Android, and web clients.

For more details, see http://loopback.io/.

LoopBack modules

The LoopBack framework is a set of Node.js modules that you can use independently or together.

LoopBack modules

Core

Connectors

Enterprise Connectors

Components

Client SDKs

Tools

Examples

Resources

Contributing

Please read CONTRIBUTING.md on how to contribute.

A brief guide for contributing to LoopBack projects.

Analytics