Raymond Feng
|
2d17dba1b2
|
Merge branch 'release/2.0.2' into production
|
2014-07-27 00:44:31 -07:00 |
Raymond Feng
|
d638b29f55
|
Fix https://github.com/strongloop/loopback/issues/413
|
2014-07-27 00:41:43 -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
|
5bb4cde593
|
Update test case to remove usage of deprecated express apis
|
2014-07-26 14:37:13 -07:00 |
Raymond Feng
|
852ea5534a
|
Merge tag 'v2.0.1'
2.0.1
|
2014-07-26 14:31:00 -07:00 |
Raymond Feng
|
0e3187c736
|
Merge branch 'release/2.0.1' into production
|
2014-07-26 14:30:54 -07:00 |
Raymond Feng
|
0297ba3a79
|
Bump version
|
2014-07-26 14:30:13 -07:00 |
altsang
|
55e0128ada
|
updated LB module diagram
|
2014-07-25 21:19:13 -07:00 |
Al Tsang
|
d877f0edf9
|
Update package.json
|
2014-07-25 21:14:27 -07:00 |
crandmck
|
8725a8f5ba
|
Updates for 2.0
|
2014-07-25 11:48:52 -07:00 |
crandmck
|
e541341bb3
|
Update module diagram again
|
2014-07-25 11:29:07 -07:00 |
crandmck
|
d26d3bef71
|
Update module diagram
|
2014-07-25 10:15:55 -07:00 |
Raymond Feng
|
5aee3b7f61
|
Merge pull request #402 from strongloop/feature/emit-model-remoted-event
Emit a 'modelRemoted' event by app.model()
|
2014-07-25 09:06:46 -07:00 |
Raymond Feng
|
552cb57e6b
|
Merge pull request #401 from strongloop/feature/fix-remoting-for-related-models
Fix remoting types for related models
|
2014-07-25 09:05:17 -07:00 |
Raymond Feng
|
af26e09845
|
Emit a 'modelRemoted' event by app.model()
This event will be listened by loopback-explorer so that models remoted
after the explorer is initiated will be added to the api specs
|
2014-07-24 17:00:27 -07:00 |
Raymond Feng
|
ab8d82d7f9
|
Fix remoting types for related models
|
2014-07-24 10:26:49 -07:00 |
Raymond Feng
|
405d04f4ad
|
Merge pull request #396 from strongloop/feature/fix-issue-375
Fix for email transports
|
2014-07-24 08:09:18 -07:00 |
Raymond Feng
|
ac1428eff5
|
Fix for email transports
|
2014-07-23 22:09:24 -07:00 |
Raymond Feng
|
b503ad3f33
|
Remove the link to obsolete wiki page to favor loopback.io
|
2014-07-23 14:33:43 -07:00 |
Miroslav Bajtoš
|
4c3cbc5f38
|
Merge tag 'v2.0.0'
2.0.0
|
2014-07-22 20:38:27 +02:00 |
Miroslav Bajtoš
|
a3720bc05f
|
Merge branch 'release/2.0.0' into production
|
2014-07-22 20:38:23 +02:00 |
Miroslav Bajtoš
|
8687267f66
|
2.0.0
|
2014-07-22 20:37:38 +02: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
|
13c876c154
|
Merge pull request #387 from strongloop/feature/fix-base-model
Set up the base model based on the connector types
|
2014-07-22 10:58:33 -07:00 |
Raymond Feng
|
7337f0a0de
|
Enhance the base model assertions
|
2014-07-22 10:57:42 -07:00 |
Raymond Feng
|
d567c4d009
|
Merge pull request #394 from strongloop/feature/fix-issue-377
Report error for User.confirm()
|
2014-07-22 10:50:14 -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 |
Miroslav Bajtoš
|
070f3d9583
|
Merge pull request #392 from strongloop/feature/drop-swagger
Remove `app.docs()`
|
2014-07-22 19:41:42 +02:00 |
Raymond Feng
|
643293cc25
|
Set up the base model based on the connector types
|
2014-07-22 10:38:14 -07:00 |
Miroslav Bajtoš
|
f5c4669f5c
|
Merge pull request #393 from strongloop/feature/improve-middleware-error-message
express-middleware: improve error message
|
2014-07-22 15:43:30 +02:00 |
Miroslav Bajtoš
|
bba58a73d5
|
express-middleware: improve error message
Include the flag `--save` in the npm instructions, so that the missing
module is both installed and saved in package dependencies.
|
2014-07-22 15:40:36 +02:00 |
Miroslav Bajtoš
|
c7bca9da78
|
Remove `app.docs()`
The swagger integration was moved to loopback-explorer.
|
2014-07-22 15:08:23 +02:00 |
Raymond Feng
|
74e9ff75e3
|
Merge pull request #385 from offlinehacker/master
Validate username uniqueness
|
2014-07-21 15:26:01 -07:00 |
Raymond Feng
|
0dae813d5f
|
Merge pull request #375 from strongloop/feature/upgrade-to-nodemailer-1.x
Upgrade to nodemailer 1.0.1
|
2014-07-21 11:58:17 -07:00 |
Miroslav Bajtoš
|
57e58ab75d
|
Merge pull request #389 from strongloop/feature/drop-compat
Remove `loopback.compat.usePluralNamesForRemoting`
|
2014-07-21 17:11:47 +02: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
|
e5b64c6143
|
Upgrade to nodemailer 1.0.1
|
2014-07-16 12:40:15 -07:00 |
Raymond Feng
|
4e1d8c9a4e
|
Merge branch '1.x' into 2.0
|
2014-07-16 11:06:24 -07:00 |
Raymond Feng
|
a28e5b5897
|
Enhance the error message
|
2014-07-16 11:04:23 -07:00 |
Raymond Feng
|
ec297228bf
|
Merge tag 'v1.10.0'
1.10.0
|
2014-07-16 09:28:02 -07:00 |
Raymond Feng
|
010cc38ec0
|
Merge branch 'release/1.10.0' into production
|
2014-07-16 09:27:54 -07:00 |
Raymond Feng
|
ff9bc10c06
|
Bump version
|
2014-07-16 09:09:50 -07:00 |
Raymond Feng
|
79f504a3c7
|
Merge branch 'master' into 2.0
|
2014-07-16 09:09:07 -07:00 |
Raymond Feng
|
9125218eab
|
Remove unused dep
|
2014-07-15 16:47:13 -07:00 |
Raymond Feng
|
7fe347763b
|
Bump version and update deps
|
2014-07-15 16:44:09 -07:00 |
Raymond Feng
|
7b36196561
|
Merge pull request #362 from strongloop/feature/remoting-add-remove
Add a test case for hasMany through add/remove remoting
|
2014-07-15 16:15:27 -07:00 |