21675 Commits

Author SHA1 Message Date
U-BASIS\dgrove
55175853e7 All tests updated. 2018-12-18 02:15:48 -05:00
Richard Cordovano
931f0a6401
Merge pull request #4387 from eugene7646/zip_archive_fix_4269
Removed a custom Autopsy MIME type as it was causing incorrect MIME type detection
2018-12-17 17:52:20 -05:00
Richard Cordovano
9e4dcf97a5
Merge pull request #4386 from dgrove727/4551_KeywordSearchOptionsScrollbars
4551 keyword search options scrollbars
2018-12-17 17:43:42 -05:00
U-BASIS\dgrove
6750bdae30 Adjusted look of hash components; allowed disabling. 2018-12-17 17:32:53 -05:00
Eugene Livis
c6a655a914 Removed one of custom Autopsy MIME types as it was causing incorrct MIME type detection 2018-12-17 17:22:03 -05:00
U-BASIS\dgrove
be303b4384 Fixed merge. 2018-12-17 13:42:52 -05:00
U-BASIS\dgrove
483073f403 Merge remote-tracking branch 'upstream/develop' into 4551_KeywordSearchOptionsScrollbars 2018-12-17 13:41:14 -05:00
U-BASIS\dgrove
025e674a3e Fixed panel sizing. 2018-12-17 13:38:02 -05:00
Ann Priestman
9ed4d3cfad Change tree to reference 2018-12-17 10:30:46 -05:00
Ann Priestman
f3001d8873 Removed part of my path from image 2018-12-17 10:13:40 -05:00
Richard Cordovano
2bf92ad219
Merge pull request #4385 from APriestman/4454_addLinks
Adding links to new docs
2018-12-17 10:11:46 -05:00
Richard Cordovano
bd63bd8ea8
Merge pull request #4383 from raman-bt/1168-complete-exceptionally
1168: CompletableFuture may not always complete.
2018-12-17 10:09:53 -05:00
Ann Priestman
e50ea9185a Adding links to new docs 2018-12-17 10:09:41 -05:00
Richard Cordovano
0bcbe16971
Merge pull request #4384 from dannysmyda/Typo-with-Sqlite-Table-Reader
SQLiteTableReader Public API Typo
2018-12-17 10:09:05 -05:00
U-BASIS\dsmyda
7a02c3188e Fixed typo 2018-12-17 10:07:54 -05:00
Raman
c5b0cf44f8 1168: CompletableFuture may not always complete. 2018-12-17 10:05:23 -05:00
Ann Priestman
53cc0fac38 Finished reports page 2018-12-17 10:01:20 -05:00
Richard Cordovano
1038675568
Merge pull request #4381 from eugene7646/sanitize_archive_contents_4269
Escaping file names and paths of files inside archives
2018-12-14 15:48:22 -05:00
Richard Cordovano
c63d0676b0
Merge pull request #4380 from wschaeferB/4535-FixSevenzipDeDupe
4535 change path used for detection of existing files to not include data source
2018-12-14 15:33:26 -05:00
Ann Priestman
234048c8e5 Finished STIX, KML, and body file sections 2018-12-14 15:28:49 -05:00
Ann Priestman
a625bbf7a0 Partway through report doc 2018-12-14 14:57:20 -05:00
Eugene Livis
c574d97612 Escaping file names and paths of files inside archives 2018-12-14 14:31:27 -05:00
Richard Cordovano
20a270aa13
Merge pull request #4370 from APriestman/4454_dataSourceIntegrity
Updated documentation for Data Source Integrity module
2018-12-14 13:59:56 -05:00
Richard Cordovano
d155fd9a38
Update data_source_integrity.dox 2018-12-14 13:59:47 -05:00
William Schaefer
c02611b174 4535 change path used for detection of existing files to not include data source 2018-12-14 13:44:03 -05:00
Richard Cordovano
e11996db12
Merge pull request #4378 from APriestman/4454_updateCommonFilesDSNamePic
Update screenshot with new data source names
2018-12-14 13:07:48 -05:00
Richard Cordovano
fad0862197
Merge pull request #4379 from rcordovano/data-source-analysis-event-fix
Fix DataSourceAnalysisEvent.getDataSource NPEs
2018-12-14 13:05:37 -05:00
Richard Cordovano
7b55277f4e Fix DataSourceAnalysisEvent.getDataSource NPEs 2018-12-14 13:01:27 -05:00
Richard Cordovano
2fb1409e4a Fix DataSourceAnalysisEvent.getDataSource NPEs 2018-12-14 12:27:51 -05:00
Ann Priestman
b5698e2ce1 Update screenshot with new data source names 2018-12-14 12:10:28 -05:00
Richard Cordovano
491d5080fb
Merge pull request #4373 from APriestman/4454_vmExtract
Added VM extractor doc
2018-12-14 12:06:23 -05:00
Richard Cordovano
9c95c08dd5
Merge pull request #4376 from APriestman/4454_searchOtherCases
Added Search Other Cases doc
2018-12-14 12:05:41 -05:00
Richard Cordovano
5b0e8526e2
Merge pull request #4377 from APriestman/changeSearchOtherCasesName
Changed name of OtherCaseSearch module
2018-12-14 11:54:09 -05:00
Richard Cordovano
35d7f3a31b
Merge pull request #4374 from wschaeferB/4539-FixCommonPropertyDataSourceName
4539 fix common property data source name
2018-12-14 11:52:10 -05:00
Ann Priestman
ee329c4d42 Updated name 2018-12-14 11:52:01 -05:00
Ann Priestman
f13783c6e1 Changed name of OtherCaseSearch module 2018-12-14 11:42:26 -05:00
Richard Cordovano
24e02d727d
Merge pull request #4372 from dannysmyda/4386-notable-item-highlight
4386 - Notable Item Highlight Fix in Other Occurrences
2018-12-14 11:16:11 -05:00
Ann Priestman
82dcee0d93 Added Search Other Cases doc 2018-12-14 11:08:53 -05:00
Raman
6c6dc65ab0 1130: determine when a path group is analyzed. 2018-12-14 11:04:13 -05:00
William Schaefer
f8bdd48536 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4539-FixCommonPropertyDataSourceName 2018-12-14 10:59:12 -05:00
William Schaefer
95939944ff 4539 adjust the display name of the data source with id in common property search 2018-12-14 10:58:33 -05:00
Richard Cordovano
55ceb8fc4d
Merge pull request #4371 from dannysmyda/4542-rename-text-extractors-api
4542 - rename text extractors api
2018-12-14 10:54:13 -05:00
Ann Priestman
2c209fd990 Added VM extractor doc 2018-12-14 10:49:30 -05:00
U-BASIS\dsmyda
5a33c1b929 Made model and view in sync 2018-12-14 10:47:23 -05:00
U-BASIS\dsmyda
0597cb845d Removed old exports 2018-12-14 10:28:12 -05:00
U-BASIS\dsmyda
8977cac3d3 Merged in develop 2018-12-14 10:20:31 -05:00
U-BASIS\dsmyda
7d1e369504 Fixed comments and renamed some Config method names 2018-12-14 10:17:41 -05:00
U-BASIS\dsmyda
3ea88c7797 Fixed comments 2018-12-14 10:13:42 -05:00
U-BASIS\dsmyda
8efce2a827 Tried to reduce the secret handshakeness 2018-12-14 10:11:33 -05:00
U-BASIS\dsmyda
5ba60ef57c renamed packages and opened for public api 2018-12-14 09:51:42 -05:00