Commit Graph

229 Commits

Author SHA1 Message Date
bd5066740d Joex depends on backend module
The job executor depends on backend module, since it may control the
application via user tasks. The `ONode` can now be moved from the
store module into the backend module.
2020-05-10 21:03:12 +02:00
c41cdeefec Update scalafmt to 2.5.1 + scalafmtAll 2020-05-04 23:53:57 +02:00
0a1b3fcf95 Set list-id header for notification mails 2020-04-30 21:23:56 +02:00
a939839041 Delete single attachments 2020-04-26 23:11:49 +02:00
84e0ebf1a2 Add a flag for restricting overdue items 2020-04-23 21:37:03 +02:00
e1f9ae2629 Include links to items into mail template 2020-04-22 21:53:25 +02:00
bbfd694b45 Allow to start a user task once 2020-04-22 21:08:45 +02:00
3a90d874a5 Improve form 2020-04-22 21:08:45 +02:00
ad772c0c25 Server-side stub impl for notify-due-items 2020-04-22 21:08:45 +02:00
9656ba62f4 scalafmtAll 2020-03-26 18:26:00 +01:00
cbc95b11e6 Add routes to retrive the archive of an attachment 2020-03-22 21:21:49 +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
2f87065b2e sbt scalafmtAll 2020-02-25 20:55:00 +01:00
72fd3b1a25 Implement downloading original file 2020-02-20 22:33:57 +01:00
39809f9d05 Sketch route for retrieving original file 2020-02-20 22:12:27 +01:00
5c37efeaba Apply scalafmt to all files 2020-02-09 01:54:26 +01:00
f8aa5c28ac Update http4s to 0.21.0-RC3, fs2 to 2.2.2 2020-02-04 22:14:18 +01:00
d535130c9e Provide email proposals from address book 2020-01-12 01:04:42 +01:00
2ecfb679d9 Add routes to retrieve sent mails 2020-01-11 12:58:04 +01:00
b795a22992 Send mails for items 2020-01-10 00:45:29 +01:00
7a3289c41d Prepare sending mail 2020-01-08 22:44:34 +01:00
32050a9faf Finish mail settings 2020-01-07 00:20:28 +01:00
f235f3a030 Starting with mail functionality 2020-01-05 23:23:28 +01:00
8814de3c38 Allow simple search when listing meta data 2020-01-02 20:21:49 +01:00
eb6c483ef0 Add route to check for files by their checksum
Adopt scripts in `tools/` to check for existing files using these
routes.
2019-12-31 23:45:02 +01:00
fc3e22e399 Apply scalafmt to all files 2019-12-30 21:44:13 +01:00
2b10652082 Allow to reuse invitation keys on error 2019-11-17 17:13:39 +01:00
2ad1586d00 Set stricter compile options and fix cookie data 2019-09-28 22:17:45 +02:00
831cd8b655 Initial version.
Features:

- Upload PDF files let them analyze

- Manage meta data and items

- See processing in webapp
2019-09-21 22:02:36 +02:00