Commit Graph

1543 Commits

Author SHA1 Message Date
b1d0ae0cc8 Expose clicks on item cards 2020-11-14 01:45:10 +01:00
ec5b822e09 Add subject-filter to scan-mailbox-form 2020-11-13 23:15:20 +01:00
5034e12bec Add a subject filter to scan-mailbox args 2020-11-13 23:15:20 +01:00
2f9e0a8214 Use more prominent indication when an item is selected
Downside to this approach is that the item card is not accessible when
selected.
2020-11-13 01:54:19 +01:00
8950cc4dc9 Improve item card 2020-11-13 01:18:45 +01:00
e5ce1fd45f Merge pull request #437 from eikek/upload-improvements
Upload improvements
2020-11-12 22:58:08 +00:00
75c1c5b7f4 Add tags and file-filter settings to scan-mailbox form 2020-11-12 22:37:37 +01:00
04ba14f802 Amend source form with tags and file-filter
Allow to define tags and a file filter per source.
2020-11-12 22:37:28 +01:00
4fd6e02ec0 Improve glob and filter archive entries 2020-11-11 21:01:23 +01:00
27eb5d70de Apply given tags in processing step
Issue: #346
2020-11-11 21:01:23 +01:00
55a6f7aaf6 Add more properties to upload meta data 2020-11-11 21:01:23 +01:00
a21a97f7d5 Add a simple glob data type 2020-11-10 22:44:08 +01:00
746e04c624 Improve logging when creating preview images 2020-11-10 22:25:46 +01:00
ed26fe226b Split item card it several functions 2020-11-10 22:25:25 +01:00
976aa75710 Move card size definition in css and fix height bug
For very tall images (sometimes shopping receipts), the height must be
restricted, too.
2020-11-09 21:36:17 +01:00
10305bc82d Minor improvements 2020-11-09 21:16:53 +01:00
29455d638c Add startup task to find page counts of existing files 2020-11-09 20:35:35 +01:00
de00b46e5d Move searchbar to the right 2020-11-09 17:12:06 +01:00
89646ef3f6 Hide number of pages, if item is only one file with one page 2020-11-09 17:06:44 +01:00
7a14b05ea7 Enhance item card displaying current file and number of pages 2020-11-09 17:04:56 +01:00
848c245db6 Change the card link to only use the main content
The card is no longer a link itself. The main target is moved to be
the content (the area containing the title and tags). This is in
preparation of upcoming changes: if the whole card is a link, it
cannot contain other links, due to a restriction by html. Later a card
may have more links to provide.
2020-11-09 14:36:58 +01:00
67e8994aec Use attachment preview urls
This changes the preview urls to use the concrete attachment ids. This
way browsers have it easier to switch the preview image when the
attachment position is changed.
2020-11-09 14:29:52 +01:00
8c08bf233d Amend search results with attachment info
This uses again another query per item to retrieve some information
about each attachment already in the search results.
2020-11-09 14:24:28 +01:00
a77f34b7ba Add a processing step to retrieve page counts 2020-11-09 11:08:24 +01:00
5906c705c9 Allow the user to choose between 3 preview sizes 2020-11-09 09:40:21 +01:00
8c8788bc69 Provide fallback image for previews 2020-11-09 09:00:03 +01:00
d4bbb936b6 Count preview image sizes in insight data 2020-11-09 09:00:03 +01:00
30682fbecc Document the re-generate all previews endpoint 2020-11-09 09:00:03 +01:00
f4e50c5229 Provide endpoints to submit tasks to re-generate previews
The scaling factor can be given in the config file. When this changes,
images can be regenerated via POSTing to certain endpoints. It is
possible to regenerate just one attachment preview or all within a
collective.
2020-11-09 09:00:02 +01:00
6037b54959 Don't fail processing if generating preview fails 2020-11-09 00:05:11 +01:00
cf6e63785d Fix potential index-out-of-bounds error in classifier
The stanford library expects a non-empty text.
2020-11-09 00:04:51 +01:00
709848244c Create tasks to generate all previews
There is a task to generate preview images per attachment. It can
either add them (if not present yet) or overwrite them (e.g. some
config has changed).

There is a task that selects all attachments without previews and
submits a task to create it. This is submitted on start automatically
to generate previews for all existing attachments.
2020-11-08 23:46:02 +01:00
eede194352 Fix deleting preview files 2020-11-08 21:27:55 +01:00
2c96590aad First ui view of preview images for items
Users can choose to not show them via ui settings
2020-11-08 15:12:56 +01:00
7ba6baf6f0 Make preview image smaller 2020-11-08 15:12:56 +01:00
757ad31165 Add a route to get the item preview
This is the first available preview of an attachment wrt position. If
all attachments have a preview image, the preview of the first
attachment is returned.
2020-11-08 15:12:56 +01:00
8cc89fd3b7 Move handling binary responses to a shared space 2020-11-08 15:12:56 +01:00
d376ef3ef1 Add simple route to get the preview image 2020-11-08 13:33:39 +01:00
6db5c39d78 Fix converted filename
Mark it by default with a string from the config file.

Issue: 397
2020-11-08 09:45:03 +01:00
ef7cb4e779 Create a preview image of all files during processing 2020-11-08 01:25:59 +01:00
0841a33ae3 Add a table to hold the preview files 2020-11-08 01:25:38 +01:00
350a271b22 Add simple pdf page preview function 2020-11-08 01:25:14 +01:00
59dfae6a49 Introduce fomantic-ui, replacing semantic-ui
Replaced semantic-ui with the drop-in replacement fomantic-ui [0]
which is a maintained fork. The fomantic-ui used here is a custom
build [1] of the less-version _without_ google-fonts (css-only). The
javascript part of fomantic-ui is not used, and also jquery could be
dropped now.

[0] https://fomantic-ui.com
[1] https://github.com/eikek/fomantic-slim-default

Issue: #349
2020-11-05 22:44:10 +01:00
47e780d35f Set version to 0.15.0-SNAPSHOT 2020-11-01 21:00:19 +01:00
1a1104c387 Set version to 0.14.0 2020-11-01 20:25:07 +01:00
a965605a9e Improve tag multi-edit 2020-10-31 14:42:17 +01:00
f4c79c72ae Allow to remove tags from multiple items 2020-10-31 14:42:17 +01:00
6a16d8afc7 Allow to confirm/unconfirm multiple items 2020-10-29 23:15:38 +01:00
ab50792879 Change icon for hiding/showing search menu 2020-10-29 23:02:08 +01:00
0461cfefe7 Fix sql error for mariadb <10.4
MariaDB below 10.4 doesn't support parentheses around selects for
`intersect` and `union`.

https://mariadb.com/kb/en/intersect/#parentheses

Fixes #404
2020-10-28 22:54:51 +01:00