012f86994a
Merge pull request #63 from scala-steward/update/flyway-core-6.3.2
...
Update flyway-core to 6.3.2
2020-03-24 14:55:35 +01:00
519a39c991
Update flyway-core to 6.3.2
2020-03-24 14:17:49 +01:00
cf7ccd572c
Improve handling encodings
...
Html and text files are not fixed to be UTF-8. The encoding is now
detected, which may not work for all files. Default/fallback will be
utf-8.
There is still a problem with mails that contain html parts not in
utf8 encoding. The mail text is always returned as a string and the
original encoding is lost. Then the html is stored using utf-8 bytes,
but wkhtmltopdf reads it using latin1. It seems that the `--encoding`
setting doesn't override encoding provided by the document.
2020-03-23 22:51:28 +01:00
b265421a46
Allow to use the browser's pdf viewer
...
The viewerjs library has some limitations. Sometimes PDFs are quite
blurry and some content is displayed scrambled. Switching to the
browsers build-in PDF viewer (for chromium and firefox) fixes this. So
while on mobile the viewerjs is the only working viewer, for desktop
use it might be desireable to use the browsers builtin viewer instead.
2020-03-22 22:03:43 +01:00
75ead33652
Provide a download link to the original archive file
2020-03-22 21:48:49 +01:00
8ff83e4f06
Update Changelog
2020-03-22 21:39:17 +01:00
7e6eec9533
Include archive infos in item detail
2020-03-22 21:35:50 +01:00
cbc95b11e6
Add routes to retrive the archive of an attachment
2020-03-22 21:21:49 +01:00
9a99c852a8
Fix typo in search menu
2020-03-22 21:08:01 +01:00
a165f87fea
Update changelog
2020-03-20 23:01:50 +01:00
3703dce9a6
Update fs2 to 2.3.0
2020-03-20 22:47:09 +01:00
f5a48c544f
Merge pull request #61 from scala-steward/update/sbt-microsites-1.1.5
...
Update sbt-microsites to 1.1.5
2020-03-20 22:39:27 +01:00
cba466ed47
Set item due date candidate
...
After processing, set the due date of an item to the first candidate.
The earliest due date is considered best match.
2020-03-20 22:39:09 +01:00
0903bdf6b3
Update sbt-microsites to 1.1.5
2020-03-20 12:45:58 +01:00
fd48dace9d
Merge pull request #60 from scala-steward/update/sbt-mdoc-2.1.5
...
Update sbt-mdoc to 2.1.5
2020-03-20 10:40:14 +01:00
ab599543ab
Merge pull request #59 from scala-steward/update/mariadb-java-client-2.6.0
...
Update mariadb-java-client to 2.6.0
2020-03-20 10:39:57 +01:00
67a96d95c8
Update sbt-mdoc to 2.1.5
2020-03-20 09:08:40 +01:00
6477745b77
Update mariadb-java-client to 2.6.0
2020-03-20 09:08:34 +01:00
7c4e4bb076
Merge pull request #57 from eikek/feature/archives
...
Feature/archives
2020-03-19 23:11:06 +01:00
74a6cf1dd1
Remove unused migration directory
2020-03-19 22:43:41 +01:00
b1a1a2b837
Add archives to collective insights
2020-03-19 22:43:18 +01:00
d78bd4142c
Update documentation
2020-03-19 22:42:58 +01:00
439aaee27b
Search archives when looking for files via checksum
2020-03-19 22:42:48 +01:00
6b1156182c
Add support for eml (rfc822 email) files
2020-03-19 22:42:40 +01:00
4ed7a137f7
Add support for archive files
...
Each attachment is now first extracted into potentially multiple ones,
if it is recognized as an archive. This is the first step in
processing. The original archive file is also stored and the resulting
attachments are associated to their original archive.
First support is implemented for zip files.
2020-03-19 22:42:27 +01:00
2a7066650f
Merge pull request #56 from eikek/feature/analysis
...
Feature/analysis
2020-03-18 00:00:47 +01:00
10f3d5b7ed
Fix bug to select other attachments
2020-03-17 22:37:43 +01:00
f0449dd2ce
Properly initialize thread pools
2020-03-17 22:37:12 +01:00
00ca6b5697
Improve text analysis
...
- Search for consecutive labels
- Sort list of candidates by a weight
- Search for organizations using person labels
2020-03-17 22:34:50 +01:00
2da0f91052
Merge pull request #55 from scala-steward/update/tika-core-1.24
...
Update tika-core to 1.24
2020-03-17 18:03:55 +01:00
736a28bc4f
Update tika-core to 1.24
2020-03-17 16:43:17 +01:00
a4c97d5d57
Merge pull request #54 from scala-steward/update/sbt-mdoc-2.1.4
...
Update sbt-mdoc to 2.1.4
2020-03-16 16:43:54 +01:00
1125cc872c
Update sbt-mdoc to 2.1.4
2020-03-16 16:21:51 +01:00
ac51b63c12
Merge pull request #53 from scala-steward/update/sbt-native-packager-1.7.0
...
Update sbt-native-packager to 1.7.0
2020-03-16 12:18:53 +01:00
f043cb48f4
Update sbt-native-packager to 1.7.0
2020-03-16 10:16:14 +01:00
1e17df4b8c
Merge pull request #52 from scala-steward/update/sbt-native-packager-1.6.2
...
Update sbt-native-packager to 1.6.2
2020-03-15 22:34:39 +01:00
376ed73078
Merge pull request #51 from scala-steward/update/emil-common-0.3.0
...
Update emil-common, emil-javamail to 0.3.0
2020-03-15 22:34:27 +01:00
4bfb03b442
Update sbt-native-packager to 1.6.2
2020-03-15 22:20:31 +01:00
b6bed9a629
Update emil-common, emil-javamail to 0.3.0
2020-03-15 22:20:18 +01:00
a27700fd55
Merge pull request #50 from scala-steward/update/flyway-core-6.3.1
...
Update flyway-core to 6.3.1
2020-03-15 13:17:00 +01:00
e497ee960b
Merge pull request #49 from scala-steward/update/sbt-mdoc-2.1.3
...
Update sbt-mdoc to 2.1.3
2020-03-15 13:16:37 +01:00
0076b3782d
Update flyway-core to 6.3.1
2020-03-13 18:25:20 +01:00
56014e5ee2
Update sbt-mdoc to 2.1.3
2020-03-13 10:20:09 +01:00
3987a4f3fc
Merge pull request #48 from scala-steward/update/postgresql-42.2.11
...
Update postgresql to 42.2.11
2020-03-11 15:47:49 +01:00
80a6b920d9
Update postgresql to 42.2.11
2020-03-11 00:19:53 +01:00
3481593100
Merge pull request #47 from scala-steward/update/sbt-microsites-1.1.3
...
Update sbt-microsites to 1.1.3
2020-03-10 14:15:56 +01:00
bce64048a4
Update sbt-microsites to 1.1.3
2020-03-10 12:27:57 +01:00
26ef53dcba
Merge pull request #46 from scala-steward/update/bitpeace-core-0.4.4
...
Update bitpeace-core to 0.4.4
2020-03-10 07:55:15 +01:00
e39a983c96
Update bitpeace-core to 0.4.4
2020-03-10 02:25:12 +01:00
a07a6ff376
Merge pull request #45 from eikek/feature/background-tasks
...
Feature/background tasks
2020-03-09 20:59:46 +01:00