Raymond Feng
d8647bb3c1
Make ACL model subclassing friendly
2014-01-16 08:50:50 -08:00
Miroslav Bajtoš
2b2d869763
Merge branch 'master' into production
...
Bring in recent API doc fixes.
2014-01-15 14:50:50 +01:00
Miroslav Bajtoš
f155ba46c7
Merge pull request #132 from strongloop/feature/move-app-doc-to-jsdox
...
Move the documentation of app object to jsdox
2014-01-14 23:59:06 -08:00
Miroslav Bajtoš
eabe29bb73
Fix heading levels in docs/ markdown files.
2014-01-15 08:50:54 +01:00
Miroslav Bajtoš
8be4d095e2
Remove docs/rest.md
...
The documentation of the REST interface is maintained on
docs.strongloop.com
2014-01-15 08:45:01 +01:00
Miroslav Bajtoš
e6cdeb5cd4
Improve jsdox documentation of app object
...
Remove docs/api-app.md and docs/api.md, as they are no longer referenced
from docs.json.
Add few missing bits from docs/api-app.md to lib/application.js
comments.
2014-01-15 08:44:49 +01:00
Raymond Feng
191d52995e
Merge tag 'v1.5.1'
...
1.5.1
2014-01-14 16:33:40 -08:00
Raymond Feng
92457b64b5
Merge branch 'release/1.5.1' into production
2014-01-14 16:31:42 -08:00
Raymond Feng
7e47bbea4b
Bump version
2014-01-14 16:30:47 -08:00
Raymond Feng
de7133f57e
Merge pull request #139 from strongloop/feature/fix-app-model
...
Make sure methods are called in the context of the calling class
2014-01-14 15:50:36 -08:00
Raymond Feng
c8eb5d9170
Make sure methods are called in the context of the calling class
2014-01-14 15:34:44 -08:00
Ritchie Martori
1e9b24276f
Merge pull request #122 from strongloop/fix/minor-jsdoc
...
Start to move md to jsdoc
2014-01-14 11:51:03 -08:00
Ritchie Martori
9fc8e197ee
Start to move md to jsdoc
2014-01-14 10:03:47 -08:00
Miroslav Bajtoš
0ed92bd3be
Merge tag 'v1.5.0'
...
v1.5.0
2014-01-14 08:31:01 +01:00
Miroslav Bajtoš
e18397ce4b
Merge branch 'release/1.5.0' into production
2014-01-14 08:30:47 +01:00
Miroslav Bajtoš
7fbb70d520
v1.5.0
2014-01-14 08:29:56 +01:00
Miroslav Bajtoš
d745d1a924
Merge pull request #138 from strongloop/feature/fix-middleware-events-examples
...
Replace `on` with `once` in middleware examples
2014-01-13 23:13:34 -08:00
Miroslav Bajtoš
8573d01c16
Replace `on` with `once` in middleware examples
...
Fix the jsdox for `app.installMiddleware` to use `app.once` for
listening on 'middleware:*' events.
The previous doc version using `on` was a sort of preliminary
pessimisation, becase the event handlers would stay in the heap
for the whole life-time of the app, even though they won't be called
more than once.
2014-01-14 08:07:47 +01:00
Miroslav Bajtoš
1f80164e69
Merge pull request #135 from strongloop/feature/speed-up-user-passwords
...
Speed up tests accessing User.password
2014-01-13 22:04:41 -08:00
Miroslav Bajtoš
57813cef56
Merge pull request #133 from strongloop/feature/app-install-middleware
...
Implement app.installMiddleware
2014-01-13 21:58:11 -08:00
Ritchie Martori
d00b8b54bc
1.4.3
2014-01-13 20:04:15 -08:00
Ritchie Martori
9668692406
Merge pull request #136 from strongloop/fix/mail-transports
...
Fix incorrect transports
2014-01-13 20:03:25 -08:00
Ritchie Martori
92eaa383f3
Fix incorrect transports
2014-01-13 19:04:21 -08:00
Ritchie Martori
45e5641055
Merge pull request #130 from strongloop/fix/mail-transports
...
Fix/mail transports
2014-01-13 18:36:42 -08:00
Miroslav Bajtoš
809411c103
Speed up tests accessing User.password
...
Decrease User.settings.saltWorkFactor in order to speed up unit-tests.
2014-01-13 20:05:22 +01:00
Miroslav Bajtoš
8040f2dc60
Merge pull request #121 from strongloop/feature/validation-error-apidocs
...
Describe `loopback.ValidationError` in API docs.
2014-01-13 08:30:59 -08:00
Miroslav Bajtoš
7a996fbe0c
Describe loopback.ValidationError in API docs.
2014-01-13 17:30:49 +01:00
Miroslav Bajtoš
ed81bdb6b8
Implement app.installMiddleware
...
The implementation is mostly a copy of
loopback-workspace/templates/app.js
2014-01-13 17:26:24 +01:00
Miroslav Bajtoš
c461ac821e
Merge pull request #124 from strongloop/feature/app-listen
...
Implement `app.listen`
2014-01-13 00:20:26 -08:00
Miroslav Bajtoš
914ac2dcc9
Implement `app.listen`
...
The method starts a http server on the host & port configured
in the app config.
2014-01-13 09:12:54 +01:00
Ritchie Martori
80b4482c31
Provide sane default for email connector transports
2014-01-10 10:45:26 -08:00
Ritchie Martori
27cbb9e032
Merge pull request #129 from strongloop/fix/missing-assert
...
Add missing assert in user model
2014-01-10 10:25:12 -08:00
Ritchie Martori
7e1810a1ad
Add an empty transportsIndex to the mail connector by default
2014-01-10 10:18:21 -08:00
Ritchie Martori
6bb0ba2d95
Add missing assert in user model
2014-01-10 10:07:39 -08:00
Miroslav Bajtoš
8a469d1d28
Merge pull request #127 from strongloop/feature/fix-remoting-doc
...
docs: document remote method `description`
2014-01-09 23:04:38 -08:00
Miroslav Bajtoš
28e734676f
docs: document remote method `description`
2014-01-09 16:22:58 +01:00
Raymond Feng
f11436b263
Merge tag 'v1.4.2'
...
1.4.2
2014-01-07 15:33:28 -08:00
Raymond Feng
754fda9dec
Merge branch 'release/1.4.2' into production
2014-01-07 15:33:17 -08:00
Raymond Feng
73a0014992
Bump version
2014-01-07 15:31:21 -08:00
Miroslav Bajtoš
9fd152f08e
Merge pull request #123 from strongloop/feature/app-get-api-root
...
Add app.restApiRoot setting
2014-01-07 07:31:38 -08:00
Miroslav Bajtoš
92896a441c
Add app.restApiRoot setting
...
Allow loopback users to configure API root via config file, instead of
editing app.js generated by loopback-workspace.
Allow loopback plugins to discover the path where the REST adapter is
mounted.
2014-01-07 16:05:48 +01:00
Miroslav Bajtoš
05dd7bc84b
Merge remote-tracking branch 'origin/production' into production
2014-01-06 18:52:31 +01:00
Miroslav Bajtoš
6ea8ad20fd
Merge pull request #119 from strongloop/feature/export-validation-error
...
Add ValidationError to loopback exports.
2014-01-06 09:52:12 -08:00
Rand McKinney
c27ff42655
Fix links so they work on apidocs site.
2014-01-02 15:22:54 -08:00
Miroslav Bajtoš
78f514a003
Add ValidationError to loopback exports.
...
Simplify the construction of validation errors in user-land code:
var error = new loopback.ValidationError(invalidModel);
2014-01-02 10:35:17 +01:00
Ritchie Martori
a169c0f428
Add API docs to README
2013-12-31 12:14:25 -08:00
Ritchie Martori
c5f2869dc3
1.4.1
2013-12-20 19:35:21 -08:00
Ritchie Martori
449f17d462
Explicitly depend on juggler@1.2.11
2013-12-20 19:33:15 -08:00
Ritchie Martori
0e617fb4bb
Merge pull request #113 from strongloop/fix/relations-throw
...
integration tests for relations
2013-12-20 19:26:27 -08:00
Ritchie Martori
7b826e7c9e
Add e2e tests for relations
2013-12-20 19:15:23 -08:00