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

Commit Graph

  • 43220d9d83 Merge pull request #1418 from karlmortensen/doc_update Richard Cordovano 2015-07-01 17:04:23 -04:00
  • 78a93f3a5b change default to 10 Karl Mortensen 2015-07-01 16:47:12 -04:00
  • 3a3eb141e1 Merge pull request #1415 from karlmortensen/docs Richard Cordovano 2015-07-01 15:59:52 -04:00
  • beb8efaa6a Extract FileTypeUtils from ImageGalleryModule jmillman 2015-06-29 12:22:26 -04:00
  • 64e887b098 work towards showing a filetype icon even when we can't show the file jmillman 2015-06-25 12:42:05 -04:00
  • e2cb9544f8 experimental work to show mimetype icon for undisplayable images/videos jmillman 2015-06-24 18:00:33 -04:00
  • 13d60ead02 use FileTypeDetector and mimetypes to decide what to include only falling back on extension if we can not get a mime type. jmillman 2015-06-24 16:16:38 -04:00
  • 924d012527 fix rebuilding the contents tree when switching grouping jmillman 2015-07-01 15:54:07 -04:00
  • 5866b88a35 improve synchronization and guard the videoFileMap from null keys to eliminate NPE jmillman 2015-07-01 15:52:12 -04:00
  • a134f3da4d update docs for collaborative mode Karl Mortensen 2015-07-01 15:49:43 -04:00
  • 73ad87b161 catch correct exception when no case is open jmillman 2015-07-01 13:37:49 -04:00
  • 13d4e71b50 fix typo in warning messages jmillman 2015-07-01 13:34:47 -04:00
  • 1b980ea9dd fix up comments jmillman 2015-07-01 13:32:15 -04:00
  • 1e13d5a039 Merge remote-tracking branch 'upstream/collaborative' into new-tag-events-collab jmillman 2015-07-01 13:12:21 -04:00
  • bb7ab1eab3 don't call getNewValue and getOldValue unless they are needed jmillman 2015-07-01 13:06:54 -04:00
  • fc3accc733 don't put Tags into the newValue field as serialization will fail. instead rely on private tag member and lazy loading in overriden getNewValue() jmillman 2015-07-01 12:34:53 -04:00
  • 641fe4aa9d have BlackboardArtifactTagNodeFactory implement Observer and listen to tag changes like ContentTagNodeFactory does jmillman 2015-07-01 12:33:49 -04:00
  • 5de14bde5c Merge pull request #1412 from sleuthkit/no_write_on_open Richard Cordovano 2015-07-01 12:30:15 -04:00
  • 1bcc1a7aa5 do not call write when opening a case - not sure why it was ever done Brian Carrier 2015-07-01 12:13:24 -04:00
  • ea00fb2d94 Merge pull request #1411 from sleuthkit/add_msvcr120 Richard Cordovano 2015-07-01 11:17:40 -04:00
  • 3e9b7b5bcb Updated Installer to preload MSVCR120 Brian Carrier 2015-07-01 11:17:03 -04:00
  • 2ce579b16b Fixed error in update script Brian Carrier 2015-07-01 11:12:29 -04:00
  • b0039e2995 Updated to include VS2013 runtime dlls for PostgreSQL support Brian Carrier 2015-07-01 11:10:25 -04:00
  • 95231c3a82 Merge in timeline update popup fix and resolve conflicts Richard Cordovano 2015-07-01 10:44:24 -04:00
  • 74a8455c10 update comments jmillman 2015-07-01 10:35:25 -04:00
  • a73cbbd642 try-with-resource used in ReportKML.generateReport() sidheshenator 2015-06-30 16:43:22 -04:00
  • a07802d73c Merge pull request #1407 from millmanorama/manually_sort_unseengroups Richard Cordovano 2015-06-30 16:24:46 -04:00
  • e1a6068298 Merge pull request #1406 from millmanorama/tag_group_menu Richard Cordovano 2015-06-30 16:23:45 -04:00
  • 6129da5679 Merge pull request #1405 from millmanorama/duplicate_tag_warning Richard Cordovano 2015-06-30 16:23:17 -04:00
  • ae1019ad54 Merge pull request #1404 from millmanorama/hash_set_display Richard Cordovano 2015-06-30 16:20:36 -04:00
  • d92ea4e830 add hashes to databse implemented sidheshenator 2015-06-30 15:07:05 -04:00
  • ef2be4c5d4 Merge pull request #1409 from APriestman/zombies2 Richard Cordovano 2015-06-30 13:43:08 -04:00
  • 01c6d85166 Moved all DataSourceAnalysis started and cancelled events to DataSourceIngestJob APriestman 2015-06-30 12:55:38 -04:00
  • 62259e2d6b comments and minor cleanup jmillman 2015-06-30 12:43:52 -04:00
  • c12faa9859 refactor TagEvents heirarchy to support serialization; jmillman 2015-06-30 12:27:23 -04:00
  • 5c9f8303e8 Send event when datasource processing is cancelled before ingest begins APriestman 2015-06-30 09:39:46 -04:00
  • fd6c748e51 Updated to develop flag Brian Carrier 2015-06-29 19:07:07 -04:00
  • 8f50658aac Merge branch 'release-3.1.3' into develop Brian Carrier 2015-06-29 19:05:07 -04:00
  • bbfeda6401 begin implementing Serializability of tag events via transient fields and id based lookup jmillman 2015-06-29 17:39:39 -04:00
  • 28c8440343 add getXXXTagByTagId methods to TagsManager jmillman 2015-06-29 17:39:04 -04:00
  • 3e3a48e184 replace buggy JavaFX SortedLists with explicit sorting jmillman 2015-06-29 16:05:23 -04:00
  • 019e0b9584 fix tag group menu bug jmillman 2015-06-29 15:38:07 -04:00
  • 8b30d1bb7b check for duplicate tags in ImageGallery like we do in Autopsy. jmillman 2015-06-29 14:43:18 -04:00
  • d883992685 remove dependency on openjfx-dialogs since we are building on java 8u40 jmillman 2015-06-29 14:42:39 -04:00
  • 27dab95e5a fix catch block around Case.getCurrentCase to catch IllegalStateException jmillman 2015-06-29 14:40:29 -04:00
  • 3a37fe0ef1 fixup! Merge branch 'develop' into hash_set_display jmillman 2015-06-29 11:13:51 -04:00
  • ae9f9b0e31 Merge branch 'develop' into hash_set_display jmillman 2015-06-29 11:11:09 -04:00
  • a234f9647d Merge branch 'develop' into hash_set_display jmillman 2015-06-29 11:07:15 -04:00
  • 0854d5bd41 Merge branch 'develop' into hash_set_display jmillman 2015-06-29 10:54:38 -04:00
  • 0c51b8b950 javadoc comment added for Case.deleteReports() sidheshenator 2015-06-29 09:20:58 -04:00
  • 9b182d18fa added to python docs Brian Carrier 2015-06-26 20:50:10 -04:00
  • 4441de5d4f Merge branch 'release-3.1.3' of github.com:sleuthkit/autopsy into release-3.1.3 autopsy-3.1.3 Brian Carrier 2015-06-26 17:14:49 -04:00
  • 1592f4c814 updated sample to do name comparison lowercase and restrict to end Brian Carrier 2015-06-26 17:14:24 -04:00
  • 4ced3378df Change defaults for multi user collaboration services settings Richard Cordovano 2015-06-26 16:50:16 -04:00
  • 84d7fbd735 Delete report/s implemented. Misc bugs fixed sidheshenator 2015-06-26 14:19:06 -04:00
  • 3b9aebd33a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Richard Cordovano 2015-06-26 12:03:45 -04:00
  • 72ba0cad26 Add timestamps to notifications Richard Cordovano 2015-06-26 12:03:10 -04:00
  • 8799601627 Extend time stamping to all notifications Richard Cordovano 2015-06-26 12:00:45 -04:00
  • 45f6c9db5b Merge pull request #1401 from sleuthkit/ZIP_error_messages Richard Cordovano 2015-06-26 09:19:18 -04:00
  • 53fac9b8a4 Added event firing after creating aftifact into sample and made multi-line Brian Carrier 2015-06-25 22:55:23 -04:00
  • 9a385b6d7b Added full path to error and warning messages for ZIP extraction Brian Carrier 2015-06-25 21:34:01 -04:00
  • 571e2985e3 Merge pull request #1400 from esaunders/solr_monitoring Richard Cordovano 2015-06-25 13:17:37 -04:00
  • d1219f78de Merge develop into collaborative Richard Cordovano 2015-06-25 13:15:54 -04:00
  • 92e3dd26a4 Added KeywordSearchService.canConnectToRemoteSolr() method and updated CollaborationMonitor to use it. Eamonn Saunders 2015-06-25 12:48:56 -04:00
  • e551fd15ae Restore current case checks to DeletedContent.java Richard Cordovano 2015-06-25 12:40:07 -04:00
  • 9195700dfa Merge pull request #1399 from millmanorama/events_tags_categories_rework Richard Cordovano 2015-06-25 12:39:45 -04:00
  • 5b904edba6 fix merge mistakes jmillman 2015-06-25 11:07:45 -04:00
  • 622da1c8de use private notifyPropertyChangeEvent() method in notifyNewDataSource jmillman 2015-06-24 10:17:51 -04:00
  • 773e4293c5 SlideShow toggle is disabled when there is no group selected; fix relative paths to images in fxml jmillman 2015-06-23 16:27:03 -04:00
  • bb85f3feda SlideShow toggle is disabled initialy; fix relative paths to images in fxml jmillman 2015-06-23 16:23:59 -04:00
  • 257ebc64da clean up add tag action, use invokeLater not invokeAndWait; getNonCategoryTagNames returns TagNames in alphabetical order by displayname jmillman 2015-06-23 16:12:55 -04:00
  • e157a5b53b only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag jmillman 2015-06-23 15:46:12 -04:00
  • ed2fcdf80e better handling of exceptions in event bus eventhandlers jmillman 2015-06-22 16:42:44 -04:00
  • 8c2f6d274a move classes to better packages; remove FileUpdateEvent jmillman 2015-06-22 15:42:48 -04:00
  • f293485a2f remove unneeded interface jmillman 2015-06-22 15:23:36 -04:00
  • 38732c17ba move DrawableView and GroupPane to a new package jmillman 2015-06-22 15:22:14 -04:00
  • d11e4b03d5 reduce duplicate code jmillman 2015-06-22 15:11:16 -04:00
  • 4b7285ffd8 rename method in CategoryManager to be more descriptive; fix tag and category grouping when tags aer added / removed jmillman 2015-06-22 14:11:44 -04:00
  • da0554de6a fix bugs updating tags/categpries in slideshowview and metadata pane jmillman 2015-06-22 13:33:07 -04:00
  • 1f1d59d76f remove uneeded notification code; let event handlers do it all. optionalize DrawableView jmillman 2015-06-19 17:20:35 -04:00
  • 1665dc11b9 use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy jmillman 2015-06-19 13:53:53 -04:00
  • 39a5b142be Tag Events jmillman 2015-06-19 10:22:18 -04:00
  • bc33284c68 more granular synchronization in DrawableTagsManager jmillman 2015-06-18 17:00:05 -04:00
  • e126aee4cb new Tag event system jmillman 2015-06-18 16:57:28 -04:00
  • 5432309c2f rename method; add synchronization; remove singletonness from SummaryTablePane jmillman 2015-06-18 13:51:37 -04:00
  • e336dccfb2 refactor in GroupManager, to make logic and flow cleaner jmillman 2015-06-18 11:39:16 -04:00
  • 1f813a6708 more work to keep autopsy and ImageGallery tags in sync jmillman 2015-06-17 17:42:00 -04:00
  • 2eecaa297e more cleanup of Categories/Tags and listening to autopsy generated "Tag Events" jmillman 2015-06-17 15:54:34 -04:00
  • e94f29e16d make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup jmillman 2015-06-17 15:51:15 -04:00
  • 1be231107d clean up and refactor code related to Tagging and actions; jmillman 2015-06-16 16:53:16 -04:00
  • cfe44bde9f cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas) jmillman 2015-06-16 12:51:06 -04:00
  • 5d73db1836 make new DeleteFollowUpTag action; use Set instead of List to prevent duplicate files in groups jmillman 2015-06-16 11:14:44 -04:00
  • f191829cd1 SlideShow toggle is disabled when there is no group selected; fix relative paths to images in fxml jmillman 2015-06-23 16:27:03 -04:00
  • 5c0085d039 SlideShow toggle is disabled initialy; fix relative paths to images in fxml jmillman 2015-06-23 16:23:59 -04:00
  • 28e3c015c3 clean up add tag action, use invokeLater not invokeAndWait; getNonCategoryTagNames returns TagNames in alphabetical order by displayname jmillman 2015-06-23 16:12:55 -04:00
  • 7dba4be3cc only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag jmillman 2015-06-23 15:46:12 -04:00
  • ad39755fe4 better handling of exceptions in event bus eventhandlers jmillman 2015-06-22 16:42:44 -04:00
  • 376c6c4a33 move classes to better packages; remove FileUpdateEvent jmillman 2015-06-22 15:42:48 -04:00
  • 6434d9e8b9 remove unneeded interface jmillman 2015-06-22 15:23:36 -04:00
  • 617a4959a0 move DrawableView and GroupPane to a new package jmillman 2015-06-22 15:22:14 -04:00