Sign in
weave
/
weave
/
libweave
/
e0b0c6de6d1f0d6a7a45629d41fd0c34c5af2260
/
src
2f53f51
Remove unused function
by Vitaly Buka
· 9 years ago
0a8ab99
Don't allow registration of registered device
by Vitaly Buka
· 9 years ago
ce850b5
Add the ability to remove a component from component tree
by Alex Vakulenko
· 9 years ago
e0df73a
Switch to macaroon library to generate and parse access tokens
by Vitaly Buka
· 9 years ago
131b889
Extract macaroon reading and verifying into separate functions
by Vitaly Buka
· 9 years ago
7a25a3d
Extracted function to create token from secret and caveats
by Vitaly Buka
· 9 years ago
20896ab
Replace several members of SecurityManager with pointers to Settings
by Vitaly Buka
· 9 years ago
3d6b552
Hide Config::Load method
by Vitaly Buka
· 9 years ago
66a01e0
Add AuthManager::CreateAccessTokenFromAuth
by Vitaly Buka
· 9 years ago
ee7322f
Get list of auth modes from AuthManger
by Vitaly Buka
· 9 years ago
66f46b8
Change user_id into string
by Vitaly Buka
· 9 years ago
0bc02ed
Use different secret for auth and access tokens
by Vitaly Buka
· 9 years ago
3020c49
Remove unused SecurityDelegate::IsValidPairingCode
by Vitaly Buka
· 9 years ago
4957afb
Add privet API tests for local auth
by Vitaly Buka
· 9 years ago
fd2ef68
Move most of auth logic into SecurityDelegate::CreateAccessToken
by Vitaly Buka
· 9 years ago
29bd070
Add AuthType enum with string mapping
by Vitaly Buka
· 9 years ago
a0a8134
Changed AuthManager::CreateAccessToken and AuthManager::ParseAccessToken
by Vitaly Buka
· 9 years ago
483d597
Add 'sessionId' into privet/info
by Vitaly Buka
· 9 years ago
3264eca
Include build rules for clang with address sanitizer
by Vitaly Buka
· 9 years ago
5fddf87
Mark request as failed even if server replied with error
by Vitaly Buka
· 9 years ago
9921b87
Enable component information on device state update patches
by Alex Vakulenko
· 9 years ago
f3fd9c3
Update format of upsertLocalAuthInfo request
by Vitaly Buka
· 9 years ago
287346b
Add "manager" scope into privet API
by Vitaly Buka
· 9 years ago
8d0cfef
Fix new schema to match the new server definitions
by Alex Vakulenko
· 9 years ago
305ab61
Rename ConfirmAuthToken -> ConfirmClientAuthToken
by Vitaly Buka
· 9 years ago
2d24e0e
Return Root Client Authorization Token using /privet/v3/accessControl/*
by Vitaly Buka
· 9 years ago
34668e7
Reformat
by Vitaly Buka
· 9 years ago
c3bc82a
Check if device already claimed
by Vitaly Buka
· 9 years ago
4ab5002
Change interface of ClaimRootClientAuthToken and ConfirmAuthToken
by Vitaly Buka
· 9 years ago
ba01142
Remove unused kTokenDelimeter variable
by Alex Vakulenko
· 9 years ago
a10ab1c
Provide RootClientTokenOwner into ClaimRootClientAuthToken
by Vitaly Buka
· 9 years ago
0c190b3
Call ConfirmAuthToken when upload is done
by Vitaly Buka
· 9 years ago
3eb52e7
Add the ability to query for particuar component and filter fields
by Alex Vakulenko
· 9 years ago
229113e
Pass Config pointer into AuthManager
by Vitaly Buka
· 9 years ago
29bc593
Use ClaimRootClientAuthToken instead of GetRootClientAuthToken
by Vitaly Buka
· 9 years ago
cc77fad
Add ClaimRootClientAuthToken and ConfirmRootClientAuthToken
by Vitaly Buka
· 9 years ago
e08c7c6
Add macaroon auth token verification
by Vitaly Buka
· 9 years ago
0de42f5
Add test to verify that token from different secret is not accepted
by Vitaly Buka
· 9 years ago
63c9862
Add local_auth_info_changed -> root_client_token_owner
by Vitaly Buka
· 9 years ago
30ba607
privet/security_manager: remove unused functions
by Johan Euphrosine
· 9 years ago
b03d4dd
Remove /privet/info:uptime as unused
by Vitaly Buka
· 9 years ago
1884cf6
Rename timeMs into time
by Vitaly Buka
· 9 years ago
6fdca1f
component_manager: fix uint comparison in unittest
by Johan Euphrosine
· 9 years ago
532140d
Add 'timeMs' field to /privet/info local API
by Alex Vakulenko
· 9 years ago
b3de351
Fix device registration expiration with system clock adjusted
by Alex Vakulenko
· 9 years ago
47743a3
Fixed name of the function to match design docs.
by Vitaly Buka
· 9 years ago
ec9d848
Mark old APIs officially deprecated
by Alex Vakulenko
· 9 years ago
72d8d16
Upload local auth data
by Vitaly Buka
· 9 years ago
41aa809
Use base::Clock in AuthManager for better testing
by Vitaly Buka
· 9 years ago
ece713e
Add shared MockClock class and cleaned up base::Clock usage
by Vitaly Buka
· 9 years ago
c078108
Use a map for GetDeviceUiKind
by Paul Westbrook
· 9 years ago
86530d2
Updated scope to int mapping
by Vitaly Buka
· 9 years ago
a37056e
Generate Root Client Authorization Token
by Vitaly Buka
· 9 years ago
1396480
Fix returning value for uw_crypto_hmac_init_
by Vitaly Buka
· 9 years ago
c5b6060
Use fixed secret in AuthManager tests
by Vitaly Buka
· 9 years ago
6182030
Remove allow_response_without_content
by Vitaly Buka
· 9 years ago
666b43e
Move ownership of libweave config to DeviceManager
by Vitaly Buka
· 9 years ago
3d851b4
Change ownership of AuthManager as it's needed by DeviceRegistrationInfo
by Vitaly Buka
· 9 years ago
2033433
Fix a crash when adding a default command handler
by Alex Vakulenko
· 9 years ago
972282c
Fix compile error on Brillo
by Alex Vakulenko
· 9 years ago
47fe6f8
Add macaroone implementation into libweave build
by Vitaly Buka
· 10 years ago
7717d93
Support HTTP responses with no body
by Vitaly Buka
· 9 years ago
1a10871
Remove output error parameter from BuildDeviceResource
by Vitaly Buka
· 9 years ago
a580328
Add config flag to mark that local auth info was changed
by Vitaly Buka
· 9 years ago
6a9d0e2
Fixed name of constant in unit test
by Vitaly Buka
· 9 years ago
78d4f6d
Move local device_id into public settings section
by Vitaly Buka
· 9 years ago
e3cc230
Move checkForUpdates tests into their own section
by Alex Vakulenko
· 9 years ago
f969132
Use uint64_t for fingerprints to prevent easy overflows
by Alex Vakulenko
· 9 years ago
551a82b
Add support of Components/Traits to local privet APIs
by Alex Vakulenko
· 9 years ago
29a11ca
Replace IsEqualJson gtest predicate with EXPECT_JSON_EQ
by Alex Vakulenko
· 9 years ago
894b6b4
commands: delete obsolete include
by Johan Euphrosine
· 9 years ago
d91d625
Switch to use ComponentManager for traits/components
by Alex Vakulenko
· 9 years ago
6b394d1
Add support for legacy state/commandDefs to ComponentManager
by Alex Vakulenko
· 9 years ago
b736c98
Make CommandManager::AddCommand() usable for both cloud and local cases
by Alex Vakulenko
· 9 years ago
ba98115
Convert ComponentManager into an interface and create a mock
by Alex Vakulenko
· 9 years ago
a3c5e6d
Route commands without path to suitable component
by Alex Vakulenko
· 10 years ago
e79fa91
Add new component-based APIs to Device interface
by Alex Vakulenko
· 10 years ago
7b588fc
Add support for state updates on ComponentManager
by Alex Vakulenko
· 10 years ago
6869ed7
Change StateChangeQueue::NotifyPropertiesUpdated to take const ref
by Alex Vakulenko
· 10 years ago
44c1dbe
Add ComponentManager class to handle device traits/components
by Alex Vakulenko
· 10 years ago
739e357
Make Split() function work consistently with empty strings
by Alex Vakulenko
· 10 years ago
88f55d8
Add "component" property to command instance
by Alex Vakulenko
· 10 years ago
3c2b303
Add fake component/trait property to device draft
by Alex Vakulenko
· 10 years ago
f08caeb
Extract privet::AuthManager from privet::SecurityManager
by Vitaly Buka
· 10 years ago
41429d8
commands: fix unused-function warning
by Johan Euphrosine
· 10 years ago
2c7740a
Remove CommandDefinition class
by Alex Vakulenko
· 10 years ago
f21c83a
Change XMPP notification tag from 'clouddevices' to 'weave'
by Alex Vakulenko
· 10 years ago
3bfb13d
Fix GCC 4.7 errors
by Vitaly Buka
· 10 years ago
c430560
Replace Get* methods returning unique_ptr with reference alternative
by Vitaly Buka
· 10 years ago
8a05beb
Remove object schema type system
by Alex Vakulenko
· 10 years ago
7125e8b
Enable big-endian build
by Vitaly Buka
· 10 years ago
52d006a
Support GCC 4.7
by Vitaly Buka
· 10 years ago
7d66921
Remove object schema parsing in state definition
by Alex Vakulenko
· 10 years ago
7e894da
Remove object schema parsing in CommandDefinition
by Alex Vakulenko
· 10 years ago
1c522d8
Don't expose old cloud ID in Privet info
by Vitaly Buka
· 10 years ago
36bf1b5
Remove schema validation from command parameters/returns
by Alex Vakulenko
· 10 years ago
672634b
Persist kInvalidCredentials state
by Vitaly Buka
· 10 years ago
c27390d
Fixed headers parsing in CurlHttpClient
by Vitaly Buka
· 10 years ago
88272d5
Replace clouddevices with weave in documentation and tests
by Vitaly Buka
· 10 years ago
efee3a2
Add support for long-poll HTTP request at /privet/v3/checkForUpdates
by Alex Vakulenko
· 10 years ago
Next »