Commit Graph
8490 Commits
Author SHA1 Message Date
Karl Mortensen db9b252b37 change to underscores, not blanks 2015-06-16 14:24:25 -04:00
Karl Mortensen 3157a37db1 sanitize case names for database, Solr, and ActiveMQ 2015-06-16 13:39:55 -04:00
Richard Cordovano f3c07222ee Merge pull request #1365 from karlmortensen/more_bubbles
more bubbles
2015-06-16 11:47:14 -04:00
Karl Mortensen 731d741c85 more bubbles 2015-06-16 11:36:51 -04:00
Richard Cordovano 91c735968d Merge pull request #1364 from karlmortensen/no_more_spam_popups
use bubbles not messageboxes
2015-06-16 10:50:35 -04:00
Karl Mortensen 12ac9620d7 use bubbles not messageboxes 2015-06-16 09:55:33 -04:00
Richard Cordovano 302fd6b83d Merge pull request #1362 from karlmortensen/fix_sql
Fix sql
2015-06-12 16:23:11 -04:00
Karl Mortensen 0efb6b78f2 fix sql 2015-06-12 16:04:02 -04:00
Karl Mortensen 1829b12f81 Postgre-ize some SQL 2015-06-12 15:04:11 -04:00
Richard Cordovano 756c59d187 Merge pull request #1358 from karlmortensen/pr_fix
make photorec notify when it adds new files
2015-06-12 14:41:35 -04:00
Karl Mortensen 1c14766c44 make photorec notify when it adds new files 2015-06-12 14:10:18 -04:00
Richard Cordovano 7234265e56 Remove use of deprecated Case methods from EmbeddedFileExtractorIngestModule 2015-06-12 13:48:40 -04:00
Richard Cordovano afd752f056 Merge develop into collaborative 2015-06-12 13:26:38 -04:00
Richard Cordovano 44f14ed3ae Merge pull request #1356 from rcordovano/collab_mon_shutdown
Shut down remote task progress bars when case is closed
2015-06-12 13:10:26 -04:00
Richard Cordovano 8844b5a044 Merge pull request #1355 from sidheshenator/case_dir_update_embedded_file_extraction_module
module output dir change with change in current case
2015-06-12 13:06:31 -04:00
Richard Cordovano 70e96eb4e6 Shut down remote task progress bars when case is closed 2015-06-12 13:03:41 -04:00
sidheshenator 5876bdb19b module output dir variables non-static 2015-06-12 12:50:53 -04:00
sidheshenator f4480a77ab module output dir change with change in current case 2015-06-12 11:40:10 -04:00
Richard Cordovano 0443e1d6e6 Merge develop branch into collaborative branch and resolve conflicts 2015-06-12 11:28:42 -04:00
Richard Cordovano 14976d2cc8 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-06-12 11:21:14 -04:00
Richard Cordovano b09138f236 Merge pull request #1352 from millmanorama/next_unseen_dynamic_groups
properly persist the seen state of user defined groups (tags, categories)
2015-06-12 11:14:23 -04:00
Richard Cordovano 510ddf81ae Merge pull request #1350 from millmanorama/slideshowview_npe
disable slidehsow mode toggle when there are no files in group
2015-06-12 11:14:03 -04:00
Richard Cordovano 982bb5adb4 Merge pull request #1351 from esaunders/artifact_search_fix
Solr document ids can now contain artifact ids which start at LONG.MI…
2015-06-12 11:13:51 -04:00
Richard Cordovano 466e275f21 Merge pull request #1354 from sleuthkit/views_refresh
Views refresh
2015-06-12 11:13:40 -04:00
Brian Carrier bd79dbe850 updated comment 2015-06-12 09:38:14 -04:00
Brian Carrier c9c6170447 remove observers when case is closed 2015-06-12 09:34:42 -04:00
Brian Carrier 8852689726 Finished update to views area to refresh - listen to new data sources 2015-06-12 09:31:50 -04:00
Brian Carrier deb3fa3317 removed RecentFiles area of views 2015-06-11 23:50:36 -04:00
Brian Carrier f520af45b2 File size node refreshes based on updates 2015-06-11 23:49:39 -04:00
Brian Carrier c52b58a230 File type refreshes on events - prevents stale results 2015-06-11 23:10:59 -04:00
jmillman 44e40a2a2e create new groups as needed when marking seen 2015-06-11 17:00:52 -04:00
jmillman 7212cdf951 properly save group viewed state to db
create category groups on initialization
don't replace groups only insert
read seen state at group construction
2015-06-11 16:57:55 -04:00
Eamonn Saunders e34c038c2b Solr document ids can now contain artifact ids which start at LONG.MIN_VALUE (-9223372036854775808) which is outside Integer range so we need to use Long instead of Integer when comparing document ids. 2015-06-11 16:14:18 -04:00
jmillman 7f25edc59c Merge remote-tracking branch 'upstream/develop' into next_unseen_dynamic_groups 2015-06-11 16:08:05 -04:00
jmillman ce4ff627fb disable slidehsow mode toggle when there are no files in group 2015-06-11 16:02:49 -04:00
Richard Cordovano a893d1b175 Merge pull request #1349 from millmanorama/openjfx-dialogs-1.0.3
update to openjfx-dialogs 1.0.3  note that this is necessary as long …
2015-06-11 15:57:54 -04:00
Richard Cordovano 19592a9994 Merge pull request #1348 from millmanorama/stop_garbage_collection_listeners
keep a reference to public unmodifiable view of fileids so that liste…
2015-06-11 15:57:30 -04:00
Richard Cordovano 411e6f6015 Merge pull request #1347 from millmanorama/unseen_status_fix
don't mark groups as unseen unless a file was actually added or removed
2015-06-11 15:57:00 -04:00
Richard Cordovano 963415c609 Merge pull request #1346 from millmanorama/remove_duplicate_category_entries
remove duplicate Category value form values list
2015-06-11 15:56:49 -04:00
jmillman efd19fc56f allow marking grouos as seen or unseen, update next unseen appropriatly 2015-06-11 15:52:15 -04:00
jmillman bf1481d685 Merge branch 'openjfx-dialogs-1.0.3' into develop 2015-06-11 15:16:46 -04:00
jmillman 0a61ad02f7 Merge branch 'stop_garbage_collection_listeners' into develop 2015-06-11 15:16:39 -04:00
jmillman 6c40864803 Merge branch 'unseen_status_fix' into develop 2015-06-11 15:16:33 -04:00
jmillman c350d419a1 Merge branch 'remove_duplicate_category_entries' into develop 2015-06-11 15:16:27 -04:00
jmillman 291ff560a2 update to openjfx-dialogs 1.0.3 note that this is necessary as long as we are still on the 8.20.x line of ControlsFX if we move to 8.40.x this extra jar is unneccesary, but we will have to baseline on java 8u40 2015-06-11 14:57:37 -04:00
jmillman 13fefb1c17 keep a reference to public unmodifiable view of fileids so that listeners are not immediately garbage colelcted 2015-06-11 14:48:50 -04:00
jmillman a87a665993 don't mark groups as unseen unless a file was actually added or removed 2015-06-11 14:30:35 -04:00
jmillman ccf2af40ca remove duplicate Category value form values list 2015-06-11 14:29:07 -04:00
Richard Cordovano 00d9b24714 Merge pull request #1345 from millmanorama/update_tag_names
rebuild the list of tagnames each time the list is shown
2015-06-11 14:19:10 -04:00
jmillman 048c44cde2 rebuild the list of tagnames each time the list is shown 2015-06-11 14:09:05 -04:00