3770 Commits

Author SHA1 Message Date
Richard Cordovano
60f99ba64d Merge pull request #1586 from APriestman/interestingFilesPanel
Disable editing in one of the Interesting Files panel text boxes.
2015-09-23 17:09:36 -04:00
Richard Cordovano
7f3f65f540 Merge pull request #1585 from eugene7646/data_result_panel_fix
Data result panel fix
2015-09-23 17:09:06 -04:00
Ann Priestman
f80d52fe05 Disable editing in one of the Interesting Files panel text boxes. 2015-09-23 14:58:13 -04:00
Richard Cordovano
f2d122bd62 Make CaseCloseAction public 2015-09-23 14:07:31 -04:00
Eugene Livis
7f1a19e39b Ficed typo 2015-09-23 13:31:41 -04:00
Eugene Livis
00a863b643 Put back code change that was somehow lost 2015-09-23 13:29:54 -04:00
Richard Cordovano
aece091b33 Rollback LocalEventPublisher commit f5dd822128878096d79add9bdc4aae7034a3a164 2015-09-21 09:14:17 -04:00
Richard Cordovano
33574bbf81 Merge develop into collaborative 2015-09-18 10:26:02 -04:00
Richard Cordovano
967c3d897b Correct Case event handling code in IngestMonitor 2015-09-18 09:07:53 -04:00
Richard Cordovano
4866ef329a Additional clean up in IngestMonitor.java before modifying behavior 2015-09-17 18:32:08 -04:00
Richard Cordovano
cc1eba1c01 Format and clean up IngestMonitor.java before modifying behavior 2015-09-17 18:29:14 -04:00
Richard Cordovano
776cf8e0d1 Clamp down synchronization in CollaborationMonitor due to ConcurrentModificationException 2015-09-17 17:04:51 -04:00
jmillman
084d977f3d replace Exception.printStackTrace with proper loggign, plus minor cleanup and comment improvements 2015-09-17 17:03:21 -04:00
Richard Cordovano
f5dd822128 Correct semantics of LocalEventPublisher 2015-09-17 16:16:33 -04:00
Richard Cordovano
76c85f3a44 Remove unused import in RemoteEventPublsiher.java 2015-09-17 15:23:15 -04:00
Richard Cordovano
56d5ac674e Tighten up immutability in event publisher classes 2015-09-17 15:20:52 -04:00
Richard Cordovano
22224bb0d0 Format and resolve hints in event publisher classes 2015-09-17 15:12:32 -04:00
Richard Cordovano
62dd780891 Merge pull request #1575 from millmanorama/tags_and_hash_hits_sql_performance_improvement
replace separate queries for events with  tags and hash hits with add…
2015-09-17 14:40:19 -04:00
Richard Cordovano
5f3a101f7f Merge pull request #1565 from mhmdfy/NPE-fix
NPE fix
2015-09-17 14:39:58 -04:00
Richard Cordovano
b72d836760 Merge pull request #1518 from mhmdfy/ingest-menu-tool
Ingest menu tool
2015-09-17 14:39:25 -04:00
momo
77f1aae789 rename methods, remove null check 2015-09-17 13:52:55 -04:00
momo
226045b138 refactor class names 2015-09-17 13:38:56 -04:00
momo
ba7c0d6958 optimizing bytes list 2015-09-17 10:29:14 -04:00
momo
8bc876a390 Making sure to read all data and not skipping decimals 2015-09-16 16:45:30 -04:00
Richard Cordovano
16303830ac Merge pull request #1574 from mhmdfy/hashdb-null-pointer
add getTotalJobs back to startUp() for more insurance
2015-09-16 14:45:03 -04:00
Richard Cordovano
90fc49632b Merge develop into collab for SevenZipExtractor bug fix 2015-09-16 14:40:40 -04:00
momo
e35fa1ed90 uncomment path initialization code 2015-09-16 13:53:36 -04:00
Richard Cordovano
f61109de19 REsolve merge conflict in Logger class 2015-09-15 18:19:28 -04:00
Richard Cordovano
021467e4c4 Add code from mysteriously unmerged commit 2015-09-15 17:21:28 -04:00
Richard Cordovano
847efc234f Enahnce comments in modified Logger code 2015-09-15 16:53:50 -04:00
Richard Cordovano
cd8c14cc60 Convert incorrect imports of java.utils.logging.Logger 2015-09-15 16:04:40 -04:00
jmillman
e247a56fed replace separate queries for events with tags and hash hits with additional group_concat columns 2015-09-15 14:51:05 -04:00
Richard Cordovano
75fa7f1d31 Correct Logger code 2015-09-15 14:08:46 -04:00
Richard Cordovano
e7bb22c346 Complete merge: ExifParserFileIngestModule.java 2015-09-15 09:44:34 -04:00
Richard Cordovano
6823537a6f Merge pull request #1573 from APriestman/collaborative
Adding check that solr host name is filled in
2015-09-15 09:39:25 -04:00
Ann Priestman
d680c65cdd Adding check that solr host name is filled in 2015-09-15 08:29:46 -04:00
mhmdfy
4665a8e0c8 if getName() is empty -> error popup and don't display the module 2015-09-14 14:38:08 -04:00
Richard Cordovano
494a5331be Resolve develop branch conflict 2015-09-14 13:53:14 -04:00
Richard Cordovano
780f0fa2ce Merge pull request #1570 from mhmdfy/hashdb-null-pointer
Hashdb null pointer
2015-09-14 13:36:05 -04:00
Richard Cordovano
018a8acbc8 Merge pull request #1564 from millmanorama/IG_in_front
add versions of doDialog that take a owner window as a paramater and …
2015-09-14 13:29:09 -04:00
Richard Cordovano
092c249133 Merge pull request #1562 from millmanorama/jfxtras_r4
upgrade to jfxtras r4
2015-09-14 13:26:11 -04:00
mhmdfy
318fa6e488 add getTotalJobs back to startUp() for more insurance 2015-09-14 12:20:01 -04:00
momo
e3da44aacf remove redundant code 2015-09-11 16:07:17 -04:00
momo
9d5470d93a create a new jobs total for each job 2015-09-11 16:06:16 -04:00
momo
97a244fc86 adding null check for jobTotals in case jobId was not found 2015-09-11 15:16:31 -04:00
momo
4e0e47a33a add class name to logger 2015-09-11 13:59:54 -04:00
momo
554f071cfb uncomment test code 2015-09-11 13:57:37 -04:00
momo
f780c3f946 removing face detection code 2015-09-11 13:49:10 -04:00
momo
c63081edd7 Don't display file path if it's empty 2015-09-11 13:29:03 -04:00
momo
2ac9225b1a change back to error popup for null values 2015-09-11 13:27:37 -04:00