esaunders
5bb462a483
Added a listener to watch for when new content is added to archive files which will refresh the GUI
2015-07-24 13:00:30 -04:00
esaunders
b3b0b901f8
Added refreshChildren() method to refresh the GUI when changes happen to the underlying content.
2015-07-24 12:58:23 -04:00
jmillman
ed5d546bb5
comments and variable rename
2015-07-24 12:57:31 -04:00
jmillman
915997f3b4
remove extra quotes form bundle.properties string
2015-07-24 12:51:08 -04:00
Richard Cordovano
f1f0b23653
Merge pull request #1420 from sidheshenator/copy_paste_hashes
...
add hashes to databse implemented
2015-07-24 12:31:41 -04:00
jmillman
e4b095681b
convert filters package to NBundle.Messages annotation
2015-07-24 12:11:14 -04:00
jmillman
a95eb009ae
improve handling of datasource filter when databse is rebuilt. clear history when rebuilding database as the filters may not match up
2015-07-24 12:11:10 -04:00
jmillman
1fa2b50a49
inline locking methods that add no value
2015-07-24 12:11:05 -04:00
jmillman
93b35d03de
revert to original database location; cleanup and comments
2015-07-24 12:11:01 -04:00
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
Richard Cordovano
5fe2a486d3
Merge pull request #1403 from sidheshenator/delete_report
...
Delete report
2015-07-24 09:49:32 -04:00
sidheshenator
b374e9bb0b
Case class merge conflict - report delete events and tag events - resolved
2015-07-24 09:34:19 -04:00
sidheshenator
cfc965917e
invalid utf-8 data sanitized before feeding to the Solr Ingester
2015-07-24 09:26:18 -04:00
momo
05b4d42b45
removing the list of carved files from message
2015-07-23 16:32:47 -04:00
momo
cdbb3de0bf
changing to more appropriate variable names and descriptions
2015-07-23 15:51:37 -04:00
momo
f63e84741f
added index message to PhotoRec Module
2015-07-23 15:19:03 -04:00
sidheshenator
7159d7d10c
Event name changed from DELETE_REPORTS to DELETE_REPORT
2015-07-23 12:53:22 -04:00
Richard Cordovano
f46d55123f
Merge pull request #1455 from eugene7646/services_check
...
Services check
2015-07-23 11:09:04 -04:00
Eugene Livis
73f49ccc73
Merged with latest
2015-07-23 10:30:30 -04:00
Richard Cordovano
67c853e7ee
Merge pull request #1457 from APriestman/caseImporter
...
Improved SingleUserCaseImporter
2015-07-23 10:13:55 -04:00
Ann Priestman
8378ff9bd4
Reverting bundle properties
2015-07-23 09:59:14 -04:00
Ann Priestman
54d822d1e0
Merge remote-tracking branch 'upstream/collaborative' into caseImporter
...
Conflicts:
Core/src/org/sleuthkit/autopsy/casemodule/CollaborationMonitor.java
2015-07-23 09:53:37 -04:00
Ann Priestman
64ea31b14b
Added copy image and delete options to SingleUserCaseImporter
2015-07-23 09:42:09 -04:00
jmillman
fd0718ca7f
update JFXtras to 8.0-r3 resolved some bugs with the date/time pickers
2015-07-22 16:43:11 -04:00
Eugene Livis
2bf4646d94
Removed unused imports
2015-07-22 15:45:46 -04:00
Eugene Livis
811009d615
Got rid of unnecessary changes
2015-07-22 15:42:22 -04:00
Eugene Livis
ad0868001c
Minor improvement
2015-07-22 15:36:27 -04:00
Eugene Livis
70fca6263c
Changes so that selection of case type sticks
2015-07-22 15:35:46 -04:00
Eugene Livis
4c71a61a8b
on startup KWS checks connection to remote KWS server if multi-user case
2015-07-22 15:23:29 -04:00
Eugene Livis
c5fb27aa39
Modified new case panel to not truncate error text
2015-07-22 15:22:38 -04:00
Eugene Livis
031ea86068
Bug fix
2015-07-22 13:54:42 -04:00
Eugene Livis
d458e9af58
New case panel and ingets manager require only database service to be up
2015-07-22 13:33:22 -04:00
sidheshenator
644572ab57
encase keyword list support made more obvious
2015-07-22 10:46:39 -04:00
Eugene Livis
6633553450
Verifying all multi-user services every time new case wizzard is loaded
2015-07-21 17:04:41 -04:00
Richard Cordovano
04cc65a532
Make core.events package publicly accessible in Core NBM
2015-07-21 15:10:27 -04:00
sidheshenator
23f4c0140e
exceptions handled in case usersitepackage paths contain nonascii characters
2015-07-21 14:57:27 -04:00
jmillman
c52607f8f9
fix missing resource exception
2015-07-21 13:54:04 -04:00
Richard Cordovano
a7b7c8d5f0
Merge pull request #1449 from eugene7646/services_monitor_2
...
Case type verification in ingest manager
2015-07-21 13:06:54 -04:00
jmillman
909c8ad7ea
cleanup
2015-07-21 12:30:58 -04:00
jmillman
6d4ea60f5f
double click images to toggle between slidehsow and tile mode
2015-07-21 12:18:17 -04:00
Eugene Livis
818edd6212
Only cancel ingest for single user cases, additional settings checks for KWS
2015-07-21 11:49:41 -04:00
Ann Priestman
53cf29a076
Moved getLocalHostName into NetworkUtils.
...
Renamed SingleUserCaseImporter.
Moved TimeStampUtils into coreutils.
Removed unused TimestampingFormatter class.
Removed public from XMLCaseManagement.
2015-07-21 09:33:05 -04:00
Richard Cordovano
7e212ad2e5
Merge pull request #1428 from eugene7646/services_monitor
...
Services monitor
2015-07-20 16:56:31 -04:00
Eugene Livis
f17853daa0
Display changes
2015-07-20 16:47:04 -04:00