Commit Graph

233 Commits

Author SHA1 Message Date
6346bf6a34 Add summary for fulltext searches 2020-12-17 00:11:33 +01:00
77627534bc Improve on basic search summary 2020-12-15 23:37:02 +01:00
4ca6dfccae Get basic search summary 2020-12-15 23:10:13 +01:00
2dff686fa0 Introduce unit condition 2020-12-15 21:03:47 +01:00
80406cabc2 Refactoring some code into separate files 2020-12-15 21:03:47 +01:00
266fec9eb5 Convert find items query 2020-12-15 21:03:46 +01:00
a355767fdb Convert all query libs besides QItem 2020-12-15 21:03:46 +01:00
e3f6892abd Convert job record 2020-12-15 21:03:46 +01:00
0b6f965fcb Fix rememberme for missing local storage 2020-12-04 22:57:21 +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
fc2668feee Allow to connect a person to an organization 2020-12-01 23:39:45 +01:00
7052bc6b8e Add cc and bcc to item mail 2020-11-28 01:36:59 +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
a18ac17f0c Search with wildcards for custom fields 2020-11-24 21:44:27 +01:00
5fe532001b Allow to specify document lanugage with the request 2020-11-23 20:49:01 +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
4fd6e02ec0 Improve glob and filter archive entries 2020-11-11 21:01:23 +01:00
55a6f7aaf6 Add more properties to upload meta data 2020-11-11 21:01:23 +01:00
29455d638c Add startup task to find page counts of existing files 2020-11-09 20:35:35 +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
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
d376ef3ef1 Add simple route to get the preview image 2020-11-08 13:33:39 +01:00
f4c79c72ae Allow to remove tags from multiple items 2020-10-31 14:42:17 +01:00
998aad5627 Delete multiple items 2020-10-26 14:46:04 +01:00
9193d7ca51 Send multiple items to reprocessing 2020-10-26 14:03:56 +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
42c989a6cd Edit folder of multiple items 2020-10-26 12:39:44 +01:00
17472fa4ca Edit name of multiple items 2020-10-26 12:17:55 +01:00
7ad37c8d26 Editing tags for multiple items 2020-10-26 11:54:04 +01:00
f6f63000be Prepend a duplicate check when uploading files 2020-09-23 23:37:00 +02:00
06879456a6 Change job priority on queue page 2020-09-05 18:50:58 +02:00
f9fcee81a5 Add start-now button for train-classifier task 2020-09-02 21:22:22 +02:00
68bb65572b Integrate learn-classifier task into the app 2020-09-02 18:28:14 +02:00
8c4f2e702b Add classifier settings 2020-09-02 18:28:14 +02:00
3986487f11 Add api docs and cleanup 2020-08-13 21:22:54 +02:00
081c4da903 Add a route to trigger the convert-all-pdf task for a collective 2020-08-13 01:06:13 +02:00
69674eb485 Improve job-queue query to make sure jobs across all states show up 2020-08-13 01:06:13 +02:00
07e9a9767e Add a task to re-process files of an item 2020-08-12 22:29:56 +02:00
098e4cf868 Fix uploading to enabled/disabled source endpoints 2020-08-09 09:21:23 +02:00
43946ed347 Fail early when source id is wrong 2020-08-08 18:43:18 +02:00