1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-30 08:01:57 +00:00
Commit Graph

3176 Commits

Author SHA1 Message Date
Richard Cordovano
9ec19fd0f1 Merge pull request #1525 from sidheshenator/extract_archive_unknown_size
extract unknown size file content from archives
2015-08-28 13:16:18 -04:00
Richard Cordovano
fda7ea3f3d Merge pull request #1509 from millmanorama/timeline_threading_review
Timeline threading review and cleanup
2015-08-28 11:23:41 -04:00
Sidhesh Mhatre
e47fbafc52 Time zone parameter added to getDate() 2015-08-28 09:58:04 -04:00
sidheshenator
2ba62e440e face detection feature added 2015-08-27 16:28:20 -04:00
sidheshenator
d91502f589 extract unknown size file content from archives 2015-08-25 17:07:26 -04:00
Richard Cordovano
762d622ad9 Revert "extract content from archive having unknown size - sevenzipextractor" 2015-08-24 17:59:27 -04:00
jmillman
f3e40e5289 Merge remote-tracking branch 'upstream/develop' into timeline_threading_review 2015-08-24 10:45:57 -04:00
Brian Carrier
fe5e353b72 Merge pull request #1520 from sidheshenator/exif_mimetypes
Update ExifParserFileIngestModule.java
2015-08-24 09:46:46 -04:00
Sidhesh Mhatre
94431e06fa Update ExifParserFileIngestModule.java
Added the missed type param.
2015-08-24 09:39:42 -04:00
sidheshenator
5ed3809ab8 tagged unallocated space reported 2015-08-21 17:41:37 -04:00
Brian Carrier
43b30b8649 Merge pull request #1516 from sidheshenator/exif_mimetypes
include tiff, wav along with existing jpeg as exif supported mimetypes
2015-08-20 14:02:34 -04:00
sidheshenator
f637783fa3 include tiff, wav along with existing jpeg as exif supported mimetypes 2015-08-20 13:48:12 -04:00
Brian Carrier
bdd4920875 Merge pull request #1515 from sidheshenator/exclude_virtual_files
exclude virtual files from file type search
2015-08-20 13:17:00 -04:00
sidheshenator
de5463f68a exclude virtual files from file type search 2015-08-20 12:19:02 -04:00
Richard Cordovano
c517eb4e5a Merge pull request #1510 from sidheshenator/open_recent_cases_fix
Open recent cases fix
2015-08-13 09:52:59 -04:00
Richard Cordovano
4090ae0cc0 Merge pull request #1505 from sidheshenator/extract_unknown_size_archive_content
extract content from archive having unknown size - sevenzipextractor
2015-08-13 09:52:30 -04:00
sidheshenator
0cbed2d9f3 Replaced instance.getClass() by Class.class - NbBundle.getMessage() 2015-08-12 11:21:11 -04:00
sidheshenator
5aa48b18f9 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into open_recent_cases_fix 2015-08-12 10:57:52 -04:00
Richard Cordovano
f595d3fe12 Merge pull request #1507 from millmanorama/update_artifact_tags
update the artifact tag  nodes when tags are created/deleted
2015-08-12 10:19:58 -04:00
jmillman
59871cde61 Merge remote-tracking branch 'upstream/develop' into timeline_threading_review
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
	Core/src/org/sleuthkit/autopsy/timeline/events/db/Bundle.properties
	Core/src/org/sleuthkit/autopsy/timeline/events/db/EventsRepository.java
2015-08-12 10:16:32 -04:00
jmillman
572fc50b6b move properties to NbBundle.messages annotation and out of Bundle.properties 2015-08-11 15:24:58 -04:00
jmillman
b7ca50385d move properties to NbBundle.messages annotation and out of Bundle.properties 2015-08-11 14:51:53 -04:00
jmillman
f39c3d7bbd cleanup 2015-08-11 14:13:53 -04:00
jmillman
063cf82525 update the artifact tag nodes when tags are created/deleted 2015-08-11 11:45:36 -04:00
jmillman
b9e7793f1f Merge remote-tracking branch 'upstream/develop' into timeline_tags_visualiztion
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/events/AggregateEvent.java
	Core/src/org/sleuthkit/autopsy/timeline/events/FilteredEventsModel.java
	Core/src/org/sleuthkit/autopsy/timeline/events/db/EventDB.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/AggregateEventNode.java
	Core/src/org/sleuthkit/autopsy/timeline/zooming/DescriptionLOD.java
2015-08-10 12:48:10 -04:00
sidheshenator
d7d640e352 extract content from archive having unknown size - sevenzipextractor 2015-08-07 14:27:29 -04:00
Karl Mortensen
332a08f07d Bulk format code with new settings 2015-08-07 13:23:40 -04:00
sidheshenator
809394e60f misc fix to RecentCases open recent case panel 2015-08-07 13:07:47 -04:00
sidheshenator
868d7de5f0 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into open_recent_cases_fix 2015-08-07 10:29:36 -04:00
Brian Carrier
b6d911fa6b Cleaned up samples, added files associated with data source tutorial 2015-08-05 23:15:19 -04:00
jmillman
084125ca3c move the registering for tag events to EventDetailChart and let it forward to all the aggregate nodes. this avoids a build up of references to unused nodes in the eventbus 2015-08-05 13:00:46 -04:00
jmillman
685934fa55 cleanup, comments 2015-08-05 11:57:56 -04:00
momo
4cc30d0d68 getting new version from TSK 2015-08-05 11:28:55 -04:00
jmillman
2241e29529 Merge remote-tracking branch 'upstream/develop' into timeline_tags_visualiztion
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/events/db/EventsRepository.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/AggregateEventNode.java
2015-08-05 11:23:51 -04:00
momo
c6cf98baaa Merge branch 'develop' of https://github.com/sleuthkit/autopsy into upgrade-jar 2015-08-05 10:25:29 -04:00
momo
974bbe3e18 using the path for 3.8.11 2015-08-05 10:21:44 -04:00
Richard Cordovano
bd3b4a2bba Merge pull request #1489 from millmanorama/dont_break_on_duplicate_tags
don't abort tagging as soon as one file was previously tagged; suppre…
2015-08-05 08:44:05 -04:00
Richard Cordovano
5d8a59a10a Merge pull request #1475 from millmanorama/application/octet-stream_fix
Application/octet stream fix
2015-08-05 08:42:20 -04:00
jmillman
1e3a0ebaeb fix bug when expanding/collapsing aggergate event nodes and events where always marked as tagged 2015-08-04 17:49:12 -04:00
jmillman
43103e1b2f delegate hash set name lookup to new method in Content. 2015-08-04 13:37:53 -04:00
jmillman
6d53f33447 Merge remote-tracking branch 'upstream/develop' into timeline_hash_set_filter 2015-08-04 10:21:51 -04:00
jmillman
4da81bf2c4 Merge branch 'dont_break_on_duplicate_tags' into timeline_tags_visualiztion 2015-08-03 16:43:11 -04:00
jmillman
e9e5075a5a don't abort tagging as soon as one file was previously tagged; suppress duplicate tag popup; minor cleanup 2015-08-03 16:20:03 -04:00
jmillman
85f04d8429 use solution to updating tags visualization that maintains immutability of AggregateEvent
increase synchronizatio, bug fixes, and cleanup
2015-08-03 16:08:49 -04:00
jmillman
4790f84a0e have tags visualization update in response to tag creation/deletion
make aggregateEvent mutable.... ( i am not sure I like this)
remove overzealos usage of enums for db table columns
wire new tag related events from timeline controller through filtered events eventbus to aggregateeventnode
created new timeline internal tag events
2015-08-03 13:29:36 -04:00
jmillman
c501bee88a Merge remote-tracking branch 'upstream/develop' into timeline_tags_visualiztion 2015-08-03 10:04:44 -04:00
jmillman
10f7a45eb1 WIP keep tagged column in sync with autopsy. 2015-07-31 16:58:29 -04:00
jmillman
703c780f27 show tag icons on detail view event groups, and tag counts in tooltip;
cleanup;  use NbBundle.messages to generate bundle strings
2015-07-31 15:37:48 -04:00
sidheshenator
42f96c2467 reverted externalized log messages 2015-07-31 13:33:33 -04:00
sidheshenator
4c0a230fd6 Photorec errors posted to inbox 2015-07-31 12:27:28 -04:00