Raymond Feng
|
9fb60174f9
|
Merge pull request #519 from fabien/fix/error-response
Fix embedsMany/findById to return proper 404 response
|
2014-09-02 22:42:40 -07:00 |
Rand McKinney
|
1af1ec2c43
|
Update model.js
Correct event docs per https://groups.google.com/forum/#!topic/loopbackjs/61qd--Xkowo:
- `deleted` event takes instance arg, not id.
- Add docs for `set` event
|
2014-09-02 11:11:36 -07:00 |
Fabien Franzen
|
33f3ba4549
|
Fix embedsMany/findById to return proper 404 response
|
2014-08-30 16:54:14 +02:00 |
Raymond Feng
|
9b97014b52
|
Merge pull request #504 from fabien/feature/embeds-one-remoting
Enable remoting for embedsOne relation
|
2014-08-29 09:30:49 -07:00 |
Jaka Hudoklin
|
19155242c1
|
Enable remoting for embedsOne relation
Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com>
|
2014-08-26 15:25:45 +02:00 |
Fabien Franzen
|
fc0c96bdc2
|
Allow 'where' argument for scoped count API
Note that the return value will be non-rooted, which is actually what
the
non-scoped /count method returns as well - fixes inconsistency.
|
2014-08-26 14:41:36 +02:00 |
Fabien Franzen
|
6ccc5a62bf
|
Account for undefined before/afterListeners
|
2014-08-22 22:18:24 +02:00 |
Raymond Feng
|
c3a33df0ce
|
Make sure AccessToken extends from PersistedModel
|
2014-08-18 21:44:38 -07:00 |
Raymond Feng
|
e35bc9ed5f
|
Merge pull request #463 from offlinehacker/master
add count to relations and scopes
|
2014-08-15 13:18:51 -07:00 |
Jaka Hudoklin
|
066e87300d
|
add count to relations and scopes
Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com>
|
2014-08-12 15:03:15 +02:00 |
Ritchie Martori
|
1ed4e2b9d7
|
Fix accessToken property docs
|
2014-08-11 10:55:23 -07:00 |
Raymond Feng
|
1c61cedee7
|
Make sure scoped methods are remoted
See https://github.com/strongloop/loopback/issues/454. It's regression in 2.x.
|
2014-08-08 15:55:47 -07:00 |
Raymond Feng
|
9fb0977433
|
Pass in remotingContext for ACL
See https://github.com/strongloop/loopback/issues/451
|
2014-08-07 22:19:27 -07:00 |
Raymond Feng
|
0e8a69015a
|
Fix reference to app
See https://github.com/strongloop/loopback/issues/452
|
2014-08-07 21:45:18 -07:00 |
Raymond Feng
|
b07aac7377
|
Merge pull request #449 from fabien/fix/polymorphic-belongs-to
Don't assume relation.modelTo in case of polymorphic belongsTo
|
2014-08-07 13:54:15 -07:00 |
Raymond Feng
|
a9e77e0e23
|
Merge pull request #435 from fabien/feature/deep-remoting
Implement Model.nestRemoting
|
2014-08-07 10:38:09 -07:00 |
Raymond Feng
|
ce88ce7733
|
Fix doc for the EXECUTE
|
2014-08-07 10:33:36 -07:00 |
Raymond Feng
|
0affc65c67
|
Merge pull request #427 from fabien/feature/relation-paths
Allow custom relation path (http) - enable hasOne remoting access
|
2014-08-07 10:32:13 -07:00 |
Fabien Franzen
|
1af95272fe
|
Don't assume relation.modelTo in case of polymorphic belongsTo
|
2014-08-07 15:39:07 +02:00 |
Steve Grosbois
|
7b94f7a139
|
Fix "callbacl" by "callback" in doc
|
2014-08-05 15:17:11 +02:00 |
Fabien Franzen
|
539702ab3d
|
Inherit hooks when nesting
Note that for now, the hook ctx.instance will be the root/entry object.
Added `mounted` event - should be useful in other ways too.
|
2014-08-05 12:14:39 +02:00 |
Fabien Franzen
|
18c647a9bb
|
Changed options.path to options.http.path
|
2014-08-05 09:10:43 +02:00 |
Fabien Franzen
|
cc0d376cc3
|
filterMethod can also be a direct callback
|
2014-08-04 19:08:43 +02:00 |
Fabien Franzen
|
097daf1deb
|
filterMethod option (fn) to filter nested remote methods
|
2014-08-04 19:02:30 +02:00 |
Fabien Franzen
|
9be8d11431
|
Implement Model.nestRemoting
Explicitly enable another level of nesting/accessing relations; limited
to a depth of 2 levels.
|
2014-08-04 18:27:50 +02:00 |
Raymond Feng
|
b66a36fd3c
|
Merge pull request #423 from strongloop/feature/add-remoting-for-exists
Feature/add remoting for exists
|
2014-08-04 08:44:16 -07:00 |
Fabien Franzen
|
66fe60e6ca
|
Allow custom relation path (http) - enable hasOne remoting access
|
2014-08-01 11:25:28 +02:00 |
Raymond Feng
|
ad43d03ebb
|
Expose Model.exists over HTTP HEAD
|
2014-07-30 21:57:45 -07:00 |
Raymond Feng
|
0590eaf278
|
Merge pull request #419 from fabien/feature/new-relations
Integration of the new juggler relations: embedsMany, referencesMany
|
2014-07-30 16:32:33 -07:00 |
Raymond Feng
|
7fe68a6ee1
|
Merge pull request #415 from strongloop/feature/add-remoting-for-exists
Map exists to HEAD for REST
|
2014-07-30 10:22:16 -07:00 |
Fabien Franzen
|
b9f27d71a8
|
Integration test: referencesMany
|
2014-07-30 15:01:22 +02:00 |
Fabien Franzen
|
514db0bc66
|
Integration test: embedsMany
|
2014-07-30 13:24:40 +02:00 |
Rand McKinney
|
85c68651bc
|
Fix jsdoc for remoteMethod()
|
2014-07-29 11:54:26 -07:00 |
Raymond Feng
|
e5b0e8cd70
|
Map exists to HEAD for REST
|
2014-07-28 09:37:50 -07:00 |
Raymond Feng
|
567e2530d7
|
Build the email verification url from app context
https://github.com/strongloop/loopback/issues/408
|
2014-07-26 22:39:42 -07:00 |
Raymond Feng
|
ab8d82d7f9
|
Fix remoting types for related models
|
2014-07-24 10:26:49 -07:00 |
Raymond Feng
|
58da6277e3
|
Merge pull request #390 from strongloop/feature/refactor-relation-remoting
Move remoting metadata from juggler to loopback
|
2014-07-22 11:12:53 -07:00 |
Raymond Feng
|
335bae4b46
|
Merge branch 'master' into feature/fix-issue-377
|
2014-07-22 10:49:20 -07:00 |
Raymond Feng
|
21b8609ee2
|
Report error for User.confirm()
See https://github.com/strongloop/loopback/issues/377
|
2014-07-22 10:42:22 -07:00 |
Raymond Feng
|
74e9ff75e3
|
Merge pull request #385 from offlinehacker/master
Validate username uniqueness
|
2014-07-21 15:26:01 -07:00 |
Miroslav Bajtoš
|
eb5ef04b6a
|
Remove `loopback.compat.usePluralNamesForRemoting`
The `usePluralNamesForRemoting` was added in January 2014 for users
upgrading from LoopBack 1.5 or older.
|
2014-07-21 16:56:46 +02:00 |
Jaka Hudoklin
|
90094e5e86
|
Validate username uniqueness
Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com>
|
2014-07-19 14:18:21 +02:00 |
Raymond Feng
|
4f7a9869e0
|
Add descriptions for custom methods on user model
|
2014-07-18 22:48:07 -07:00 |
Raymond Feng
|
30c35ca5ef
|
Move remoting metadata from juggler to loopback
|
2014-07-16 16:35:43 -07:00 |
Raymond Feng
|
79f504a3c7
|
Merge branch 'master' into 2.0
|
2014-07-16 09:09:07 -07:00 |
Raymond Feng
|
c5c28aa634
|
Merge pull request #368 from strongloop/feature/loopback-base-model
Refactor modelBuilder to registry and set up default model
|
2014-07-15 08:38:43 -07:00 |
Raymond Feng
|
3c13ce5a8f
|
Refactor modelBuilder to registry and set up default model
|
2014-07-15 08:37:59 -07:00 |
Miroslav Bajtoš
|
087c602669
|
models/change: fix typo
|
2014-07-15 09:14:54 +02:00 |
Raymond Feng
|
22e929e439
|
Fix credentials/challenges types
Associated identities and credentials are now captured by models in
loopback-component-passport. These two properties will be removed in
2.x.
|
2014-07-14 14:22:21 -07:00 |
crandmck
|
b5c47dc7a5
|
Split out aliases for deleteById and destroyAll functions for jsdoc.
|
2014-07-11 15:41:14 -07:00 |