Commit Graph

951 Commits

Author SHA1 Message Date
f16632bc7f Allow a collective to disable the integration endpoint 2020-05-23 14:29:24 +02:00
f74f8e5198 Add new way for uploading files to any collective
Applications running next to docspell may want a way to upload files
to any collective for integration purposes. This endpoint can be used
for this. It is disabled by default and can be enabled via the
configuration file.
2020-05-23 14:29:24 +02:00
892002b351 Remove unused routes
The functionality has been implemented in `CheckFileRoutes`.
2020-05-23 10:29:59 +02:00
229baa0719 Fix redirecting / to /app
Before all paths not otherwise handled were redirected, but it should
only be the root path.
2020-05-23 09:58:34 +02:00
89fd91894d Fix typo in README 2020-05-23 09:26:07 +02:00
4227278bb0 Update documentation 2020-05-23 00:10:07 +02:00
69c46f9f1f Fix date-picker initialization in search menu 2020-05-21 23:27:08 +02:00
72f0897a3e Merge pull request #128 from eikek/multiple-scan-mailbox
Multiple scan mailbox
2020-05-21 22:37:30 +02:00
920fcf28dd Change webapp to support multiple scan-mailbox tasks 2020-05-21 22:04:45 +02:00
9f9dd6c0fb Change routes for scan-mailbox task to allow multiple tasks per user 2020-05-21 22:04:45 +02:00
743aa9d754 Hide correct list element in item card 2020-05-21 01:02:46 +02:00
4724e691bc Update user info in scan-mailbox form 2020-05-21 00:09:47 +02:00
ba4a4161ac Merge pull request #127 from eikek/poll-mailbox
Poll mailbox
2020-05-20 23:58:55 +02:00
09b6b1bb05 Improve user-task texts 2020-05-20 22:58:19 +02:00
d9782582d8 Use max-mails setting with higher priority
The `mail-chunk-size` is set to its configured value or `max-mails`
whichever is lower.
2020-05-20 22:44:29 +02:00
c0259dba7e Allow to enable debug flag for javamail 2020-05-20 22:15:25 +02:00
2858d6b853 Notify job executors at the end of the task 2020-05-20 19:44:45 +02:00
31a1abf395 Add server limits to importing mails task 2020-05-20 17:52:38 +02:00
f2d67dc816 Initial impl of import from mailbox user task 2020-05-20 17:52:38 +02:00
451a09dda0 Allow to skip joex notification on uploads 2020-05-20 17:52:38 +02:00
852455c610 Add upload operation to task arguments 2020-05-20 17:52:38 +02:00
6e8582ea80 Implement scan-mailbox form and routes 2020-05-20 17:52:38 +02:00
0d6677f90b Add stub form scan-mailbox form 2020-05-20 17:52:38 +02:00
a4be63fd77 Add stub for scan-mailbox task 2020-05-20 17:52:38 +02:00
ebe65c7624 Change menu title in user settings 2020-05-20 17:52:38 +02:00
5d5311913c Add ScanMailboxArgs 2020-05-20 17:52:38 +02:00
cceeda5e06 Merge pull request #126 from scala-steward/update/flexmark-0.61.32
Update flexmark, ... to 0.61.32
2020-05-20 00:23:54 +00:00
7305881288 Update flexmark, ... to 0.61.32 2020-05-20 02:16:58 +02:00
c9de74fd91 Add imap settings 2020-05-18 08:46:04 +02:00
2a5ffd391e Merge pull request #125 from scala-steward/update/flexmark-0.61.30
Update flexmark, ... to 0.61.30
2020-05-18 00:20:55 +00:00
541b457d2e Update flexmark, ... to 0.61.30 2020-05-18 02:13:30 +02:00
cece5b6193 Fix mobile support
Next to the missing css classs, the viewport definition was missing in
the html.
2020-05-17 23:21:42 +02:00
f5c23ceb3d Change edit-notes icon 2020-05-17 22:41:25 +02:00
d118771dbf Merge pull request #124 from eikek/item-list
Item list
2020-05-17 22:30:45 +02:00
dd2e66095a Update screenshots 2020-05-17 22:23:11 +02:00
ee4d4e7ae5 Improve responsiveness of detail view 2020-05-17 21:58:19 +02:00
72a88f21cb Use cards for viewing items 2020-05-17 21:42:16 +02:00
98f202b797 More ui tweaks to item list 2020-05-17 18:16:04 +02:00
62111e5f93 Allow to hide the search menu
This is more convenient on small screens
2020-05-17 18:15:44 +02:00
f45b40342c Improve document list view
Replace the html table with something that has more vertical space,
but scales better horizontally. On most screens at least 6-8 entries
should be visible at once.
2020-05-17 18:15:22 +02:00
8a56cf0801 Merge pull request #123 from eikek/use-given-metadata
Use given metadata
2020-05-17 12:11:38 +02:00
d65c1e0d36 Use date from e-mails to set item date 2020-05-17 11:58:51 +02:00
5e6ce1737c Change recognizing dates with short years
Short years are now added to the current centure (2000) such that date
strings like 12/26/11 result in 12/26/2011 and not 12/26/1911.
2020-05-17 11:58:51 +02:00
3e10e2175a Sort by weights better and save them 2020-05-17 11:58:51 +02:00
5d6658770e Update emil-common, emil-doobie, ... to 0.6.0 2020-05-17 11:55:53 +02:00
0946cd0966 Merge pull request #121 from scala-steward/update/swagger-ui-3.25.3
Update swagger-ui to 3.25.3
2020-05-15 08:20:06 +02:00
d278f59577 Update swagger-ui to 3.25.3 2020-05-15 02:12:08 +02:00
6747a86fea Simplify jsoup sanitizer to reuse from emil 2020-05-14 23:56:08 +02:00
dee697e466 Merge pull request #120 from scala-steward/update/flexmark-0.61.28
Update flexmark, ... to 0.61.28
2020-05-14 19:05:39 +00:00
e097995166 Update flexmark, ... to 0.61.28 2020-05-14 20:58:05 +02:00