Commit Graph

247 Commits

Author SHA1 Message Date
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
5b01c93711 Add a folder-id to item processing
This allows to define a folder when uploading files. All generated
items are associated to this folder on creation.
2020-07-14 23:18:39 +02:00
0df541f30a Allow to search by folders 2020-07-11 16:52:13 +02:00
86443e10a6 Set the folder of an item 2020-07-11 12:57:17 +02:00
2ab0b5e222 Rename space -> folder 2020-07-11 11:54:23 +02:00
60a08fc786 Return member count and if current user is owner or member 2020-07-11 01:30:29 +02:00
ea4ab11195 Allow to only return owning spaces 2020-07-11 01:30:28 +02:00
752a94a9e2 Implement space operations 2020-07-11 01:30:28 +02:00
d43e17d9fb Transport user-id to client 2020-07-11 01:30:28 +02:00
7ec0fc2593 Add endpoints for managing spaces to openapi spec 2020-07-11 01:30:28 +02:00
fadd21944f Set version to 0.9.0-SNAPSHOT 2020-06-29 21:04:15 +02:00
8998706598 Set version to 0.8.0 2020-06-29 20:37:52 +02:00
8500d4d804 Extend consumedir.sh to work with integration endpoint
Now running one consumedir script can upload files to multiple
collectives separately.
2020-06-28 00:08:37 +02:00
d5c9923a6d Add a route that only searches the full-text index
It returns the results in the same order as received from the index to
preserve the relevance ordering.
2020-06-24 00:03:17 +02:00
ffbb16db45 Transport highlighting information to the client 2020-06-23 00:17:29 +02:00
8ffbf651b0 Add fts routes to openapi.yml 2020-06-22 21:00:34 +02:00
ee801745a7 Add fultext field to search params 2020-06-17 23:20:46 +02:00
492f4d304f Set version to 0.8.0-SNAPSHOT 2020-06-17 22:28:45 +02:00
33bef52229 Set version to 0.7.0 2020-06-17 21:59:13 +02:00
84a26461ed Add a route to update the name of an attachment 2020-06-14 17:03:07 +02:00
88234986e6 Make name field search in item name only
Now there is an `allNames` field that searches names of multiple
things.
2020-06-13 21:17:29 +02:00
f30c8a5e4d Add new search term that searches in all meta data
A field that searches via substring search in names of correspondents
and concerned meta data.
2020-06-13 17:08:26 +02:00
e51e84408b Change notify-due-item routes to allow multiple tasks per user 2020-06-13 14:26:38 +02:00
363eb81aff Add remaining routes to create and update item meta data 2020-06-11 22:28:31 +02:00
c6accca0ff Add route to create and associate correspondent org 2020-06-11 22:11:58 +02:00
f407f08ed3 Add a route to add a new tag and associate it to an item 2020-06-11 21:51:42 +02:00