a0642905db
Use remember-me cookie if present
2020-12-04 17:59:25 +01:00
c10c1fad72
Prepare remember-me authentication variant
2020-12-04 17:59:25 +01:00
290989f67f
Reorder correspondent person suggestion based on org relationship
2020-12-01 23:39:45 +01:00
fc2668feee
Allow to connect a person to an organization
2020-12-01 23:39:45 +01:00
0ee8ff66d5
Allow to search by source name
2020-11-30 14:07:45 +01:00
3fabe0a582
Update to Scala 2.13.4
2020-11-27 20:26:24 +01:00
0919eec3c2
Improve field query and fix mariadb's pickiness with parens
...
If no query is given, don't search with `like '%'`. MariaDB doesn't
want parens around columns in the GROUP BY clause.
2020-11-25 21:08:49 +01:00
52c6659f9f
Add missing schema migrations for custom fields
2020-11-25 21:08:49 +01:00
9bea0298ad
Allow to query custom field values with wildcards
2020-11-23 10:59:13 +01:00
7b7f1e4d6d
Return custom field values with search results
2020-11-23 10:23:25 +01:00
066c856981
Allow to search for custom field values
2020-11-22 21:41:09 +01:00
1aefff37aa
Return custom field values with item details
2020-11-22 21:41:09 +01:00
af1cca7d83
Fix condition for deleting custom field value
2020-11-22 21:41:09 +01:00
8d35d100d6
Change custom fields for multiple items
2020-11-22 21:41:09 +01:00
93295d63a5
Change custom field values for a single item
2020-11-22 21:41:09 +01:00
62313ab03a
Add and change custom fields
2020-11-22 21:41:09 +01:00
248ad04dd0
Prepare custom fields
2020-11-22 21:41:09 +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
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
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
d4bbb936b6
Count preview image sizes in insight data
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
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
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
0841a33ae3
Add a table to hold the preview files
2020-11-08 01:25:38 +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
b59696a9d3
Make sure to only remove/retry items in premature states
2020-10-26 23:39:26 +01:00
26e89bf84e
Edit org/person/equipment of multiple items
2020-10-26 13:35:47 +01:00
2e6026b817
Edit dates of multiple items
2020-10-26 13:16:03 +01:00
d4043634ac
Edit direction of multiple items
2020-10-26 12:48:15 +01:00
7ad37c8d26
Editing tags for multiple items
2020-10-26 11:54:04 +01:00
3e2d272746
Add unique constraint for equipment names
...
Fixes #370
2020-10-21 22:42:19 +02:00
3771587e55
Find duplicate tags without category
2020-10-19 00:30:41 +02:00
6a3386ce66
Fix sql comparison with optional values
2020-10-19 00:29:41 +02:00
80ddca9aa3
Add counter to joblog for correct log order
...
This is to distinguish log entries created at the same time.
2020-10-02 22:14:30 +02:00
d4354b8b49
Skip pdf conversion if a converted file exists
...
For images the conversion also returns the extracted text. If this
would have failed to be saved, it is extracted in the following
text-extraction step.
2020-10-02 17:39:39 +02:00
b6f23b038a
Fix finding attachments for retries
...
The attachments to process again must be searched in sources and
archives, too.
2020-10-02 17:39:34 +02:00
e26d7129e7
Add fix for mariadb text columns
...
The `text` data type can only store up to 64kb data. The `mediumtext`
up to 16M and `longtext` up to 4G.
Issue: #297
2020-10-02 16:50:51 +02:00
552cdac1d3
Apply flyway api changes
2020-09-28 15:12:10 +02:00
f6f63000be
Prepend a duplicate check when uploading files
2020-09-23 23:37:00 +02:00
c658677032
Autoformat
2020-09-09 00:29:32 +02:00
eb11b33028
Fix mariadb changsets
2020-09-07 20:02:50 +02:00
76ccfb8a81
Only learn from confirmed items
...
Text classification should only learn from confirmed items. Log if
classification is disabled when processing an item.
2020-09-07 13:04:40 +02:00
cb1a9e0699
Use separate sql migration for h2
2020-09-07 13:04:29 +02:00
06879456a6
Change job priority on queue page
2020-09-05 18:50:58 +02:00
4309bd8dfd
Some cleanup
2020-09-02 21:22:30 +02:00
316b490008
Implement learning a text classifier from collective data
2020-09-02 18:28:14 +02:00