Commit Graph

284 Commits

Author SHA1 Message Date
212c10e20a Allow custom json
Refs: #2334
2023-11-13 16:45:30 +01:00
83ad2c5044 First sketch for custom data threaded through item processing
Refs: #2334
2023-11-13 16:45:30 +01:00
c0fa48e924 Set version to 0.41.0-SNAPSHOT 2023-03-11 20:47:55 +01:00
5e618c9304 Set version to 0.40.0 2023-03-11 18:28:18 +01:00
df1526e628 Fix deleting users
Can now be deleted by id or login. It was wrongly documented.
2023-02-02 07:58:43 +01:00
1e8461801b Set new version to 0.40.0-SNAPSHOT 2022-11-07 19:26:51 +01:00
bd31ec2cd8 Set version to 0.39.0 2022-11-07 18:52:48 +01:00
643afd1809 Allow to change extracted text of attachments
Closes: #1775
2022-10-31 22:18:19 +01:00
429825de1c Set version to 0.39.0-SNAPSHOT 2022-07-09 23:28:05 +02:00
516cb6885f Set version to 0.38.0 2022-07-09 22:54:55 +02:00
aeeb54fcc3 Remove unused column in item 2022-06-11 13:03:14 +02:00
c6a9a17f89 Set version to 0.38.0-SNAPSHOT 2022-06-04 23:35:10 +02:00
f4460c92d9 Set version to 0.37.0 2022-06-04 23:06:49 +02:00
78b19a0940 Remove obsolete endpoint
Search by index is the same as a search with only a `content:`
expression.
2022-05-31 20:15:39 +02:00
50edf13f94 Include limit-capped flag with search response
The server defines a `limit` value and search requests are capped to
this limit if their requested value exceeds it. If this happens it is
now returned with the search response (clients can print a warning).

Closes: #1358
2022-05-26 22:24:56 +02:00
3f0c21e429 Set version to 0.37.0-SNAPSHOT 2022-05-22 12:04:48 +02:00
f593b76389 Set version to 0.36.0 2022-05-22 10:11:11 +02:00
7fdd78ad06 Experiment with addons
Addons allow to execute external programs in some context inside
docspell. Currently it is possible to run them after processing files.
Addons are provided by URLs to zip files.
2022-05-15 23:46:43 +02:00
8b235dc705 Set version to 0.36.0-SNAPSHOT 2022-04-14 23:45:36 +02:00
f5958b3a51 Set version to 0.35.0 2022-04-14 22:11:21 +02:00
4488291319 Download multiple files as zip 2022-04-09 15:28:51 +02:00
f9f6504471 Set version to 0.35.0-SNAPSHOT 2022-03-21 21:55:07 +01:00
c6da3eb0d6 Set version to 0.34.0 2022-03-21 21:25:01 +01:00
b84bbbd750 Upload zip files contents as independent files 2022-03-20 11:40:25 +01:00
37b5a4dfef Select linked items from search page
- Quickly select related items from the search view
- Include related items with item details to spare another request
2022-03-19 18:31:45 +01:00
232baf5858 Add routes to link items 2022-03-16 23:56:59 +01:00
39f2f8cc1b Add a recursive mail folder scan option to ScanMailboxTask 2022-03-15 21:52:54 +01:00
290b4ca58b Provide tasks with ability to return data and human message
To allow better communication from background tasks, tasks can return
not only data (json), but also a human readable message which is send
via notification channels
2022-03-12 12:58:34 +01:00
422c0905dc Add task to copy files 2022-03-12 12:58:28 +01:00
ffb78d1265 Set version to 0.34.0-SNAPSHOT 2022-03-06 14:28:06 +01:00
aafa73e724 Set version to 0.33.0 2022-03-06 13:51:23 +01:00
55fe9d7882 Set version to 0.33.0-SNAPSHOT 2022-02-07 00:07:45 +01:00
64c03927aa Set version to 0.32.0 2022-02-06 23:32:51 +01:00
e1a8b9b121 Use collective settings for shares 2022-01-29 17:36:18 +01:00
1ca64f09d1 Add route to get settings for a share
Returns the client settings of the creator.
2022-01-29 10:11:54 +01:00
370679daed Some predefined boxes for a dashboard 2022-01-26 21:22:20 +01:00
0c56c3b46a Fixing typo in version
This should fix nightly builds. Build script changed to be more compatible.
2022-01-23 01:06:00 +01:00
23cb34a6ff Manage notification channels separately and migrate
It's more convenient to manage notification channels separately, as it
is done with email settings. Notification hook and other forms are
adopted to only select channels. Hooks can now use more than one
channel.
2022-01-19 21:57:30 +01:00
d41490dd88 Add a name to notification channels
This name is supposed to be used by users to distinguish multiple channels.
2022-01-17 18:10:59 +01:00
76ad708111 Update sbt-openapi-schema plugin to 0.9.0 2022-01-17 17:53:31 +01:00
4aee69b6ee Set version to 0.32.0-SNAPSHOT 2022-01-16 13:48:23 +01:00
0d1d093c59 Set version to 0.31.0 2022-01-16 13:18:33 +01:00
7aebc1ccdf Add priority to gotify channel
Closes: #1277
2022-01-12 20:59:24 +01:00
404fb2a37f Allow a custom message part for the periodic query task 2022-01-11 22:50:19 +01:00
978381a5ba Fix openapi spec 2022-01-10 14:59:27 +01:00
699cf091e6 Allow bookmarks in periodic query notification 2022-01-10 14:25:20 +01:00
9415f72ec0 Instead of client only, make bookmarks a server aware feature
Makes it much more useful
2022-01-09 23:58:57 +01:00
a50a0a9a1a Bookmark queries scoped to user or collective 2022-01-08 22:42:48 +01:00
05229a7e9c Allow managing clientsettings per collective 2022-01-08 12:38:14 +01:00
808672ed07 Set version to 0.31.0-SNAPSHOT 2021-12-22 22:18:42 +01:00