Commit Graph
772 Commits
Author SHA1 Message Date
Eugene Livis bbd3303b84 Merge branch 'develop' of github.com:sleuthkit/autopsy into command_line_4412 2019-02-08 14:00:50 -05:00
Eugene Livis 0d54d68baa Addressed code review feedback 2019-02-05 16:05:29 -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
Richard Cordovano 690aab95c3 Merge remote-tracking branch 'upstream/develop' into improve-open-multi-user-case-dialog-performance 2019-01-30 10:15:28 -05:00
Richard Cordovano 5561a62837 Merge pull request #4459 from APriestman/4620_sendUpdatedNameEvent
4620 Send event for data source name update.
2019-01-30 09:23:08 -05:00
Eugene Livis 60901d9b27 Moved the interface to Experimental 2019-01-29 15:09:28 -05:00
Richard Cordovano db33091d37 Move CaseNodeData back to coordination service package 2019-01-28 16:38:02 -05:00
Richard Cordovano f487e9082f Merge in develop branch 2019-01-28 16:20:04 -05:00
Ann Priestman 18a5de9625 Merge remote-tracking branch 'upstream/develop' into 4620_sendUpdatedNameEvent
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/SqliteEamDb.java
2019-01-25 15:02:50 -05:00
Richard Cordovano ce3906c5de Format AutoIngestManager.java 2019-01-24 17:52:06 -05:00
Richard Cordovano 6710d3922a Remove extra coord serv lock release attempt from AutoIngestManager 2019-01-24 17:49:31 -05:00
Richard Cordovano 6c112cbfca Interim checkin for open multi-user dialog, case node data, case changes 2019-01-24 17:26:26 -05:00
Ann Priestman c669eb3914 Send event for data source name update.
Handle updated in the central repo.
2019-01-14 12:22:45 -05:00
William Schaefer 77b8bf863e 4328 fix errors with comments regarding arguements 2018-12-20 14:04:43 -05:00
William Schaefer 8de438ced1 4328 add back observer / observable to AutoIngestDashboard with executor 2018-12-20 14:00:31 -05:00
William Schaefer fc7a7624c6 4328 remove extension of Observable from AutoIngestMonitor 2018-12-20 12:59:11 -05:00
William Schaefer 0039909720 4328 make node list refresh at set interval as well 2018-12-20 11:30:42 -05:00
William Schaefer 48d47d93be 4328 give AutoIngestMonitor a chance to start before first refresh 2018-12-20 11:23:49 -05:00
William Schaefer 69f8b060ea 4328 make refreshing occur at 30 second interval instead of in response to events 2018-12-19 17:46:42 -05:00
Richard Cordovano e075717684 Update Autopsy-Core NBM version numbers for 4.10.0 release 2018-12-18 16:23:45 -05:00
Eugene Livis 01fbe4bea1 Not logging InterruptedException as SEVERE, and stopping AID refresh 2018-12-18 11:16:50 -05:00
Eugene Livis c574d97612 Escaping file names and paths of files inside archives 2018-12-14 14:31:27 -05:00
U-BASIS\dgrove 1e38d6e6e1 Using PlatformUtil. 2018-12-13 10:09:50 -05:00
U-BASIS\dgrove ba5c568d2d Dropped file separators. 2018-12-13 01:58:10 -05:00
U-BASIS\dgrove d80533faf4 Renamed ADMIN_ACCESS_FILE_NAME value. 2018-12-12 16:52:11 -05:00
Richard Cordovano ca68609c2f Merge pull request #4341 from dgrove727/4485_ToolsMenuOrganization_2
4485 tools menu organization 2
2018-12-07 16:31:23 -05:00
Richard Cordovano f914bb8c03 Merge pull request #4339 from eugene7646/archivedsp_4471
ArchiveDSP no longer uses RawDSP (4471)
2018-12-07 16:28:49 -05:00
Richard Cordovano 5755db9381 Merge pull request #4337 from eugene7646/exception_handling_4447
Exception handling 4447
2018-12-07 15:14:38 -05:00
U-BASIS\dgrove a9befe8d24 Rearranged Tools menu. 2018-12-07 14:56:57 -05:00
Eugene Livis 4dc293a146 ArchiveDSP no longer uses RawDSP 2018-12-07 14:02:47 -05:00
Eugene Livis efcbbaf0d7 Modified Autopsy code to take into account that getParentInfo() can now return NULL 2018-12-06 16:44:31 -05:00
U-BASIS\dgrove dcc99aae4f Merge remote-tracking branch 'upstream/develop' into 4444_DuplicateInterestingItems 2018-12-06 10:12:41 -05:00
Ann Priestman 49842ac363 Remove dashboard 2018-12-04 12:44:40 -05:00
U-BASIS\dgrove 479f7184ed Prevent duplicates. 2018-11-29 10:28:12 -05:00
U-BASIS\dgrove 1da24f1aec Cleanup. 2018-11-15 00:49:53 -05:00
Richard Cordovano 317df78aef Merge pull request #4239 from APriestman/4312_setDataSourceName
4312 Prepend the archive name to any images extracted in the archive DSP.
2018-11-07 11:20:31 -05:00
Richard Cordovano de4cec5411 Merge pull request #4268 from sleuthkit/release-4.9.1
Merge release 4.9.1 into develop branch
2018-11-07 11:02:17 -05:00
Richard Cordovano 3780023392 Add stopwatch logging for case deletion 2018-11-06 14:17:54 -05:00
Ann Priestman af882afd42 Don't pass in sleuthkit case 2018-10-26 08:55:13 -04:00
Ann Priestman ba84b4c74b Prepend the archive name to any images extracted in the archive DSP.
Don't use the device ID for the name in the Local Files DSP.
2018-10-25 12:27:54 -04:00
U-BASIS\dgrove 7c44559c87 Revised 'createTimeZoneString()'. 2018-10-24 13:37:18 -04:00
U-BASIS\dgrove 1ca5f5daa2 Consolidated time zone generation code. 2018-10-24 12:35:00 -04:00
Richard Cordovano 6bf58a0d3a NBM versioning updates for release 4.9.0 2018-10-12 12:07:41 -04:00
U-BASIS\dgrove 2a49a17164 Partial implementation. 2018-09-11 23:56:35 -04:00
Eugene Livis b5dcd2bd37 Additional logging 2018-08-28 10:37:07 -04:00
Eugene Livis 46bb667bf3 No longer trying to find case output directory for each job while doing an input scan 2018-08-27 16:52:26 -04:00
Eugene Livis f4c253f1ae Removed a duplicate scan of the output directory for each manifest file 2018-08-27 16:34:50 -04:00
rishwanth1995 1932d4381b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into live_autopsy_warning 2018-08-10 09:50:15 -04:00
rishwanth1995 60ee75098f refactored method names in pathvalidator 2018-08-10 09:45:04 -04:00
William Schaefer 19b7ba19c0 4103 added icons back to AID 2.0 as part of figuring out how to do 4095 2018-08-03 16:15:27 -04:00