80406cabc2
Refactoring some code into separate files
2020-12-15 21:03:47 +01:00
278b1c22c9
Remove old code
2020-12-15 21:03:46 +01:00
2cecd01837
Convert rest of QItem
2020-12-15 21:03:46 +01:00
d1606d6f16
Remove old commented code
2020-12-15 21:03:46 +01:00
266fec9eb5
Convert find items query
2020-12-15 21:03:46 +01:00
5e2c5d2a50
Extends query builder
2020-12-15 21:03:46 +01:00
35c62049f5
Start converting QItem
2020-12-15 21:03:46 +01:00
a355767fdb
Convert all query libs besides QItem
2020-12-15 21:03:46 +01:00
fd6d09587d
Convert more records
2020-12-15 21:03:46 +01:00
613696539f
Minor refactorings
2020-12-15 21:03:46 +01:00
d6f28d3eca
Convert folder
2020-12-15 21:03:46 +01:00
87eb8c7f55
Convert more records
2020-12-15 21:03:46 +01:00
e3f6892abd
Convert job record
2020-12-15 21:03:46 +01:00
1aa1f4367e
Convert periodic tasks
2020-12-15 21:03:46 +01:00
3cef932ccd
Convert more records
2020-12-15 21:03:46 +01:00
fe4815c737
Convert RSentMail
2020-12-15 21:03:46 +01:00
5cbf0d5602
Convert more records
2020-12-15 21:03:46 +01:00
10b49fccf8
Converting user and userimap records
2020-12-15 21:03:46 +01:00
c5c7f7ed3b
Convert equipment record
2020-12-15 21:03:46 +01:00
adee496b77
Convert source record
2020-12-15 21:03:46 +01:00
2dbb1db2fd
Initial outline for a simple query builder
2020-12-15 21:03:46 +01:00
27d087b14c
Fix foreign key constraints
2020-12-14 14:34:22 +01:00
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