Age | Commit message (Collapse) | Author |
|
|
|
SL-20024: Improve material permissions handling
|
|
|
|
w/r/t author intent and being easier to understand
|
|
|
|
materials, fix item not renamed
|
|
|
|
re-enabling after object inventory load
|
|
|
|
inventory. Check perms, keep perms.
|
|
|
|
|
|
no-transfer
|
|
|
|
|
|
|
|
state
|
|
|
|
|
|
Previously was bounced to login screen on error only,
now should be bounced back if failed too many times as well
|
|
DRTVWR-583
|
|
DRTVWR-583
|
|
|
|
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough
- Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready
- Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version)
|
|
|
|
Is supposed to set version and descendant info in parseCategory
|
|
|
|
|
|
values
|
|
|
|
|
|
|
|
Privileged
|
|
|
|
|
|
|
|
|
|
For unknown reason allocations of these coroutines often crash on client machines.
1. Limit quantity of coros running in parallel by reducing retries and wait time
2. Print out more diagnostic info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that unconditionally return. This eliminates the problem of pacifying a
compiler that expects a return statement vs. a compiler that detects that
callFail() unconditionally throws.
Thanks, Ansariel.
|
|
This one includes the fix for SL-19756.
|
|
This version eliminates references to the Windows wmic command, calling the
WMI API instead.
|
|
|