16891 Commits

Author SHA1 Message Date
William Schaefer
20725202e5 2774 prevent in use organizations from being deleted from CR 2017-10-16 17:54:31 -04:00
William Schaefer
dfe67722e2 2774 Delete org method added to Eamdb for organization management 2017-10-16 17:11:56 -04:00
William Schaefer
10e087caf6 2774 handle exceptions regarding failure to access organization data 2017-10-16 15:09:17 -04:00
William Schaefer
6ba111ed5b 2774 fix minor issues with @messages for managing organizations 2017-10-16 14:53:31 -04:00
Ann Priestman
44aeb6ca5d Central repo hashsets can now be used for lookups.
Added temporary button to settings panel to create them.
2017-10-16 13:41:26 -04:00
William Schaefer
a2c448c06f 2774 changed all new static text for managing organizations to @messages 2017-10-16 13:32:38 -04:00
William Schaefer
a169d40b90 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2774-CentralRepoDetailsGUI 2017-10-16 10:53:16 -04:00
Richard Cordovano
32af6d3b49 Improve documnetation of KeywordSearchQuery method 2017-10-14 08:06:15 -04:00
Richard Cordovano
8ac6e71afe Clean up and better document QueryResults class 2017-10-14 07:52:36 -04:00
Richard Cordovano
910824d28f Merge pull request #3095 from raman-bt/accounts_relationships
850: New Contentviewer for Messages & Attachments
2017-10-13 20:39:16 -04:00
Richard Cordovano
284e6f64fe Merge pull request #3140 from zhhl/nojira-removeObsoleteExample
NoJira: Remove the obsolete sample
2017-10-13 18:51:24 -04:00
William Schaefer
560fb28dce 2774 combine examiner details, case number, and display name into caseDetails 2017-10-13 17:26:32 -04:00
William Schaefer
4077f8b901 2774 merg conflict resolution with bundle files 2017-10-13 15:54:18 -04:00
William Schaefer
c5ec3c7c01 2774 - OptionalCasePropertiesDialog now remembers correct organization by default 2017-10-13 15:51:37 -04:00
U-BASIS\zhaohui
1d72f2c7f2 NoJira: Remove the obsolete sample 2017-10-13 12:15:22 -04:00
Richard Cordovano
870b202b0f Delete obsolete externalresults package 2017-10-12 18:47:57 -04:00
Eugene Livis
3ac0792922 Refactored AddDataSourceCallback and DataSource out of AIM 2017-10-12 16:19:27 -04:00
William Schaefer
168f3a9ece 2774 major rework to case properties panel and optional case creation props 2017-10-12 12:45:24 -04:00
Ann Priestman
ecf8108561 Renaming 2017-10-12 12:43:02 -04:00
Eugene Livis
49850bfd98 Further factored out the functionality into a separate class 2017-10-11 17:33:54 -04:00
Richard Cordovano
4739b8da93 Set build.type back to DEVELOPMENT in project.properties 2017-10-11 16:11:36 -04:00
Ann Priestman
a5eec4c20d Merge remote-tracking branch 'upstream/develop' into 2981_hashLookupSettings 2017-10-11 13:12:08 -04:00
Ann Priestman
35789eabeb Changed combo box to store HashDatabase objects instead of strings. 2017-10-11 13:11:53 -04:00
Ann Priestman
2305664e11 Finished updating settings code 2017-10-11 11:22:46 -04:00
William Schaefer
1a02bf4dcd 2774 changed text for new case wizard panels 2017-10-10 12:51:16 -04:00
William Schaefer
670d6d668f 2774 added organization choosing to new case wizards 2017-10-10 12:09:57 -04:00
Ann Priestman
82cb5fa8e3 Reverting some per-job settings code 2017-10-10 11:12:20 -04:00
Ann Priestman
840f4aaa99 Keep separate list in the job settings 2017-10-06 16:37:48 -04:00
Brian Carrier
8a445ca52c Merge pull request #3138 from eugene7646/file_visitor_fix
File visitor exception handling fix
2017-10-06 16:37:23 -04:00
Eugene Livis
ca14274ec8 Added a catch-all firewal to visitFile() so that one bad file doesn't stop the entire input folder scan 2017-10-06 14:51:28 -04:00
Eugene Livis
91eaf88c10 Catching and handling exceptions caused by bad ZK node data so that they don't stop input folder scans 2017-10-06 14:34:19 -04:00
William Schaefer
b87e6d6796 2774 functioning Manage Organizations Panel added 2017-10-06 14:28:39 -04:00
U-BASIS\dgrove
9712f0329d Replaced folder scan with coordination service call. 2017-10-06 13:25:42 -04:00
Ann Priestman
b31b4a0f25 Made new HashDatabase interface.
Now records whether the HashDatabase is enabled in the object, not in the module settings.
2017-10-06 11:31:56 -04:00
Richard Cordovano
633c3a00e7 Merge pull request #3136 from dgrove727/3122_ExaminerModeRestart
3122 examiner mode restart
2017-10-05 14:21:07 -04:00
William Schaefer
9a36a85918 2774 fix issue with save order of Case Details Tabs 2017-10-05 14:15:56 -04:00
U-BASIS\dgrove
dc06840e31 Cleanup. 2017-10-05 12:41:23 -04:00
U-BASIS\dgrove
bc3962514e Various minor improvements. 2017-10-05 12:33:58 -04:00
U-BASIS\dgrove
cf6312cdb3 Reworked 'Examiner' mode so it works without restart. 2017-10-05 11:15:37 -04:00
Richard Cordovano
8379922396 Merge pull request #3135 from wschaeferB/3039-TaggedContentColorChange
3039 change tagged content color from dark gray to light yellow
2017-10-04 16:21:32 -04:00
William Schaefer
a115f8be0e Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2774-CentralRepoDetailsGUI 2017-10-04 14:50:55 -04:00
William Schaefer
66a33dcdf0 2774 combine central repo case properties and case properties into one 2017-10-04 14:50:23 -04:00
Richard Cordovano
8550e9e23e Merge remote-tracking branch 'upstream/release-4.5.0' into develop 2017-10-03 20:00:02 -04:00
Richard Cordovano
5eefb7abda Change progress bar msg of ImageWriter 2017-10-03 19:59:30 -04:00
Richard Cordovano
5a20c14d4d Merge pull request #3126 from zhhl/3095-dataSourcedTreeExpansion
3095: Expanding Data Sources Node in nightly test
2017-10-03 19:18:59 -04:00
Richard Cordovano
db0ff82c73 Restore organizations panel in EamCaseEditDetailsDialog 2017-10-03 15:53:12 -04:00
Raman
2c7ce7ee39 Fixed Codacy issue. 2017-10-03 08:05:24 -04:00
Raman
3cbc89157e Removed commented code. 2017-10-02 15:22:33 -04:00
Raman
634e25a3f8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
2017-10-02 15:13:39 -04:00
William Schaefer
887e4d8f06 3039 change tagged content color from dark gray to light yellow 2017-10-02 11:47:42 -04:00