Miroslav Bajtoš
|
0fda4c4193
|
Merge tag 'v2.4.1'
2.4.1
|
2014-10-10 19:52:21 +02:00 |
Miroslav Bajtoš
|
6079792072
|
Merge branch 'release/2.4.1' into production
|
2014-10-10 19:52:18 +02:00 |
Miroslav Bajtoš
|
59457eef6f
|
2.4.1
|
2014-10-10 19:51:52 +02:00 |
Miroslav Bajtoš
|
9d000c2933
|
Merge pull request #633 from strongloop/fix-change-id-property
models/change: fix `id` property definition
|
2014-10-10 19:48:40 +02:00 |
Miroslav Bajtoš
|
846a0b0074
|
models/change: fix `id` property definition
Remove the flag `generated:true`, as it does not work together with
a custom `setter.id` function.
|
2014-10-10 19:10:42 +02:00 |
Rand McKinney
|
223fa7a442
|
Added class properties jsdoc.
|
2014-10-08 17:26:45 -07:00 |
Rand McKinney
|
7aca64a660
|
Fixed up JS Doc
|
2014-10-08 15:07:03 -07:00 |
Rand McKinney
|
6de9645f45
|
Added class properties jsdoc.
|
2014-10-06 10:15:26 -07:00 |
Ryan Graham
|
8d851e8b5f
|
Update contribution guidelines
Replace commit signing process with https://cla.strongloop.com/
|
2014-10-01 18:04:34 -07:00 |
Rand McKinney
|
8af1b96a47
|
Document ACL class properties
|
2014-10-01 17:21:22 -07:00 |
Rand McKinney
|
abdaa4a1b9
|
Add properties JSdoc.
|
2014-10-01 16:25:03 -07:00 |
Ritchie Martori
|
b00bce330f
|
2.4.0
|
2014-10-01 15:01:13 -07:00 |
Ritchie Martori
|
b69f77c003
|
Merge pull request #587 from strongloop/feature/move_remote_connector
Move looback remote connector to npm module
|
2014-10-01 14:52:02 -07:00 |
Krishna Raman
|
b5516757ae
|
Move looback remote connector to npm module
|
2014-10-01 14:48:34 -07:00 |
Ritchie Martori
|
17ac0e8dd4
|
2.3.1
|
2014-10-01 13:39:07 -07:00 |
Ritchie Martori
|
0e8c019534
|
Merge pull request #601 from strongloop/doc/user-props
Document user class properties
|
2014-10-01 13:38:55 -07:00 |
Ritchie Martori
|
056a392649
|
2.3.0
|
2014-10-01 10:55:53 -07:00 |
Ritchie Martori
|
724b721144
|
Update strong-remoting version
|
2014-10-01 10:55:28 -07:00 |
Ritchie Martori
|
4d2ca3ac94
|
Merge pull request #595 from strongloop/feature/disable-remote
Add Model.disableRemoteMethod()
|
2014-10-01 10:49:41 -07:00 |
Ritchie Martori
|
8c452b9ded
|
Document user class properties
|
2014-10-01 10:33:36 -07:00 |
Ritchie Martori
|
712478a50c
|
Add Model.disableRemoteMethod()
|
2014-09-29 13:05:31 -07:00 |
Raymond Feng
|
dc58412e18
|
Merge tag 'v2.2.0'
2.2.0
|
2014-09-12 23:30:59 -07:00 |
Raymond Feng
|
06f1de2346
|
Merge branch 'release/2.2.0' into production
|
2014-09-12 23:30:50 -07:00 |
Raymond Feng
|
4a536ee6fe
|
Bump versions
|
2014-09-12 23:29:43 -07:00 |
Miroslav Bajtoš
|
aac230679f
|
Merge pull request #555 from strongloop/feature/include-remote-method-aliases
PersistedModel: add remote method aliases
|
2014-09-12 11:42:20 +02:00 |
Raymond Feng
|
28754519d4
|
Merge pull request #522 from clarkorz/feature/link-with-data
Support data field as body for link operation
|
2014-09-11 16:59:27 -07:00 |
Raymond Feng
|
1e41064a87
|
Merge pull request #529 from Coobaha/fix/user_include
user#login include server crash fix
|
2014-09-11 16:57:58 -07:00 |
Raymond Feng
|
bd56d973d1
|
Merge pull request #545 from zxvv/master
Add an ACL to User, to allow everyone to execute User.passwordReset().
|
2014-09-11 11:36:53 -07:00 |
Miroslav Bajtoš
|
06b65ccf7e
|
PersistedModel: add remote method aliases
Ensure all loopback 1.x method names are available in loopback 2.x too.
|
2014-09-10 17:35:02 +01:00 |
zxvv
|
4fdee0aa6d
|
Fix last commit, which misplaced an ACL.
Move the ACL inside "acls".
Signed-off-by: Carey Richard Murphey <rich@murphey.org>
|
2014-09-07 11:26:10 -05:00 |
zxvv
|
5255120a22
|
Add an ACL to User, to allow everyone to execute User.passwordReset().
This is intended to permit users who have forgotten their
password, and are thus unauthenticated, to request a reset.
Credit goes to John Murphy who proposed the ACL in Google Groups here:
https://groups.google.com/forum/#!searchin/loopbackjs/passwordReset$20ACL/loopbackjs/UPyhg7KS-9k/_M_9-YpUKmIJ
Signed-off-by: Carey Richard Murphey <rich@murphey.org>
|
2014-09-06 19:05:32 -05:00 |
Miroslav Bajtoš
|
642229f513
|
package: add "web" keyword
Close #538
|
2014-09-06 19:28:58 +01:00 |
Fabien Franzen
|
bb18c9bfcb
|
Merge pull request #543 from fabien/master
Fix require in remoting-coercion.test.js to be in line with other tests.
|
2014-09-06 10:58:18 +02:00 |
Fabien Franzen
|
033e771528
|
Fix require
|
2014-09-06 10:55:16 +02:00 |
Ritchie Martori
|
6a604de157
|
Merge pull request #510 from strongloop/fix/remoting-type-conversion
Fix coercion for remoting on vanilla models
|
2014-09-03 11:55:04 -07:00 |
Ritchie Martori
|
58e36514d6
|
Fix coercion for remoting on vanilla models
|
2014-09-03 11:33:20 -07:00 |
Raymond Feng
|
43dbfa288e
|
Merge pull request #469 from britztopher/mailconnector-transports-issue460
Mailconnector transports issue460
|
2014-09-03 08:50:03 -07:00 |
Alexander Ryzhikov
|
58538f02b7
|
user#login include server crash fix
Signed-off-by: Alexander Ryzhikov <coobaha@gmail.com>
|
2014-09-03 09:58:49 +04:00 |
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 |
Clark Wang
|
4387957a45
|
Restrict: only hasManyThrough relation can have additional properties
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
|
2014-09-01 13:55:53 +08:00 |
Clark Wang
|
0e6bba4ded
|
Restrict that only hasManyThrough can have additional properties
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
|
2014-09-01 13:52:14 +08:00 |
Clark Wang
|
2452dd1092
|
Add tests for hasManyThrough link with data
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
|
2014-09-01 09:28:13 +08:00 |
Clark Wang
|
beea028d5f
|
Support data field as body for link operation
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
|
2014-09-01 08:52:24 +08:00 |
Fabien Franzen
|
1067c94bf6
|
Tiny fix: correct url format
|
2014-08-30 17:00:36 +02: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 |
Raymond Feng
|
e856f81d09
|
Merge pull request #503 from fabien/feature/scope-where
Allow 'where' argument for scoped count API
|
2014-08-29 09:30:38 -07:00 |
Ritchie Martori
|
964a357286
|
2.1.4
|
2014-08-26 10:02:42 -07:00 |
Ritchie Martori
|
94049d75f7
|
Merge pull request #483 from strongloop/fix/undefined-datasource
Only validate dataSource when defined
|
2014-08-26 09:55:59 -07:00 |