Scala Steward
45ba0a40ef
Update flexmark, ... to 0.61.0
2020-04-04 20:09:33 +02:00
eikek
fdc07d9056
Merge pull request #72 from scala-steward/update/http4s-blaze-client-0.21.3
...
Update http4s-blaze-client, ... to 0.21.3
2020-04-02 08:56:07 +02:00
Scala Steward
11cc9edbd7
Update http4s-blaze-client, ... to 0.21.3
2020-04-02 08:14:42 +02:00
eikek
5c827669e5
Merge pull request #71 from scala-steward/update/calev-core-0.2.0
...
Update calev-core, calev-fs2 to 0.2.0
2020-04-02 02:17:23 +02:00
Scala Steward
cea5f05c70
Update calev-core, calev-fs2 to 0.2.0
2020-04-02 02:10:32 +02:00
eikek
c84036d2b0
Merge pull request #70 from scala-steward/update/postgresql-42.2.12
...
Update postgresql to 42.2.12
2020-04-01 08:43:02 +02:00
Scala Steward
9f4f71d4a6
Update postgresql to 42.2.12
2020-04-01 02:37:29 +02:00
Eike Kettner
d2938bd509
Update README
2020-03-31 22:56:51 +02:00
Eike Kettner
63161b5bdf
Add docker setup to quickstart
2020-03-31 22:56:51 +02:00
eikek
61abc5ed64
Merge pull request #68 from scala-steward/update/sbt-1.3.9
...
Update sbt to 1.3.9
2020-03-31 18:38:28 +02:00
Scala Steward
9a7365ede5
Update sbt to 1.3.9
2020-03-31 18:20:27 +02:00
Eike Kettner
5b21a876aa
Try provide docker setup
2020-03-31 00:45:43 +02:00
Eike Kettner
efc73c1060
Set version to 0.5.0-SNAPSHOT
2020-03-28 23:52:15 +01:00
Eike Kettner
0e099681d6
Update nix release to version 0.4.0
2020-03-28 23:48:26 +01:00
Eike Kettner
c77ead3921
Set version to 0.4.0
2020-03-28 21:44:14 +01:00
Eike Kettner
e331808ecf
Update microsite
2020-03-28 21:44:14 +01:00
eikek
4429c0a490
Merge pull request #67 from scala-steward/update/bitpeace-core-0.4.5
...
Update bitpeace-core to 0.4.5
2020-03-28 16:35:33 +01:00
Scala Steward
6d2baba052
Update bitpeace-core to 0.4.5
2020-03-28 16:14:53 +01:00
Eike Kettner
c67d00b84c
Update changelog
2020-03-27 22:58:45 +01:00
eikek
b63cf74a2d
Merge pull request #66 from scala-steward/update/sbt-sonatype-3.9.2
...
Update sbt-sonatype to 3.9.2
2020-03-27 22:55:20 +01:00
Eike Kettner
6a1297fc95
Add a limit for text analysis
2020-03-27 22:54:49 +01:00
Scala Steward
e035b8e985
Update sbt-sonatype to 3.9.2
2020-03-27 22:29:05 +01:00
Eike Kettner
14a25fe23e
Fix serializing mediatype parameters
2020-03-27 21:50:06 +01:00
Eike Kettner
aed5dfaff6
Fix mimetype extractors
2020-03-27 21:49:55 +01:00
Eike Kettner
74fb0d994f
Add new options to nix module
2020-03-27 20:16:18 +01:00
Eike Kettner
75405dbcba
Update documentation
2020-03-27 20:16:18 +01:00
eikek
f9d8016dc9
Merge pull request #65 from scala-steward/update/sbt-sonatype-3.9.1
...
Update sbt-sonatype to 3.9.1
2020-03-27 12:36:11 +01:00
Scala Steward
2d0fcfbe2f
Update sbt-sonatype to 3.9.1
2020-03-27 10:43:38 +01:00
Eike Kettner
16edf84752
Setup new site
2020-03-27 00:35:15 +01:00
Eike Kettner
9656ba62f4
scalafmtAll
2020-03-26 18:26:00 +01:00
Eike Kettner
09ea724c13
Store message-id of eml files
2020-03-25 22:00:51 +01:00
eikek
6b13993257
Merge pull request #64 from scala-steward/update/http4s-blaze-client-0.21.2
...
Update http4s-blaze-client, ... to 0.21.2
2020-03-25 08:00:36 +01:00
Scala Steward
fe2b27bd49
Update http4s-blaze-client, ... to 0.21.2
2020-03-25 04:13:16 +01:00
Eike Kettner
43efb4e6ba
Use doobie support from emil project
2020-03-24 23:40:29 +01:00
Eike Kettner
e305b46708
Extract tnef attachments and fix incomplete html
...
The wkhtmltopdf requires the content encoding set correctly in the
document.
2020-03-24 23:40:29 +01:00
Eike Kettner
0b80572664
Fix encodings for mails with non-utf8 html parts
2020-03-24 23:40:29 +01:00
eikek
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
Scala Steward
519a39c991
Update flyway-core to 6.3.2
2020-03-24 14:17:49 +01:00
Eike Kettner
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
Eike Kettner
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
Eike Kettner
75ead33652
Provide a download link to the original archive file
2020-03-22 21:48:49 +01:00
Eike Kettner
8ff83e4f06
Update Changelog
2020-03-22 21:39:17 +01:00
Eike Kettner
7e6eec9533
Include archive infos in item detail
2020-03-22 21:35:50 +01:00
Eike Kettner
cbc95b11e6
Add routes to retrive the archive of an attachment
2020-03-22 21:21:49 +01:00
Eike Kettner
9a99c852a8
Fix typo in search menu
2020-03-22 21:08:01 +01:00
Eike Kettner
a165f87fea
Update changelog
2020-03-20 23:01:50 +01:00
Eike Kettner
3703dce9a6
Update fs2 to 2.3.0
2020-03-20 22:47:09 +01:00
eikek
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
Eike Kettner
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
Scala Steward
0903bdf6b3
Update sbt-microsites to 1.1.5
2020-03-20 12:45:58 +01:00