|
d2a768c2f0
|
Renamed environment variables
|
2022-09-08 22:18:50 +02:00 |
|
David Rowe
|
4d11d1d515
|
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
|
2021-05-12 10:54:45 +12:00 |
|
Kasen IO
|
4b1e82fc0b
|
Move user agent to networking constants.
|
2020-07-08 14:18:24 -04:00 |
|
David Rowe
|
ffeb37e7aa
|
Merge remote-tracking branch 'hifi/master' into merge-hifi-master
# Conflicts:
# CMakeLists.txt
# README.md
# cmake/externals/glad32es/CMakeLists.txt
# cmake/externals/glad41/CMakeLists.txt
# cmake/externals/glad45/CMakeLists.txt
# cmake/externals/polyvox/CMakeLists.txt
# cmake/externals/quazip/CMakeLists.txt
# cmake/externals/vhacd/CMakeLists.txt
# cmake/init.cmake
# cmake/ports/hifi-deps/CONTROL
# cmake/ports/sdl2/CONTROL
# cmake/ports/sdl2/disable-hidapi-for-uwp.patch
# cmake/ports/sdl2/enable-winrt-cmake.patch
# cmake/ports/sdl2/fix-arm64-headers.patch
# cmake/ports/sdl2/fix-x86-windows.patch
# cmake/ports/sdl2/portfile.cmake
# cmake/ports/sdl2/vcpkg-cmake-wrapper.cmake
# cmake/ports/tbb/portfile.cmake
# hifi_vcpkg.py
# interface/src/avatar/MyAvatar.h
# libraries/avatars-renderer/src/avatars-renderer/Avatar.h
# libraries/avatars/src/AvatarData.h
# libraries/entities-renderer/src/RenderableEntityItem.h
# libraries/entities/src/EntityItem.cpp
# libraries/entities/src/EntityItem.h
# libraries/fbx/src/GLTFSerializer.cpp
# libraries/graphics-scripting/src/graphics-scripting/Forward.h
# libraries/networking/src/AddressManager.cpp
# libraries/networking/src/DomainHandler.h
# libraries/procedural/src/procedural/ProceduralMaterialCache.cpp
# libraries/render-utils/src/HighlightEffect.cpp
# libraries/render-utils/src/MeshPartPayload.cpp
# libraries/render-utils/src/Model.cpp
# libraries/render-utils/src/RenderShadowTask.cpp
# libraries/script-engine/src/WebSocketClass.cpp
|
2020-04-09 16:46:27 +12:00 |
|
Kasen IO
|
c34cd996df
|
change Metaverse API from setting
|
2019-12-20 11:39:05 +01:00 |
|
David Rowe
|
025c136561
|
XMLHttpRequest API JSDoc
|
2019-12-17 09:19:47 +13:00 |
|
Clement
|
90aeb636bd
|
Delete reply after the callback is executed
|
2019-08-12 17:21:22 -07:00 |
|
Clement
|
b2704da9ef
|
Don't manage _sendData's memory
|
2019-08-07 15:04:20 -07:00 |
|
Clement
|
0b72e4dc60
|
Make XML HTTP requests script owned
This was causing them to leak every time
|
2019-08-07 13:18:39 -07:00 |
|
Zach Fox
|
493262052c
|
Remove extraneous code changes; remove QUrlAncestry code; remove extra logging
|
2018-10-22 13:59:52 -07:00 |
|
Kerry Ivan Kurian
|
3b15548ea3
|
Display resource-access events in marketplace item tester
Includes refactoring marketplace item tester into a single-page app.
|
2018-10-18 01:04:47 -07:00 |
|
Clement
|
da9fb9c751
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
|
Stephen Birarda
|
139976d8bb
|
allow staging METAVERSE_SERVER_URL to be toggled by env
|
2017-12-12 16:22:08 -08:00 |
|
howard-stearns
|
f662571cab
|
send credentials to private data-webs as well
|
2017-03-15 15:46:25 -07:00 |
|
Stephen Birarda
|
81cb33574d
|
check for HTTPS scheme in bearer add in XMLHttpRequest
|
2016-10-18 10:04:43 -07:00 |
|
Stephen Birarda
|
08dc9e0c4d
|
use HTTP header for access token added for XMLHttpRequest
|
2016-10-17 11:34:37 -07:00 |
|
SamGondelman
|
9d447d4dcc
|
enabled qnetworkrequest redirects everywhere I could find them
|
2016-09-06 17:35:06 -07:00 |
|
Ryan Huffman
|
dd093e3fcd
|
Make AccountManager a DependencyManager singleton
|
2016-05-18 15:38:54 -07:00 |
|
Brad Hefta-Gaub
|
1de1527414
|
Merge pull request #4569 from ctrlaltdavid/20431
CR for Job #20431 - Remove XMLHttpRequest file reading and model uploading
|
2015-04-01 13:00:16 -07:00 |
|
David Rowe
|
0a55bcb0c5
|
Remove XMLHttpRequest's facility to read local files
|
2015-03-31 16:56:04 -07:00 |
|
Stephen Birarda
|
61806935bb
|
add a networking constants class with metaverse URL
|
2015-03-31 16:40:21 -07:00 |
|
David Rowe
|
c456760419
|
Extract API URL into a const
|
2015-03-27 15:24:55 -07:00 |
|
David Rowe
|
1ee797efa4
|
Fix authorization of API calls in XMLHttpRequest
|
2015-03-27 13:59:52 -07:00 |
|
Leonardo Murillo
|
c3c1d4a5ae
|
Switching to .com
|
2015-03-25 12:36:37 -06:00 |
|
Stephen Birarda
|
fe79d8902e
|
replace data with metaverse for highfidelity urls
|
2015-02-10 10:05:38 -08:00 |
|
David Rowe
|
812fbc58fb
|
Use custom User-Agent string
|
2015-01-23 19:13:29 -08:00 |
|
David Rowe
|
17925c7a81
|
Use more appropriate QNetworkReply error code
This error code is available now that Interface is built with Qt 5.3.
|
2015-01-12 11:06:05 -08:00 |
|
Atlante45
|
be050b0469
|
Added missing deletes
|
2015-01-05 15:13:07 -08:00 |
|
Stephen Birarda
|
7ad590c578
|
don't replace url query in XMLHttpRequest class
|
2014-10-29 13:20:21 -07:00 |
|
Andrew Meadows
|
51dca12a7b
|
added default case for switch statements
which avoids warnings about unhandled enum values
|
2014-09-05 16:55:42 -07:00 |
|
David Rowe
|
83a868d741
|
Make XMLHttpRequest automatically authorize API calls
|
2014-08-07 15:20:30 -07:00 |
|
David Rowe
|
573ce7261b
|
Add proper sending of ArrayBuffers via JavaScript XMLHttpRequest
|
2014-07-31 19:24:46 -07:00 |
|
David Rowe
|
ed7bd9317e
|
Make XMLHttpRequest return an ArrayBuffer object when requested
|
2014-07-22 21:48:48 -07:00 |
|
David Rowe
|
3f24f61180
|
Provide Content-Type and -Length headers when reading local files
|
2014-07-20 22:45:19 -07:00 |
|
David Rowe
|
d05435db91
|
Add arraybuffer binary data handling in JavaScript XMLHttpRequest
|
2014-07-19 23:27:36 -07:00 |
|
David Rowe
|
33ffed7135
|
Add GET of local files to JavaScript XMLHttpRequest
|
2014-07-19 15:47:06 -07:00 |
|
Atlante45
|
74e7e0a7bf
|
Switched XMLHttpRequestClass to NetworkAccessManager
|
2014-07-02 11:27:32 -07:00 |
|
Ryan Huffman
|
a5c10220e6
|
Remove _ prefix from private methods in XMLHttpRequest
|
2014-05-14 10:16:04 -07:00 |
|
Ryan Huffman
|
7d7e012965
|
Add XMLHttpRequest
|
2014-05-06 11:28:09 -07:00 |
|