sumitha
486860c552
Update README.md
2014-05-19 13:19:12 -07:00
sumitha
a8813a6e1a
Update README.md
2014-05-19 13:16:35 -07:00
Al Tsang
468a35c060
Update README.md
...
added back pixel parameter
2014-05-18 22:35:15 -07:00
Al Tsang
8ccece15c9
Update README.md
...
pointed so sl-beacon.appspot.com directly instead of beacon.strongloop.com
2014-05-18 22:33:25 -07:00
altsang
e18a6a3acd
added github prefix to path
2014-05-18 22:22:44 -07:00
altsang
5859582dd9
removed githalytics, added sl-beacon
2014-05-18 21:54:25 -07:00
Miroslav Bajtoš
a7d132f992
Merge tag 'v1.8.2'
...
v1.8.2
2014-05-16 20:15:03 +02:00
Miroslav Bajtoš
8a924c3e73
Merge branch 'release/1.8.2' into production
2014-05-16 20:11:08 +02:00
Miroslav Bajtoš
b24d5e9d20
1.8.2
2014-05-16 20:10:29 +02:00
Miroslav Bajtoš
0da9faf981
Merge pull request #258 from strongloop/feature/relax-juggler-dependency
...
Support all 1.x versions of datasource-juggler
2014-05-16 19:23:24 +02:00
Miroslav Bajtoš
2d1ccc73e6
Merge pull request #264 from strongloop/feature/fix-precision-in-tests-for-v0-11
...
relax too precise assertions in test/geo-point
2014-05-16 16:31:52 +02:00
Miroslav Bajtoš
4b3d20e409
test/geo-point: relax too precise assertions
...
Relax the assertions to verify only the integer part of the distances.
The decimal part is subject to small variances depending on the exact
implementation of floating-point arithmetic.
For example, the distance calculated on Node v0.11.13 is different
than the distance calculated on Node v0.10.x.
2014-05-16 16:24:18 +02:00
Raymond Feng
691c152387
Merge pull request #261 from adamschwartz/master
...
Fix typo "Unkown" => "Unknown"
2014-05-15 20:33:30 -07:00
Adam Schwartz
7c00119292
Fix typo "Unkown" => "Unknown"
2014-05-15 23:32:12 -04:00
Miroslav Bajtoš
a08bcee44d
Support all 1.x versions of datasource-juggler
...
Modify the loopback-datasource-juggler semver specifier in
peerDependencies and devDependencies from "~1.3.11" to "^1.3.11".
The goal is to support newer 1.x versions like 1.4.0 or 1.5.x.
2014-05-15 09:46:35 +02:00
Rand McKinney
d58a2f0938
Remove validation methods, now covered in JSDoc.
2014-05-14 18:30:00 -07:00
Rand McKinney
e1889ff8eb
Remove docs/api-geopoint.md from docs
2014-05-14 16:35:04 -07:00
Rand McKinney
f20db61b03
Removed docs/api-datasource.md
...
since it's covered in Juggler JSDoc.
2014-05-14 15:53:02 -07:00
Al Tsang
cc5cf5429d
Update README.md
...
tweaked opening description again
2014-05-14 14:08:22 -07:00
Al Tsang
cd9387362c
Update README.md
...
removed mobile backend to generalize LB
2014-05-14 14:04:58 -07:00
Rand McKinney
108ba21b6e
Update README.md
2014-05-14 12:16:15 -07:00
Rand McKinney
7229f91c6a
Update README.md
2014-05-14 12:10:41 -07:00
Rand McKinney
cce7a50c0d
Update README.md
2014-05-14 12:07:33 -07:00
Rand McKinney
1b79853c3a
Update README.md
2014-05-14 12:06:13 -07:00
Rand McKinney
c6dbdc16a7
Move content from wiki on LB modules.
2014-05-14 11:55:04 -07:00
Raymond Feng
999ac64869
Merge pull request #252 from haio/master
...
Fix bug in User#resetPassword
2014-05-13 13:10:42 -07:00
Ritchie Martori
0ab3817c69
Add homepage to package.json
2014-05-12 09:22:09 -07:00
haio
978bc57421
Fix bug in User#resetPassword
2014-05-10 15:43:01 +08:00
Ritchie Martori
ff2b5a70d6
Fix client-server example
2014-05-07 15:23:26 -07:00
Raymond Feng
6afa95311c
Merge pull request #247 from haio/master
...
Ensure roleId and principalId to be string in Role#isInRole
2014-05-02 22:55:20 -07:00
haio
429052a0db
Ensure roleId and principalId to be string in Role#isInRole
2014-05-03 11:43:03 +08:00
Raymond Feng
1077a7f288
Merge pull request #246 from haio/master
...
Convert principalId to String
2014-04-29 11:16:28 -07:00
haio
eae86b64f4
typo
2014-04-29 20:10:44 +08:00
haio
f44d737e7e
Add more check on principalId
2014-04-29 09:34:48 +08:00
haio
aa63d7bf4b
Convert principalId to String
2014-04-28 21:36:44 +08:00
Raymond Feng
01f1716234
Merge tag 'v1.8.1'
...
1.8.1
2014-04-24 10:37:47 -07:00
Raymond Feng
70715991a9
Merge branch 'release/1.8.1' into production
2014-04-24 10:37:39 -07:00
Raymond Feng
25599c0fb4
Bump version
2014-04-24 10:30:35 -07:00
Raymond Feng
b57c998ce2
Merge pull request #242 from strongloop/feature/fix-issue-239
...
Rename the method so that it won't conflict with Model.checkAccess
2014-04-24 10:27:18 -07:00
crandmck
1676ac6e58
Fix constructor JSDoc
2014-04-23 15:20:18 -07:00
crandmck
e9d7b54ec6
Remove intermediate section headers from nav
2014-04-23 14:40:00 -07:00
Raymond Feng
921e35954d
Rename the method so that it won't conflict with Model.checkAccess
...
See https://github.com/strongloop/loopback/issues/239
2014-04-21 11:13:03 -07:00
Ritchie Martori
05cae7ae44
1.8.0
2014-04-16 14:41:24 -07:00
Ritchie Martori
c7eba32ac5
Merge branch 'master' into feature/remoting-connector
2014-04-15 12:45:49 -07:00
Ritchie Martori
1c6f157b9f
Merge pull request #197 from strongloop/feature/remoting-connector
...
Remote Connector
2014-04-15 12:44:55 -07:00
Ritchie Martori
53155810ba
1.7.7
2014-04-15 09:19:24 -07:00
Ritchie Martori
9f8ec484ea
Fix/remove ctx.user documentation
2014-04-15 09:19:05 -07:00
Ritchie Martori
13b18065e2
Documentation cleanup
2014-04-14 14:49:29 -07:00
Ritchie Martori
940e11125d
Fix save implementation for remoting connector
2014-04-14 14:17:56 -07:00
Ritchie Martori
7c0a470d64
Add basic Remote connector e2e test
2014-04-14 12:25:41 -07:00