1. 89b3495 Removing legacy API from libweave by Alex Vakulenko · 9 years ago
  2. 1054d3e Move minimalRole constants from schema_constants.h to a local .cc file by Alex Vakulenko · 9 years ago
  3. c23ea22 Replace expirationTimeoutSec with expirationTime by Vitaly Buka · 9 years ago
  4. 7c0ea69 Rename _accessControlBlackList into _accessRevocationList by Vitaly Buka · 9 years ago
  5. 012cd98 Move mock_component_manager.h into test/ dir by Vitaly Buka · 9 years ago
  6. c6d99bb Move MockAccessBlackListManager into separate file by Vitaly Buka · 9 years ago
  7. b612e3c Reset access token secret on new black list entry by Vitaly Buka · 9 years ago
  8. d1d52e7 Add AccessBlackListManager::AddEntryAddedCallback by Vitaly Buka · 9 years ago
  9. 634c408 Remove property from json added by mistake by Vitaly Buka · 9 years ago
  10. 3e86099 Replace ' in json constants with " by Vitaly Buka · 9 years ago
  11. 8b00597 Implement privet properties for changing cloud print endpoints by Vitaly Buka · 9 years ago
  12. 1e019fa Replace URL with Url in identifiers by Vitaly Buka · 9 years ago
  13. 03ee8ac Enable support of endpoints override. by Vitaly Buka · 9 years ago
  14. f51743b Update macaroon library to 307f45bcd49f9e4088e622f23f3ce0e854345b93 by Vitaly Buka · 9 years ago
  15. 5616013 Merge remote-tracking branch 'weave/dev' into 'weave/master' by Vitaly Buka · 9 years ago
  16. 3b8fbc5 Add customizable settings option for xmpp_endpoint by Vitaly Buka · 9 years ago
  17. ff46c93 Merge remote-tracking branch 'weave/master' into dev_review by Vitaly Buka · 9 years ago
  18. 08be74d Update libuweave/macaroon code by Vitaly Buka · 9 years ago
  19. 98d1fee Periodicly clean up command queue and remove old processed commands by Alex Vakulenko · 9 years ago
  20. 6a1ba84 Changed meaning of some SSID flags by Vitaly Buka · 9 years ago
  21. 329ad80 Rename CommandQueue::DelayedRemove into RemoveLater() by Alex Vakulenko · 9 years ago
  22. c920bb2 Fix memory leak when removing CommandInstance from CommandQueue by Alex Vakulenko · 9 years ago
  23. ebfa60b Add a unit tests for deleting CloudCommandProxy along with CommandInstance by Alex Vakulenko · 9 years ago
  24. 919a8a9 Remove crypto type "None" by Vitaly Buka · 9 years ago
  25. ac18fcf Merge: Add write callback into SaveSettings function by Vitaly Buka · 9 years ago
  26. d1e6c4f Merge: Add |name| into LoadSettings/SaveSettings by Vitaly Buka · 9 years ago
  27. 4fe71e3 Make App ID a part of User ID by Vitaly Buka · 9 years ago
  28. 3cbb686 Update macaroon lib with version supporting empty strings by Vitaly Buka · 9 years ago
  29. 8585d30 Remove unused line by Vitaly Buka · 9 years ago
  30. 70c8642 Add kUwMacaroonDelegateeTypeService caveat by Vitaly Buka · 9 years ago
  31. d5f7aab Add session ID validation by Vitaly Buka · 9 years ago
  32. d7c6deb Remove crypto type "None" by Vitaly Buka · 9 years ago
  33. a821f2e Integrate new macaroon library by Vitaly Buka · 9 years ago
  34. 1c83377 Fix build errors introduced by by Vitaly Buka · 9 years ago
  35. 9ac4c6c Merge remote-tracking branch 'weave/master' into 'weave/dev' by Vitaly Buka · 9 years ago
  36. 0dbbf60 AddTo will return AddToTypeProxy for convenience by Vitaly Buka · 9 years ago
  37. 48a8669 Remove domain from weave::Error by Vitaly Buka · 9 years ago
  38. 5a7c4f5 Add black list manager implementation by Vitaly Buka · 9 years ago
  39. 484b6e4 Update AccessBlackListManager interface by Vitaly Buka · 9 years ago
  40. 07bb755 Merge remote-tracking branch 'weave/master' into dev_dev2 by Vitaly Buka · 9 years ago
  41. 674f0eb Pull the new r369476 of base library from Chromium by Alex Vakulenko · 9 years ago
  42. 7329b74 Fix unittest compilation on GCC by Vitaly Buka · 9 years ago
  43. f533677 Implemented _accessControlBlackList trait by Vitaly Buka · 9 years ago
  44. bcd3f6a Fix clock mock in ComponentManagerTest by Vitaly Buka · 9 years ago
  45. 6741755 Merge remote-tracking branch 'weave/master' into dev_dev2 by Vitaly Buka · 9 years ago
  46. 36fd44f Fix assigning error in SecurityManager by Vitaly Buka · 9 years ago
  47. 42e508f Add write callback into SaveSettings function by Vitaly Buka · 9 years ago
  48. 7ecdf95 Add |name| into LoadSettings/SaveSettings by Vitaly Buka · 9 years ago
  49. 2f53f51 Remove unused function by Vitaly Buka · 9 years ago
  50. 0a8ab99 Don't allow registration of registered device by Vitaly Buka · 9 years ago
  51. ce850b5 Add the ability to remove a component from component tree by Alex Vakulenko · 9 years ago
  52. e0df73a Switch to macaroon library to generate and parse access tokens by Vitaly Buka · 9 years ago
  53. 131b889 Extract macaroon reading and verifying into separate functions by Vitaly Buka · 9 years ago
  54. 7a25a3d Extracted function to create token from secret and caveats by Vitaly Buka · 9 years ago
  55. 20896ab Replace several members of SecurityManager with pointers to Settings by Vitaly Buka · 9 years ago
  56. 3d6b552 Hide Config::Load method by Vitaly Buka · 9 years ago
  57. 66a01e0 Add AuthManager::CreateAccessTokenFromAuth by Vitaly Buka · 10 years ago
  58. ee7322f Get list of auth modes from AuthManger by Vitaly Buka · 10 years ago
  59. 66f46b8 Change user_id into string by Vitaly Buka · 10 years ago
  60. 0bc02ed Use different secret for auth and access tokens by Vitaly Buka · 10 years ago
  61. 3020c49 Remove unused SecurityDelegate::IsValidPairingCode by Vitaly Buka · 10 years ago
  62. 4957afb Add privet API tests for local auth by Vitaly Buka · 10 years ago
  63. fd2ef68 Move most of auth logic into SecurityDelegate::CreateAccessToken by Vitaly Buka · 10 years ago
  64. 29bd070 Add AuthType enum with string mapping by Vitaly Buka · 10 years ago
  65. a0a8134 Changed AuthManager::CreateAccessToken and AuthManager::ParseAccessToken by Vitaly Buka · 10 years ago
  66. 483d597 Add 'sessionId' into privet/info by Vitaly Buka · 10 years ago
  67. 3264eca Include build rules for clang with address sanitizer by Vitaly Buka · 10 years ago
  68. 5fddf87 Mark request as failed even if server replied with error by Vitaly Buka · 10 years ago
  69. 9921b87 Enable component information on device state update patches by Alex Vakulenko · 10 years ago
  70. f3fd9c3 Update format of upsertLocalAuthInfo request by Vitaly Buka · 10 years ago
  71. 287346b Add "manager" scope into privet API by Vitaly Buka · 10 years ago
  72. 8d0cfef Fix new schema to match the new server definitions by Alex Vakulenko · 10 years ago
  73. 305ab61 Rename ConfirmAuthToken -> ConfirmClientAuthToken by Vitaly Buka · 10 years ago
  74. 2d24e0e Return Root Client Authorization Token using /privet/v3/accessControl/* by Vitaly Buka · 10 years ago
  75. 34668e7 Reformat by Vitaly Buka · 10 years ago
  76. c3bc82a Check if device already claimed by Vitaly Buka · 10 years ago
  77. 4ab5002 Change interface of ClaimRootClientAuthToken and ConfirmAuthToken by Vitaly Buka · 10 years ago
  78. ba01142 Remove unused kTokenDelimeter variable by Alex Vakulenko · 10 years ago
  79. a10ab1c Provide RootClientTokenOwner into ClaimRootClientAuthToken by Vitaly Buka · 10 years ago
  80. 0c190b3 Call ConfirmAuthToken when upload is done by Vitaly Buka · 10 years ago
  81. 3eb52e7 Add the ability to query for particuar component and filter fields by Alex Vakulenko · 10 years ago
  82. 229113e Pass Config pointer into AuthManager by Vitaly Buka · 10 years ago
  83. 29bc593 Use ClaimRootClientAuthToken instead of GetRootClientAuthToken by Vitaly Buka · 10 years ago
  84. cc77fad Add ClaimRootClientAuthToken and ConfirmRootClientAuthToken by Vitaly Buka · 10 years ago
  85. e08c7c6 Add macaroon auth token verification by Vitaly Buka · 10 years ago
  86. 0de42f5 Add test to verify that token from different secret is not accepted by Vitaly Buka · 10 years ago
  87. 63c9862 Add local_auth_info_changed -> root_client_token_owner by Vitaly Buka · 10 years ago
  88. 30ba607 privet/security_manager: remove unused functions by Johan Euphrosine · 10 years ago
  89. b03d4dd Remove /privet/info:uptime as unused by Vitaly Buka · 10 years ago
  90. 1884cf6 Rename timeMs into time by Vitaly Buka · 10 years ago
  91. 6fdca1f component_manager: fix uint comparison in unittest by Johan Euphrosine · 10 years ago
  92. 532140d Add 'timeMs' field to /privet/info local API by Alex Vakulenko · 10 years ago
  93. b3de351 Fix device registration expiration with system clock adjusted by Alex Vakulenko · 10 years ago
  94. 47743a3 Fixed name of the function to match design docs. by Vitaly Buka · 10 years ago
  95. ec9d848 Mark old APIs officially deprecated by Alex Vakulenko · 10 years ago
  96. 72d8d16 Upload local auth data by Vitaly Buka · 10 years ago
  97. 41aa809 Use base::Clock in AuthManager for better testing by Vitaly Buka · 10 years ago
  98. ece713e Add shared MockClock class and cleaned up base::Clock usage by Vitaly Buka · 10 years ago
  99. c078108 Use a map for GetDeviceUiKind by Paul Westbrook · 10 years ago
  100. 86530d2 Updated scope to int mapping by Vitaly Buka · 10 years ago