jmillman
2552196891
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-25 10:05:02 -04:00
jmillman
16fe7db1e7
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-25 10:04:33 -04:00
jmillman
d587e1c53e
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-25 10:04:01 -04:00
jmillman
edfe858dd8
cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas)
2015-06-25 10:03:14 -04:00
jmillman
e1e5e78bd0
make new DeleteFollowUpTag action; use Set instead of List to prevent duplicate files in groups
2015-06-25 10:03:12 -04:00
Richard Cordovano
d7cac20824
Merge pull request #1381 from millmanorama/tag_events
...
Tag Events
2015-06-25 09:45:27 -04:00
Richard Cordovano
1a4b4bd92c
Merge pull request #1397 from karlmortensen/10k_msgs
...
Only show the 10k limit message once
2015-06-25 09:33:40 -04:00
Richard Cordovano
6187bf0f8f
Merge pull request #1396 from sidheshenator/add_text_report_to_DB
...
Text FileReport added to databse. Logger format changed
2015-06-24 16:20:07 -04:00
Sidhesh Mhatre
10f66173a0
Not logging invalidpathException
2015-06-24 16:19:16 -04:00
Karl Mortensen
cd7e9f6513
only show the message once
2015-06-24 15:50:10 -04:00
Sidhesh Mhatre
9b021d5adb
Throw TskCoreException if localPath is invalid
2015-06-24 15:42:45 -04:00
sidheshenator
67ff3ee7cd
Text FileReport added to databse. Logger format changed
2015-06-24 15:30:11 -04:00
Richard Cordovano
641e33cf51
Fix CollaborationManager.shutdown() bug and ctor exception handling by Case
2015-06-24 11:46:58 -04:00
jmillman
8808496f83
catch IllegalStateException from Case.getCurrentCase() in TagsManager methods
2015-06-24 10:29:03 -04:00
jmillman
f9f1c7db94
use private notifyPropertyChangeEvent() method in notifyNewDataSource
2015-06-24 10:17:51 -04:00
jmillman
2d7cc05e30
remove TagAction class since it provides no value
2015-06-24 10:13:59 -04:00
Richard Cordovano
52c9e16f5a
Merge pull request #1395 from millmanorama/close_fxmenu_behind_tag_dialog
...
use SwingUtilities.invokeLater rather than invokeandWait so that show…
2015-06-23 16:30:24 -04:00
Richard Cordovano
9fa7414327
Merge pull request #1394 from millmanorama/ThumnbailCache_npe_fixes
...
fix npe by optionalizing getCachefile
2015-06-23 16:28:20 -04:00
Richard Cordovano
f196a6c05c
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative
2015-06-23 15:39:57 -04:00
Richard Cordovano
60bdfc9c7f
Remove redundant deadlock causing synch from IngestManager
2015-06-23 15:39:20 -04:00
Richard Cordovano
f1c014f84f
Merge pull request #1392 from karlmortensen/size_compare
...
watch out for unknown (-1)
2015-06-23 14:33:28 -04:00
Richard Cordovano
bad8961631
Merge pull request #1391 from millmanorama/limit_popups
...
only prompt that the events db is out of date, when the timeline wind…
2015-06-23 14:32:16 -04:00
jmillman
4db34a412a
use SwingUtilities.invokeLater rather than invokeandWait so that showing the swing dialog does not block hiding the fx menu.
2015-06-23 14:19:55 -04:00
jmillman
dac18bf6da
fix npe by optionalizing getCachefile
2015-06-23 13:20:52 -04:00
Karl Mortensen
fc0c6af1d3
watch out for unknown (-1)
2015-06-23 12:36:03 -04:00
jmillman
964679ad9a
only prompt that the events db is out of date, when the timeline window is open
2015-06-23 11:21:40 -04:00
Brian Carrier
8346c23de9
Merge pull request #1390 from sidheshenator/update_api_exception_handling
...
Update api exception handling
2015-06-23 10:40:14 -04:00
Sidhesh Mhatre
880a5be15a
Update update_versions.py
2015-06-23 10:35:13 -04:00
sidheshenator
4b1ba59257
early exit if jdiff or javadoc not found
2015-06-23 09:38:22 -04:00
sidheshenator
85ea8bc90d
update_versions.py does not execute if javadoc cannot be executed
2015-06-23 09:16:23 -04:00
Richard Cordovano
07e8802f48
Removed XSD validation from XMLCaseManagement
2015-06-22 17:27:16 -04:00
Richard Cordovano
9a8562bf65
Fixed service failed/restored msg sequence
2015-06-22 17:03:52 -04:00
Richard Cordovano
faf551ce60
Merge develop into collaborative
2015-06-22 14:58:21 -04:00
jmillman
3fa996d6fc
Tag Events
...
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-22 14:53:07 -04:00
Richard Cordovano
d945280afe
Merge pull request #1388 from sidheshenator/sevenzipextractor_NPE_fix
...
files skipped due to unknown size logged
2015-06-22 14:44:10 -04:00
Richard Cordovano
f4272b8f6f
Catch JMSException that should not propagate from RemoteEventPublisher
2015-06-22 14:03:57 -04:00
sidheshenator
3c3584b23d
files skipped due to unknown size logged
2015-06-22 14:00:01 -04:00
sidheshenator
cdac97e879
Unused fields removed. Potential NPE checked in SevenZipExtractor
2015-06-22 13:35:45 -04:00
Richard Cordovano
3869b9f128
Merge pull request #1387 from sidheshenator/sevenzipextractor_NPE_fix
...
Unused fields removed. Potential NPE checked in SevenZipExtractor
2015-06-22 13:30:47 -04:00
sidheshenator
aad652a7a7
Unused fields removed. Potential NPE checked in SevenZipExtractor
2015-06-22 13:27:33 -04:00
Richard Cordovano
0f39ba0837
Merge develop into collaborative
2015-06-22 12:06:27 -04:00
Richard Cordovano
e72ac30409
Merge pull request #1385 from karlmortensen/windowlocation
...
make windows open over the top of what opened them.
2015-06-21 18:15:48 -04:00
Richard Cordovano
d5cf37bd04
Complete lock down of UI in non-interactive mode
2015-06-21 09:28:22 -04:00
Karl Mortensen
0660bd0a54
make windows open over the top of what opened them.
2015-06-19 16:47:27 -04:00
Richard Cordovano
e4086d2491
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative
2015-06-19 14:35:50 -04:00
Richard Cordovano
e1599e13a1
Merge pull request #1384 from rcordovano/closed-case-checks
...
Closed case checks
2015-06-19 14:32:53 -04:00
Richard Cordovano
d27a9cd44e
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative
2015-06-19 14:29:16 -04:00
Richard Cordovano
ad376fc96d
Restrict events and UI if not running interactively
2015-06-19 14:28:10 -04:00
Richard Cordovano
8ec247c622
Merge pull request #1382 from sidheshenator/embedded_file_extractor_runtime_exceptions
...
comment about POI RuntimeExceptions added
2015-06-19 13:32:28 -04:00
Sidhesh Mhatre
03731d9756
comment about POI RuntimeExceptions added
2015-06-19 13:23:27 -04:00