7156 Commits

Author SHA1 Message Date
William Schaefer
c8e4888fa6 3036 resolve merge conflict 2017-09-18 11:10:01 -04:00
Richard Cordovano
b73564f400 Update ManageTagsDialog.java 2017-09-15 18:00:11 -04:00
William Schaefer
07493125a9 2834 minor capital letter changes for consistancy 2017-09-15 17:17:55 -04:00
William Schaefer
62d6d27076 2834 make scrollbar invisible by default with longer description in manage tags 2017-09-15 17:06:25 -04:00
William Schaefer
1cac6f4566 2834 change uses of artifact in messages to user to result 2017-09-15 16:57:13 -04:00
William Schaefer
4855105db2 2834 fix central repository being lower case in additional spots 2017-09-15 16:54:58 -04:00
William Schaefer
d224655028 2834 more minor tweaks of UI text for central repository 2017-09-15 16:51:00 -04:00
William Schaefer
14586ed06b Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 2834-ManageTagsPanelInfo 2017-09-15 16:39:24 -04:00
William Schaefer
34c2d2453f 2834 central repository capitalization made more consistant 2017-09-15 16:38:58 -04:00
William Schaefer
9d417f68d3 3036 removed guess about cause of issue from message 2017-09-15 16:33:00 -04:00
William Schaefer
8563b46f78 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3036-CrDescriptionsConsistent 2017-09-15 16:04:19 -04:00
William Schaefer
855903f4ee 3036 made descriptions in CR more consistent, Known bad became notable for CR 2017-09-15 15:53:49 -04:00
Richard Cordovano
ad42028d0e Merge pull request #3075 from APriestman/3027_fileChooser
Allow user to select sqlite db file directly
2017-09-15 15:50:39 -04:00
Richard Cordovano
76227cdfca Merge pull request #3070 from APriestman/2863_tagExistingFiles
Known bad can be automatically added when setting a tag to BAD
2017-09-15 12:34:03 -04:00
Ann Priestman
7d7300f351 Add wait cursor 2017-09-14 15:41:02 -04:00
Ann Priestman
ab5d047ae8 Allow user to select db file directly 2017-09-14 10:25:47 -04:00
Ann Priestman
1c5d9111a6 Show actual full path to the database 2017-09-14 08:36:08 -04:00
William Schaefer
d4e156b804 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 2834-ManageTagsPanelInfo 2017-09-13 18:19:37 -04:00
William Schaefer
4f488e29ca 2834 make changes to Central Repo and Manage Tags GUI layout 2017-09-13 18:17:28 -04:00
esaunders
f5d1bd6655 Subqueries in PostgreSQL must have an alias. 2017-09-13 16:36:32 -04:00
esaunders
1f9ee790f9 Fixed bug that prevented file ingest being run on image data sources. 2017-09-13 14:45:40 -04:00
Ann Priestman
150d394d9f Refactoring 2017-09-13 08:43:23 -04:00
Richard Cordovano
7dbd3b5e1f Merge pull request #3068 from esaunders/2971_weak_file_listeners
Hold onto a reference to the weak listener so that it can be successf…
2017-09-12 15:59:13 -04:00
Richard Cordovano
7fce8dbca9 Merge pull request #3066 from esaunders/2987_weak_listener_fix
Hold onto a reference to the weak listener so that it can be successf…
2017-09-12 15:44:11 -04:00
Richard Cordovano
04c6dc12cf Merge pull request #3035 from wschaeferB/2943-ArtifactsAsContentCleanup
2943 artifacts as content cleanup
2017-09-12 15:42:15 -04:00
William Schaefer
177687ae2b 2943 Change isa check back to Abstract File with comment 2017-09-12 15:39:37 -04:00
Richard Cordovano
54a42ffc0b Merge pull request #3045 from wschaeferB/2831-EventListenerCR-Disables
2831 event listener cr disables
2017-09-12 15:26:42 -04:00
esaunders
5b990b4aaa Convert to javadoc comment. 2017-09-12 15:16:58 -04:00
esaunders
af119e055f Convert to javadoc comment. 2017-09-12 15:11:31 -04:00
Ann Priestman
ea39eed2a9 Cleanup 2017-09-12 15:06:00 -04:00
Ann Priestman
b8d60f663a Cleanup 2017-09-12 14:58:52 -04:00
Ann Priestman
ef9168e352 Add dialog message.
Cleanup.
2017-09-12 14:41:34 -04:00
esaunders
f2eb256fa8 Hold onto a reference to the weak listener so that it can be successfully removed. Use finalize() to take care of automatic listener removal when the node is garbage collected. 2017-09-12 14:13:26 -04:00
esaunders
2cc8f5c5f2 Hold onto a reference to the weak listener so that it can be successfully removed. Use finalize() to take care of automatic listener removal when the node is garbage collected. 2017-09-12 13:32:21 -04:00
Richard Cordovano
4d97d1ac3f Merge pull request #3059 from APriestman/2997_removeTag
Deleting a tag from a file can remove BAD from central repo
2017-09-12 13:29:35 -04:00
William Schaefer
cd845adf15 2834 adjust default size of tag help box on manage tags panel 2017-09-12 13:02:26 -04:00
Ann Priestman
c0b087f393 Restored missing break statement 2017-09-12 12:42:33 -04:00
Ann Priestman
6a458c9bcb Merge branch '2997_removeTag' into 2863_tagExistingFiles
Conflicts:
	Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/AbstractSqlEamDb.java
	Core/src/org/sleuthkit/autopsy/centralrepository/eventlisteners/CaseEventListener.java
2017-09-12 12:39:06 -04:00
William Schaefer
c465011b12 2834 make setting of text for tag help area its own method 2017-09-12 12:29:51 -04:00
William Schaefer
419dc9e1da 2834 Changes to Manage Tags dialog to include tips for 2834 and 2835 on tag use 2017-09-12 12:26:46 -04:00
Ann Priestman
2ec73212d4 Known bad can be automatically added when setting a tag to BAD 2017-09-12 09:57:39 -04:00
William Schaefer
61833ab86c 2831 rename CE enabling methods to reflect that they are counter based 2017-09-11 18:08:04 -04:00
William Schaefer
842dd8f5da Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2834-ManageTagsPanelInfo 2017-09-11 17:02:20 -04:00
William Schaefer
0b02fdcf60 2831 merge changes from develop 2017-09-11 14:35:27 -04:00
William Schaefer
b4c65ac0af 2831 moved disabling/enabling of Correlation Engine module to after EamDb.enabled check 2017-09-11 14:11:06 -04:00
William Schaefer
bd1390671d 2831 refactor names of variables and methods used for correlation engine enabling to be more clear 2017-09-11 13:25:12 -04:00
William Schaefer
f1d761fcb8 2943 modified getUnallocFiles to ensure it would work as previosly did in the case of Artifact children 2017-09-11 13:01:43 -04:00
William Schaefer
42968e4ae6 2943 removed TableFilterNode isa check which was part of 3008 not 2943 2017-09-11 12:26:52 -04:00
William Schaefer
36e8441e9f 2943 add import for FsContent for isa check 2017-09-11 12:09:09 -04:00
William Schaefer
c9d8c24966 2943 change isa check to FsContent type, resolve some netbeans hints 2017-09-11 11:48:53 -04:00