9854 Commits

Author SHA1 Message Date
jmillman
2d7a8e80f3 use left join instead of inner join for cases when there is only one kind of tag 2015-08-12 10:29:10 -04:00
jmillman
c7559002c2 create index on time 2015-08-12 10:29:04 -04:00
jmillman
44c6f1b74c minor cleanup 2015-08-12 10:29:00 -04:00
jmillman
0fc4cbd753 cleanup getAggregateEvents() 2015-08-12 10:28:49 -04:00
jmillman
6bfd5e9afc comments and cleanup 2015-08-12 10:28:12 -04:00
jmillman
440056d351 expose tag synced currentstate through Timelinecontroller rather than historymanager 2015-08-12 10:28:07 -04:00
jmillman
10ed0ff851 WIP toward keeping tag filters in sync accross histry as tags are created and deleted 2015-08-12 10:28:00 -04:00
jmillman
d2ecd08a71 minor cleanup 2015-08-12 10:27:55 -04:00
jmillman
7744cf7fd2 WIP to use sqlite ATTACH DATABASE to implement tag filters 2015-08-12 10:27:51 -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
Richard Cordovano
7bc6e9f277 Merge pull request #1497 from millmanorama/IG_show_tree_on_advance
show contents tree when next group button pressed;  expand tab labels…
2015-08-11 18:24:20 -04:00
Richard Cordovano
bfd9d71bb3 Merge pull request #1496 from millmanorama/timeline_tags_visualiztion
Timeline tags visualiztion
2015-08-11 18:23:55 -04:00
jmillman
572fc50b6b move properties to NbBundle.messages annotation and out of Bundle.properties 2015-08-11 15:24:58 -04:00
Brian Carrier
146edfc39b added comment about error status to sample module 2015-08-11 14:52:06 -04:00
jmillman
b7ca50385d move properties to NbBundle.messages annotation and out of Bundle.properties 2015-08-11 14:51:53 -04:00
Brian Carrier
a164030947 Updated python report module, added July2015 tutorial folder with code of final module 2015-08-11 14:45:57 -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
Richard Cordovano
d5bf4c5e0e Merge pull request #1504 from karlmortensen/beautify_develop
Bulk format code with new settings
2015-08-07 13:50:16 -04:00
Richard Cordovano
1d855b522e Merge pull request #1502 from karlmortensen/beautify_code
Bulk format code with new settings
2015-08-07 13:50:08 -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
Karl Mortensen
f76d0587dc Bulk format code with new settings 2015-08-07 11:50:35 -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
83811f2e7d Merge pull request #1501 from sleuthkit/python_sample_updates
Added error checking to SQLite sample script
2015-08-07 09:47:08 -04:00
Brian Carrier
aa8f7f68cb Added error checking to SQLite sample script 2015-08-07 09:46:08 -04:00
Brian Carrier
54a5045c9c Merge pull request #1500 from sleuthkit/python_sample_updates
Cleaned up samples, added files associated with data source tutorial
2015-08-05 23:18:47 -04:00
Brian Carrier
b6d911fa6b Cleaned up samples, added files associated with data source tutorial 2015-08-05 23:15:19 -04:00
Richard Cordovano
0cc8b579e5 Merge pull request #1498 from karlmortensen/copysourceimage
pay attention to copy source image
2015-08-05 16:17:10 -04:00
Karl Mortensen
502a4b2fcd pay attention to copy source image 2015-08-05 15:38:25 -04:00
jmillman
2622edd4bd show contents tree when next group button pressed; expand tab labels to clarify relationship between them 2015-08-05 14:42:57 -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
Richard Cordovano
568160d61e Merge pull request #1495 from mhmdfy/upgrade-sqlite-jar
Upgrade sqlite jar
2015-08-05 12:00:43 -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
1721a530fc Merge pull request #1494 from karlmortensen/import_updates
Import updates
2015-08-05 10:10:35 -04:00
Karl Mortensen
6a3b13052a update logging 2015-08-05 09:57:28 -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
e84d0bfcc9 Merge pull request #1488 from sidheshenator/skip_shellfolders
silently ignore shellfolders registry datatype
2015-08-05 08:42:45 -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
Richard Cordovano
59a4a619da Merge pull request #1492 from millmanorama/timeline_hash_set_filter
Timeline hash set filter
2015-08-05 08:38:04 -04:00
Karl Mortensen
1f93a32f55 Import updates 2015-08-04 17:55:46 -04:00
jmillman
bbc5256e23 Merge remote-tracking branch 'upstream/develop' into timeline_tags_visualiztion 2015-08-04 17:49:24 -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