diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbe50a355..ca5f608373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ # Change Log +## [2.12.0](https://github.com/CERT-BDF/TheHive/tree/2.12.0) + +[Full Changelog](https://github.com/CERT-BDF/TheHive/compare/2.11.3...2.12.0) + +**Implemented enhancements:** + +- Sort the analyzers list in observable details page [\#245](https://github.com/CERT-BDF/TheHive/issues/245) +- More options to sort cases [\#243](https://github.com/CERT-BDF/TheHive/issues/243) +- Alert Preview and management improvements [\#232](https://github.com/CERT-BDF/TheHive/issues/232) +- Ability to Reopen Tasks [\#156](https://github.com/CERT-BDF/TheHive/issues/156) +- Display short reports on the Observables tab [\#131](https://github.com/CERT-BDF/TheHive/issues/131) +- Custom fields for case template [\#12](https://github.com/CERT-BDF/TheHive/issues/12) +- Show case status and category \(FP, TP, IND\) in related cases [\#229](https://github.com/CERT-BDF/TheHive/issues/229) +- Open External Links in New Tab [\#228](https://github.com/CERT-BDF/TheHive/issues/228) +- Observable analyzers view reports. [\#191](https://github.com/CERT-BDF/TheHive/issues/191) +- Specifying tags on statistics page or performing a search [\#186](https://github.com/CERT-BDF/TheHive/issues/186) +- Choose case template while importing events from MISP [\#175](https://github.com/CERT-BDF/TheHive/issues/175) +- Use local font files [\#250](https://github.com/CERT-BDF/TheHive/issues/250) + +**Fixed bugs:** + +- Fix case metrics malformed definitions [\#248](https://github.com/CERT-BDF/TheHive/issues/248) +- Sorting alerts by severity fails [\#242](https://github.com/CERT-BDF/TheHive/issues/242) +- Alerting Panel: Typo Correction [\#240](https://github.com/CERT-BDF/TheHive/issues/240) +- files in alerts are limited to 32kB [\#237](https://github.com/CERT-BDF/TheHive/issues/237) +- Alert can contain inconsistent data [\#234](https://github.com/CERT-BDF/TheHive/issues/234) +- Search do not work with non-latin characters [\#223](https://github.com/CERT-BDF/TheHive/issues/223) +- report status not updated after finish [\#212](https://github.com/CERT-BDF/TheHive/issues/212) + ## [2.11.3](https://github.com/CERT-BDF/TheHive/tree/2.11.3) (2017-06-14) -[Full Changelog](https://github.com/CERT-BDF/TheHive/compare/debian/2.11.2-2...2.11.3) +[Full Changelog](https://github.com/CERT-BDF/TheHive/compare/debian/2.11.2...2.11.3) **Fixed bugs:** diff --git a/build.sbt b/build.sbt index 36624fb200..247d46066a 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,7 @@ packageBin := { (packageBin in Rpm).value } // DEB // -version in Debian := version.value + "-2" +version in Debian := version.value + "-1" debianPackageRecommends := Seq("elasticsearch") debianPackageDependencies += "openjdk-8-jre-headless" maintainerScripts in Debian := maintainerScriptsFromDirectory( diff --git a/contrib/report-templates/File_Info_1_0/long.html b/contrib/report-templates/File_Info_1_0/long.html index f78c3e991a..7d72d879d9 100644 --- a/contrib/report-templates/File_Info_1_0/long.html +++ b/contrib/report-templates/File_Info_1_0/long.html @@ -9,7 +9,7 @@
Case | -Tags | -Linked observables | -|
---|---|---|---|
-
- {{link.startDate | showDate:'YYYY-MM-DD HH:mm'}}
-
-
- |
-
- |
- {{link.linkedWith.length}} | -- - - | -
- | Task | -Date | ++ | Task | +Date | Assignee | -+ | Actions | {{task.title}} | +{{task.title}} | {{task.startDate | showDate}} | @@ -72,8 +72,24 @@ Not assigned | -- + + | + + + Delete + + + + | diff --git a/ui/app/views/partials/case/case.tasks.item.html b/ui/app/views/partials/case/case.tasks.item.html index a40364287b..fe0cc72a89 100644 --- a/ui/app/views/partials/case/case.tasks.item.html +++ b/ui/app/views/partials/case/case.tasks.item.html @@ -1,38 +1,28 @@Type | Data/Filename | -Analysis | Date added | @@ -75,16 +74,8 @@
-
- No reports available
-
-
- {{keys(artifact.reports).length}}
-
+ |
{{artifact.startDate | shortDate}}
diff --git a/ui/app/views/partials/observables/list/job-report-dialog.html b/ui/app/views/partials/observables/list/job-report-dialog.html
new file mode 100644
index 0000000000..913cbd363b
--- /dev/null
+++ b/ui/app/views/partials/observables/list/job-report-dialog.html
@@ -0,0 +1,15 @@
+
+
+Report of #{{$vm.report.job.analyzerId}} analysis+
+
+
diff --git a/ui/app/views/partials/statistics.html b/ui/app/views/partials/statistics.html
index e35f65ebbe..2a798e63c8 100644
--- a/ui/app/views/partials/statistics.html
+++ b/ui/app/views/partials/statistics.html
@@ -14,7 +14,20 @@
-
+
+
+
+ |
---|