Sign in
weave
/
weave
/
libweave
/
012cd9842559fd985d70a59919c382d71f15c5ac
/
src
/
privet
/
cloud_delegate.cc
8b00597
Implement privet properties for changing cloud print endpoints
by Vitaly Buka
· 9 years ago
03ee8ac
Enable support of endpoints override.
by Vitaly Buka
· 9 years ago
4fe71e3
Make App ID a part of User ID
by Vitaly Buka
· 9 years ago
0dbbf60
AddTo will return AddToTypeProxy for convenience
by Vitaly Buka
· 9 years ago
48a8669
Remove domain from weave::Error
by Vitaly Buka
· 9 years ago
66f46b8
Change user_id into string
by Vitaly Buka
· 10 years ago
287346b
Add "manager" scope into privet API
by Vitaly Buka
· 10 years ago
34668e7
Reformat
by Vitaly Buka
· 10 years ago
3eb52e7
Add the ability to query for particuar component and filter fields
by Alex Vakulenko
· 10 years ago
b3de351
Fix device registration expiration with system clock adjusted
by Alex Vakulenko
· 10 years ago
551a82b
Add support of Components/Traits to local privet APIs
by Alex Vakulenko
· 10 years ago
d91d625
Switch to use ComponentManager for traits/components
by Alex Vakulenko
· 10 years ago
2c7740a
Remove CommandDefinition class
by Alex Vakulenko
· 10 years ago
c430560
Replace Get* methods returning unique_ptr with reference alternative
by Vitaly Buka
· 10 years ago
52d006a
Support GCC 4.7
by Vitaly Buka
· 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
672634b
Persist kInvalidCredentials state
by Vitaly Buka
· 10 years ago
5a1f600
Remove the unneeded libweave directory
by Paul Westbrook
· 10 years ago
[Renamed from libweave/src/privet/cloud_delegate.cc]
87eb788
Replace services list with value generated from model device id
by Vitaly Buka
· 10 years ago
4615e0d
Updated source headers into The Weave Authors
by Vitaly Buka
· 10 years ago
7476342
Use single callback for replies to async operations
by Vitaly Buka
· 10 years ago
f7f52d4
Pass error as ErrorPtr into ErrorCallback
by Vitaly Buka
· 10 years ago
12870bd
Change weave::Device::Register API to async version
by Vitaly Buka
· 10 years ago
47a1f6f
Remove Command::Done and add verification of Command state transitions
by Vitaly Buka
· 10 years ago
ef213d7
Remove weave Command::ToJson method
by Vitaly Buka
· 10 years ago
553a762
Rename OnCommandAdded into CommandAdded
by Vitaly Buka
· 10 years ago
4c98135
Remove weave::State interface
by Vitaly Buka
· 10 years ago
ba35059
Rename State::AddOnChangedCallback into State::AddStateChangedCallback
by Vitaly Buka
· 10 years ago
95d6256
Add weave::State::SetStateProperty and weave::State::GetStateProperty
by Vitaly Buka
· 10 years ago
c3c6dab
Remove weave::Cloud interface
by Vitaly Buka
· 10 years ago
0b7bb9f
weave/settings: add device_id with persisted guid
by Johan Euphrosine
· 10 years ago
ae6b35d
Move OnSettingsChanged callback into callback of weave::Device
by Vitaly Buka
· 10 years ago
b624bc4
Use enum for Settings::local_anonymous_access_role
by Vitaly Buka
· 10 years ago
2d16dfa
Drop libweave part from includes.
by Stefan Sauer
· 10 years ago
312c2f5
weave/settings: rename device_id to cloud_id
by Johan Euphrosine
· 10 years ago
1e36367
Move all providers into include/weave/provider
by Vitaly Buka
· 10 years ago
6c5c99d
Replaced some callbacks with commend SuccessCallback and ErrorCallback
by Vitaly Buka
· 10 years ago
4ebd329
Reformat with clang-format
by Vitaly Buka
· 10 years ago
5cf12a3
Remove unnecessary getters from weave::Config
by Vitaly Buka
· 10 years ago
658aa36
Simplify code by removing error from ::GetModelId and ::GetName
by Vitaly Buka
· 10 years ago
ca365fb
Improve testing of WiFi bootstrapping condition
by Vitaly Buka
· 10 years ago
bcc6754
Revert "Improve testing of WiFi bootstrapping condition"
by Vitaly Buka
· 10 years ago
38d582f
Improve testing of WiFi bootstrapping condition
by Vitaly Buka
· 10 years ago
464f93e
Increase device registration timeout interval
by Alex Vakulenko
· 10 years ago
2924832
Increase default timeout for device registration requests
by Alex Vakulenko
· 10 years ago
c11a17d
libweave: Remove loading/saving of config and state from libweave
by Vitaly Buka
· 10 years ago
0801a1f
libweave: Copy chromeos::Error into libweave
by Vitaly Buka
· 10 years ago
823fdda
libweave: Replace MessageLoop with weave::TaskRunner
by Vitaly Buka
· 10 years ago
f9630fb
libweave: Pass TaskRunner instead of using MessageLoop::current()
by Vitaly Buka
· 10 years ago
8e2f416
libweave: Remove dbus dependency from libweave
by Vitaly Buka
· 10 years ago
c58a828
libweave: Remove chromeos::Any from commands and state
by Vitaly Buka
· 10 years ago
6942e1f
libweave: Remove error pointer from ToJson methods
by Vitaly Buka
· 10 years ago
12affd8
libweave: Switch DBusCommandDispacher to weave::Command interface
by Vitaly Buka
· 10 years ago
237b55b
libweave: Remove couple of unused dbus inludes
by Vitaly Buka
· 10 years ago
8b4ab96
libweave: Interfaces for subcomponents of libweave
by Vitaly Buka
· 10 years ago
bc3e8bd
libweave: Extract weave::Settings struct
by Vitaly Buka
· 10 years ago
7197c1a
libweave: Cleanup enum to string conversion
by Vitaly Buka
· 10 years ago
0fa51e5
libweave: Buffet includes only weave/include files
by Vitaly Buka
· 10 years ago
b6f015a
libweave: Rename buffet namespace into weave
by Vitaly Buka
· 10 years ago
912b698
buffet: Extracted libweave into separate directory
by Vitaly Buka
· 10 years ago
[Renamed (97%) from buffet/privet/cloud_delegate.cc]
8b32d59
buffet: Don't assume that ID is not in command_owners_
by Vitaly Buka
· 10 years ago
79b50e7
buffet: Fixed listing of cloud commands on local API
by Vitaly Buka
· 10 years ago
e27f552
buffet: Remove unnecessary config options
by Vitaly Buka
· 10 years ago
7604552
buffet: Mark CloudDelegateImpl state on registration success
by Vitaly Buka
· 10 years ago
ae1ffbc
platform2: Fix issues with new version of libchrome
by Alex Vakulenko
· 10 years ago
7ab89ff
buffet: Remove D-Bus between CloudDelegate and Buffet
by Vitaly Buka
· 10 years ago
ae96cc3
buffet: Start privet logic
by Vitaly Buka
· 10 years ago
075b3d4
buffet: clang-format of buffet/privet
by Vitaly Buka
· 10 years ago
7ce499f
buffet: Move privetd sources into buffet
by Vitaly Buka
· 10 years ago