Commit Graph

124 Commits

Author SHA1 Message Date
Rand McKinney 21547b9986 Add link to loopback.io 2014-04-02 10:34:29 -07:00
Ritchie Martori a169c0f428 Add API docs to README 2013-12-31 12:14:25 -08:00
altsang d9e81ad104 added Google Analytics to README.md to test tracking 2013-11-21 17:54:48 -08:00
Raymond Feng c614d55a67 Update the doc link 2013-11-18 21:08:40 -08:00
Raymond Feng 5da4885cd8 Add LoopBack forum link 2013-11-18 10:03:54 -08:00
Ritchie Martori 0075303ddc README updates 2013-10-25 11:17:21 -07:00
Ritchie Martori 35ef82013c Simplify readme 2013-09-06 14:49:37 -07:00
Ritchie Martori 0f3ad00086 Remove auth middleware and passport until adding in acl and strategies 2013-07-28 10:11:29 -07:00
Ritchie Martori 89f65d792f Clean up log out methods 2013-07-28 10:08:06 -07:00
Ritchie 35cafff877 Swagger integration 2013-07-25 16:24:00 -07:00
Ritchie 755b54f697 Fix hasMany / relational methods. Update docs. 2013-07-25 15:27:18 -07:00
Ritchie 5172d879a1 Merge branch 'master' of https://github.com/strongloop/loopback 2013-07-24 11:03:04 -07:00
Raymond Feng 484f5270d9 Rename adapter to connector 2013-07-23 12:58:03 -07:00
Ritchie f892647eb6 More readme cleanup 2013-07-17 14:55:12 -07:00
Ritchie 87e033f4d8 README cleanup 2013-07-17 14:52:21 -07:00
Ritchie c425cd9029 Fix renaming manually 2013-07-17 14:49:30 -07:00
Ritchie a2308cbc1c Merge 0.9 into master 2013-07-17 14:08:14 -07:00
Ritchie 6b1ac1ab79 Add fields documentation 2013-07-17 12:18:17 -07:00
Ritchie Martori cba94a23fc Add memory docs and test 2013-07-16 13:39:03 -07:00
Raymond Feng 2f773115fe rename asteroid to loopback 2013-07-16 11:02:06 -07:00
Raymond Feng a35d2b7365 rename asteroid to loopback 2013-07-16 10:42:47 -07:00
Ritchie Martori d9b5daba0e Validate uniqueness and format of User email. 2013-07-12 17:03:13 -07:00
Ritchie Martori 16617a3737 Add user.logout() sugar method and update logout docs 2013-07-12 16:10:15 -07:00
Ritchie Martori a22cf5f4af Update docs and add asteroid.memory() sugar api
- added asteroid.memory()
 - added default session and email models to user model
2013-07-12 12:40:36 -07:00
Ritchie Martori fc0777de08 Add basic email verification 2013-07-03 13:40:14 -07:00
Ritchie Martori 1abe583029 Add initial User model 2013-07-03 13:40:13 -07:00
Ritchie Martori 90d990b798 Remove app.modelBuilder() 2013-07-03 13:40:13 -07:00
Ritchie Martori 4aac4273e6 Add more user model docs 2013-07-03 13:40:13 -07:00
cgole 7f544576dd Update README.md
Added limit:3 for GeoPoint find function example
2013-07-03 13:40:12 -07:00
Ritchie Martori 3a15d7db07 Fix type in docs 2013-07-03 13:40:12 -07:00
Ritchie Martori 184ecfec9b Fix type in docs 2013-07-03 13:40:12 -07:00
Ritchie Martori 7b8e94019f Add normalized properties to Models 2013-07-03 13:40:12 -07:00
Ritchie Martori 044d2c4bcc Add more user model docs 2013-06-30 17:38:53 -07:00
cgole 12761fb3fe Update README.md
Added limit:3 for GeoPoint find function example
2013-06-28 14:01:49 -07:00
Ritchie Martori 85900da5b3 Fix type in docs 2013-06-27 18:28:58 -07:00
Ritchie Martori fa8740fac7 Fix type in docs 2013-06-27 18:28:21 -07:00
Ritchie Martori 6f6e0fe353 Add normalized properties to Models 2013-06-27 18:26:44 -07:00
Ritchie Martori b00248cc18 Add user model docs. 2013-06-25 20:29:58 -07:00
Ritchie Martori a893a982aa Bump version 2013-06-25 13:52:14 -07:00
Ritchie Martori 9dab0896f0 Add geo point tests 2013-06-24 16:30:09 -07:00
Ritchie Martori d51cf6e23d Rename long to lng 2013-06-24 15:32:22 -07:00
Ritchie Martori 93e749c722 Add geo point 2013-06-24 15:22:25 -07:00
Ritchie Martori 88f634df38 model.find => model.findById, model.all => model.find 2013-06-24 12:26:46 -07:00
Ritchie Martori 66281d7c23 Release 0.8.0 2013-06-24 12:08:35 -07:00
Ritchie Martori 3ba2b0512b Merge branch 'master' of https://github.com/strongloop/asteroid 2013-06-21 14:59:44 -07:00
Ritchie Martori 68e4464c59 Update create api docs 2013-06-21 14:59:30 -07:00
Ritchie 9be5123d9e Update doc example for findOne() 2013-06-20 17:31:23 -07:00
Ritchie db7a86321b Remove discover sugar apis 2013-06-20 14:17:38 -07:00
Ritchie e910a834a6 Merge branch 'master' of github.com:strongloop/asteroid 2013-06-20 10:21:02 -07:00
Ritchie 30247e71ed Doc updates 2013-06-20 10:17:55 -07:00
Ritchie Martori cc51b07596 Fix missing options when creating a model 2013-06-18 11:44:47 -07:00
Ritchie 4582ef34dc Merge branch 'master' of github.com:strongloop/asteroid
Conflicts:
	lib/application.js
2013-06-17 08:04:37 -07:00
Ritchie Martori 6428000fc0 Refactor create model 2013-06-12 21:30:20 -07:00
Ritchie Martori 166451443a Updated docs, updated tests 2013-06-12 15:44:38 -07:00
Ritchie Martori 935cd5cc77 Doc updates, tests 2013-06-11 09:01:44 -07:00
Ritchie Martori 1e1a227f86 Adding new data source 2013-06-07 17:37:30 -07:00
Ritchie Martori bcef4c88cf Remove node modules from ignore, removie configure middleware 2013-06-07 13:12:46 -07:00
Ritchie Martori fd28321ba3 Update README.md 2013-06-07 14:09:07 -06:00
Ritchie 97daf2f3a1 Test generation 2013-06-07 09:49:33 -07:00
Ritchie ad44ed15c7 Doc clenaup 2013-06-06 13:50:46 -07:00
Ritchie 69d2b5a874 Add Model validation documentation 2013-06-06 13:30:52 -07:00
Ritchie 79edef6ee6 More documentation updates based on feedback 2013-06-06 13:12:03 -07:00
Ritchie c4330f16b8 Adapters 2013-06-05 17:46:42 -07:00
Ritchie 763c5d467b Attached Method docs 2013-06-05 17:44:46 -07:00
Ritchie 9dccc60f3c More docs 2013-06-05 17:16:00 -07:00
Ritchie 22a55be841 Documentation updates 2013-06-05 17:11:21 -07:00
Ritchie fe742f38f0 Renames 2013-06-05 12:17:29 -07:00
Ritchie 76bfedefcf More documentation updates 2013-06-05 12:13:55 -07:00
Ritchie Martori 9b43b0bfee New API Docs 2013-06-05 07:38:04 -07:00
cgole 8e7b89a676 Test jenkins config 2013-05-20 14:31:04 -07:00
Ritchie Martori 1db52a60d6 Model documentation 2013-04-26 11:44:19 -07:00
Ritchie Martori a9f27183fa Doc updates 2013-04-26 10:10:13 -07:00
Ritchie Martori cd8d679df0 Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
Ritchie Martori 2a0f68e434 init 2013-04-09 09:02:36 -07:00