loopback/lib
Miroslav Bajtoš 80020eb273 lib/application: improve URL building algo
When running on Unix and no hostname is specified, use `0.0.0.0`
as the hostname instead of `localhost`.

When running on Windows and the hostname is either not specified or
it is `0.0.0.0` or `::`, use `localhost` in the URL. The reason is
that Windows cannot open URLs using `0.0.0.0` as a hostname.
2014-10-20 13:47:24 +02:00
..
connectors Move looback remote connector to npm module 2014-10-01 14:48:34 -07:00
middleware Fix misleading token middleware documentation 2014-07-01 16:59:49 +02:00
access-context.js Fix places using undefined variables 2014-10-15 16:44:00 +02:00
application.js lib/application: improve URL building algo 2014-10-20 13:47:24 +02:00
browser-express.js Emit a 'modelRemoted' event by app.model() 2014-07-24 17:00:27 -07:00
builtin-models.js models: move Change LDL def into a json file 2014-10-14 09:04:43 +02:00
express-middleware.js express-middleware: improve error message 2014-07-22 15:40:36 +02:00
loopback.js Clean up jsdoc comments 2014-10-15 09:42:24 +02:00
model.js Fix places using undefined variables 2014-10-15 16:44:00 +02:00
persisted-model.js Fix findById callback signature 2014-10-15 13:45:15 -07:00
registry.js Clean up jsdoc comments 2014-10-15 09:42:24 +02:00
runtime.js refactor: extract runtime and registry 2014-06-12 10:41:44 +02:00