Commit Graph

243 Commits

Author SHA1 Message Date
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
9b701035b2 Set version to 0.30.1 2021-12-22 20:37:28 +01:00
50e4c31872 Set new version to 0.31.0-SNAPSHOT 2021-12-21 22:01:03 +01:00
42a54e134d Set version to 0.30.0 2021-12-21 21:28:43 +01:00
4ffc8d1f14 Add support for more generic notification
This is a start to have different kinds of notifications. It is
possible to be notified via e-mail, matrix or gotify. It also extends
the current "periodic query" for due items by allowing notification
over different channels. A "generic periodic query" variant is added
as well.
2021-12-11 18:57:32 +01:00
95ded62cb9 Set version to 0.30.0-SNAPSHOT 2021-11-18 00:24:52 +01:00
54bbbde8b9 Set version to 0.29.0 2021-11-17 23:00:49 +01:00
ae30a3890e Set version to 0.29.0-SNAPSHOT 2021-10-27 22:08:16 +02:00
b3ca7954bb Set version to 0.28.0 2021-10-27 20:53:34 +02:00
6696aba481 Show user shares when asking to delete user 2021-10-24 01:41:18 +02:00
2ac0b84e52 Link shares to the user, not the collective
The user is required when searching because of folders (sadly), so the
share is connected to the user.
2021-10-24 01:41:18 +02:00
337293128d Add route to send mail for a share 2021-10-23 14:33:24 +02:00
1a10216e3d Get item details from a share 2021-10-23 14:33:24 +02:00
813797756c Extend search stats to fully populate search menu
Refs: #856
2021-10-23 14:33:24 +02:00
e961a5ac10 Use search stats to populate search menu 2021-10-23 14:33:24 +02:00
a286556116 Initial impl of search route 2021-10-23 14:33:24 +02:00
f4596db63d Authorize share access 2021-10-23 14:33:24 +02:00
4ef9d6c3ff Add expired flag to share details 2021-10-23 14:33:24 +02:00
c7d587bea4 Basic management of shares 2021-10-23 14:33:24 +02:00
f74624485f Allow to manage passwords for a collective 2021-09-30 10:35:38 +02:00
650e2c7c47 Set new version to 0.28.0-SNAPSHOT 2021-09-23 19:48:36 +02:00
80b73be68f Set version to 0.27.0 2021-09-23 17:37:54 +02:00
e31107eb49 Require a otp to disable 2fa 2021-09-23 09:27:44 +02:00
860efcf06f Fix more license occurrences 2021-09-22 11:55:56 +02:00
16b5655b54 Go back to old version scheme
Refs: #1039
2021-09-13 11:39:57 +02:00
e89b571ab2 Add a route to show what is deleted 2021-09-08 20:57:10 +02:00
4237caa755 Add some documentation for OIDC 2021-09-06 14:24:52 +02:00
aef56233a5 Add a new column to distinguish local from external users 2021-09-05 21:38:14 +02:00
4e57be6dfd Fix endpoint path in openapi spec 2021-09-02 22:06:33 +02:00
1afc005a6c Adopt login process for two-factor auth 2021-08-31 21:29:07 +02:00
309a52393a Initial impl for totp 2021-08-31 16:45:39 +02:00
9812b8f6c8 Set new version to 21.12-SNAPSHOT 2021-08-28 12:54:44 +02:00
be510b0363 Set version to 0.26.0 2021-08-28 11:54:08 +02:00
cf88f5c2de Allow to specify ordering when retrieving meta data
The query now searches in more fields. For example, when getting a
list of tags, the query is applied to the tag name *and* category.
When listing persons, the query now also looks in the associated
organization name.

This has been used to make some headers in the meta data tables
clickable to sort the list accordingly.

Refs: #965, #538
2021-08-27 23:04:54 +02:00
993a391c13 Add the attachment-only option to a source
The upload request can now contain a boolean for importing only
attachments when e-mails are uploaded. This option is now also added
to a source url.

Refs: #983
2021-08-23 14:19:11 +02:00
45f6357f49 Merge pull request #1024 from eikek/enhance-search-mode
Enhance search mode to search in all items
2021-08-21 13:56:43 +00:00
d5022f883e Enhance search mode to search in all items 2021-08-21 15:45:14 +02:00
751fa3da5a Add attachments-only filter to uploads
When uploading a file which is an e-mail, this option allows to skip
the mail body when the file is being processed.
2021-08-21 13:49:12 +02:00
21647e950d Add docs for merging items 2021-08-16 14:41:56 +02:00
85085ec173 Implement item merge 2021-08-16 12:32:54 +02:00
f4a2b86ea8 Use a minimum age of items to remove
In order to keep deleted items for a while, the periodic task can now
use a duration to only remove items with a certain age. This can be
used to ensure that a deleted item stays at least X days before it
will be removed from the database.

Refs: #347
2021-08-15 12:32:50 +02:00
548dfb9a57 Fix openapi.yml where undefined query parameter 2021-08-14 20:40:04 +02:00