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
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
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
a06d20a479
Remove duplicate results from index-only search
2020-08-01 15:46:00 +02:00
209c068436
Use keywords in pdfs to search for existing tags
...
During processing, keywords stored in PDF metadata are used to look
them up in the tag database and associate any existing tags to the
item.
See #175
2020-07-19 00:28:04 +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
259526a088
Organize imports
2020-07-12 13:51:52 +02:00
22fa1dba13
Apply folder restriction to fulltext only search
...
And update index when folder changes.
2020-07-12 13:50:45 +02:00
5b95fddf3d
Make item queries depend on the account-id
...
Now the user is required, too, to list items.
2020-07-11 21:54:51 +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
c12201c4a5
Add routes to manage spaces
2020-07-11 01:30:28 +02:00
347a029af8
Scalafix organize-imports
2020-06-28 21:20:47 +02:00
41c0f70d3b
Fix cancelling jobs
...
A request to cancel a job was not processed correctly. The cancelling
routine of a task must run, regardless of the (non-final) state. Now
it works like this: if a job is currently running, it is interrupted
and its cancel routine is invoked. It then enters "cancelled" state.
If it is stuck, it is loaded and only its cancel routine is run. If it
is in a final state or waiting, it is removed from the queue.
2020-06-26 23:08:27 +02:00
0ba1736bc8
Remove items/attachments from index on delete
2020-06-25 00:00:10 +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