Stephen Birarda
|
9cb8cbff2c
|
fix noAuth flow for domain-server
|
2014-02-20 16:47:00 -08:00 |
|
Stephen Birarda
|
a6c1e3e87f
|
tweaks to domain-server authentication flow
|
2014-02-20 16:31:50 -08:00 |
|
Stephen Birarda
|
ee90c25a41
|
add helpers for json responses from AccountManager
|
2014-02-20 14:22:08 -08:00 |
|
Stephen Birarda
|
2408d909ba
|
resolve conflicts on merge with upstream master
|
2014-02-20 12:12:29 -08:00 |
|
Philip Rosedale
|
7010c45b16
|
Merge pull request #2036 from ZappoMan/js_clipboard
Clipboard support in JS and lots of improvements to editVoxels.js
|
2014-02-20 12:08:56 -08:00 |
|
Stephen Birarda
|
3bace43aae
|
Merge branch 'master' of https://github.com/highfidelity/hifi into authentication
|
2014-02-20 12:08:47 -08:00 |
|
Stephen Birarda
|
4022d9f4c4
|
fix metavoxel interest list, keep node alive with ping
|
2014-02-20 11:36:16 -08:00 |
|
Stephen Birarda
|
6f84230d9d
|
resolve conflicts on merge with upstream/master
|
2014-02-20 10:14:36 -08:00 |
|
Stephen Birarda
|
cb165902fd
|
use existing constants for HTTP operations
|
2014-02-19 18:12:10 -08:00 |
|
Stephen Birarda
|
d3dd49a2e8
|
force DomainServer to wait for session UUID before setup with auth
|
2014-02-19 18:06:21 -08:00 |
|
ZappoMan
|
91d79f65f2
|
fix crash on import from JS
|
2014-02-19 17:57:28 -08:00 |
|
ZappoMan
|
3a8a880a8b
|
Merge branch 'master' of https://github.com/worklist/hifi into js_clipboard
|
2014-02-19 17:49:22 -08:00 |
|
ZappoMan
|
f6fba54dda
|
improved text mapping in keyboard events
|
2014-02-19 17:49:00 -08:00 |
|
Stephen Birarda
|
32ceccfeb6
|
have domain-server bail if username/password not provided for auth
|
2014-02-19 17:26:21 -08:00 |
|
Stephen Birarda
|
57538af8fd
|
give a separate QNetworkAccessManager to the AccountManager
|
2014-02-19 14:19:00 -08:00 |
|
Stephen Birarda
|
a4cabe91f8
|
use UUID setter to fire signal and debug on UUID change
|
2014-02-19 14:17:14 -08:00 |
|
Stephen Birarda
|
c5b8ff181e
|
indicate that both username or email can be passed for login
|
2014-02-19 14:14:17 -08:00 |
|
Stephen Birarda
|
5f130872af
|
repair usage of INI file for QSettings
|
2014-02-19 14:09:18 -08:00 |
|
Jose Carlos
|
828508bbf1
|
merged from master
|
2014-02-19 23:01:13 +01:00 |
|
Stephen Birarda
|
ff7a49d8c2
|
resolve conflicts on merge with upstream master
|
2014-02-19 13:07:26 -08:00 |
|
ZappoMan
|
3bec67ecfd
|
fix right mouse click
|
2014-02-19 11:42:41 -08:00 |
|
ZappoMan
|
ad8a526502
|
fix right mouse click
|
2014-02-19 11:33:43 -08:00 |
|
ZappoMan
|
897da67118
|
Merge branch 'master' of https://github.com/worklist/hifi into js_clipboard
|
2014-02-19 10:54:05 -08:00 |
|
Andrew Meadows
|
c24cbdadc1
|
Merge branch 'master' of ssh://github.com/highfidelity/hifi into cleanup
Conflicts:
interface/src/avatar/MyAvatar.cpp
|
2014-02-19 10:00:51 -08:00 |
|
Andrew Meadows
|
07a12c1bd4
|
Removing unused declaration of static method
|
2014-02-19 09:28:34 -08:00 |
|
ZappoMan
|
bf814410ac
|
first cut at exposing clipboard support to JavaScript
|
2014-02-19 00:10:16 -08:00 |
|
Stephen Birarda
|
c302042e83
|
store access tokens in QSettings
|
2014-02-18 18:12:27 -08:00 |
|
Stephen Birarda
|
3199f1a3e4
|
store access tokens in settings so re-log not required
|
2014-02-18 17:42:12 -08:00 |
|
Stephen Birarda
|
ca6dfa58a6
|
client ID need not be passed for password grant type
|
2014-02-18 17:16:25 -08:00 |
|
Andrew Meadows
|
c134b8de5b
|
Remove Avatar::_hand, use AvatarData::_handData
|
2014-02-18 17:08:12 -08:00 |
|
ZappoMan
|
866b3dbb63
|
scripting additions
|
2014-02-18 16:47:50 -08:00 |
|
Stephen Birarda
|
b0895ea83a
|
store registration token in more compact form, begin parse on domain-server
|
2014-02-18 15:58:54 -08:00 |
|
Andrew Meadows
|
4565599fb3
|
Removing unused cruft: setHeadData() and friend
|
2014-02-18 15:40:38 -08:00 |
|
Stephen Birarda
|
949f79e945
|
hook up request for domain registration information for Interface
|
2014-02-18 15:38:43 -08:00 |
|
Jose Carlos
|
59f8851b50
|
Merge remote-tracking branch 'upstream/master' into 19489
|
2014-02-19 00:05:16 +01:00 |
|
Stephen Birarda
|
f4b0375b35
|
stub a method to ask for domain-server auth from NodeList
|
2014-02-18 14:48:17 -08:00 |
|
Stephen Birarda
|
582681738a
|
correctly set token expiration from json response
|
2014-02-18 14:37:46 -08:00 |
|
Stephen Birarda
|
72a877ca49
|
remove an extra space
|
2014-02-18 14:34:47 -08:00 |
|
Stephen Birarda
|
ce3cc7e5c9
|
require that client ID for authentication server be known to AccountManager
|
2014-02-18 14:34:32 -08:00 |
|
Stephen Birarda
|
b57a5cea6a
|
complete access token request flow after login window presentation
|
2014-02-18 14:27:52 -08:00 |
|
Stephen Birarda
|
b87d65df30
|
re-set domain auth info if hostname changes
|
2014-02-18 13:23:53 -08:00 |
|
Stephen Birarda
|
8a0136efe1
|
more work on authentication, show login window when domain asks
|
2014-02-18 13:21:32 -08:00 |
|
Stephen Birarda
|
c762b92e5a
|
replace DataServerClient and Profile with AccountManager
|
2014-02-18 11:27:37 -08:00 |
|
Stephen Birarda
|
7c69028dc5
|
hook up domain request for node to authenticate
|
2014-02-18 10:54:45 -08:00 |
|
Stephen Birarda
|
4c135dd3a7
|
more tweaks to domain check-ins to prepare for auth
|
2014-02-18 10:28:28 -08:00 |
|
Stephen Birarda
|
37f1f7ba4f
|
add a DomainInfo class to hold domain information
|
2014-02-18 09:59:22 -08:00 |
|
ZappoMan
|
5cf0ad46e7
|
Merge pull request #2000 from gaitat/master
Worklist Job #19503
|
2014-02-18 09:47:26 -08:00 |
|
Stephen Birarda
|
c9ade0585b
|
add a node authentication hostname to the domain-server
|
2014-02-18 09:03:35 -08:00 |
|
Jose Carlos
|
0ec554ec82
|
Added fadein and fadeout animations for display name
|
2014-02-18 00:49:26 +01:00 |
|
Jose Carlos
|
e7b54a9ef4
|
merged from master
|
2014-02-17 21:59:53 +01:00 |
|