7722 Commits

Author SHA1 Message Date
U-BASIS\zhaohui
40a9b58ac6 2969: Adding one more step as classname.errorMessage.message 2017-10-27 09:56:41 -04:00
U-BASIS\zhaohui
a9caa22141 2969: update the Messages by using classname.messeges format 2017-10-27 09:49:39 -04:00
Ann Priestman
c43c8548a1 Import central repo hash is functional 2017-10-27 09:29:40 -04:00
U-BASIS\zhaohui
9f637c8be4 2969: Verify the input data is valid from isValid() in the filter class 2017-10-27 09:22:38 -04:00
millmanorama
1aaa76efc6 Merge remote-tracking branch 'upstream/accounts_relationships' into 867-message-listing 2017-10-27 13:44:04 +02:00
millmanorama
b6b9783a63 begin hookup of ResultPanel in CVT 2017-10-27 13:39:18 +02:00
U-BASIS\dgrove
2082928e51 Moved config update logic. 2017-10-26 16:24:57 -04:00
Raman
924babd2ec 866: Milestone 2 - Filter panel has device and account type filters 2017-10-26 16:01:15 -04:00
U-BASIS\dgrove
3f325a86fd Various bug fixes. 2017-10-26 15:52:19 -04:00
U-BASIS\zhaohui
4b279652bf Merge remote-tracking branch 'upstream/develop' into 2969-moreValidationOnFileSearchByAttributes 2017-10-26 14:27:41 -04:00
Ann Priestman
3cd0cc1518 Add error text handling to File Search by Attribute panel 2017-10-26 13:51:30 -04:00
millmanorama
d1412498ce remove unused method 2017-10-26 17:23:49 +02:00
Ann Priestman
e84809f2e9 Starting validity checks for central repo import 2017-10-26 11:02:09 -04:00
U-BASIS\zhaohui
db1b35a4dd Simply turn the textfield to non editable to block user input for data time 2017-10-26 10:15:45 -04:00
U-BASIS\zhaohui
1f4419f928 2969: More validation on File Search By Attributes 2017-10-26 10:02:12 -04:00
Richard Cordovano
6a96e7f4a5 Merge branch 'accounts_relationships' into 865-build-out-flters-host-container 2017-10-26 09:26:52 -04:00
millmanorama
e3591dbec9 don't shown credit cards or device in the account type filter widget 2017-10-26 15:05:52 +02:00
millmanorama
ffec373c06 use deviceIDs rather DataSources as keys in the map since DataSources don't implement equals 2017-10-26 14:42:23 +02:00
Raman
d6a2f5b6ca Renamed AccountsNode/AccountsNodeChildren to AccountDeviceInstanceNode/AccountDevicesInstancesNodeChildren. 2017-10-26 08:15:04 -04:00
millmanorama
a369fd8f43 change the way the filters are populated to prevent duplicates 2017-10-26 14:14:31 +02:00
millmanorama
a2c849b2d7 tweak FiltersPanel 2017-10-26 13:24:34 +02:00
millmanorama
7c463d19aa Merge branch 'accounts_table_column_widths' into 865-build-out-flters-host-container
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/AccountNode.java
2017-10-26 13:04:45 +02:00
millmanorama
96daf3eab9 Merge remote-tracking branch 'raman/accounts_relationships' into accounts_table_column_widths
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/AccountNode.java
#	Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java
2017-10-26 12:31:15 +02:00
Raman
514d94aa1b Adding logging of exceptions. 2017-10-25 19:53:58 -04:00
Raman
671ce19098 865: Milestone 1, basic UI with accounts table
- Integrated the CommunicationsManager API to populate the Accounts device instance table.
2017-10-25 15:54:14 -04:00
Richard Cordovano
38e0d6e1ea Merge pull request #3148 from zhhl/3134-arrayOutofBoundsOnAddTaggedHashes
3134: If there is no tag results, popup a message and not doing the r…
2017-10-25 15:26:26 -04:00
Richard Cordovano
dbda7d3da6 Merge pull request #3146 from zhhl/3116-updateCreditCardHMTLReportTitle
3116: Update the credit card account HMTL report title from Accounts:…
2017-10-25 15:25:01 -04:00
William Schaefer
2a26f2651d 2774 - save changes to CR settings prior to opening Manage Organizations Dialog 2017-10-25 15:03:28 -04:00
U-BASIS\zhaohui
af6fb2fcee 3116: A more generic way to get account display name for all availabe account types. 2017-10-25 15:00:05 -04:00
U-BASIS\dgrove
405fc29646 Minor code revisions. 2017-10-25 14:54:45 -04:00
U-BASIS\zhaohui
e57eb6a5db 3134: As Ann suggested, remove the pop up message while index out of bound 2017-10-25 14:45:38 -04:00
William Schaefer
f4afca6846 3126 merged changes from 3080 from moving shutDownTaskExecutor 2017-10-25 14:36:26 -04:00
William Schaefer
442e69094a Merge branch '3080-CaseEventListenerToBackground' of https://github.com/wschaeferB/autopsy into 3126-IngestEventsListenterToBackground 2017-10-25 14:32:35 -04:00
William Schaefer
02cdf53d74 3080 moved shutDownTaskExecutor to new ThreadUtils class 2017-10-25 14:31:45 -04:00
Ann Priestman
a492b82337 Making org combo box work 2017-10-25 11:48:33 -04:00
millmanorama
5cff9148e0 scheduling the calls to setColumnWidths to the EDT made the column sizing work. 2017-10-25 17:06:34 +02:00
millmanorama
22a9dcd5fc added TODOs for wiring up the ComunicationsManager to the UI using the real API 2017-10-25 17:05:22 +02:00
millmanorama
7960459876 tweak the FiltersPanel 2017-10-25 15:17:15 +02:00
millmanorama
b78438fffb fix merge error, add logger 2017-10-25 14:07:50 +02:00
millmanorama
14dbe8ab25 Merge branch 'build_out_CVT_GUI' into 865-build-out-flters-host-container
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java
2017-10-25 14:00:32 +02:00
millmanorama
4c67f98743 rename OpenCommVisualizationToolAction to avoid abbreviation, ue Children.Keys instead of ChildFactory 2017-10-25 13:53:43 +02:00
millmanorama
1add071855 Merge remote-tracking branch 'upstream/accounts_relationships' into build_out_CVT_GUI 2017-10-25 13:38:44 +02:00
Eugene Livis
935827122d Updated Java doc 2017-10-24 16:59:16 -04:00
U-BASIS\dgrove
8e8b957f4c Bug fix regarding assumed AUT filename. 2017-10-24 15:17:57 -04:00
Ann Priestman
e02b825340 Merge remote-tracking branch 'upstream/develop' into 3139_cr_hashes 2017-10-24 14:39:54 -04:00
U-BASIS\dgrove
98609be8f9 Removed unused imports. 2017-10-24 14:39:07 -04:00
Raman
9a7f012307 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/TermsComponentQuery.java
2017-10-24 14:33:08 -04:00
U-BASIS\dgrove
3a555648d6 Minor clean-up and bug fixes. 2017-10-24 14:32:33 -04:00
Ann Priestman
a01cc6addb Starting on combined import panel 2017-10-24 14:31:36 -04:00
Ann Priestman
d9b605af50 Importing dialog cancellation done 2017-10-24 13:29:48 -04:00