Commit Graph

126 Commits

Author SHA1 Message Date
2f87065b2e sbt scalafmtAll 2020-02-25 20:55:00 +01:00
957073fe62 Return info about original files in item detail
This adds data to the current rest api.
2020-02-23 14:25:32 +01:00
39809f9d05 Sketch route for retrieving original file 2020-02-20 22:12:27 +01:00
97305d27ff Integrate support for more files into processing and upload
The restriction that only pdf files can be uploaded is removed. All
files can now be uploaded. The processing may not process all. It is
still possible to restrict file uploads by types via a configuration.
2020-02-19 23:27:00 +01:00
5c37efeaba Apply scalafmt to all files 2020-02-09 01:54:26 +01:00
8908ad2561 Add attachment preview url based on ViewerJS
The viewerJS library can display PDF files easily using pdfjs. Another
attachment route redirects to the viewerjs application to display the
current attachment.

The attachment responses have been improved in that now the response
headers are added to all responses. Additional a HEAD route has been
added to support the viewerJS application.
2020-02-08 18:02:31 +01:00
23af8acff8 Add support for integrating into nix/nixos 2020-01-20 00:21:15 +01:00
8f7e8c7800 Add redirect for root (/) to gui (/app) 2020-01-18 17:48:45 +01:00
c6f3920351 Streamline query parameters 2020-01-12 01:13:03 +01:00
d535130c9e Provide email proposals from address book 2020-01-12 01:04:42 +01:00
88efe13209 Fix item route responses
Also avoid storing empty strings in a nullable field.
2020-01-11 12:58:04 +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
b15b9cc217 Streamline routing
- put openapi doc behind `api/doc` instead of `app/doc`
- don't require `index.html` for the webapp
2019-12-30 22:03:25 +01:00
fc3e22e399 Apply scalafmt to all files 2019-12-30 21:44:13 +01:00
a9e70401de Update dependencies 2019-12-28 12:38:11 +01:00
f747c6146d Use same meta data for creating and deleting cookie
The cookie might not be removed by browsers, if these infos don't
match.
2019-11-17 00:44:42 +01:00
2ad1586d00 Set stricter compile options and fix cookie data 2019-09-28 22:17:45 +02:00
4562786206 Fix path to docspell assets 2019-09-21 22:14:02 +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
6154e6a387 Initial application stub 2019-09-21 14:54:03 +02:00