7051 Commits

Author SHA1 Message Date
William Schaefer
c83738d48d 2834 added label to manage tags panel for where to create tags 2017-09-07 16:43:36 -04:00
Richard Cordovano
2fcf78be74 Merge pull request #3023 from APriestman/2956_addLogging
Add data source error messages to the log
2017-09-06 10:28:38 -04:00
Richard Cordovano
9c92221194 Merge pull request #3021 from APriestman/2953_hash_import_speed
Improve speed of importing hash database in sqlite
2017-09-06 10:26:24 -04:00
Richard Cordovano
73425be830 Merge pull request #3004 from APriestman/2932_childrenCounts
Use counts of files + message type artifacts to determine node counts…
2017-09-06 10:22:47 -04:00
millmanorama
fc1593d232 Merge remote-tracking branch 'upstream/rc-2.8.3' into develop
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
2017-09-02 12:26:21 +02:00
esaunders
36eb417802 Remove more unused import. 2017-08-31 11:31:39 -04:00
esaunders
65038d90e2 Remove unused import. 2017-08-31 11:21:47 -04:00
esaunders
b729bb5fdc Merge branch 'rc-2.8.3' of github.com:sleuthkit/autopsy into 2948_reduce_event_listeners 2017-08-31 11:16:05 -04:00
esaunders
bdbb42f1b7 Missed CURRENT_CASE in my first pass for Tags and BlackboardArtifactNode. 2017-08-31 11:15:44 -04:00
Ann Priestman
9959546fa4 Removing unused imports 2017-08-30 11:22:16 -04:00
Ann Priestman
2ecbd096e6 Move query out of sleuthkit 2017-08-30 11:14:35 -04:00
Eugene Livis
ab64750108 Minor changes to panel 2017-08-29 15:19:38 -04:00
Ann Priestman
73b13282ad Add data source error messages to the log 2017-08-29 13:31:13 -04:00
Eugene Livis
9f95239cc4 Added ability to search for MD5 2017-08-29 12:51:18 -04:00
Ann Priestman
bda2bb5331 Merge remote-tracking branch 'upstream/develop' into 2953_hash_import_speed
Conflicts:
	Core/src/org/sleuthkit/autopsy/centralrepository/optionspanel/ImportHashDatabaseDialog.java
2017-08-29 10:04:32 -04:00
Ann Priestman
eaaeb3dc4d Improve speed of importing hash database in sqlite 2017-08-29 09:21:31 -04:00
Richard Cordovano
867dba7120 Merge pull request #3009 from APriestman/2873_hashImport
Write imported hashes to the database in sets
2017-08-28 18:06:44 -04:00
Richard Cordovano
7c176442c3 Merge pull request #3007 from APriestman/2898_sqliteLocks
Add locking to sqlite database calls
2017-08-28 17:59:40 -04:00
Richard Cordovano
8c44bf2bf3 Merge pull request #3003 from wschaeferB/2826-GetFileTypeReliably
2826 change import hashdb options panel to get file type reliably
2017-08-28 17:54:49 -04:00
esaunders
04fcee7dbf Listeners now only register for event types they are interested in. 2017-08-28 14:09:13 -04:00
Ann Priestman
2a7ff9cb4a Testing old method 2017-08-25 12:10:43 -04:00
Ann Priestman
27b0575d7d Use commit block instead of addBatch 2017-08-25 10:01:26 -04:00
esaunders
79b17fe17a Pass weak listener references to event publisher to allow blackboard artifact nodes to be garbage collected. 2017-08-22 10:28:43 -04:00
William Schaefer
df831d3f80 2934 fixed case with SQLite CR creation where directory exists but is protected 2017-08-17 11:34:56 -04:00
William Schaefer
7dcf39698b 2934 fixed issue with SQLite db creation for CR not handling SecurityExceptions 2017-08-17 10:24:47 -04:00
Ann Priestman
f11b2aa334 Write imported hashes to the database in sets 2017-08-17 08:33:36 -04:00
Ann Priestman
10d0d39b03 Removed unused import 2017-08-16 10:24:38 -04:00
Ann Priestman
7b16f58941 Add locking to sqlite database calls 2017-08-16 09:46:09 -04:00
William Schaefer
f93f6694f3 2934 Central repo option stay disabled during ingest now 2017-08-15 14:33:42 -04:00
Ann Priestman
5fd3c4aa95 Use counts of files + message type artifacts to determine node counts/whether a node is a leaf node 2017-08-15 12:39:08 -04:00
William Schaefer
e8c987b752 2826 change import hashdb options panel to get file type reliably 2017-08-15 11:17:20 -04:00
William Schaefer
f8490ed1f0 2934 minor formatting and removing unused import fixes for central repo gui 2017-08-15 10:07:09 -04:00
William Schaefer
a0d9fb00c2 2934-remove un-used code from central repo code 2017-08-15 10:01:46 -04:00
William Schaefer
f28900ac2a 2934 fixed bundle messages for labels on Central repo GUI 2017-08-14 18:28:52 -04:00
William Schaefer
5b3a3204c8 Clean up Central GUI changes, remove un-used code, refactor some names 2017-08-14 18:07:15 -04:00
William Schaefer
c38cdc3e98 2934 remove un-used import 2017-08-14 17:50:18 -04:00
William Schaefer
13a4977535 2934 cleaned up reading/saving of Central Repo enabled setting 2017-08-14 17:38:54 -04:00
William Schaefer
70256c802d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2934-ModifyCentralRepoConfigGUI 2017-08-14 16:54:14 -04:00
William Schaefer
f4842a1ca8 2934-valid path checking for SQLite DB and minor clean up 2017-08-14 16:53:41 -04:00
Richard Cordovano
71c145fd3d Merge pull request #2999 from APriestman/2819_preventEmptyCaseOrDatasource
Prevent empty case or datasource when tagging artifacts as bad
2017-08-14 13:39:58 -04:00
Richard Cordovano
47e69bd365 Merge pull request #2983 from millmanorama/AbstractAbstractFieNode-cleanup
cleanup AbstractAbstractFileNode
2017-08-14 13:37:32 -04:00
millmanorama
360a70e5cb fix compiler warnings, make one Anonymous inner class into a lambda 2017-08-11 22:59:54 -04:00
millmanorama
153f64394b revert changing fillPropertyMap to non-static. 2017-08-11 22:48:35 -04:00
millmanorama
380ffe39d8 Merge remote-tracking branch 'upstream/develop' into AbstractAbstractFieNode-cleanup
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java
#	Core/src/org/sleuthkit/autopsy/datamodel/Bundle.properties
2017-08-11 22:31:07 -04:00
William Schaefer
29047dc589 2934 fix the enabling and disabling of Central Repo in new gui 2017-08-11 16:03:23 -04:00
William Schaefer
6586cc4af6 2934 save the enabling of new checkbox to modulesettings 2017-08-11 14:37:07 -04:00
William Schaefer
c6c5acba0f 2934 changes to Central Repo Options panel and config dialog 2017-08-11 13:58:16 -04:00
Richard Cordovano
e8c2c24b9d Merge pull request #2991 from millmanorama/1936-extension-column-in-results-table
1936 extension column in results table
2017-08-11 13:42:36 -04:00
Ann Priestman
af55a3ef06 Merge remote-tracking branch 'upstream/develop' into 2819_preventEmptyCaseOrDatasource 2017-08-11 12:59:33 -04:00
Richard Cordovano
2ec2c4a929 Fix merge conflicts in DeletedContent.java 2017-08-11 12:59:04 -04:00