12319 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
e4f4491148 Added edge case for empty mime type 2019-02-11 16:16:38 -05:00
U-BASIS\dsmyda
1244110ab8 Ran source formatter on code 2019-02-11 13:37:31 -05:00
U-BASIS\dsmyda
ef98f2e2bf Marked variable as final 2019-02-11 13:36:52 -05:00
U-BASIS\dsmyda
a445d799a4 Comments 2019-02-11 13:36:29 -05:00
U-BASIS\dsmyda
dd17770a05 Cleaned up the logic to be less verbose 2019-02-11 13:35:15 -05:00
U-BASIS\dsmyda
d28a857599 Solved the edge case of no mime-type 2019-02-11 13:18:36 -05:00
Richard Cordovano
413dadc8b6
Merge pull request #4481 from dannysmyda/4609-Improve-Domain-Validation
4609 Improve domain verification
2019-02-11 12:39:07 -05:00
Richard Cordovano
2fa42f9386
Merge pull request #4480 from dannysmyda/4659-audio-mpeg-fix
4659 Verify Tikas audio/mpeg mimetype
2019-02-11 12:38:48 -05:00
Richard Cordovano
ae6024b1b7
Merge pull request #4498 from APriestman/4682_supportEmptyImagePaths
4682 Avoid NPE if an image has no paths
2019-02-11 12:19:39 -05:00
Richard Cordovano
dbc370a36c
Merge pull request #4506 from dannysmyda/4692-Fix-HxD-Editor
4692 fix hxd editor bugs
2019-02-11 12:10:39 -05:00
U-BASIS\dsmyda
9c7f2dd141 Fixed typo 2019-02-11 11:08:58 -05:00
William Schaefer
21b7798440 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4652-4654-4621-4655-4653-JobHistoryDataSourceSummary 2019-02-11 10:55:59 -05:00
Richard Cordovano
5b0ab1ba71
Merge pull request #4524 from esaunders/4642_solr_heap
Made requested modifications to Runtime settings UI.
2019-02-10 08:08:35 -05:00
Richard Cordovano
d0d5370984
Merge pull request #4490 from wschaeferB/4632-4630-4629-DetectOsSpecificFiles
4632 4630 4629 detect os specific files
2019-02-10 07:09:28 -05:00
Richard Cordovano
e814109439
Merge pull request #4502 from wschaeferB/4637-FixObjectIdColumnTypes
4637 fix object id column types
2019-02-10 07:05:35 -05:00
Eugene Livis
109850eb6a Moved the report generation into CaseUcoFormatExporter class with static methods 2019-02-08 14:50:47 -05:00
Ann Priestman
692e674607 Add check for no paths to encryption detection.
Cleanup
2019-02-08 14:37:58 -05:00
Eugene Livis
bbd3303b84 Merge branch 'develop' of github.com:sleuthkit/autopsy into command_line_4412 2019-02-08 14:00:50 -05:00
Richard Cordovano
e9ba8640fc
Merge pull request #4514 from dannysmyda/4704-Group-By-Datasource-Flag-Not-Null
4704 - Made groupByDataSource flag never null
2019-02-08 10:22:44 -05:00
Ann Priestman
a5025309b7 Move portable case creation.
Add original case section to metadata file.
2019-02-08 09:07:53 -05:00
U-BASIS\dgrove
0cd61db420 Added tests back in; added null checks to EamDb code. 2019-02-07 15:08:27 -05:00
U-BASIS\dgrove
d0d320a0e5 Put case ID test back in. 2019-02-07 14:45:51 -05:00
U-BASIS\dgrove
5d67e4f991 Removed invalid tests; clarified remarks in 'newDataSource()' method. 2019-02-07 12:31:28 -05:00
Ann Priestman
8a9d64b563 Merge branch '4682_supportEmptyImagePaths' into 4683_portableCase 2019-02-07 09:55:12 -05:00
Ann Priestman
349d6c9d37 Updated CaseDetails and CaseMetadata to support portable cases.
Made subfolders for extracted files.
2019-02-06 14:37:03 -05:00
William Schaefer
a86d27a306 4652 fix name of FileTypeUtils Visual category 2019-02-06 14:08:31 -05:00
William Schaefer
e5c2685b33 4652 fix merge conflict with develop in bundle properties files 2019-02-06 14:05:54 -05:00
Ann Priestman
cd287ab7b9 Merge remote-tracking branch 'upstream/develop' into 4683_portableCase 2019-02-06 09:00:26 -05:00
Ann Priestman
a364641673 Uncomment code 2019-02-06 08:32:55 -05:00
Richard Cordovano
cdb7aebc99
Merge pull request #4504 from rcordovano/improve-open-multi-user-case-dialog-performance
Improve open multi user case dialog performance
2019-02-05 18:09:23 -05:00
Richard Cordovano
e3eb1a5066
Merge pull request #4503 from wschaeferB/4650-SqlLiteChanges
4650 make fallback to getting existing datasource occur for sqlite as well
2019-02-05 18:05:59 -05:00
Richard Cordovano
c4a883021f
Merge pull request #4499 from wschaeferB/4635-CentralRepoEscapingFix
4635 fix escaping of single quotes in findfilesWhere query for common…
2019-02-05 18:04:22 -05:00
Richard Cordovano
1148ced777
Merge pull request #4482 from dgrove727/4668_3x3Thumbnails
Now using single-frame thumbnails for videos.
2019-02-05 18:02:06 -05:00
Richard Cordovano
d1cce43396 Made version field final in CaseNodeData 2019-02-05 17:58:15 -05:00
Richard Cordovano
4e618f5971 Polish for multi-user case classes 2019-02-05 17:46:31 -05:00
esaunders
2eb241ab78 Made requested modifications to Runtime settings UI. 2019-02-05 17:21:28 -05:00
Richard Cordovano
057acbe792 Merge remote-tracking branch 'upstream/develop' into improve-open-multi-user-case-dialog-performance 2019-02-05 16:59:11 -05:00
Eugene Livis
b43f122e04 Merge branch 'develop' of github.com:sleuthkit/autopsy into command_line_4412 2019-02-05 16:03:05 -05:00
U-BASIS\kelly
13bf91c1f7 Remove unused imports from History.java 2019-02-05 15:32:44 -05:00
U-BASIS\dgrove
0da6b4f2b7 Typo fixed. 2019-02-05 14:48:43 -05:00
U-BASIS\dgrove
1f5b665dc7 Revised frame grab intervals; added 'empty()' check. 2019-02-05 14:46:15 -05:00
Ann Priestman
aabdb228b7 Add new case objects 2019-02-05 14:41:30 -05:00
William Schaefer
301dd95794 Merge branch '4632-4630-4629-DetectOsSpecificFiles' of https://github.com/wschaeferB/autopsy into 4652-4654-4621-4655-4653-JobHistoryDataSourceSummary 2019-02-01 15:58:38 -05:00
William Schaefer
513fe57eed 4632 4630 4629 remove older sqlite-jdbc jar from project.properties after new one got included 2019-02-01 15:38:04 -05:00
William Schaefer
78c355190a Merge branch '4632-4630-4629-DetectOsSpecificFiles' of https://github.com/wschaeferB/autopsy into 4652-4654-4621-4655-4653-JobHistoryDataSourceSummary 2019-02-01 15:09:49 -05:00
Ann Priestman
812ed72cac Finished outline of object copying method. 2019-02-01 14:48:08 -05:00
U-BASIS\dsmyda
9216a55814 Made groupByDataSource flag never null (grr) 2019-02-01 14:46:07 -05:00
William Schaefer
f3c224208e 4632-4630-4629 reduce versions of gson to single version in corelibs 2019-02-01 14:38:45 -05:00
U-BASIS\dgrove
e1cba0744f Fixed typos. 2019-02-01 11:25:19 -05:00
U-BASIS\dsmyda
466a0cb3f4 Merge branch '4659-audio-mpeg-fix' into 4367-Upgrade-Tika-1.20 2019-02-01 10:27:57 -05:00