Raman
|
cc62e0c713
|
1060: ingest stuck
|
2018-10-09 09:55:51 -04:00 |
|
Raman
|
9f8e1d8d95
|
Revert "1060: ingest stuck when adding another data source during ingest"
This reverts commit bfd8ed8325df1a8da85ccd4e91c18d0c759cb18d.
|
2018-10-05 10:27:22 -04:00 |
|
Raman
|
bfd8ed8325
|
1060: ingest stuck when adding another data source during ingest
|
2018-10-05 10:21:15 -04:00 |
|
millmanorama
|
55e39f9f8a
|
reset file limit, cleanup
|
2018-10-01 18:02:02 +02:00 |
|
millmanorama
|
5d21558863
|
Merge remote-tracking branch 'upstream/develop' into 1036-check_file_limit_after_datsource_selection
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryTopComponent.java
|
2018-10-01 17:29:46 +02:00 |
|
millmanorama
|
0297b0e247
|
WIP
|
2018-09-27 12:23:55 +02:00 |
|
Raman
|
bc345144a3
|
1049: process regular files only in Image gallery.
- addressed review comment on previous commit.
|
2018-09-26 15:48:27 -04:00 |
|
Raman
|
bb84055f33
|
1049: Image gallery rebuild does not complete for some images.
- Only process 'real' files (not folders etc.) for Image gallery.
|
2018-09-26 14:41:27 -04:00 |
|
Brian Carrier
|
7ed9bfd91d
|
Change order of opening TC, ensure group manager has only relevant groups. Updated Comments
|
2018-09-26 11:12:29 -04:00 |
|
Brian Carrier
|
4f3f58a705
|
use caches for making drawablefile. Make more specific messages when there are multiple data sources
|
2018-09-21 16:36:28 -04:00 |
|
Brian Carrier
|
4459288126
|
initial caching commit
|
2018-09-20 23:26:32 -04:00 |
|
Richard Cordovano
|
eb2193dd6f
|
Merge pull request #4100 from millmanorama/1012-examiner_seen_UI_integration
1012 examiner seen ui integration
|
2018-09-17 09:06:41 -04:00 |
|
millmanorama
|
0203db6596
|
codacy fixes
|
2018-09-17 14:50:08 +02:00 |
|
millmanorama
|
7f5420e305
|
fix codacy issues
|
2018-09-17 12:55:32 +02:00 |
|
millmanorama
|
942b6a6c6b
|
Merge remote-tracking branch 'upstream/image-gallery-db-migration' into threading-review-bug-fixes
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
|
2018-09-15 13:27:33 +02:00 |
|
Raman
|
64306fe235
|
Merge branch 'image-gallery-db-migration' of https://github.com/sleuthkit/autopsy into 1012-group-seen-by-user
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
|
2018-09-14 14:24:58 -04:00 |
|
millmanorama
|
78575254ee
|
don't reset controller if it is not changing. (and thus don't cancel db update).
|
2018-09-14 12:37:09 +02:00 |
|
millmanorama
|
ec9ab46aca
|
fix initialization of listeningEnabled and stale properties.
|
2018-09-13 13:30:58 +02:00 |
|
millmanorama
|
c4d1376f15
|
remove unneeded synchronization og ImageGalleryController.getDatabase()
|
2018-09-12 14:18:34 +02:00 |
|
millmanorama
|
c97e64172b
|
more codacy fixes
|
2018-09-05 15:41:26 +02:00 |
|
millmanorama
|
d8f46f88a8
|
make sure a grouping is applied the first time Image Gallery is opened.
|
2018-09-05 15:12:04 +02:00 |
|
millmanorama
|
8c33ae8393
|
codacy fixes
|
2018-09-05 14:22:56 +02:00 |
|
millmanorama
|
88a6163566
|
more error handling fixes
|
2018-09-05 13:16:38 +02:00 |
|
millmanorama
|
cea02f4304
|
fix changing cases
|
2018-09-04 17:48:41 +02:00 |
|
millmanorama
|
feb45d6278
|
fix first group display after regrouping
|
2018-09-04 16:48:50 +02:00 |
|
millmanorama
|
39a3a955ce
|
refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact.
|
2018-09-04 16:03:22 +02:00 |
|
millmanorama
|
8df6dfb8f7
|
pass controller to DrawableTagsManager constructor, ImageGalleryController keeps reference to Case object
|
2018-09-04 09:46:10 +02:00 |
|
millmanorama
|
2ca0240a47
|
Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableTagsManager.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTileBase.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java
|
2018-09-03 18:09:44 +02:00 |
|
millmanorama
|
a37b8dc743
|
simplify locking in DrawableTagsManager.java by making the backing tagsManager final
|
2018-09-03 17:41:35 +02:00 |
|
millmanorama
|
f8cdcc7f4d
|
cleanup
|
2018-09-03 17:32:39 +02:00 |
|
millmanorama
|
31903d04d8
|
aquire db locks in consistent order : drawable then case. release in reverse order
|
2018-08-31 16:55:04 +02:00 |
|
millmanorama
|
0eff6537d6
|
only show message over group are so user can change the datasource and bring other groups into the display.
|
2018-08-31 14:26:18 +02:00 |
|
millmanorama
|
19a6a60289
|
cleanup focusing on GroupManager and thread safety
|
2018-08-30 18:59:25 +02:00 |
|
millmanorama
|
b838c17c11
|
codacy fixes
|
2018-08-30 14:02:09 +02:00 |
|
millmanorama
|
15b36b2349
|
remove dead code
|
2018-08-29 12:38:36 +02:00 |
|
millmanorama
|
6b5cc03fad
|
make non path regrouping cancellable via dialog
|
2018-08-29 11:56:38 +02:00 |
|
millmanorama
|
02955014ba
|
WIP
|
2018-08-29 09:52:18 +02:00 |
|
millmanorama
|
894209cc2d
|
Merge branch '1017-datasource-UI' into 1010/7-datasource-filtering-merged
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupKey.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
|
2018-08-24 11:47:44 +02:00 |
|
Raman
|
fd6c014c9d
|
1010: Filter by datasource, for path based groups only.
|
2018-08-23 13:28:32 -04:00 |
|
millmanorama
|
81a0fa511d
|
datasource popup and WIP wiring of selected values
|
2018-08-23 17:06:58 +02:00 |
|
Raman
|
ae5621db16
|
Address review comments
|
2018-08-15 12:01:01 -04:00 |
|
Raman
|
63860fd551
|
Addressed Codacy comment
|
2018-08-13 10:27:52 -04:00 |
|
Raman
|
d2f75af454
|
Addressed review comment.
|
2018-08-13 08:21:55 -04:00 |
|
Raman
|
2c3d515201
|
1009: Rebuild IG at data-source level
|
2018-08-10 15:29:19 -04:00 |
|
Brian Carrier
|
4d7eb77c41
|
Add DS at beginning of jobs, update when stale is set
|
2018-08-02 17:09:36 -04:00 |
|
Raman
|
a0c6d71f93
|
1003: Add transaction support to CaseDbAccessManager api.
- address review comments in previous commit.
|
2018-08-01 12:57:07 -04:00 |
|
Raman
|
eeace04904
|
1003: Add transactions support in CaseDbAccessManager api.
|
2018-07-31 11:44:11 -04:00 |
|
Raman
|
5513e186f4
|
Merge branch '1001-ig-multiuser' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser
|
2018-07-30 08:10:39 -04:00 |
|
Raman
|
1d15ac3622
|
1001: Image gallery supports multi user cases
- addressed review comments on previous commit.
|
2018-07-30 08:04:16 -04:00 |
|
Richard Cordovano
|
dd6e3abafe
|
Update ImageGalleryController.java
|
2018-07-27 12:35:49 -04:00 |
|