Ann Priestman
|
5074684466
|
Prevent shutDown from being called on ingest pipelines that haven't started.
|
2015-07-17 09:49:58 -04:00 |
|
Richard Cordovano
|
b4ee3471eb
|
Merge develop branch into collaborative branch
|
2015-07-13 16:43:28 -04:00 |
|
esaunders
|
3581be77a8
|
Merge pull request #1427 from esaunders/solr_spin
Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
|
2015-07-08 13:55:29 -04:00 |
|
Eamonn Saunders
|
b975f230f9
|
Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
Modified Server.openCore() to check Solr server connectivity.
|
2015-07-08 13:52:39 -04:00 |
|
esaunders
|
52c6e8d70f
|
Merge pull request #1426 from APriestman/menu
Add tagging to context menu for artifacts linked to a datasource
|
2015-07-08 13:48:52 -04:00 |
|
Ann Priestman
|
8b8685097b
|
Add tagging to context menu for artifacts linked to a datasource
|
2015-07-08 13:37:20 -04:00 |
|
esaunders
|
81087f9742
|
Merge pull request #1425 from esaunders/create_keys_fix
Updated ChildFactory.createKeys() implementations to not return false…
|
2015-07-07 15:49:33 -04:00 |
|
Eamonn Saunders
|
e1b32a9274
|
Updated ChildFactory.createKeys() implementations to not return false when they are unable to create keys. Returning false means "the list has only been partially populated and this method should be called again to batch more keys".
|
2015-07-07 15:46:58 -04:00 |
|
Brian Carrier
|
9a989506e7
|
Merge pull request #1423 from kefir-/sample_module_crossplatform
Use os.path.join() for path manipulation in reportmodule.py,
|
2015-07-06 10:18:39 -04:00 |
|
Ketil Froyn
|
7ff99f03d8
|
Use os.path.join() for path manipulation in reportmodule.py,
rather than hardcoding backslash
|
2015-07-04 02:05:15 +02:00 |
|
Richard Cordovano
|
593fc2ca2d
|
Merge pull request #1363 from sidheshenator/goto_hex_offset
jump to hex offset implemented
|
2015-07-02 11:23:57 -04:00 |
|
Richard Cordovano
|
da3c3fc050
|
Merge pull request #1413 from millmanorama/new-tag-events-collab
make the new tag events work in collaborative autopsy.
|
2015-07-02 11:23:22 -04:00 |
|
jmillman
|
febbee6634
|
export org.sleuthkit.autopsy.casemodule.events from Core module
|
2015-07-02 11:02:24 -04:00 |
|
jmillman
|
a2a8fc0bc6
|
move Tag events to ...casemodule.events package; explicitly implement Serializable interface.
use as needed logger to avoid serializing it.
|
2015-07-02 10:54:29 -04:00 |
|
Richard Cordovano
|
e59ba14a44
|
Merge pull request #1417 from millmanorama/concurrent_hashmap_npe_fix
improve synchronization and guard the videoFileMap from null keys to eliminate NPE
|
2015-07-02 09:36:25 -04:00 |
|
Richard Cordovano
|
9de25349c8
|
Merge pull request #1419 from sidheshenator/py_module_fix
jython moduleName getting regex fixed
|
2015-07-02 09:35:14 -04:00 |
|
Richard Cordovano
|
d6ef60ec5d
|
Merge pull request #1416 from millmanorama/contents_tree_fix
fix rebuilding the contents tree when switching grouping
|
2015-07-02 09:33:26 -04:00 |
|
sidheshenator
|
cb346a00fe
|
jython moduleName getting regex fixed
|
2015-07-01 17:33:32 -04:00 |
|
Richard Cordovano
|
43220d9d83
|
Merge pull request #1418 from karlmortensen/doc_update
change default to 10
|
2015-07-01 17:04:23 -04:00 |
|
Karl Mortensen
|
78a93f3a5b
|
change default to 10
|
2015-07-01 16:47:12 -04:00 |
|
Richard Cordovano
|
3a3eb141e1
|
Merge pull request #1415 from karlmortensen/docs
update docs for collaborative mode
|
2015-07-01 15:59:52 -04:00 |
|
jmillman
|
924d012527
|
fix rebuilding the contents tree when switching grouping
|
2015-07-01 15:54:07 -04:00 |
|
jmillman
|
5866b88a35
|
improve synchronization and guard the videoFileMap from null keys to eliminate NPE
|
2015-07-01 15:52:12 -04:00 |
|
Karl Mortensen
|
a134f3da4d
|
update docs for collaborative mode
|
2015-07-01 15:49:43 -04:00 |
|
jmillman
|
73ad87b161
|
catch correct exception when no case is open
|
2015-07-01 13:37:49 -04:00 |
|
jmillman
|
13d4e71b50
|
fix typo in warning messages
|
2015-07-01 13:34:47 -04:00 |
|
jmillman
|
1b980ea9dd
|
fix up comments
|
2015-07-01 13:32:15 -04:00 |
|
jmillman
|
1e13d5a039
|
Merge remote-tracking branch 'upstream/collaborative' into new-tag-events-collab
Conflicts:
Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
|
2015-07-01 13:12:21 -04:00 |
|
jmillman
|
bb7ab1eab3
|
don't call getNewValue and getOldValue unless they are needed
they might invoke expensive db operations to load transient members and should be avoided unless those values are needed
|
2015-07-01 13:06:54 -04:00 |
|
jmillman
|
fc3accc733
|
don't put Tags into the newValue field as serialization will fail. instead rely on private tag member and lazy loading in overriden getNewValue()
|
2015-07-01 12:34:53 -04:00 |
|
jmillman
|
641fe4aa9d
|
have BlackboardArtifactTagNodeFactory implement Observer and listen to tag changes like ContentTagNodeFactory does
|
2015-07-01 12:33:49 -04:00 |
|
Richard Cordovano
|
5de14bde5c
|
Merge pull request #1412 from sleuthkit/no_write_on_open
do not call write when opening a case - not sure why it was ever done
|
2015-07-01 12:30:15 -04:00 |
|
Brian Carrier
|
1bcc1a7aa5
|
do not call write when opening a case - not sure why it was ever done
|
2015-07-01 12:13:24 -04:00 |
|
Richard Cordovano
|
ea00fb2d94
|
Merge pull request #1411 from sleuthkit/add_msvcr120
Add msvcr120
|
2015-07-01 11:17:40 -04:00 |
|
Brian Carrier
|
3e9b7b5bcb
|
Updated Installer to preload MSVCR120
|
2015-07-01 11:17:03 -04:00 |
|
Brian Carrier
|
2ce579b16b
|
Fixed error in update script
|
2015-07-01 11:12:29 -04:00 |
|
Brian Carrier
|
b0039e2995
|
Updated to include VS2013 runtime dlls for PostgreSQL support
|
2015-07-01 11:10:25 -04:00 |
|
Richard Cordovano
|
95231c3a82
|
Merge in timeline update popup fix and resolve conflicts
|
2015-07-01 10:44:24 -04:00 |
|
jmillman
|
74a8455c10
|
update comments
|
2015-07-01 10:35:25 -04:00 |
|
Richard Cordovano
|
a07802d73c
|
Merge pull request #1407 from millmanorama/manually_sort_unseengroups
replace buggy JavaFX SortedLists with explicit sorting
|
2015-06-30 16:24:46 -04:00 |
|
Richard Cordovano
|
e1a6068298
|
Merge pull request #1406 from millmanorama/tag_group_menu
fix tag group menu bug ...
|
2015-06-30 16:23:45 -04:00 |
|
Richard Cordovano
|
6129da5679
|
Merge pull request #1405 from millmanorama/duplicate_tag_warning
Duplicate tag warning
|
2015-06-30 16:23:17 -04:00 |
|
Richard Cordovano
|
ae1019ad54
|
Merge pull request #1404 from millmanorama/hash_set_display
Hash set display
|
2015-06-30 16:20:36 -04:00 |
|
Richard Cordovano
|
ef2be4c5d4
|
Merge pull request #1409 from APriestman/zombies2
Fixes for data source analysis events
|
2015-06-30 13:43:08 -04:00 |
|
APriestman
|
01c6d85166
|
Moved all DataSourceAnalysis started and cancelled events to DataSourceIngestJob
|
2015-06-30 12:55:38 -04:00 |
|
jmillman
|
62259e2d6b
|
comments and minor cleanup
|
2015-06-30 12:43:52 -04:00 |
|
jmillman
|
c12faa9859
|
refactor TagEvents heirarchy to support serialization;
don't try to lookup DeletedTag by Id, it won't exist. Instead send DeletedTagInfo which has key info of deleted tag and is serializable.
|
2015-06-30 12:27:23 -04:00 |
|
APriestman
|
5c9f8303e8
|
Send event when datasource processing is cancelled before ingest begins
|
2015-06-30 09:39:46 -04:00 |
|
Brian Carrier
|
fd6c748e51
|
Updated to develop flag
|
2015-06-29 19:07:07 -04:00 |
|
Brian Carrier
|
8f50658aac
|
Merge branch 'release-3.1.3' into develop
|
2015-06-29 19:05:07 -04:00 |
|