Commit Graph

259 Commits

Author SHA1 Message Date
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
d440247857 Change modify item routes to use http put 2020-06-09 23:20:58 +02:00
1d2a6e6caa Add endpoint to search for items and return their tags
This is a more expensive query, since the tags must be resolved per
item. This is now implemented by doing additional queries while
caching each resolved tag.
2020-06-07 15:18:28 +02:00
e5b90eff34 Allow client to load items in batches 2020-06-06 11:05:15 +02:00
4e0d95a213 Allow to check availability of the integration endpoint 2020-05-27 23:55:45 +02:00
7b64cdd0c1 Add missing integration-endpoint in openapi spec
This got forgotten to add in openapi, it is already implemented.
2020-05-27 23:40:50 +02:00
f33c2a2293 Set version to 0.7.0-SNAPSHOT 2020-05-25 17:58:05 +02:00
9caa074657 Set version to 0.6.0 2020-05-25 17:29:57 +02:00
3cb738568f Allow to change position of attachments 2020-05-24 17:30:25 +02:00
a5ca3b0325 Add routes and upload form to item detail 2020-05-23 20:15:55 +02:00
f16632bc7f Allow a collective to disable the integration endpoint 2020-05-23 14:29:24 +02:00
9f9dd6c0fb Change routes for scan-mailbox task to allow multiple tasks per user 2020-05-21 22:04:45 +02:00
6e8582ea80 Implement scan-mailbox form and routes 2020-05-20 17:52:38 +02:00
0d6677f90b Add stub form scan-mailbox form 2020-05-20 17:52:38 +02:00
c9de74fd91 Add imap settings 2020-05-18 08:46:04 +02:00
9ec75cf85e Set next version to 0.6.0-SNAPSHOT 2020-04-30 22:39:02 +02:00
e1117bcc92 Set version to 0.5.0 2020-04-30 22:04:29 +02:00
a939839041 Delete single attachments 2020-04-26 23:11:49 +02:00
84e0ebf1a2 Add a flag for restricting overdue items 2020-04-23 21:37:03 +02:00
bbfd694b45 Allow to start a user task once 2020-04-22 21:08:45 +02:00
3a90d874a5 Improve form 2020-04-22 21:08:45 +02:00
5a2e28415a Streamline form and input field 2020-04-22 21:08:45 +02:00
3524904faf Add routes to check calendar events 2020-04-22 21:08:45 +02:00
ad772c0c25 Server-side stub impl for notify-due-items 2020-04-22 21:08:45 +02:00
e97e0db45c Prepare notification form 2020-04-22 21:08:45 +02:00
efc73c1060 Set version to 0.5.0-SNAPSHOT 2020-03-28 23:52:15 +01:00
c77ead3921 Set version to 0.4.0 2020-03-28 21:44:14 +01:00
7e6eec9533 Include archive infos in item detail 2020-03-22 21:35:50 +01:00
cbc95b11e6 Add routes to retrive the archive of an attachment 2020-03-22 21:21:49 +01:00
b7f2c051f4 Set next version to 0.4.0-SNAPSHOT 2020-02-28 21:19:01 +01:00
aa3b9258c4 Set version to 0.3.0 2020-02-28 20:52:39 +01:00
957073fe62 Return info about original files in item detail
This adds data to the current rest api.
2020-02-23 14:25:32 +01:00
39809f9d05 Sketch route for retrieving original file 2020-02-20 22:12:27 +01:00
8908ad2561 Add attachment preview url based on ViewerJS
The viewerJS library can display PDF files easily using pdfjs. Another
attachment route redirects to the viewerjs application to display the
current attachment.

The attachment responses have been improved in that now the response
headers are added to all responses. Additional a HEAD route has been
added to support the viewerJS application.
2020-02-08 18:02:31 +01:00
1c13537f47 Set version to 0.3.0-SNAPSHOT 2020-01-12 15:36:09 +01:00
ab045b0ce6 Set version to 0.2.0 2020-01-12 13:58:04 +01:00
d535130c9e Provide email proposals from address book 2020-01-12 01:04:42 +01:00
2ecfb679d9 Add routes to retrieve sent mails 2020-01-11 12:58:04 +01:00
7a3289c41d Prepare sending mail 2020-01-08 22:44:34 +01:00