Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-14 | SL-16388 Viewer MFA fix Duplicate Listener crash when first token challenge ↵ | Brad Kittenbrink | |
failed also cleaned up some xui warnings | |||
2021-12-13 | SL-16501 SLMFAHash is now saved client side | Brad Kittenbrink | |
2021-12-06 | SL-16388 Viewer MFA Implementation Improvements | Brad Kittenbrink | |
token input is now handled and message formatting is improved. Added beginnings of support for saving slmfa_hash value client side. | |||
2021-11-23 | SL-16388 Viewer MFA Implementation | Brad Kittenbrink | |
We now present MFA errors to the user during login and prompt them for an authentication token. | |||
2021-11-23 | SL-16365 Viewer adds empty mfa token to login params | Brad Kittenbrink | |
2021-11-15 | Increment viewer version to 6.5.1 | Nat Goodspeed | |
following promotion of DRTVWR-545 | |||
2021-11-07 | SL-16299 Added the correct @rpath for libvlc | Andrey Lihatskiy | |
2021-11-04 | SL-16299 fix warning about CFBundleIdentifier not matching ↵ | Brad Kittenbrink | |
PRODUCT_BUNDLE_IDENTIFIER | |||
2021-11-04 | SL-16299 Updated dullahan to CT build 565428; entitlements cleanup | Andrey Lihatskiy | |
2021-11-03 | SL-16299 Added entitlements for the app bundle signing | Andrey Lihatskiy | |
2021-10-28 | SL-15462 Convert waitForChannel() into state machine | Andrey Kleshchev | |
2021-10-25 | SL-16218 treat texture selection similar to diffuse map handling. | Mnikolenko Productengine | |
2021-10-14 | DRTVWR-545 Raised the viewer version to 6.5.0 | Andrey Lihatskiy | |
2021-10-14 | Merge branch 'master' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
2021-10-13 | Increment viewer version to 6.4.24 | Nat Goodspeed | |
following promotion of DRTVWR-520 | |||
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #2 | Andrey Kleshchev | |
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #1 | Andrey Kleshchev | |
2021-10-13 | SL-16106 Fixed asset storage trying to request data on shutdown | Andrey Kleshchev | |
2021-09-28 | Revert "Merge branch 'c++17' into DRTVWR-522-maint" | Andrey Lihatskiy | |
This reverts commit 203ea3a70a775a09cbbffb1740ab7c58f1780baa, reversing changes made to 8e3f0778863a5aa337d1148a243ea91d238a8ac5. # Conflicts: # indra/newview/llmachineid.cpp | |||
2021-09-27 | SL-16087 [D545] New clothes do not have the word 'New' in their names | Andrey Kleshchev | |
2021-09-23 | SL-15903 SLPlugin entitlements fix | Andrey Lihatskiy | |
2021-09-21 | SL-15612 Value fix | Andrey Lihatskiy | |
2021-09-21 | SL-15612 Check for SKIP_NOTARIZATION evn. variable | Andrey Lihatskiy | |
2021-09-21 | SL-15903 Restored the lost code | Andrey Lihatskiy | |
2021-09-21 | Revert "SL-11841 make ‘Push to talk’ the default setting" | Andrey Kleshchev | |
This reverts commits: 126877bc5ba45ff6b0b31368c55f894a0beaf5bf b661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb ce660c7e7bb6e19a23d634fb6d3249330bf2d74c | |||
2021-09-18 | SL-11841 Fix PushToTalkToggle being set incorectly | Andrey Kleshchev | |
Due to changed defaults, legacy compatibility will no longer work corectly, remove it | |||
2021-09-17 | SL-15594 Ignore voice keys when keybinding is waiting for a key | Andrey Kleshchev | |
2021-09-17 | SL-11841 make ‘Push to talk’ the default setting | Andrey Kleshchev | |
2021-09-09 | SL-11841 make ‘Push to talk’ the default setting | Mnikolenko Productengine | |
2021-09-03 | SL-15902 Cleanup gSecAPIHandler | Mnikolenko ProductEngine | |
2021-09-03 | DRTVWR-545 Megre fix | Andrey Kleshchev | |
2021-09-03 | Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp | |||
2021-09-02 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-09-01 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-08-31 | SL-15768 Restored collision sound default behaviour | Andrey Kleshchev | |
2021-08-27 | Merge branch 'c++17' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-19 | SL-15853 Added the Map icon to bottom toolbar defaults | Andrey Lihatskiy | |
2021-08-18 | SL-15759 Crash in setCapability | Andrey Kleshchev | |
Different subcase of same crash, this one for losing connection | |||
2021-08-13 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
This code needs to be turned into a state machine (switch-case between states) with clean exit and each state clean and separate. Right now it passes through all stages on exit and relies onto multiple bools instead of just transitioning to 'exit' state. In some cases coroutine still lives longer than voice singletone, it also needs to be adressed. | |||
2021-08-12 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp | |||
2021-08-10 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-10 | Merge remote-tracking branch 'origin/master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-08-09 | Increment viewer version to 6.4.23 | Nat Goodspeed | |
following promotion of DRTVWR-531 | |||
2021-08-09 | SL-15789 Crash in LLTranslationAPIHandler | Andrey Kleshchev | |
Bugsplat logged an out_of_range exception for unknown string | |||
2021-08-09 | SL-15759 Crash in requestBaseCapabilitiesCoro | Andrey Kleshchev | |
2021-08-06 | SL-15778 Crash at getPreferredType() in findCategoryUUIDForTypeInRoot | Andrey Kleshchev | |
2021-08-06 | SL-15696 Don't be so persistent with outdated driver notification | Andrey Kleshchev | |
Some manufactures provide no own updated drivers yet forbid users from updating to intel provided one | |||
2021-08-02 | SL-15711 Viewer hangs with agents with malformed inventory | Andrey Kleshchev | |
2021-07-30 | SL-15729 Using gMenuLand instead of gMenuHolder | Andrey Kleshchev | |
These UI elements belong to gMenuLand, "Buy Land..." no longer exists | |||
2021-07-30 | SL-15729 Crash calling childSetEnabled | Andrey Kleshchev | |