millmanorama
c1272982b3
Merge remote-tracking branch 'raman/1010-ig-by-datasource' into 1010/7-datasource-filtering-merged
2018-08-27 11:57:49 +02:00
millmanorama
436ad753d5
fix datasource filtering weh All is seleceted
2018-08-24 15:29:40 +02:00
millmanorama
6b2a120c6a
minor refactoring
2018-08-24 15:14:55 +02:00
Raman
3fd4419a4b
Updated comment.
2018-08-24 08:39:54 -04:00
millmanorama
aeff964579
cleanup SQL
2018-08-24 12:42:27 +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
Raman
ae5621db16
Address review comments
2018-08-15 12:01:01 -04:00
Raman
2c3d515201
1009: Rebuild IG at data-source level
2018-08-10 15:29:19 -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
c78e2b3876
Merge branch 'image-gallery-db-migration' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser
2018-07-30 09:37:47 -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
157124a038
Update DrawableDB.java
2018-07-27 12:52:19 -04:00
Raman
6b9f9f9814
Merge branch 'image-gallery-db-migration' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser
...
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2018-07-26 21:47:30 -04:00
Raman
7149b3b9d0
999: Migrate Image Gallery groups table to CaseDB
...
- Address review comments.
2018-07-26 12:30:08 -04:00
Raman
9a5461fd6c
1001: Image Gallery for multi-user cases
...
- Address Codacy comment in previous commit.
2018-07-26 08:38:48 -04:00
Raman
49e7ed7036
1001: Image Gallery for multi-user cases
2018-07-25 19:51:57 -04:00
Raman
063d0a6b2f
999: Migrate groups table to CaseDB
2018-06-28 14:48:25 -04:00
Richard Cordovano
5684858327
Remove commented out code
2018-06-18 14:59:33 -04:00
Brian Carrier
ab83c9940c
reduce API
2018-06-17 23:15:23 -04:00
U-BASIS\zhaohui
7c9a7026c5
3386: Update the files permission from 755 to 644
2018-01-03 14:43:27 -05:00
William Schaefer
4bc8d85acd
3199 clean up read Tags properties code and rename Category to DhsImageCategory
2017-11-17 19:08:59 -05:00
William Schaefer
ad7d504d27
3199 Category class moved to Aut Core, tags created one place
2017-11-06 15:00:05 -05:00
U-BASIS\dgrove
70339153e1
Sync
2017-08-16 11:44:14 -04:00
jmillman
c60f9e692a
use alias in sql query to avoid ambiguity about column name
2016-04-20 12:58:16 -04:00
jmillman
60ee20c9ef
improve error handling in ImageGallery
2016-03-22 17:08:15 -04:00
jmillman
4b542f6d49
improve ImageUtils.isGIF and cleanup
...
minor cleanup in ImageUtils
2016-03-22 17:08:00 -04:00
jmillman
bd22f0d0d8
use fileTypeDetector.detect
...
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
Oliver Spohngellert
ad2921cba1
Updated for new constructor for attribute type
2016-03-01 13:17:42 -05:00
Oliver Spohngellert
98d75a29ba
Updated for api changes
2016-03-01 12:25:14 -05:00
Richard Cordovano
449a3020a8
Merge in develop and resolve merge conflicts
2016-02-19 16:30:30 -05:00
jmillman
a4f3377a64
refactor DrawableFile so it no longer extends AbstractFile
...
remove type paramater from DrawableFile since it was not adding anything usefull and cluttered up the code
add getters that delegate to private AbastractFile instance
refactor methods on DrawableTagsManager to deal with Content or DrawableFile objects
remove unneeded invocation of ImageIO.scanForPlugins() in ImageFile
2016-02-17 14:35:52 -05:00
jmillman
5ba21cf3c3
add new sort order buttons, add new SortChooser control, refactor GroupSortBy to implement Comparator directly, refactor ToolBar, GroupManager etc accordingly and to use new SortChooser
2016-02-12 16:40:41 -05:00
Richard Cordovano
15d56ad88c
Merge ja_localization_2016_1 into develop
2016-02-02 15:10:51 -05:00
Nick Davis
ca2a4e5b2b
Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds.
2016-02-02 12:56:17 -05:00
jmillman
876ec3d8fd
improve exception fix
2016-02-01 16:50:40 -05:00
jmillman
f5a095bcc6
fix exception that is logged when mime-type is unknown
2016-02-01 13:54:15 -05:00
Richard Cordovano
96c966002a
Revert "Revert "Revert "1501 ja image gallery - redo 1"""
2016-02-01 13:32:20 -05:00
Richard Cordovano
2a25dab4c6
Revert "Revert "1501 ja image gallery - redo 1""
2016-02-01 12:49:13 -05:00
Richard Cordovano
e6e91fa9be
Revert "1501 ja image gallery - redo 1"
2016-01-30 18:27:15 -05:00
Nick Davis
ee516a45d5
Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations.
2016-01-30 16:48:14 -05:00
Richard Cordovano
94a7a4addd
Revert "1501 ja imagegallery"
2016-01-30 09:42:45 -05:00
Nick Davis
4a58766fff
Merge branch 'develop' of github.com:sleuthkit/autopsy into 1501-ja-imagegallery
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/FileTypeUtils.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableAttribute.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/DrawableGroup.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupSortBy.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/SlideShowView.java
2016-01-29 12:41:24 -05:00
jmillman
626f97ff06
cleanup FileTypeUtils and ImageGalleryController, and DrawableFile, etc...
2016-01-28 14:42:14 -05:00
jmillman
e3aa664520
remove dead code
2016-01-28 13:43:20 -05:00
millmanorama
3146010d76
fix findValuesForAttribute and getFileIDsWithMimeType
2016-01-28 13:42:56 -05:00
jmillman
76c2aa2f4d
preliminary work to group by mime type
2016-01-28 13:42:47 -05:00
Nick Davis
f7ec38cb5f
Tagged several strings with NON-NLS. Extracted hard coded strings.
2016-01-27 21:10:44 -05:00
jmillman
9fd2c00634
clean up
2016-01-25 10:46:16 -05:00