Commit Graph

228 Commits

Author SHA1 Message Date
3106e71075 Update icu4j to 67.1 2020-04-23 04:12:43 +02:00
ad772c0c25 Server-side stub impl for notify-due-items 2020-04-22 21:08:45 +02:00
e97e0db45c Prepare notification form 2020-04-22 21:08:45 +02:00
fb348b3a7c Don't update stanford-nlp just yet
With current version (3.9.2) analysis against a test corpus showed
much better results as with version 4.0 dropped in. It needs more
investigation than just bumping versions.
2020-04-22 21:06:42 +02:00
c2ff9b82be Merge pull request #96 from scala-steward/update/tika-core-1.24.1
Update tika-core to 1.24.1
2020-04-21 23:01:27 +02:00
38dfcd6cd0 Update tika-core to 1.24.1 2020-04-21 22:52:50 +02:00
46fcc07ce8 Update flexmark, ... to 0.61.16 2020-04-21 22:52:45 +02:00
3805e1f3cf Merge pull request #93 from scala-steward/update/sbt-microsites-1.2.0
Update sbt-microsites to 1.2.0
2020-04-21 21:43:50 +02:00
7f67693003 Merge pull request #95 from scala-steward/update/flyway-core-6.4.0
Update flyway-core to 6.4.0
2020-04-21 21:43:40 +02:00
75d423dce5 Update flyway-core to 6.4.0 2020-04-21 20:44:27 +02:00
61edac7460 Update stanford-corenlp to 4.0.0 2020-04-21 16:29:37 +02:00
8c8a5917c7 Update sbt-microsites to 1.2.0 2020-04-21 14:30:43 +02:00
0323045715 Update flexmark, ... to 0.61.12 2020-04-18 08:10:50 +02:00
d3a7eff939 Update flexmark, ... to 0.61.10 2020-04-17 00:11:20 +02:00
4ba3ef4d49 Update sbt to 1.3.10 2020-04-15 11:05:49 +02:00
9c3a0d7320 Update jquery to 3.5.0 2020-04-15 00:16:04 +02:00
b0692e6826 Update flexmark, ... to 0.61.8 2020-04-14 04:09:29 +02:00
c9e6496236 Update flexmark, ... to 0.61.6 2020-04-12 08:10:20 +02:00
eb0733f47a Update flexmark, ... to 0.61.4 2020-04-11 06:13:03 +02:00
e527ce3c45 Update sbt-scalafmt to 2.3.4 2020-04-10 21:04:01 +02:00
7f27d6b4f2 Update sbt-scalafmt to 2.3.3 2020-04-10 16:44:33 +02:00
5de6874cb0 Update flexmark, ... to 0.61.2 2020-04-08 22:10:11 +02:00
3ffc3fb317 Fix a classpath issue
Remove javax.activation from stanford-nlp artifact. There are new
coordinates now as the java-mail library and the activation library
have been moved to eclipse jakarta.
2020-04-07 22:38:25 +02:00
1206105f0b Fix several bugs with handling e-mail files
- When converting from html->pdf, the wkhtmltopdf program exits with
  errors if the document contains invalid links. The content is now
  cleaned before handed to wkhtmltopdf.
- Update emil library which fixes a bug when reading mails without
  explicit transfer encoding (8bit)
- Add a info header to converted mails
2020-04-07 22:38:25 +02:00
12672938a0 Merge pull request #78 from scala-steward/update/calev-core-0.3.0
Update calev-core, calev-fs2 to 0.3.0
2020-04-07 09:17:39 +02:00
d77ab41da1 Update minitest, minitest-laws to 2.8.2 2020-04-07 00:55:52 +02:00
8fc09cb92e Update calev-core, calev-fs2 to 0.3.0 2020-04-07 00:55:37 +02:00
b86fb4042c Update flyway-core to 6.3.3 2020-04-06 20:11:55 +02:00
530a7d89f3 Update doobie-core, doobie-hikari to 0.9.0 2020-04-06 00:15:28 +02:00
28601e6143 Update minitest, minitest-laws to 2.8.1 2020-04-05 16:11:22 +02:00
45ba0a40ef Update flexmark, ... to 0.61.0 2020-04-04 20:09:33 +02:00
11cc9edbd7 Update http4s-blaze-client, ... to 0.21.3 2020-04-02 08:14:42 +02:00
cea5f05c70 Update calev-core, calev-fs2 to 0.2.0 2020-04-02 02:10:32 +02:00
9f4f71d4a6 Update postgresql to 42.2.12 2020-04-01 02:37:29 +02:00
9a7365ede5 Update sbt to 1.3.9 2020-03-31 18:20:27 +02:00
6d2baba052 Update bitpeace-core to 0.4.5 2020-03-28 16:14:53 +01:00
e035b8e985 Update sbt-sonatype to 3.9.2 2020-03-27 22:29:05 +01:00
2d0fcfbe2f Update sbt-sonatype to 3.9.1 2020-03-27 10:43:38 +01:00
fe2b27bd49 Update http4s-blaze-client, ... to 0.21.2 2020-03-25 04:13:16 +01:00
0b80572664 Fix encodings for mails with non-utf8 html parts 2020-03-24 23:40:29 +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
3703dce9a6 Update fs2 to 2.3.0 2020-03-20 22:47: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
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
736a28bc4f Update tika-core to 1.24 2020-03-17 16:43:17 +01:00
1125cc872c Update sbt-mdoc to 2.1.4 2020-03-16 16:21:51 +01:00
f043cb48f4 Update sbt-native-packager to 1.7.0 2020-03-16 10:16:14 +01:00