1. b5c8b4c Added Apache License to all remaining files. by Robert Walsh · 7 years ago master
  2. 6e0b274 Merge from 'brandonscript/usergrid-nodejs' by Robert Walsh · 7 years ago
  3. cb8e3d1 Merge pull request #25 from RobertWalsh/master by Brandon Shelley · 7 years ago
  4. 167fed0 Fixed codacy issue. by Robert Walsh · 7 years ago
  5. 50cf285 Merge pull request #24 from RobertWalsh/master by Brandon Shelley · 7 years ago
  6. 6fc69a0 More minor codacy fixes by Robert Walsh · 7 years ago
  7. c9e9298 Fixing codacy issues. by Robert Walsh · 7 years ago
  8. aa7d107 Update README.md for 2.0 RC2 by Brandon Shelley · 7 years ago
  9. 3c5679c Bump version to 2.0 release candidate 2, add collaborators by Brandon Shelley · 7 years ago
  10. 445f266 Merge pull request #23 from RobertWalsh/master by Brandon Shelley · 7 years ago
  11. 292b07f UsergridClient.authMode defaults to USER. by Robert Walsh · 7 years ago
  12. b9b0dc7 Update README.md by Robert Walsh · 7 years ago
  13. 9af775e Update README.md by Robert Walsh · 7 years ago
  14. b851dba Updates. See commit details. by Robert Walsh · 7 years ago
  15. 3042dfd Merge pull request #22 from RobertWalsh/master by Brandon Shelley · 7 years ago
  16. 8000996 Update to run travis.yml by Robert Walsh · 7 years ago
  17. b19a1a9 Updates. See commit details. by Robert Walsh · 7 years ago
  18. bf510a6 Merge pull request #20 from RobertWalsh/master by Brandon Shelley · 8 years ago
  19. 8e506a8 Added trim to query._ql by Robert Walsh · 8 years ago
  20. a5fdb4d Update query changes. by Robert Walsh · 8 years ago
  21. 49227ed Merge remote-tracking branch 'upstream/master' into origin/master by Robert Walsh · 8 years ago
  22. 2f3c3fe Fixed UsergridResponse.loadNextPage and UsergridQuery._ql when no query and sort are by Robert Walsh · 8 years ago
  23. 4f6ba21 Update LICENSE by Michael Russo · 8 years ago
  24. 7b92555 Initial commit of Usergrid Node.js SDK into its own repo by Michael Russo · 8 years ago
  25. 2545b7e Merge pull request #12 from YasharF/exampleConfigChange by Brandon Shelley · 8 years ago
  26. f68793c README.md to include info on config file by YasharF · 8 years ago
  27. 3613f6b Renaming usergrid.json in the example by YasharF · 8 years ago
  28. 64ac7eb Merge pull request #11 from YasharF/patch-1 by Brandon Shelley · 8 years ago
  29. 3a6c3b7 Fix Travis badge in Readme.md by YasharF · 8 years ago
  30. 0bfa2a2 Fixed several inheritance bugs in Usergrid>UsergridClient, appAuth now instantiates automatically if clientId and secret exist on Usergrid.init() by brandon · 8 years ago
  31. fca2b08 Updated license to Apache 2.0 by brandon · 8 years ago
  32. 7d3b487 Added basic proxy example, fixed circular references in helpers/client by brandon · 8 years ago
  33. 987ec65 Updates to package.json for rc.1 by brandon · 8 years ago
  34. 3ac6d42 Better method for searching for config file by brandon · 8 years ago
  35. 3ae94f5 [untested] searches root app dir for config.json by brandon · 8 years ago
  36. e3e2c57 Corrected main in package.json by brandon · 8 years ago
  37. 8242e13 Added npm badge to readme by brandon · 8 years ago
  38. fa4316f Readme: Removed 'email' as possible means of authenticating users by brandon · 8 years ago
  39. 131130a Re-ordered auth section of readme by brandon · 8 years ago
  40. bc2bb98 Fixed bad closing comment in readme code by brandon · 8 years ago
  41. ee50d70 Readme: Clean up of code formatting, some grammar fixes, added UsergridQuery by brandon · 8 years ago
  42. 46c3df7 Minor grammar fixes to readme by brandon · 8 years ago
  43. 3031112 More grammar fixes and slight re-arrangement of text. by brandon · 8 years ago
  44. 4aca57b Fixed some bad grammar by brandon · 8 years ago
  45. 85f462b Added user and authentication usage to readme by brandon · 8 years ago
  46. c87f073 Added optional bool to not set as current user when calling client.authenticateUser() by brandon · 8 years ago
  47. 3ffee11 Added connections to readme by brandon · 8 years ago
  48. 05758e0 Initial rewrite of Readme for RC1 release by brandon · 8 years ago
  49. 2a6a655 Added entity.downloadAsset() +tests, cleanup of some circular dependencies by brandon · 8 years ago
  50. 3fbde06 Added entity.uploadAsset() +tests by brandon · 8 years ago
  51. b15fbcb Merge remote-tracking branch 'origin/master' by brandon · 8 years ago
  52. c2e4f0a Implemented and working assets (todo: asset convenience methods) by brandon · 8 years ago
  53. 1458f58 Updated Readme in preparation for RC1 by brandon · 8 years ago
  54. 3813e99 Updated Readme in preparation for RC1 by brandon · 8 years ago
  55. 4160acf Added authFallback tests by brandon · 8 years ago
  56. 22bf830 Major refactoring of CRUD builders to reduce duplicated code by brandon · 8 years ago
  57. 81fd8cb Added .users and .user to possible return objects for UsergridRequest callback by brandon · 8 years ago
  58. 5eab0ec Added additional .usingAuth() tests to UsergridEntity to check for NO_AUTH and undefined args by brandon · 8 years ago
  59. 126a3a4 Renamed usergrid.test.js to usergrid.init.test.js by brandon · 8 years ago
  60. f0850bd Removed duplicate (old) client.test.js by brandon · 8 years ago
  61. 26ccf2e Added usergridResponse.entity as a possible third arg for UsergridRequest's callback by brandon · 8 years ago
  62. 34c8347 Fixed logic in configureTempAuth to check for token string that isn't == 'NO_AUTH' by brandon · 8 years ago
  63. d8d353d Fixed build.GET options.uuidOrName to check for _.isString() by brandon · 8 years ago
  64. d6a852f Fixed helpers.build.uri to check for uuid and name as well by brandon · 8 years ago
  65. 49d856d Allows .usingAuth() to accept a token string as an argument by brandon · 8 years ago
  66. e4c0795 Ensures Entity.tempAuth is destroyed once the client is configured by brandon · 8 years ago
  67. 902aebf Added tempAuth to UsergridEntity, fixed tests still using shared instance by brandon · 8 years ago
  68. e7fbe46 Changed tempAuth destroy to set to undefined by brandon · 8 years ago
  69. 8ab9cfe Added UsergridAuth.NO_AUTH option to .usingAuth()-based requests by brandon · 8 years ago
  70. f6d276b More false-positive singleton fixes, added singleton teardown test, removed singleton-dependent tests by brandon · 8 years ago
  71. 88fe2db Added ad-hoc authentication to UsergridClient, fixed some false-positive shared instance-based tests by brandon · 8 years ago
  72. 65f7769 Refactored UsergridRequest to handle all requests, added additional helpers by brandon · 8 years ago
  73. 5e9f827 Updated readme with better installation instructions by brandon · 8 years ago
  74. 8f2bbd9 Updated readme, set version to rc.0 by brandon · 8 years ago
  75. bc9d036 Added UsergridUser.CheckAvailable(), fixed headers to correctly apply token when applicable by brandon · 8 years ago
  76. 011902f Added UsergridUser.resetPassword(), defaulted authFallback=NONE by brandon · 8 years ago
  77. a1db272 Implemented UsergridUser.login(), .logout() and .logoutAllSessions() by brandon · 8 years ago
  78. d2e36bb Re-enabled all main tests by brandon · 8 years ago
  79. 1a17682 Separated client tests into modules, removed 1.0 tests, fixes #1 by brandon · 8 years ago
  80. ce4ca27 Rewrite of UsergridResponse to assign response properties to self, added loadNextPage() by brandon · 8 years ago
  81. ef37beb Increased test timeout for ql-based delete, added proper error handling in connections response by brandon · 8 years ago
  82. 9e78d73 Fixes to entity.reload, entity.save, entity.remove to support optional 'client' argument by brandon · 8 years ago
  83. 258b64e Added almost all Entity convenience methods by brandon · 8 years ago
  84. 03cea86 Removed unused code, added comments by brandon · 8 years ago
  85. ba7a9fd Added connections support convenience methods to UsergridEntity by brandon · 8 years ago
  86. 27452b0 Added test to check that 'and' operator is implied when using UsergridQuery by brandon · 8 years ago
  87. 3e63e3a Implemented connect, disconnect, and getConnections on UsergridClient by brandon · 8 years ago
  88. 24d53a4 Removed grunt, dependencies on phantomjs by brandon · 8 years ago
  89. 8502f16 Added test for Usergrid singleton in a separate module by brandon · 8 years ago
  90. d71f337 Implemented authenticateUser() and currentUser state for client by brandon · 8 years ago
  91. 0955078 Reinstated lodash for object checking by brandon · 8 years ago
  92. f710901 Some variable cleanup in tests, removed creds from sample config.json by brandon · 8 years ago
  93. b45c024 Replaced underscore with lodash by brandon · 8 years ago
  94. 20f15f8 Reduced cyclomatic complexity of request builder by brandon · 8 years ago
  95. 5cec31c Removed unused code by brandon · 8 years ago
  96. 8165525 Major overhaul to request builders to support multiple argument types by brandon · 8 years ago
  97. 99e1024 Reduced cyclomatic complexity of authenticateApp() by brandon · 8 years ago
  98. 7f02b26 Changed undefined() check to null() on response.test by brandon · 8 years ago
  99. 5333683 Removed unused code per Codacy by brandon · 8 years ago
  100. 2f4da64 Massive overhaul to UsergridAuth, fixed tests, added 1.0 and 2.1 tests by brandon · 8 years ago