3017 Commits

Author SHA1 Message Date
jmillman
561ebdf1c3 extract message string 2015-07-24 12:10:57 -04:00
jmillman
4238e33534 fix filter disabled state 2015-07-24 12:10:53 -04:00
jmillman
30a4e13fcd update copyright headers 2015-07-24 12:10:39 -04:00
jmillman
c5a9dddaa3 upgrade database when no datasource_id column is present
- make several inner class outer, extract SQLHelper from eventsDB
- pass autopsy case object into TimelineController, EventsRepo, EventsDB etc;
- put events.db in module output folder
- add type paramater to compound filter
- rename active to selected for filters
- remove filter disabling
- prompt to rebuild if database doesn't have datasources_id
- fix errors in VisualizationPanel introduced by localization
2015-07-24 12:10:35 -04:00
jmillman
c6e19bb29e fix "report" checkbox 2015-07-24 12:10:31 -04:00
jmillman
6bfab0e6d4 update filters with hashcode and equals 2015-07-24 12:10:28 -04:00
jmillman
f125d5486b first pass at Data Source Filter
-cleanup DefaultFilter.java -> DefaultfilterAction.java
-create DataSourceFilter and DataSourcesFilter classes
-create Rootfilter class
-modify EventDB
--create enums for EventDB columns and keys into the DBInfo Table.
--add datasource_id to events table
--add methods to EventDB to get the datasource ids
--added getSQLWhere() variant for DataSourceFilter
-expose datasources from EventsRepository and populate at timeline open / rebuild
-customize default filters supplied by FilteredEventsModel with datasource filters
-put window manipulation on edt in TimeLineController

minor fixes and cleanup;

fix typo in class name; more minor cleanup
2015-07-24 12:10:10 -04:00
sidheshenator
b374e9bb0b Case class merge conflict - report delete events and tag events - resolved 2015-07-24 09:34:19 -04:00
sidheshenator
7159d7d10c Event name changed from DELETE_REPORTS to DELETE_REPORT 2015-07-23 12:53:22 -04:00
Richard Cordovano
be93867c89 Fix results view node count as in collaborative branch 2015-07-20 11:07:03 -04:00
jmillman
f5eec81d50 use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType 2015-07-02 17:06:40 -04:00
sidheshenator
04bf322b98 Perform optional report deletion from disk 2015-07-02 12:30:24 -04:00
Richard Cordovano
593fc2ca2d Merge pull request #1363 from sidheshenator/goto_hex_offset
jump to hex offset implemented
2015-07-02 11:23:57 -04:00
sidheshenator
cb346a00fe jython moduleName getting regex fixed 2015-07-01 17:33:32 -04:00
sidheshenator
a73cbbd642 try-with-resource used in ReportKML.generateReport() 2015-06-30 16:43:22 -04:00
Richard Cordovano
6129da5679 Merge pull request #1405 from millmanorama/duplicate_tag_warning
Duplicate tag warning
2015-06-30 16:23:17 -04:00
Brian Carrier
8f50658aac Merge branch 'release-3.1.3' into develop 2015-06-29 19:05:07 -04:00
jmillman
27dab95e5a fix catch block around Case.getCurrentCase to catch IllegalStateException 2015-06-29 14:40:29 -04:00
sidheshenator
0c51b8b950 javadoc comment added for Case.deleteReports() 2015-06-29 09:20:58 -04:00
sidheshenator
84d7fbd735 Delete report/s implemented. Misc bugs fixed 2015-06-26 14:19:06 -04:00
Richard Cordovano
3b9aebd33a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2015-06-26 12:03:45 -04:00
Richard Cordovano
72ba0cad26 Add timestamps to notifications 2015-06-26 12:03:10 -04:00
Brian Carrier
9a385b6d7b Added full path to error and warning messages for ZIP extraction 2015-06-25 21:34:01 -04:00
jmillman
5b904edba6 fix merge mistakes 2015-06-25 11:31:53 -04:00
jmillman
622da1c8de use private notifyPropertyChangeEvent() method in notifyNewDataSource 2015-06-25 10:56:26 -04:00
jmillman
1665dc11b9 use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy 2015-06-25 10:44:36 -04:00
jmillman
39a5b142be 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-25 10:40:41 -04:00
jmillman
13ad8aaaeb remove uneeded notification code; let event handlers do it all. optionalize DrawableView 2015-06-25 10:09:09 -04:00
jmillman
929f8c9c9c 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-25 10:08:05 -04:00
jmillman
78bab47b34 more granular synchronization in DrawableTagsManager 2015-06-25 10:06:56 -04:00
Richard Cordovano
d7cac20824 Merge pull request #1381 from millmanorama/tag_events
Tag Events
2015-06-25 09:45:27 -04:00
Sidhesh Mhatre
10f66173a0 Not logging invalidpathException 2015-06-24 16:19:16 -04:00
Sidhesh Mhatre
9b021d5adb Throw TskCoreException if localPath is invalid 2015-06-24 15:42:45 -04:00
Brian Carrier
a7a0c803c4 Show max file count window only once - not each refresh 2015-06-24 15:39:33 -04:00
sidheshenator
67ff3ee7cd Text FileReport added to databse. Logger format changed 2015-06-24 15:30:11 -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
sidheshenator
ef50ce604b setDataViewByOffset() and setDataViewByPageNumber() in DataContentViewerHex refactored 2015-06-23 17:03:26 -04:00
sidheshenator
d3bd4a6ed7 exceptions handled for invalid offsets 2015-06-23 16:16:31 -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
23a393e2fa Merge branch 'release-3.1.3' of github.com:sleuthkit/autopsy into release-3.1.3 2015-06-23 10:31:08 -04:00
Brian Carrier
0f47400d3a Hand copied changes from collab branch to this branch. Did not copy the time out terminator because that is not in tdevelop yet. 2015-06-23 10:30:33 -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
sidheshenator
05b53ca5f4 files skipped due to unknown size logged 2015-06-22 14:49:49 -04:00
sidheshenator
3c3584b23d files skipped due to unknown size logged 2015-06-22 14:00:01 -04:00
sidheshenator
09be261f89 Unused fields removed. Potential NPE checked in SevenZipExtractor 2015-06-22 13:34:08 -04:00
sidheshenator
aad652a7a7 Unused fields removed. Potential NPE checked in SevenZipExtractor 2015-06-22 13:27:33 -04:00
Richard Cordovano
1930ac6531 Merge pull request #1383 from sidheshenator/embedded_file_extractor_runtime_exceptions
Embedded file extractor runtime exceptions
2015-06-19 13:32:44 -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