Stephen Birarda
|
139976d8bb
|
allow staging METAVERSE_SERVER_URL to be toggled by env
|
2017-12-12 16:22:08 -08:00 |
|
Zach Fox
|
002141724b
|
Return to using NetworkingConstants
|
2017-10-26 14:12:36 -07:00 |
|
Zach Fox
|
d7bdbfb37b
|
Fix unix build errors
|
2017-10-25 09:53:59 -07:00 |
|
Zach Fox
|
b092862b03
|
Missed another spot
|
2017-10-24 14:23:06 -07:00 |
|
Zach Fox
|
48c8d52c09
|
Cleanup
|
2017-10-24 13:30:27 -07:00 |
|
Zach Fox
|
c64c2e17c8
|
First pass at consolidation
|
2017-10-24 12:01:05 -07:00 |
|
Ryan Huffman
|
0d96f82888
|
Merge pull request #10592 from birarda/close-report
Send a close event to API on shutdown
|
2017-06-02 10:57:41 -07:00 |
|
Stephen Birarda
|
3d98f1b3ee
|
print metaverse session ID to debug log
|
2017-06-01 13:46:37 -07:00 |
|
Stephen Birarda
|
1d9d83b157
|
initial version of the ClosureEventSender using std::thread
|
2017-05-31 19:00:41 -07:00 |
|
seefo
|
a638704a8c
|
Modified AccountManager code to better meet style guidelines
|
2017-05-22 17:01:37 -07:00 |
|
seefo
|
e77e900812
|
Added refreshing of Account Manager's access token
Changed indentention style to match guidelines
|
2017-05-22 14:46:44 -07:00 |
|
Atlante45
|
cea0e182c0
|
Interface login through steam
|
2016-08-08 15:39:25 -07:00 |
|
Seth Alves
|
c7d56493b1
|
Merge branch 'master' of github.com:highfidelity/hifi into groups
|
2016-06-27 10:07:38 -07:00 |
|
Brad Hefta-Gaub
|
4510bb1674
|
Merge pull request #8098 from zzmp/feat/temp-domain-heartbeats
add heartbeats to metaverse for temporary domains
|
2016-06-24 12:08:37 -07:00 |
|
Seth Alves
|
cc1b6f0cb2
|
add a permissions-grid row for friends-of-domain-owner
|
2016-06-24 11:42:56 -07:00 |
|
Zach Pomerantz
|
3a36b0a2e5
|
add temporary domain info to account info
|
2016-06-22 12:02:35 -07:00 |
|
Ryan Huffman
|
3650377745
|
Clean up NULL => nullptr
|
2016-06-16 13:17:31 -07:00 |
|
Ryan Huffman
|
ed88232fb0
|
Move session id storage to AccountManager
|
2016-06-16 09:19:42 -07:00 |
|
Stephen Birarda
|
66bdbf910d
|
optionally include the metaverse session ID as an http header
|
2016-05-25 11:55:04 -07:00 |
|
Ryan Huffman
|
64c89a5dde
|
Fix AccountManager not compiling on Windows
|
2016-05-18 15:38:54 -07:00 |
|
Ryan Huffman
|
e622c17f6b
|
Pull default UserAgentGetter out of func signature
|
2016-05-18 15:38:54 -07:00 |
|
Ryan Huffman
|
bfb4bb0896
|
Add userAgentGetter to AccountManager for custom UserAgent
|
2016-05-18 15:38:54 -07:00 |
|
Ryan Huffman
|
dd093e3fcd
|
Make AccountManager a DependencyManager singleton
|
2016-05-18 15:38:54 -07:00 |
|
Stephen Birarda
|
ed1ddc2a8b
|
remove code to update/store wallet balance
|
2016-05-06 11:54:49 -07:00 |
|
Stephen Birarda
|
a5d09e268d
|
fix sessionID pull and re-sent for HB
|
2016-05-05 15:56:16 -07:00 |
|
Stephen Birarda
|
f44cf3903c
|
re-instate verified domain ownership for full automatic networking
This reverts commit 34408c8144 .
|
2016-03-01 13:04:37 -08:00 |
|
Stephen Birarda
|
34408c8144
|
Revert "verified domain ownership for full automatic networking"
|
2016-02-25 17:02:08 -08:00 |
|
Stephen Birarda
|
6cab831ea0
|
re-gen the interface keypair while being denied from domain
|
2016-02-23 14:52:12 -08:00 |
|
Stephen Birarda
|
540d1615cd
|
re-attempt keypair generation for domain check in if missing
|
2016-02-23 12:05:12 -08:00 |
|
Stephen Birarda
|
83e8c248bd
|
repairs to failure case for keypair generation
|
2016-02-23 11:20:21 -08:00 |
|
Stephen Birarda
|
bfdf74367e
|
don't update the AM keypair until uploaded
|
2016-02-23 11:09:28 -08:00 |
|
Stephen Birarda
|
6e4ecffb09
|
expose generated public key and private key from generator
|
2016-02-19 16:48:58 -08:00 |
|
Stephen Birarda
|
5de8601b43
|
simpler cleanup of result from RSAKeypairGenerator
|
2016-02-19 16:41:56 -08:00 |
|
Stephen Birarda
|
98b06112bd
|
handle persistence of AccountManager info to sep file
|
2016-02-19 15:45:20 -08:00 |
|
Stephen Birarda
|
af181e00b1
|
allow for creation of domain-server keypair in AccountManager
|
2016-02-19 14:34:19 -08:00 |
|
Stephen Birarda
|
5645fdc8b9
|
send user to token creation page
|
2015-05-14 15:21:33 -07:00 |
|
Stephen Birarda
|
4bf8e9f625
|
change AccountManager request API, leverage in networking and DS
|
2015-03-25 12:04:04 -07:00 |
|
Stephen Birarda
|
df8864f9b0
|
Revert "make sure UserActivityLogger::close() waits for the pending log message to complete"
This reverts commit 3bd3f5a6d2 .
|
2015-03-12 15:04:51 -07:00 |
|
ZappoMan
|
3bd3f5a6d2
|
make sure UserActivityLogger::close() waits for the pending log message to complete
|
2015-03-10 14:23:23 -07:00 |
|
Stephen Birarda
|
64fda3253e
|
add a LoginDialog and pass credentials to AccountManager
|
2015-02-03 15:53:07 -08:00 |
|
Stephen Birarda
|
483d072709
|
handle override path from address bar
|
2015-01-20 10:47:57 -08:00 |
|
Stephen Birarda
|
5ecdb58e20
|
generate a new keypair on every interface launch
|
2014-10-17 16:55:50 -07:00 |
|
Stephen Birarda
|
970f2c7fad
|
have DSAI generate a username signature upon request, when it has private key
|
2014-10-14 15:15:16 -07:00 |
|
Stephen Birarda
|
22b599b8cc
|
repair for persisting of Account to file after keypair generation
|
2014-10-14 14:21:18 -07:00 |
|
Stephen Birarda
|
7ce806b746
|
fire off generation of key-pair in conjunction with login, store private key
|
2014-10-14 12:12:32 -07:00 |
|
Stephen Birarda
|
15156519b3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into domain-tunnel
|
2014-10-01 16:19:16 -07:00 |
|
Stephen Birarda
|
fed7dad2b6
|
use an auto_ptr to be able to reset the AccountManager
|
2014-09-30 14:36:32 -07:00 |
|
Stephen Birarda
|
3969c8bfe0
|
don't allow a username and password for domain auth, require access token
|
2014-09-30 12:23:04 -07:00 |
|
Stephen Birarda
|
e2c3b626b3
|
add a DataWebDialog for authenticated access to data-web html
|
2014-09-18 09:05:25 -07:00 |
|
Stephen Birarda
|
eadae8ed1a
|
allow unauthenticated redemptions of signed transactions from octree server
|
2014-07-31 10:05:26 -07:00 |
|