Ryan Huffman
|
27c26bab86
|
Fix ambiguous int64_t in HTTPConnection
|
2018-02-16 13:57:38 -08:00 |
|
Ryan Huffman
|
0230abea79
|
Fix backup loading not getting auto backups
|
2018-02-16 13:54:35 -08:00 |
|
Ryan Huffman
|
ec3580f596
|
Fix recovery ID not being recorded
|
2018-02-16 13:08:57 -08:00 |
|
Ryan Huffman
|
bb8caa0ce3
|
Update HTTPConnection to not use QIODevice when given a QByteArray
|
2018-02-16 13:07:45 -08:00 |
|
Ryan Huffman
|
efa55c0a63
|
Update backup delete to not break rolling backups and remove unused asset files
|
2018-02-16 13:07:17 -08:00 |
|
Stephen Birarda
|
311b9388d6
|
Merge pull request #12424 from birarda/bug/settings-response-filter
fix overwrite of general description object with filtered
|
2018-02-16 10:57:58 -07:00 |
|
John Conklin II
|
24a3eb6e80
|
Merge pull request #12419 from druiz17/fix-edit-avatar-entities
Don't update avatar entities of the avatars ID is AVATAR_SELF_ID
|
2018-02-16 09:48:19 -08:00 |
|
MiladNazeri
|
331b253ba0
|
Merge pull request #12386 from cain-kilgore/21668
WL 21668 - Make sure all Prompts are correctly emitting a signal on cancel and that cancellations return null
|
2018-02-16 06:57:03 -08:00 |
|
Clément Brisset
|
218edf878e
|
Merge pull request #12425 from birarda/bug/availability-and-description-filter
Fix isAvailable for AssetsBackupHandler and overwrite of description filter
|
2018-02-15 19:21:00 -08:00 |
|
Stephen Birarda
|
29349d7bb2
|
fix for isAvailable boolean in AssetsBackupHandler
|
2018-02-15 19:18:51 -08:00 |
|
Stephen Birarda
|
4bb8435ef8
|
don't overwrite general description object with filtered one
|
2018-02-15 19:18:22 -08:00 |
|
Stephen Birarda
|
81662b5edc
|
don't overwrite general description object with filtered one
|
2018-02-15 19:14:14 -08:00 |
|
Stephen Birarda
|
61ccd82916
|
Merge pull request #12423 from Atlante45/feat/backups-integration
Return Backup and Recovery status and progress
|
2018-02-15 19:26:56 -07:00 |
|
Atlante45
|
b30f98d541
|
CR
|
2018-02-15 18:20:14 -08:00 |
|
Atlante45
|
f6e9d2c6dd
|
Fix race condition in Asset Server
|
2018-02-15 18:16:30 -08:00 |
|
Atlante45
|
697f0c443c
|
Fix warning
|
2018-02-15 17:43:02 -08:00 |
|
Atlante45
|
2b85634a21
|
Fix build error
|
2018-02-15 17:03:55 -08:00 |
|
Atlante45
|
cae3e0a9dc
|
Add status func to ContentSettingsBackupHandler
|
2018-02-15 17:00:24 -08:00 |
|
Atlante45
|
771e4cd9f4
|
Hook up status and progress
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
57410e4f1c
|
Remove ES restart after restore
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
b76e1b9750
|
Add backup status getters
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
a7ca539899
|
Simplify BackupHandler pattern
|
2018-02-15 16:48:21 -08:00 |
|
Ryan Huffman
|
1120b12b8c
|
Fix argument to isAvailable
|
2018-02-15 16:47:48 -08:00 |
|
Ryan Huffman
|
2942a53a1d
|
Add recovery mode and full backup information to DS
|
2018-02-15 16:47:48 -08:00 |
|
Ryan Huffman
|
dd0b8a0c2f
|
Add backup download API to DS
|
2018-02-15 16:47:23 -08:00 |
|
Ryan Huffman
|
9e99c5c744
|
Add restart of ES during backup recovery
|
2018-02-15 16:47:23 -08:00 |
|
Clément Brisset
|
f67931c936
|
Merge pull request #12420 from birarda/feat/content-settings-backup-handler
Add a content settings backup handler
|
2018-02-15 16:46:22 -08:00 |
|
Stephen Birarda
|
e71f2fa387
|
use QtHelpers macro for blocking invoke
|
2018-02-15 16:03:03 -08:00 |
|
Stephen Birarda
|
e06c95f586
|
make settings manager methods used for backup/restore thread safe
|
2018-02-15 15:55:13 -08:00 |
|
Sam Gateau
|
f809862870
|
Merge pull request #12412 from samcake/blue
Introduce task abort feature for early exit of task branch
|
2018-02-15 15:50:43 -08:00 |
|
Stephen Birarda
|
f5cad5683d
|
make sure backup handlers end up on the correct thread
|
2018-02-15 15:39:25 -08:00 |
|
Stephen Birarda
|
f624e1b464
|
add a content settings backup handler
|
2018-02-15 15:10:51 -08:00 |
|
Dante Ruiz
|
bbcf865db3
|
Merge branch 'master' of github.com:highfidelity/hifi into fix-edit-avatar-entities
|
2018-02-15 15:03:12 -08:00 |
|
Dante Ruiz
|
e4db09fef8
|
don't update avatar entities if the avatars ID is AVATAR_SELF_ID
|
2018-02-15 15:02:45 -08:00 |
|
Stephen Birarda
|
e0e04b8bb2
|
Merge pull request #12413 from Atlante45/feat/backups-integration
Asset Server deplays queries until fully setup
|
2018-02-15 15:40:56 -07:00 |
|
Atlante45
|
3297e39c14
|
CR
|
2018-02-15 13:39:18 -08:00 |
|
samcake
|
c70b655fbc
|
A bit more explanations to the Task Flow class
|
2018-02-15 11:55:16 -08:00 |
|
Atlante45
|
d6e2814081
|
Write assets to disk when recovering full backup
|
2018-02-15 11:28:52 -08:00 |
|
Atlante45
|
9fca92facd
|
Move EntitiesBackupHandler to its own file
|
2018-02-15 11:28:52 -08:00 |
|
Atlante45
|
d8d05fe045
|
Rename backup supervisor
|
2018-02-15 11:27:21 -08:00 |
|
Atlante45
|
4482f9c83c
|
Queue all requests until the AS is fully setup
|
2018-02-15 11:27:21 -08:00 |
|
Atlante45
|
ce93b9a1f4
|
Simplify BackupHandler pattern
|
2018-02-15 11:27:20 -08:00 |
|
samcake
|
0228392ac9
|
Merge branch 'blue' of https://github.com/samcake/hifi into blue
|
2018-02-15 11:24:49 -08:00 |
|
samcake
|
b21b98c810
|
Add a way to early abort a task from a Job, apply that to the highlight effect to shave unecessary work
|
2018-02-15 11:24:20 -08:00 |
|
Stephen Birarda
|
84761c003d
|
Merge pull request #12410 from huffman/feat/ds-backup-apis
DS backup cleanup
|
2018-02-15 12:21:56 -07:00 |
|
Zach Fox
|
3c620282b1
|
Merge pull request #12393 from zfox23/fixAvailabilityMouseArea
PAL: Prevent opening of Availability from WebView
|
2018-02-15 11:10:05 -08:00 |
|
Ryan Huffman
|
efb2473fcf
|
Updaet createManualBackup to defer response until creation is done
|
2018-02-15 11:02:55 -08:00 |
|
Ryan Huffman
|
df809f5a3e
|
Cleanup logging for backup cleanup
|
2018-02-15 11:02:29 -08:00 |
|
Ryan Huffman
|
4b2e907ada
|
Update entities recover backup to reset id and version
|
2018-02-15 11:02:14 -08:00 |
|
Brad Hefta-Gaub
|
e367af6cd8
|
Merge pull request #12385 from birarda/bug/cve-update-marked
updates to electron-packager and node-notifier for CVEs
|
2018-02-15 10:49:25 -08:00 |
|