Richard Cordovano
|
a9137c81bb
|
Merge pull request #1207 from APriestman/imageGalleryGrouping
Fixed regrouping status bar in Image Gallery gui
|
2015-04-23 11:07:10 -04:00 |
|
Richard Cordovano
|
f447a97c25
|
Merge pull request #1206 from karlmortensen/update_docs
Update docs
|
2015-04-23 11:06:52 -04:00 |
|
Richard Cordovano
|
097468dbd5
|
Merge pull request #1205 from APriestman/imageOutOfDate
Fixed bug that caused Image Gallery to think the database needed to be r...
|
2015-04-23 11:06:35 -04:00 |
|
APriestman
|
1a3c4dab0c
|
Improved regrouping status bar in Image Gallery gui
|
2015-04-23 09:13:48 -04:00 |
|
Eamonn Saunders
|
f72dd0d4f8
|
Moved the decision on whether to close the core from the Server.closeCore() method to the Core.close() method
|
2015-04-22 14:19:41 -04:00 |
|
Eamonn Saunders
|
534df35f74
|
Added method to determine whether Solr core is already loaded.
|
2015-04-21 17:51:34 -04:00 |
|
esaunders
|
6705654c57
|
Removed tempDirectory setting since on a Windows install this ends up being within 'Program Files' and when Solr is started it doesn't have permission to extract content to that location.
|
2015-04-21 16:15:43 -04:00 |
|
Karl Mortensen
|
3458a57cd8
|
explicitly specify default build target
|
2015-04-21 14:56:17 -04:00 |
|
Karl Mortensen
|
3965ff7c24
|
update documentation for users
|
2015-04-21 14:50:37 -04:00 |
|
Eamonn Saunders
|
c85abf121f
|
We receive the application closing event before we receive the case closed event so we need to ensure that the Solr core is unloaded before we shutdown the server.
|
2015-04-21 13:53:19 -04:00 |
|
APriestman
|
58136ae545
|
Fixed bug that caused Image Gallery to think the database needed to be repopulated when opening a second case.
|
2015-04-21 13:25:45 -04:00 |
|
Richard Cordovano
|
d4f3d3ccb9
|
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging
|
2015-04-20 17:50:29 -04:00 |
|
Richard Cordovano
|
05aa55bd61
|
Refactor event/messaging packages
|
2015-04-20 17:41:33 -04:00 |
|
Richard Cordovano
|
34e9db264d
|
Merge pull request #1204 from APriestman/imageDates
Fixed date format in ImageGallery details pane.
|
2015-04-20 17:27:14 -04:00 |
|
APriestman
|
f7d9b32138
|
Fixed date format in ImageGallery details pane.
Added exception handling for an error coming up when Autopsy was closed.
|
2015-04-20 17:24:22 -04:00 |
|
Richard Cordovano
|
10f262ec9a
|
Add local/remote ingest job event filter to hash lookup and keyword search option panels
|
2015-04-20 16:51:33 -04:00 |
|
Richard Cordovano
|
4008c3fe4f
|
Do first implementation of ingest events
|
2015-04-20 16:20:40 -04:00 |
|
Richard Cordovano
|
20bbbdaaa2
|
Merge pull request #1203 from APriestman/iaNPE
Fixes for Image Gallery case changing/closing
|
2015-04-20 15:06:56 -04:00 |
|
Richard Cordovano
|
44416a548f
|
Merge pull request #1202 from sidheshenator/keywordsearch_output_consistency
KeywordSearchResultFactory.getOneHitPerObject() returns consistent results
|
2015-04-20 15:01:27 -04:00 |
|
APriestman
|
4f526d39cb
|
More cleanup
|
2015-04-20 14:36:51 -04:00 |
|
sidheshenator
|
a5453a8066
|
KeywordSearchResultFactory.getOneHitPerObject() returns consistent results. Also, warnings handled
|
2015-04-20 14:35:32 -04:00 |
|
APriestman
|
383a070e6d
|
Cleanup
|
2015-04-20 13:19:40 -04:00 |
|
Richard Cordovano
|
351bc652d9
|
Merge pull request #1201 from sidheshenator/keywordsearch_output_consistency
Get consistent snippets across multiple runs
|
2015-04-20 13:13:43 -04:00 |
|
sidheshenator
|
20396d6c25
|
Get consistent snippets across multiple runs
|
2015-04-20 12:56:24 -04:00 |
|
APriestman
|
8ae696c5b6
|
Reset groupPane properly between cases
|
2015-04-20 08:51:56 -04:00 |
|
Richard Cordovano
|
d346cb79ef
|
Merge pull request #1200 from karlmortensen/blackboard_attributes
Blackboard Artifacts
|
2015-04-17 17:23:02 -04:00 |
|
Karl Mortensen
|
4ad39c89a3
|
Mostly working. A few things to sort out.
|
2015-04-17 16:36:24 -04:00 |
|
Richard Cordovano
|
49131171df
|
Merge remote-tracking branch 'upstream/develop' into collaborative
|
2015-04-17 14:45:09 -04:00 |
|
Richard Cordovano
|
1ba6f617ed
|
Add subclasses of AutopsyEvent for ingest module events
|
2015-04-17 14:34:11 -04:00 |
|
Richard Cordovano
|
a68f6be8fb
|
Merge pull request #1198 from rcordovano/msg_infrastructure
Add messaging/event infrastructure
|
2015-04-17 09:50:41 -04:00 |
|
APriestman
|
61184d792c
|
Merge remote-tracking branch 'upstream/image_gallery_fixes' into iaNPE
|
2015-04-17 09:24:54 -04:00 |
|
APriestman
|
93c2065722
|
Remote listeners on TagUtils
|
2015-04-17 09:09:17 -04:00 |
|
Brian Carrier
|
1ac7f3f534
|
Changes to make case closing get pushed down into GroupPane to reset tiles. Not complete yet
|
2015-04-17 08:59:09 -04:00 |
|
Richard Cordovano
|
8232cf32e3
|
Avoid exposing the new messaging and events packages at this time
|
2015-04-16 17:12:13 -04:00 |
|
Richard Cordovano
|
062e10d0f1
|
Merge pull request #1199 from sidheshenator/keywordsearch_output_consistency
set flag to preserve order of values in a multiValued list
|
2015-04-16 16:44:51 -04:00 |
|
sidheshenator
|
1f9132fc3e
|
set flag to preserve order of values in a multiValued list
|
2015-04-16 16:43:41 -04:00 |
|
Richard Cordovano
|
9d06340235
|
Correct package naming errors and export new Core packages
|
2015-04-16 15:05:57 -04:00 |
|
Richard Cordovano
|
035cbefc79
|
Minor tidying of Case class
|
2015-04-16 14:32:27 -04:00 |
|
Richard Cordovano
|
b2700e029c
|
Add messaging/events infrastructure
|
2015-04-16 14:27:57 -04:00 |
|
Richard Cordovano
|
39c52632b8
|
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into msg_infrastructure
|
2015-04-16 10:09:25 -04:00 |
|
Richard Cordovano
|
49922d02cd
|
Merge remote-tracking branch 'upstream/develop' into collaborative
|
2015-04-16 10:07:15 -04:00 |
|
Richard Cordovano
|
87cbca1b46
|
Merge pull request #1163 from sidheshenator/report_generation_panel_fix
Cancel button disabled on report generation completion(with or without e...
|
2015-04-16 10:02:42 -04:00 |
|
Richard Cordovano
|
9493c3d18b
|
Merge pull request #1194 from sidheshenator/regression_test_output_tweaks
gold files are easily available in th OP folder in case of diff
|
2015-04-16 10:02:33 -04:00 |
|
Richard Cordovano
|
16afa7b90c
|
Merge pull request #1197 from esaunders/remote_solr
Remote solr
|
2015-04-16 10:02:23 -04:00 |
|
sidheshenator
|
772c6773a8
|
made reportProgressBar color less bright
|
2015-04-16 09:41:00 -04:00 |
|
Eamonn Saunders
|
ad5a11386c
|
Added Solr settings to Multi User options panel...again.
|
2015-04-15 20:31:38 -04:00 |
|
Richard Cordovano
|
db0ee81975
|
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into msg_infrastructure
|
2015-04-15 18:33:09 -04:00 |
|
Richard Cordovano
|
57e0e382fb
|
Resolve merge conflicts for develop branch merge
|
2015-04-15 18:27:03 -04:00 |
|
Richard Cordovano
|
b47d73da0d
|
Resolve merge conflicts for cherry-pick of Case class formatting
|
2015-04-15 18:13:46 -04:00 |
|
esaunders
|
e018f2291b
|
Resolved merge conflicts.
|
2015-04-15 16:02:00 -04:00 |
|