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
Karl Mortensen
60d291a185
Import updates
2015-08-04 16:56:17 -04:00
Richard Cordovano
4e69458f22
Merge pull request #1493 from rcordovano/multi-user-settings-checks
...
Multi user settings checks
2015-08-04 15:22:32 -04:00
Richard Cordovano
4895924d49
Complete making case opening multi-user case aware
2015-08-04 15:18:31 -04:00
jmillman
43103e1b2f
delegate hash set name lookup to new method in Content.
2015-08-04 13:37:53 -04:00
Richard Cordovano
5e74324272
Restore code to Case.open() to throw for invalid case metadata file name
2015-08-04 12:56:01 -04:00
Richard Cordovano
c398605693
Merge pull request #1491 from sleuthkit/revert-1463-sanitize_utf-8-solr
...
Revert "invalid utf-8 data sanitized before feeding to the Solr Inges…
2015-08-04 12:40:52 -04:00
Richard Cordovano
80e26328df
Revert "invalid utf-8 data sanitized before feeding to the Solr Ingester"
2015-08-04 12:39:17 -04:00
Richard Cordovano
6215a5d3e5
Merge remote-tracking branch 'upstream/collaborative' into multi-user-settings-checks
2015-08-04 10:29:40 -04:00
jmillman
6d53f33447
Merge remote-tracking branch 'upstream/develop' into timeline_hash_set_filter
2015-08-04 10:21:51 -04:00
Richard Cordovano
435c328eeb
Merge pull request #1490 from mhmdfy/search-history
...
Search history
2015-08-04 10:15:23 -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
sidheshenator
d8f3f35dfe
silently ignore shellfolders registry datatype
2015-08-03 14:46:11 -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
momo
cf2ad6ef81
remove extra space
2015-08-03 10:01:57 -04:00
momo
a2fec5a9b7
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into search-history
2015-08-03 09:47:33 -04:00
Brian Carrier
55530ac708
Merge pull request #1483 from sidheshenator/photorec_inbox_message
...
Photorec inbox message
2015-07-31 21:21:34 -04:00
Richard Cordovano
2498ec159e
Merge pull request #1487 from karlmortensen/updatelogs
...
update log messages
2015-07-31 17:44:49 -04:00
Karl Mortensen
a88a00defc
add start of batch log
2015-07-31 17:40:13 -04:00
jmillman
10f7a45eb1
WIP keep tagged column in sync with autopsy.
2015-07-31 16:58:29 -04:00
Karl Mortensen
9d8daa7813
update log messages
2015-07-31 16:36:17 -04:00
momo
c4d52fdd74
adding the keywork "search" to bing split tokens to filter out non-search values such as "tstitch?"
2015-07-31 16:23:53 -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
Richard Cordovano
c6e9980b68
Merge pull request #1485 from karlmortensen/standardterminology
...
Standardterminology
2015-07-31 14:56:54 -04:00
Richard Cordovano
d1ced1f754
Merge pull request #1484 from karlmortensen/add_timestamp
...
Add timestamp
2015-07-31 14:56:48 -04:00
Karl Mortensen
461128fd96
Standardize terminology on import instead of convert
2015-07-31 14:37:08 -04:00