24066 Commits

Author SHA1 Message Date
Richard Cordovano
ba84677ee7
Merge pull request #5013 from kellykelly3/1282-1283-FilterPanelayout-tooltip-fix
1282, 1283 - modified filterPane layout and fixed chart tool tips
2019-07-16 09:40:14 -04:00
Kelly Kelly
52460a78c1 modified tooltip text based on review comments 2019-07-15 15:09:43 -04:00
Richard Cordovano
f420623a86
Merge pull request #5028 from markmckinnon/2426-Infinite-loop-in-keyword-search
2426 Infinite loop in keyword search
2019-07-15 13:18:24 -04:00
Richard Cordovano
e0c9392a7e
Merge pull request #5027 from jkho/5269-Logical-imager-exit-prompt-option
Add "Prompt before exiting imager" checkbox, default is selected
2019-07-15 11:57:30 -04:00
Joe Ho
33cabaf1bf Fix copy and paste error :-( 2019-07-12 10:20:32 -04:00
Mark McKinnon
2af2d50f10 Update RegexQuery.java
Change so it removes infinite loop with [A-Z]* regex KWS.
2019-07-12 09:22:22 -04:00
Joe Ho
baeb8e1590 Add "Prompt before exiting imager" checkbox, default is selected 2019-07-11 18:37:20 -04:00
Richard Cordovano
2a433b87a1
Merge pull request #5016 from kellykelly3/1281-cvt-device-accout
1281 cvt adding device account to account table.
2019-07-11 11:14:40 -04:00
Richard Cordovano
057ef8e772
Merge pull request #5017 from wschaeferB/5280-OrderLogicalImagerDspResults
5280 allow sorting of logical imager results in dsp panel
2019-07-11 10:02:59 -04:00
Richard Cordovano
9c8ea7ef9a Clean up of OpenCvLoader.java 2019-07-10 17:08:31 -04:00
Richard Cordovano
00c3f47b93
Merge pull request #5009 from kellykelly3/1253-unique-threadID
1253- Unique threadIDs for emails, Android SMS and WWF
2019-07-10 15:25:23 -04:00
Richard Cordovano
18889539d5
Merge pull request #5020 from eugene7646/email_NPE_5246
NPE fix in DataResultViewerTable (5246)
2019-07-10 15:22:59 -04:00
Richard Cordovano
119df24730
Merge pull request #4995 from wschaeferB/3622-DisableResizingOfManageCorrelationProps
3622 disable resizing of manage correlation props
2019-07-10 14:01:30 -04:00
Richard Cordovano
15d2be2410 Set build.type back to DEVELOPMENT 2019-07-10 13:59:25 -04:00
Eugene Livis
192b38a8f5 minor 2019-07-10 13:45:36 -04:00
William Schaefer
00481f9a94 5280 remove unused imports 2019-07-10 13:33:04 -04:00
William Schaefer
6e6436dd52 5280 remove unnecessary code 2019-07-10 13:32:03 -04:00
Eugene Livis
72ce4eaf70 minor 2019-07-10 13:25:55 -04:00
William Schaefer
ec3ab9b066 5280 make comment regarding toggling of order more clear 2019-07-10 13:10:08 -04:00
Richard Cordovano
7065bd036f
Merge pull request #5019 from raman-bt/5237-ig-dup-ds
5237: Duplicate datasources do not show in the ImageGallery Path grou…
2019-07-10 10:22:46 -04:00
Richard Cordovano
811250910d
Merge pull request #4991 from eugene7646/view_file_in_directory_5186
View file in directory (5185)
2019-07-09 17:58:42 -04:00
Richard Cordovano
dc6c328481
Merge pull request #4994 from wschaeferB/2173-OpenRecentCaseSingleSelection
2173 open recent case single selection
2019-07-09 17:54:55 -04:00
Richard Cordovano
7e6d8f345a
Merge pull request #5021 from wschaeferB/3384-RenameOpenOutputFolder-dev
3384 rename Open Output Folder
2019-07-09 17:46:15 -04:00
William Schaefer
e4703974f1 3384 rename Open Output Folder 2019-07-09 15:26:26 -04:00
Eugene Livis
916f99d3ff Bug fix 2019-07-09 14:53:28 -04:00
Eugene Livis
0eed5d0085 Bug fix 2019-07-09 14:27:57 -04:00
Raman
d3d73a983b 5237: Duplicate datasources do not show in the ImageGallery Path group tree 2019-07-09 13:08:18 -04:00
Richard Cordovano
2a6c8d546f
Merge pull request #5015 from markmckinnon/2428-Registry-file-viewer-does-not-display-content-for-all-registry-files
2428 - Registry file viewer does not display content for all registry files
2019-07-09 12:48:05 -04:00
Richard Cordovano
225a013206
Merge pull request #5000 from wschaeferB/3617-CRConfigLongPathChanges
3617 make CR config dialog better handle very paths to sql lite repos
2019-07-09 12:25:03 -04:00
Richard Cordovano
467dea1f1b Merge remote-tracking branch 'upstream/release-4.12.0' into develop 2019-07-09 11:24:42 -04:00
William Schaefer
cbf0121559 5280 add comments to make image table configuration more clear 2019-07-09 10:20:29 -04:00
William Schaefer
2faa84ec68 5280 refresh path shown when sorting changed 2019-07-09 10:09:15 -04:00
William Schaefer
832ac357c8 5280 rename variable for clarity 2019-07-08 17:58:08 -04:00
William Schaefer
04e3a9a5f2 5280 fix case where order changes but selction doesn't 2019-07-08 17:56:09 -04:00
William Schaefer
8748d597d0 5280 allow sorting of logical imager results in dsp panel 2019-07-08 17:26:26 -04:00
Kelly Kelly
57521edb45 cvt - cleaned up code in AccoutDeviceInstanceNodeFactory 2019-07-08 15:38:30 -04:00
Kelly Kelly
3b1d79744a cvt - cleaned up code in AccoutDeviceInstanceNodeFactory 2019-07-08 15:37:55 -04:00
Kelly Kelly
aa57fe1050 cvt - removed code to disable device checkbox 2019-07-08 15:36:12 -04:00
Mark McKinnon
0fe4af33b5 Update FileViewer.java
Add validate to replace paint to show registry tree.
2019-07-08 13:57:23 -04:00
Richard Cordovano
13daed17c7
Merge pull request #5007 from dannysmyda/3373-Unable-To-Get-Carved-File
3373 Unable To Get Carved File Results
2019-07-08 12:40:13 -04:00
Kelly Kelly
df6152dbdf modified filterPane layout and fixed chart tool tips 2019-07-05 11:42:38 -04:00
esaunders
982d2f2eee
Merge pull request #4975 from wschaeferB/5282-LogicalImagerIfFound
5282 logical imager if found
2019-07-03 17:29:18 -04:00
esaunders
08b35ea257
Merge pull request #4987 from wschaeferB/5239-PreventDupeRules
5239 prevent duplicate named rules being created
2019-07-03 17:28:06 -04:00
esaunders
dd5db93bda
Merge pull request #4984 from wschaeferB/5281-PreventZeroDaysWithinSetting
5281 prevent user from setting 0 days within as a condition
2019-07-03 17:27:38 -04:00
esaunders
c8a7810f5d
Merge pull request #5002 from APriestman/5153_logicalImagerDoc
5153 logical imager doc
2019-07-03 17:26:54 -04:00
esaunders
16b0e4d918
Merge pull request #5003 from APriestman/doxygenFixes_070219
Fix doxygen warnings
2019-07-03 17:26:07 -04:00
Kelly Kelly
8fef328308 Update the email threader, android wwf and SMS code to assign unique cross ingest run threadIDs 2019-07-03 11:14:02 -04:00
Brian Carrier
47cd41f9e4
Merge pull request #4983 from jkho/5276-Logical-Imager-Adding-DS-as-Logical-File-Set
Initial code changes.
2019-07-02 16:42:12 -04:00
U-BASIS\dsmyda
561426673a Made volumes with virtual directories no longer a leaf volume 2019-07-02 16:18:53 -04:00
Ann Priestman
1dfcd90f4c Fix doxygen warnings 2019-07-02 11:21:58 -04:00