Commit Graph

272 Commits

Author SHA1 Message Date
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
417581845b Fix openapi datastructures 2020-11-16 09:53:44 +01:00
1d6cdac92d Set version to 0.16.0-SNAPSHOT 2020-11-15 13:11:39 +01:00
79510529c2 Set version to 0.15.0 2020-11-15 12:51:25 +01:00
e2545de347 Make item-detail and item-light consistent in field naming
This changes the public structure for an "item-light" as returned in
search results. It makes unifying things easier if both names are the
same.
2020-11-14 11:37:50 +01:00
5034e12bec Add a subject filter to scan-mailbox args 2020-11-13 23:15:20 +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
55a6f7aaf6 Add more properties to upload meta data 2020-11-11 21:01:23 +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
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
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
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
f4c79c72ae Allow to remove tags from multiple items 2020-10-31 14:42:17 +01:00
9193d7ca51 Send multiple items to reprocessing 2020-10-26 14:03:56 +01:00
7ad37c8d26 Editing tags for multiple items 2020-10-26 11:54:04 +01:00
458fa7edd9 Allow to search in a defined item subset 2020-10-25 22:19:55 +01:00
5f2f20c8d7 Extend http api for multi-edit 2020-10-25 22:19:55 +01:00
6639a39375 Set version to 0.14.0-SNAPSHOT 2020-10-19 15:07:01 +02:00
7a9daa9f4b Set version to 0.13.0 2020-10-19 14:16:16 +02:00
e68ee67aec Fix route in openapi spec for uploading 2020-10-19 13:45:14 +02:00
ec0d0f8475 Fix openapi spec for rest-server
- The `itemId` parameter was not declared for
  `item/{itemId}/reprocess`
- `tagCategories*` must be declared required for `ItemSearch`
  structure
2020-10-18 23:55:56 +02:00
db9753046a Set version to 0.13.0-SNAPSHOT 2020-09-28 01:12:10 +02:00
f40eb15e86 Set version to 0.12.0 2020-09-28 00:52:09 +02:00
f6f63000be Prepend a duplicate check when uploading files 2020-09-23 23:37:00 +02:00
5809f94d6f Set version to 0.12.0-SNAPSHOT 2020-09-09 22:32:54 +02:00
43f331841f Set version to 0.11.1 2020-09-09 21:45:16 +02:00
6358b4eb75 Set version to 0.12.0-SNAPSHOT 2020-09-08 00:33:35 +02:00
cc0416804b Set version to 0.11.0 2020-09-07 23:59:05 +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
8c4f2e702b Add classifier settings 2020-09-02 18:28:14 +02:00
30d5abddd8 Set version to 0.11.0-SNAPSHOT 2020-08-15 00:41:58 +02:00
f2fbf20f00 Set version to 0.10.0 2020-08-14 23:42:01 +02:00
760dec2230 Rename new route for retrieving used tags 2020-08-13 23:25:30 +02:00
3986487f11 Add api docs and cleanup 2020-08-13 21:22:54 +02:00
07e9a9767e Add a task to re-process files of an item 2020-08-12 22:29:56 +02:00
06ad9ac46c Add routes to conveniently set/toggle tags 2020-08-08 15:08:04 +02:00
1c8b66194b Add a route to return used tags
This is part of the `/insights` route without queries for file usage.
2020-08-08 08:35:35 +02:00
a4796f3f7f Return more tag details with item insights 2020-08-08 00:41:20 +02:00
f3ba224124 Add missing organization/person/equipment routes 2020-08-07 01:30:43 +02:00
070c2b5e5f Allow to search by tag categories
The server accepts a list of tag categories for inclusion and
exclusion. The categories in the include list imply to return items
that have at least one tag of each category. The categories in the
exclude list imply to return all items that have no tag in any of
these categories.
2020-08-06 21:43:27 +02:00
09d74b7e80 Return item notes with search results
In order to not make the response very large, a admin can define a
limit on how much to return.
2020-08-05 00:09:37 +02:00
deacd8e9f6 Set version to 0.10.0-SNAPSHOT 2020-08-01 19:03:32 +02:00
2664b3ddb2 Set version to 0.9.0 2020-08-01 16:09:24 +02:00