Commit Graph

861 Commits

Author SHA1 Message Date
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
718e44a21c Add cleanup jobs task 2020-03-09 20:24:00 +01:00
854a596da3 Integrate periodic tasks
The first use case for periodic task is the cleanup of expired
invitation keys. This is part of a house-keeping periodic task.
2020-03-08 22:49:49 +01:00
616c333fa5 Implement storage routines for periodic scheduler 2020-03-08 13:56:23 +01:00
1e598bd902 Sketch a scheduler for running periodic tasks
Periodic tasks are special in that they are usually kept around and
started based on a schedule. A new component checks periodic tasks and
submits them in the queue once they are due.

In order to avoid duplicate periodic jobs, the tracker of a job is
used to store the periodic job id. Each time a periodic task is due,
it is first checked if there is a job running (or queued) for this
task.
2020-03-08 12:55:03 +01:00
d3e563e293 Merge pull request #44 from scala-steward/update/sbt-scalafmt-2.3.2
Update sbt-scalafmt to 2.3.2
2020-03-05 20:54:08 +01:00
f656b69fad Update sbt-scalafmt to 2.3.2 2020-03-05 20:34:38 +01:00
fefacee90f Merge pull request #43 from scala-steward/update/flyway-core-6.3.0
Update flyway-core to 6.3.0
2020-03-05 17:12:15 +01:00
b692b31c9f Update flyway-core to 6.3.0 2020-03-05 12:18:50 +01:00
9b28858d06 Create a simple client for joex in its api module
This client can be used within the backend app and later in other
modules. The `OJoex` object is replaced with a better implementation
where the http client is initialized once on app start.
2020-03-03 23:07:49 +01:00
42c59179b8 Fix search by checksum to include source files 2020-03-02 20:56:32 +01:00
de3e07a77c Nix modules: change docspell user to be a normal user
Seems that unoconv requires a shell.
2020-03-01 21:34:11 +01:00
0d650616e3 Nix: use non-headless jre. now required for image/pdf code 2020-03-01 20:06:50 +01:00
b566e610c9 Add screenshots to readme and fix link 2020-03-01 14:19:24 +01:00
867b59ac10 Fix link in doc menu 2020-03-01 14:08:21 +01:00
d8bbcb1409 Fix front-page links for microsite
The links work while testing locally with jekyll. Must be checked at
the published site.
2020-03-01 09:45:38 +01:00
1a0f176019 Add an unoconv listener to joex nixos module 2020-03-01 01:24:07 +01:00
34bb3a7fc3 Merge pull request #42 from scala-steward/update/pureconfig-0.12.3
Update pureconfig to 0.12.3
2020-03-01 01:09:07 +01:00
73596f5f07 Fix nix download urls 2020-03-01 00:56:07 +01:00
f7483e8476 Update pureconfig to 0.12.3 2020-02-29 16:51:38 +01:00