29334 Commits

Author SHA1 Message Date
rcordovano
81d726299f Update module dependencies and branding for release 4.17.0 2020-09-26 13:16:36 -04:00
Richard Cordovano
6348591cfa
Merge pull request #6342 from APriestman/6813_ileapp
6813 iLEAPP doc
2020-09-25 13:58:40 -04:00
apriestman
3617f1fc07 Added note about what the module runs on. 2020-09-25 13:17:17 -04:00
apriestman
c355f85d83 Merge remote-tracking branch 'upstream/develop' into 6813_personaUpdate 2020-09-25 12:50:20 -04:00
Richard Cordovano
9bc7a6431a
Merge pull request #6339 from dannysmyda/Fix-Domain-Search-Automated-Tests
Fixed broken domain search tests
2020-09-25 12:40:18 -04:00
Richard Cordovano
c7a402aac8
Merge pull request #6340 from APriestman/6813_minorFixes
6813 Removed references to EXIF module.
2020-09-25 12:39:58 -04:00
apriestman
35dfd0e532 Initial iLEAPP page. 2020-09-25 12:17:06 -04:00
apriestman
37c2728e35 Personas doc update. 2020-09-25 10:17:03 -04:00
apriestman
1611cf8ed5 Removed references to EXIF module.
Added section about file associations.
No longer specify that data source processing begins before ingest is configured.
Added new viewers to quick start guide.
2020-09-25 09:16:22 -04:00
Richard Cordovano
3f4a4a15fd
Merge pull request #6338 from APriestman/6813_configDocs
6813 Add page on general options.
2020-09-24 18:54:38 -04:00
Richard Cordovano
66fbc674b7
Merge pull request #6305 from wschaeferB/6865-FixPastOccurrencesDiscovery
6865 fix past occurrences discovery
2020-09-24 18:48:50 -04:00
U-BASIS\dsmyda
e7cc8d710c Fixed broken domain search tests 2020-09-24 17:02:10 -04:00
Richard Cordovano
41e5c0a153
Merge pull request #6337 from markmckinnon/6887-NPE-in-iOS-Analyzer
6887 npe in ios analyzer
2020-09-24 16:50:17 -04:00
William Schaefer
05f8806c5a 6865 remove duplicated code 2020-09-24 16:29:52 -04:00
William Schaefer
6bd138cdc5 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6865-FixPastOccurrencesDiscovery 2020-09-24 16:29:26 -04:00
Mark McKinnon
627a6a04e4 Update ILeappAnalyzerIngestModule.java
Codacy Fix
2020-09-24 15:30:03 -04:00
apriestman
c079a250ff Add page on general options. 2020-09-24 15:29:02 -04:00
Mark McKinnon
9e9729c18f Update ILeappAnalyzerIngestModule.java
Move check for virtual/path/extension and update ProcessTerminator
2020-09-24 15:14:57 -04:00
Mark McKinnon
4493e4e29b Update ILeappAnalyzerIngestModule.java
Add check for filesize < 1 as this maybe a virtual size file.
2020-09-24 14:29:35 -04:00
Mark McKinnon
daaf5c1785 Update ILeappAnalyzerIngestModule.java
Add check for null value in abspath of file and empty file extension.
2020-09-24 14:03:43 -04:00
Richard Cordovano
dce2fa42f8
Merge pull request #6324 from kellykelly3/6881-process-builder-double-quote
6881 & 6798 - Added double quotes around process builder paths.
2020-09-24 12:24:42 -04:00
Richard Cordovano
287ba8712c
Merge pull request #6326 from APriestman/6813_portableCase
6813 Document option to include application in portable case.
2020-09-24 12:03:50 -04:00
Richard Cordovano
e179d48801
Merge pull request #6336 from dannysmyda/6880-Interesting-Files-Remember-Last-Directory
6880 - Interesting Files Should Save Last Directory
2020-09-24 11:55:57 -04:00
U-BASIS\dsmyda
edfd6f5527 Codacy 2020-09-24 11:49:20 -04:00
U-BASIS\dsmyda
c3625cd4ec Added last selection persistence for exports as well 2020-09-24 11:27:39 -04:00
William Schaefer
8ad93614ad Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6865-FixPastOccurrencesDiscovery 2020-09-24 11:23:31 -04:00
Richard Cordovano
4713f86402
Merge pull request #6330 from dannysmyda/6886-Discovery-UI-Background-Task-Cancellation
6886 - Discovery UI Background Task Cancellation
2020-09-24 11:16:46 -04:00
Richard Cordovano
d08fea4c1c
Merge pull request #6332 from gdicristofaro/equalsFix
equals fix
2020-09-24 11:15:58 -04:00
William Schaefer
5f64357034 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6865-FixPastOccurrencesDiscovery 2020-09-24 10:56:19 -04:00
William Schaefer
8098b7c1e9 6865 add back interrupted check after bad merge conflict resolution 2020-09-24 10:55:10 -04:00
U-BASIS\dsmyda
90901e7485 Updated the interesting file set panel to remember last selection of imports 2020-09-24 10:54:59 -04:00
Richard Cordovano
5b6e418d51
Merge pull request #6334 from kellykelly3/6888-persona-radio-button
6888 - Removed action listener from persona filter radio buttons
2020-09-24 10:00:15 -04:00
Richard Cordovano
78df66cdde
Merge pull request #6329 from kellykelly3/6882-fix-view-options-spinner
6882 - Cleaned up View Option panel layout
2020-09-24 09:59:06 -04:00
U-BASIS\dsmyda
42fb204016 Review feedback 2020-09-24 09:29:34 -04:00
William Schaefer
fb57c45be5 6865 resolve merge conflicts 2020-09-23 18:05:22 -04:00
William Schaefer
14de7eda35 6865 changes to address feedback and help performance 2020-09-23 17:55:30 -04:00
Mark McKinnon
bb76d1f5b2 Update ILeappAnalyzerIngestModule.java
Check if iLeappCommand is null, if it is null it will cause an NPE.
2020-09-23 17:53:07 -04:00
Richard Cordovano
f5fa6f0fea
Merge pull request #6328 from dannysmyda/6885-Domain-Discovery-Interrupts
6685 - Domain Discovery should check thread interrupt status
2020-09-23 17:05:19 -04:00
Richard Cordovano
0fcda15ab7
Merge pull request #6325 from APriestman/6813_ingestProfile
6813 Update command line ingest doc
2020-09-23 17:00:39 -04:00
Richard Cordovano
d35f815965
Merge pull request #6323 from APriestman/6813_troubleshooting
6813 New troubleshooting page
2020-09-23 17:00:22 -04:00
Richard Cordovano
2a105dbdd5
Merge pull request #6306 from gdicristofaro/6827-excelTranslations
6827 excel translations
2020-09-23 16:53:41 -04:00
Richard Cordovano
e29a14e9e0
Merge pull request #6320 from gdicristofaro/6874-ingestPanelResize
6874 ingest panel resize
2020-09-23 16:18:09 -04:00
Richard Cordovano
6756a59d68
Merge pull request #6302 from eugene7646/batching_fix_6872
Shutting down the periodic batch update thread (6872)
2020-09-23 16:04:44 -04:00
Richard Cordovano
2c9f53831c
Merge pull request #6331 from APriestman/6813_pictureAnalyzer
6813 Update Picture Analyzer docs
2020-09-23 16:03:34 -04:00
Richard Cordovano
1e713e40eb
Merge pull request #6313 from gdicristofaro/6877-centeredPieDisplay
6877 centered pie display
2020-09-23 15:53:56 -04:00
Kelly Kelly
4c7cba6d53 Removed action listener from persona filter radio buttons 2020-09-23 15:51:01 -04:00
Greg DiCristofaro
b2318db855 equals fix 2020-09-23 15:36:25 -04:00
apriestman
8e5773374a Update Picture Analyzer docs 2020-09-23 14:45:48 -04:00
Richard Cordovano
b5c58cb7a4
Merge pull request #6319 from gdicristofaro/6883-nullDatasourceTabs
6883 null datasource tabs
2020-09-23 14:31:07 -04:00
U-BASIS\dsmyda
efc3c00564 Created an event to cancel background tasks when the discovery top component is closed 2020-09-23 14:30:10 -04:00