Ritchie Martori
1ba114ecda
Merge pull request #83 from strongloop/feature/paas-defaults
...
SLA-725 support PORT and HOST environment for PaaS
2013-12-05 20:01:28 -08:00
Ritchie
68ef03e944
SLA-725 support PORT and HOST environment for PaaS support
2013-12-05 20:00:09 -08:00
Ritchie Martori
80f348bc76
Merge tag 'v1.3.1'
...
1.3.1
2013-12-04 14:58:50 -08:00
Ritchie Martori
e554a07fe0
Merge branch 'release/1.3.1' into production
2013-12-04 14:58:40 -08:00
Raymond Feng
d39957f095
Merge pull request #81 from strongloop/feature/fix-test
...
Fix the test assertion as the error message is changed.
2013-12-04 14:56:38 -08:00
Raymond Feng
23add99f12
Fix the test assertion as the error message is changed.
2013-12-04 14:41:25 -08:00
Raymond Feng
34405df2cb
Bump version
2013-12-04 11:25:30 -08:00
Rand McKinney
ec922828a6
Remove superfluous head1
2013-12-03 14:49:09 -08:00
Rand McKinney
5eaff4e1eb
Fixed some list formatting issues.
2013-12-03 13:43:02 -08:00
Rand McKinney
fbf61e7672
Fix list formats to play well with wiki markdown macro.
2013-12-03 12:18:31 -08:00
Rand McKinney
0733d932d8
Minor reformatting.
2013-12-03 12:16:35 -08:00
Rand McKinney
9d55bc0002
Sadly, HTML table format is unusable in documentation wiki. Revert to lame md format.
2013-12-03 12:15:30 -08:00
Rand McKinney
0fe86cf723
Reformat table for /find operation arguments
2013-12-03 11:58:36 -08:00
Rand McKinney
cfd1e0ac17
Deleted extra space that foiled bold formatting
2013-12-03 11:05:51 -08:00
Rand McKinney
e492f286c6
Changed h3's to bold text to avoid generating items in TOC
2013-12-03 11:00:43 -08:00
Rand McKinney
aef432f7d1
Fixed erroneous heading level
2013-12-03 10:32:59 -08:00
Ritchie Martori
0987adfd5f
Merge pull request #64 from strongloop/auth
...
Initial auth implementation
2013-12-02 17:20:42 -08:00
Ritchie Martori
5cd71cee6b
Use loopback.AccessToken as default
2013-12-02 17:16:43 -08:00
Ritchie Martori
2c36935404
Fix missing assert
2013-12-02 16:37:42 -08:00
Rand McKinney
31111207af
Minor formatting fixes to make it play well in wiki
2013-11-27 15:10:03 -08:00
Ritchie Martori
2f9403016c
Initial auth implementation
2013-11-22 12:26:59 -08:00
Al Tsang
3eb04f64c3
Merge pull request #76 from strongloop/feature/GAIntegration
...
added Google Analytics to README.md to test tracking
2013-11-22 08:43:20 -08:00
altsang
d9e81ad104
added Google Analytics to README.md to test tracking
2013-11-21 17:54:48 -08:00
Rand McKinney
9542783254
Delete types.md
...
Content moved to wiki.
2013-11-21 15:19:01 -08:00
Rand McKinney
4cd0432e7f
Delete resources.md
...
Obsolete.
2013-11-21 15:18:46 -08:00
Rand McKinney
9d64d15a55
Delete quickstart.md
...
Content moved to wiki.
2013-11-21 15:18:31 -08:00
Rand McKinney
901ef6d854
Delete js.md
2013-11-21 15:18:19 -08:00
Rand McKinney
17e919f4ba
Delete java.md
...
Content moved to wiki.
2013-11-21 15:18:11 -08:00
Rand McKinney
e58b304f85
Delete ios.md
...
Content moved to wiki.
2013-11-21 15:17:59 -08:00
Rand McKinney
593b467474
Delete gettingstarted.md
...
Content moved to wiki.
2013-11-21 15:17:45 -08:00
Rand McKinney
2cd281a8f8
Delete concepts.md
...
Content moved to wiki.
2013-11-21 15:17:28 -08:00
Rand McKinney
888d8d2ad5
Delete cli.md
...
Content moved to wiki.
2013-11-21 15:16:15 -08:00
Rand McKinney
68df900218
Delete bundled-models.md
...
Content moved to wiki.
2013-11-21 15:14:14 -08:00
Rand McKinney
4a0d3f2c73
Delete apiexplorer.md
...
Content moved to wiki.
2013-11-21 15:13:23 -08:00
Rand McKinney
392d95255f
Delete intro.md
...
Content moved to wiki.
2013-11-21 15:13:00 -08:00
Miroslav Bajtoš
86809fa813
Merge pull request #72 from strongloop/feature/add-jshint-config
...
Add jshint configuration.
2013-11-21 11:02:54 -08:00
Miroslav Bajtos
eaa31a4e3c
Add .jshintignore
...
Ignored paths:
node_modules
2013-11-21 19:49:35 +01:00
Miroslav Bajtoš
dc57ff0c71
Merge pull request #75 from strongloop/feature/get-unknown-id-should-return-404
...
Add test for findById returning 404
2013-11-21 10:20:25 -08:00
Miroslav Bajtos
cf541cb828
Add test for findById returning 404
...
The test verifies the remoting configuration of
loopback-datasource-juggler, ensuring that
`DataAccessObject.findById()` has `rest.before` handler
correctly set up.
2013-11-21 16:23:01 +01:00
Raymond Feng
52b1588152
Merge pull request #74 from strongloop/acl
...
More ACL features
2013-11-20 14:30:40 -08:00
Ritchie Martori
2090959bfc
Merge branch 'master' of https://github.com/strongloop/loopback
2013-11-20 14:19:00 -08:00
Ritchie Martori
aaa8423257
Fix minor autoWiring bugs
2013-11-20 14:18:54 -08:00
Raymond Feng
344c74297c
Add unauthenticated role
2013-11-20 13:43:02 -08:00
Raymond Feng
bee8a3b022
Add checkAccess for subject and token
2013-11-20 13:43:01 -08:00
Raymond Feng
2c7c5fc7ec
Start to support smart roles such as owner
2013-11-20 13:43:01 -08:00
Miroslav Bajtos
984b728cdf
Add jshint configuration.
...
Disable "undef" rule because unit-tests are referencing global variables
defined in test/support.js, which jshint cannot pick up.
2013-11-20 09:20:10 +01:00
Rand McKinney
ada52cf138
Update rest.md
...
Add top level title.
2013-11-19 17:45:01 -08:00
Rand McKinney
65b860cfa5
Update api.md
...
Fix links to APIs so they work in generated docs.
2013-11-19 17:44:28 -08:00
Ritchie Martori
3753c15b71
Merge pull request #71 from strongloop/feature/status-middleware
...
Add status middleware
2013-11-19 13:15:57 -08:00
Ritchie Martori
e5a55846e8
Merge pull request #69 from strongloop/datasource-auto-wiring
...
Initial auto wiring for model dataSources
2013-11-19 13:11:54 -08:00