11435 Commits

Author SHA1 Message Date
jmillman
4b542f6d49 improve ImageUtils.isGIF and cleanup
minor cleanup in ImageUtils
2016-03-22 17:08:00 -04:00
jmillman
bd22f0d0d8 use fileTypeDetector.detect
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
Oliver Spohngellert
743cfc6fee Fixed ui reset for file set name, added new icon logic to directory tree. 2016-03-22 10:51:38 -04:00
Oliver Spohngellert
2dcf5d768a Merged develop, fixed conflicts 2016-03-22 10:26:13 -04:00
Oliver Spohngellert
e6a2334bf5 Redesigned ui to have standard gaps for file search. 2016-03-22 09:56:06 -04:00
Oliver Spohngellert
7158afb403 Merge remote-tracking branch 'upstream/develop' into aut-2031 2016-03-22 08:46:09 -04:00
Richard Cordovano
478de24231 Merge remote-tracking branch 'upstream/develop' into release-4.1.0 2016-03-21 18:27:12 -04:00
Richard Cordovano
f9277249cf Cleanup/document report gen panels, disable cancel button when already cancelled 2016-03-21 17:27:58 -04:00
Richard Cordovano
9d97ebdf95 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-03-21 17:26:26 -04:00
Richard Cordovano
419f2409a8 Replace deprecated SleuthkitCase method call in ExternalResultsReporter 2016-03-21 17:25:02 -04:00
Richard Cordovano
2ae8265920 Merge pull request #2031 from millmanorama/file-type-detector-refactor
refactor FileTypeDetector so that detect() and getFileType() have con…
2016-03-21 17:18:26 -04:00
Richard Cordovano
9238287894 Merge pull request #2027 from millmanorama/TL-replace-last-obj-id
Tl replace last obj with .properties file based book keeping
2016-03-21 17:16:57 -04:00
Richard Cordovano
9a59cb2436 Merge pull request #2028 from BasisOlivers/error-message-fix
Added better error message to done method in TableReportsWorker
2016-03-21 15:36:52 -04:00
jmillman
94947d154c document TskCoreException 2016-03-21 15:34:39 -04:00
Richard Cordovano
9b2a784c38 Merge pull request #2012 from BasisOlivers/aut-1938
Disabled cancel button in reports panel on completion
2016-03-21 15:14:56 -04:00
jmillman
ca044a8cb9 refactor FileTypeDetector so that detect() and getFileType() have consistent behavior except for adding the results to the case db. 2016-03-21 15:12:29 -04:00
Oliver Spohngellert
68e4f094a3 Switched error messages 2016-03-21 15:07:26 -04:00
Oliver Spohngellert
3c298c5967 Fixed error message display in table reports worker 2016-03-21 14:27:46 -04:00
Richard Cordovano
3b6e897d01 Merge remote-tracking branch 'upstream/develop' into release-4.1.0 2016-03-21 14:13:56 -04:00
Oliver Spohngellert
ea212341fc Added better error message 2016-03-21 13:57:57 -04:00
Richard Cordovano
146c45bdbc Merge pull request #2026 from BasisOlivers/aut-2051
Added content to ArtifactData to optimize getting time, source file.
2016-03-18 16:40:40 -04:00
Oliver Spohngellert
581a12816f Added consistency to getContent vs this.content 2016-03-18 16:39:04 -04:00
Oliver Spohngellert
d853ef8023 Merge branch 'aut-2051' of https://github.com/BasisOlivers/autopsy into aut-2051 2016-03-18 16:36:55 -04:00
Oliver Spohngellert
43e3461ace Update ReportGenerator.java 2016-03-18 16:34:57 -04:00
Richard Cordovano
a5a92ab316 Merge pull request #2025 from BasisOlivers/aut-2050
Fixed property map for blackboard artifact node
2016-03-18 16:33:04 -04:00
jmillman
1e6673bbee cleanup and internationalize OpenTimelineAction 2016-03-18 16:25:27 -04:00
Oliver Spohngellert
a27c09220f Fixed fill property map to show correct time type. 2016-03-18 16:15:47 -04:00
Oliver Spohngellert
ec430b951d Bugfixes to report generator 2016-03-18 16:07:49 -04:00
Richard Cordovano
09736e5971 Merge pull request #2024 from millmanorama/TL-update-filter-displaynames
updated timeline filter display names
2016-03-18 15:47:41 -04:00
Richard Cordovano
b7430bace1 Merge pull request #2022 from millmanorama/IG-use-data-source-obj-id-to-pop-db
use data_source_obj_id to grab new files instead of ad hoc methods f…
2016-03-18 15:47:07 -04:00
jmillman
fa0fc5f396 cleanup and comments PerCaseTimelineProperties 2016-03-18 15:44:24 -04:00
Richard Cordovano
3079a3d513 Merge pull request #2020 from eugene7646/RecentActivity
Treating JLnkParser errors as warnings
2016-03-18 15:31:38 -04:00
Richard Cordovano
94d359f50c Merge pull request #1999 from BasisOlivers/artifact_constructor
Updated for new Artifacts constructor
2016-03-18 15:30:45 -04:00
jmillman
08b3465760 cleanup; remove dead code 2016-03-18 15:18:18 -04:00
Oliver Spohngellert
944917e3ca Merge remote-tracking branch 'upstream/develop' into aut-2051 2016-03-18 15:04:23 -04:00
Oliver Spohngellert
eb425bbfd9 Added content to ArtifactData to optimize getting time, source file. 2016-03-18 15:03:54 -04:00
jmillman
ff7ce09e16 keep track of db staleness using properties file
keep track of db staleness using properties file rather than relying on SleuthKitCase.getLastObjectID() or  TimeLineController.getCaseLastArtifactID()
2016-03-18 14:15:31 -04:00
Richard Cordovano
6c8b005e7d Fix incorrect dialog title bug injected in testing/RegressionTest 2016-03-18 14:14:14 -04:00
Oliver Spohngellert
cd486f44ed Fixed property map for blackboard artifact node 2016-03-18 13:01:17 -04:00
Oliver Spohngellert
48053dc01f Fixed error policy on hash db serialization 2016-03-18 10:53:59 -04:00
Oliver Spohngellert
fbb151f63a Merge remote-tracking branch 'upstream/develop' into aut-2025-pt2 2016-03-18 10:40:34 -04:00
Oliver Spohngellert
3359f94e93 Fixed bugs in CaseMetadata 2016-03-18 10:10:51 -04:00
Oliver Spohngellert
7eacc2832a Merge remote-tracking branch 'upstream/develop' into aut-1885 2016-03-18 09:04:35 -04:00
Oliver Spohngellert
79f78b0d9a Fixing case metadata bugs 2016-03-18 09:04:00 -04:00
Richard Cordovano
6c947ceaeb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-03-17 22:09:53 -04:00
Richard Cordovano
51b883824b Update regression test for global setting panel name changes 2016-03-17 17:59:12 -04:00
jmillman
a499e55c53 updated timeline filter display names 2016-03-17 17:22:28 -04:00
Richard Cordovano
e68ae86b3b Merge pull request #2002 from BasisOlivers/aut-2028
Made file path save for hash db
2016-03-17 14:48:32 -04:00
Oliver Spohngellert
1e5e13e87f Updated file path save behavior 2016-03-17 14:45:08 -04:00
Richard Cordovano
747ac76afe Remove potential deadlocks from services/TagsManager 2016-03-17 14:17:21 -04:00