1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • 50394e659d null check for value returned by fileTypeDetector.getFileType(AbstractFile) sidheshenator 2015-06-12 13:26:19 -04:00
  • 44f14ed3ae Merge pull request #1356 from rcordovano/collab_mon_shutdown Richard Cordovano 2015-06-12 13:10:26 -04:00
  • 8844b5a044 Merge pull request #1355 from sidheshenator/case_dir_update_embedded_file_extraction_module Richard Cordovano 2015-06-12 13:06:31 -04:00
  • 70e96eb4e6 Shut down remote task progress bars when case is closed Richard Cordovano 2015-06-12 13:03:41 -04:00
  • 5876bdb19b module output dir variables non-static sidheshenator 2015-06-12 12:50:53 -04:00
  • f4480a77ab module output dir change with change in current case sidheshenator 2015-06-12 11:40:10 -04:00
  • 0443e1d6e6 Merge develop branch into collaborative branch and resolve conflicts Richard Cordovano 2015-06-12 11:28:42 -04:00
  • 14976d2cc8 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative Richard Cordovano 2015-06-12 11:21:14 -04:00
  • b09138f236 Merge pull request #1352 from millmanorama/next_unseen_dynamic_groups Richard Cordovano 2015-06-12 11:14:23 -04:00
  • 510ddf81ae Merge pull request #1350 from millmanorama/slideshowview_npe Richard Cordovano 2015-06-12 11:14:03 -04:00
  • 982bb5adb4 Merge pull request #1351 from esaunders/artifact_search_fix Richard Cordovano 2015-06-12 11:13:51 -04:00
  • 466e275f21 Merge pull request #1354 from sleuthkit/views_refresh Richard Cordovano 2015-06-12 11:13:40 -04:00
  • bd79dbe850 updated comment Brian Carrier 2015-06-12 09:38:14 -04:00
  • c9c6170447 remove observers when case is closed Brian Carrier 2015-06-12 09:34:42 -04:00
  • 8852689726 Finished update to views area to refresh - listen to new data sources Brian Carrier 2015-06-12 09:31:50 -04:00
  • deb3fa3317 removed RecentFiles area of views Brian Carrier 2015-06-11 23:50:36 -04:00
  • f520af45b2 File size node refreshes based on updates Brian Carrier 2015-06-11 23:49:39 -04:00
  • c52b58a230 File type refreshes on events - prevents stale results Brian Carrier 2015-06-11 23:10:59 -04:00
  • 44e40a2a2e create new groups as needed when marking seen jmillman 2015-06-11 17:00:52 -04:00
  • 7212cdf951 properly save group viewed state to db jmillman 2015-06-11 16:57:55 -04:00
  • 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. Eamonn Saunders 2015-06-11 16:14:18 -04:00
  • 7f25edc59c Merge remote-tracking branch 'upstream/develop' into next_unseen_dynamic_groups jmillman 2015-06-11 16:08:05 -04:00
  • ce4ff627fb disable slidehsow mode toggle when there are no files in group jmillman 2015-06-11 16:02:49 -04:00
  • a893d1b175 Merge pull request #1349 from millmanorama/openjfx-dialogs-1.0.3 Richard Cordovano 2015-06-11 15:57:54 -04:00
  • 19592a9994 Merge pull request #1348 from millmanorama/stop_garbage_collection_listeners Richard Cordovano 2015-06-11 15:57:30 -04:00
  • 411e6f6015 Merge pull request #1347 from millmanorama/unseen_status_fix Richard Cordovano 2015-06-11 15:57:00 -04:00
  • 963415c609 Merge pull request #1346 from millmanorama/remove_duplicate_category_entries Richard Cordovano 2015-06-11 15:56:49 -04:00
  • efd19fc56f allow marking grouos as seen or unseen, update next unseen appropriatly jmillman 2015-06-11 15:52:15 -04:00
  • bf1481d685 Merge branch 'openjfx-dialogs-1.0.3' into develop jmillman 2015-06-11 15:16:46 -04:00
  • 0a61ad02f7 Merge branch 'stop_garbage_collection_listeners' into develop jmillman 2015-06-11 15:16:39 -04:00
  • 6c40864803 Merge branch 'unseen_status_fix' into develop jmillman 2015-06-11 15:16:33 -04:00
  • c350d419a1 Merge branch 'remove_duplicate_category_entries' into develop jmillman 2015-06-11 15:16:27 -04:00
  • 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 jmillman 2015-06-11 14:57:37 -04:00
  • 13fefb1c17 keep a reference to public unmodifiable view of fileids so that listeners are not immediately garbage colelcted jmillman 2015-06-11 14:48:50 -04:00
  • a87a665993 don't mark groups as unseen unless a file was actually added or removed jmillman 2015-06-11 14:30:35 -04:00
  • ccf2af40ca remove duplicate Category value form values list jmillman 2015-06-11 14:29:07 -04:00
  • 00d9b24714 Merge pull request #1345 from millmanorama/update_tag_names Richard Cordovano 2015-06-11 14:19:10 -04:00
  • 048c44cde2 rebuild the list of tagnames each time the list is shown jmillman 2015-06-11 14:09:05 -04:00
  • e090ff7a5a Merge pull request #1341 from millmanorama/GroupPane_realted_bug_fixes Richard Cordovano 2015-06-11 13:54:21 -04:00
  • 3498cf675d Merge pull request #1344 from millmanorama/DrawableDB_illegalstateexception Richard Cordovano 2015-06-11 13:53:52 -04:00
  • e9e405604c Merge pull request #1342 from millmanorama/GroupTreeCell_npe_fix Richard Cordovano 2015-06-11 13:53:42 -04:00
  • e6ea63bdff Merge pull request #1343 from sidheshenator/module_not_found Richard Cordovano 2015-06-11 13:53:29 -04:00
  • 26076037f1 fix illegalstate exception from DrawableDB jmillman 2015-06-11 13:46:25 -04:00
  • 7b8b2431f3 Old module name mapped with the new module name sidheshenator 2015-06-11 13:37:14 -04:00
  • 2ba6847c80 fix npe in GroupTreeCell jmillman 2015-06-11 13:34:12 -04:00
  • 1e6c97ce84 remove references to obsolete .css file jmillman 2015-06-11 13:27:48 -04:00
  • f4f568bff1 GroupPane bug fixes: don't show context menu when right clicking empty group; create new slideshowpane to force category border update jmillman 2015-06-11 13:27:31 -04:00
  • 33d1231c5c fix npe caused by attempting to select all files in an empty group jmillman 2015-06-11 13:24:41 -04:00
  • d57c16d97f Merge pull request #1340 from millmanorama/option_panel_missing_string Richard Cordovano 2015-06-11 12:01:04 -04:00
  • a863fa0a82 Merge pull request #1338 from millmanorama/change_project_name_in_build_script Richard Cordovano 2015-06-11 12:00:45 -04:00
  • d3ce2ceb46 Merge pull request #1337 from millmanorama/ControlsFX_8.20.9 Richard Cordovano 2015-06-11 12:00:06 -04:00
  • 9d3453dace fix npe resulting from mising bundle property jmillman 2015-06-11 11:42:41 -04:00
  • 4876776d99 change the project name in the build script jmillman 2015-06-11 10:12:26 -04:00
  • fa3adf6359 update to ControlsFX 8.20.9 jmillman 2015-06-11 10:10:33 -04:00
  • 20e0758ff6 Merge remote-tracking branch 'upstream/develop' into collaborative Richard Cordovano 2015-06-11 09:31:55 -04:00
  • c9a93f058c Merge pull request #1336 from sidheshenator/patch-1 Richard Cordovano 2015-06-11 09:31:39 -04:00
  • f82d53fabc Excession logging issue fixed Sidhesh Mhatre 2015-06-11 09:10:14 -04:00
  • e38c3dc239 Merge remote-tracking branch 'upstream/develop' into collaborative Richard Cordovano 2015-06-11 09:10:05 -04:00
  • d3b66102c5 Expose child class so that it can be casted in DirectoryTree Brian Carrier 2015-06-11 01:14:19 -04:00
  • 6648873dbb added reloadKeys method to DataSourcesNode Brian Carrier 2015-06-11 00:51:36 -04:00
  • eab558bac5 formatting Brian Carrier 2015-06-11 00:42:32 -04:00
  • 820135d772 Created Keys class for DataSource to update more cleanly when new data sources are added Brian Carrier 2015-06-11 00:40:07 -04:00
  • 23e17c3a77 revert previous commit to open wizard Brian Carrier 2015-06-10 23:15:37 -04:00
  • f1b3dd5a94 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2015-06-10 23:08:56 -04:00
  • 6bfae6adbc Added comments to datamodel nodes Brian Carrier 2015-06-10 23:04:44 -04:00
  • 106ab2393b cleanup in ImageUtils jmillman 2015-06-10 16:35:13 -04:00
  • 48ca8086c4 only load opencv once, make a 3x3 collage. jmillman 2015-06-10 15:22:43 -04:00
  • 2abdeaee8c Merge branch 'develop' into data_result_viewer_video_thumbnails jmillman 2015-06-10 13:44:07 -04:00
  • 3e1ae507fa Make CollaborationMonitor use CaseDbConnection.canConnect() Richard Cordovano 2015-06-10 13:08:16 -04:00
  • 8d6d86264c Merge pull request #1334 from millmanorama/refactoring_and_bug_fixes Richard Cordovano 2015-06-10 12:24:37 -04:00
  • b9f25256c3 Lots of cleanup and comments jmillman 2015-06-09 16:42:17 -04:00
  • c420c36383 Merge pull request #1333 from karlmortensen/jar Richard Cordovano 2015-06-10 10:57:44 -04:00
  • c2bdb0fc31 clear last selected effect from tiles as they scroll out of view jmillman 2015-06-09 16:37:18 -04:00
  • bcca575c9d bug fixes jmillman 2015-06-09 15:20:48 -04:00
  • a20f040066 use event bus for category change events jmillman 2015-06-09 14:34:53 -04:00
  • 06e0a33499 interim refactor of towards HashSetManager jmillman 2015-06-09 13:45:02 -04:00
  • eb9f4750ad refactor CategoryCounts jmillman 2015-06-09 13:07:13 -04:00
  • ea11b6db0c Force copy of jar files from TSK to Autopsy upon build Karl Mortensen 2015-06-10 09:50:03 -04:00
  • e07f6a358d Merge remote-tracking branch 'upstream/develop' into collaborative Richard Cordovano 2015-06-10 09:39:00 -04:00
  • 47a0a6f9c0 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2015-06-09 22:23:04 -04:00
  • cbb0a5e5a4 Merge pull request #1331 from sleuthkit/collaboration-monitor Richard Cordovano 2015-06-09 16:11:50 -04:00
  • 4af23213e9 Update new case wizard for change in CaseDbConnectionInfo API Richard Cordovano 2015-06-09 16:09:11 -04:00
  • dc2b7e4255 Merge pull request #1323 from karlmortensen/cp Richard Cordovano 2015-06-09 15:30:14 -04:00
  • 2563fe5946 Merge pull request #1330 from esaunders/photorec_message_change Richard Cordovano 2015-06-09 15:18:08 -04:00
  • a54a17eb75 Merge pull request #1329 from millmanorama/scroll_to_tile_infinite_loop_fix Richard Cordovano 2015-06-09 15:16:18 -04:00
  • 362ab0ebae Modified PhotoRec module message to indicate that it was the saving (and not the carving) of unallocated space that failed. Eamonn Saunders 2015-06-09 14:58:53 -04:00
  • 199aa180f4 Merge pull request #1328 from sidheshenator/collab_regression Richard Cordovano 2015-06-09 14:51:20 -04:00
  • 733987b617 use ui thread model for scrolling jmillman 2015-06-09 14:42:12 -04:00
  • 30b5acce22 account for new Swing control in the New Case Information wizard sidheshenator 2015-06-09 14:22:16 -04:00
  • 6849f7d52c Merge pull request #1326 from millmanorama/scroll_to_tile_infinite_loop_fix Richard Cordovano 2015-06-09 14:10:51 -04:00
  • 77a6078061 Merge pull request #1327 from sidheshenator/embedded_file_extractor_misc Richard Cordovano 2015-06-09 14:01:09 -04:00
  • 5a16859fc8 Updated dox for embedded file extractor sidheshenator 2015-06-09 12:01:11 -04:00
  • f3bcb66efc attempt to fix infinite loop jmillman 2015-06-08 17:01:09 -04:00
  • 6592492e0d removed unused imports sidheshenator 2015-06-09 10:43:39 -04:00
  • 5f0b5165a3 fix silly merge Karl Mortensen 2015-06-09 09:42:34 -04:00
  • 1459ff6f56 merge in monitor Karl Mortensen 2015-06-09 09:31:17 -04:00
  • 6d42317b4d Merge pull request #1325 from rcordovano/collaboration-monitor Richard Cordovano 2015-06-08 18:05:35 -04:00
  • 9950ffea93 Increase number of threads in CollaborationMonitor periodic tasks pool Richard Cordovano 2015-06-08 17:43:32 -04:00
  • 5adce9a623 Fix CollaboratinoMonitor stale remote task detection Richard Cordovano 2015-06-08 16:50:32 -04:00
  • 19137adcc3 Merge pull request #1324 from eugene7646/fix_for_aim Richard Cordovano 2015-06-08 16:40:54 -04:00