millmanorama
aacd6d99ba
a bit more cleanup
2018-08-23 11:57:35 +02:00
millmanorama
080858ec31
cleanup in Util.java
2018-08-15 11:53:48 +02:00
Ann Priestman
a72527a4d5
Cleanup
2018-07-11 11:23:46 -04:00
Ann Priestman
f6b6aec267
Fix protocol regex and increase max value length.
2018-07-11 11:22:33 -04:00
Ann Priestman
c3e663e66e
Fix split regex
2018-07-10 12:50:39 -04:00
Richard Cordovano
e5955ac542
Case.getCurrentOpenCase => getCurrentCaseThrows
2018-05-07 10:46:24 -04:00
Richard Cordovano
4b14339b7d
Case.getOpenCase => Case.getCurrentOpenCase for consistency
2018-05-02 18:44:19 -04:00
U-BASIS\zhaohui
c219d065ef
2229: Part 20: Use getOpenCase() instead of getCurrentCase() in ImageGallery, RecentActivity, datamodel...
2018-03-05 13:21:59 -05:00
U-BASIS\zhaohui
7c9a7026c5
3386: Update the files permission from 755 to 644
2018-01-03 14:43:27 -05:00
U-BASIS\dgrove
70339153e1
Sync
2017-08-16 11:44:14 -04:00
Richard Cordovano
0e7222dabb
Merge develop->collaborative, resolve merge conflict, compile errors
2015-08-26 14:39:59 -04:00
Karl Mortensen
332a08f07d
Bulk format code with new settings
2015-08-07 13:23:40 -04:00
Karl Mortensen
f76d0587dc
Bulk format code with new settings
2015-08-07 11:50:35 -04:00
Karl Mortensen
b55e2e6e0b
Scrub SQL, document how to use user-supplied queries safely
2015-04-30 12:55:45 -04:00
Nick Davis
85083eeaac
RecentActivity - Added NON-NLS tags to hardcoded strings not needing National Language Support.
2014-04-22 15:52:40 -04:00
Brian Carrier
45fea6ed87
moved SQLiteDBConnect back into core because it needs teh sqlite jar to be in the same NBM and we can load a jar only once accross multiple jars. Moving it back is easiest solution at this point. Doesn't work otherwise.
2014-03-14 00:37:07 -04:00
Brian Carrier
aa76bcc372
Moved SQLiteDBConnect and LocalDisk to better packages
2014-02-26 00:43:25 -05:00
Brian Carrier
4692715fc2
Reduced RecentActivity API via making veriables private and reducing scope of classes. Also removed dead enums
2014-01-15 23:43:23 -05:00
adam-m
fbe2dd76eb
Changed image-level ingest to data-source Content-level ingest.
...
Related changes, such as FileManager API adjustments and fixes in client code.
Simplifications in RecentActivity logic to get files per current data source (no need to use deprecated method)
2013-06-07 18:49:59 -04:00
Tim McIver
f43d072bcf
Updated FileManager API methods to take an Image as argument so that only
...
files for that image is returned. These changes in support of AUT-613.
2012-11-29 16:37:37 -05:00
Tim McIver
e8e9bd3558
Created Services class in Core module and added a member variable of this
...
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
Devin148
6611b55adc
Update copyrights
2012-11-12 13:55:49 -05:00
Devin148
8dee9c9202
Change logging to be more descriptive
2012-11-07 13:54:52 -05:00
Devin148
c24e9f2f35
Update recent activity logging
2012-10-29 09:25:10 -04:00
adam-m
58043edb45
Initial merge of core modules - it does build.
...
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
9b2f582934
Switch remaining logging from java.util.logging.Logger to coreutils.Logger
2012-09-14 18:16:01 -04:00
adam-m
2cd88da153
better catch exception from URL parsing, do not log if cannot parse
2012-08-22 13:35:00 -04:00
adam-m
cbdb37d0e9
Fix Domain parsing in Recent Activity (more consistent, missing for IE, works for not fully formatted invalid URLs, etc)
2012-08-21 15:24:15 -04:00
Alex Ebadirad
b73389ba7f
Minor tweaks and formatting for inbox
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 10:29:28 -07:00
Alex Ebadirad
2057a5f2d3
Firefox.java refactor check in, tested. Removal of trove project.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-23 15:55:15 -07:00
Alex Ebadirad
7e07f94d7f
Bug fixes to hardcoded attribute types for reports, domain's having leading periods, and domain now displays for IE.
2012-05-04 10:15:25 -07:00
Alex Ebadirad
59d177ece7
Critical fixes to last update.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 09:21:43 -07:00
Alex Ebadirad
a8f9e7978c
cosmetic code formatting changes
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:47:27 -07:00
Alex Ebadirad
d67128c31f
changed brian's email
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:19:12 -07:00
Alex Ebadirad
9c3db45dd4
Additional work on report framework
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:02:40 -07:00
Alex Ebadirad
e8ac5e729d
Initial Report Frame check in, addition of 'checkcolumn' class in RA utils to check if a column is present in a sqlite db before proceeding.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 07:13:36 -07:00
Alex Ebadirad
34c3e35351
Tab clean up and copyrights added.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-20 18:39:18 -07:00
Alex Ebadirad
efb1262a08
Removed legacy code and warnings from modules.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-18 10:29:13 -07:00
Dick Fickling
4264f22ffe
fix merge issues
2012-04-10 18:32:11 -04:00
Alex Ebadirad
3979f7cb4f
tweaks to reporting, bug fixes for regripper paths/pasco paths, recent document ID added to recent objects.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-09 13:42:37 -07:00
Alex Ebadirad
1ef31a331d
tweaked domain add attribute regex and utility method.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-04 16:06:43 -07:00
Alex Ebadirad
060d5775af
Universal date time, added base class for reportxls, added usb scripts, and added domain extraction utility and domains for all web artifacts.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-04 14:56:35 -07:00
Alex Ebadirad
fc2147ba31
Merge branch 'master' of https://github.com/aebadirad42six/autopsy
...
Conflicts:
DirectoryTree/nbproject/genfiles.properties
RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
2012-02-24 12:22:53 -07:00
Alex Ebadirad
8386f8cc26
Report module addition
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:19:40 -07:00
adam-m
7086ed3cf5
proper order of closing statement after runQuery()
2012-02-06 17:18:47 -05:00
adam-m
7bab52f6d4
close sql statement and result set when done, freeing sqlite internal db lock earlier
2012-02-06 16:05:48 -05:00
Alexander Ebadirad
590e1034c0
Addition to blackboard for ff/chrome, registered ingester service -- TO DO remove topcomponent
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-31 14:37:10 -07:00
Alexander Ebadirad
d82b00046b
Recent Activity commit
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-30 09:52:27 -07:00