Commit Graph

110 Commits

Author SHA1 Message Date
4488291319 Download multiple files as zip 2022-04-09 15:28:51 +02:00
e957d6e96f Link multiple items via selection 2022-03-18 00:41:00 +01:00
288ed83b7f Make ItemMerge independent from the action 2022-03-17 23:25:04 +01:00
c7b2a1271a Link items it detail view 2022-03-16 23:56:59 +01:00
63e0258db7 Store item selection globally 2022-02-27 22:56:53 +01:00
3710f525d1 Use share ui settings 2022-01-29 10:12:15 +01:00
c29ce73dd0 Client settings per collective and user
Client settings can be stored at the user and and the collective. The
settings used in the application are merged from these two settings,
where any user setting takes precedence. The form can now manage both
variants.

Refs: #838
2022-01-29 10:11:25 +01:00
3ff7e255b4 Save and load dashboards 2022-01-26 21:27:31 +01:00
370679daed Some predefined boxes for a dashboard 2022-01-26 21:22:20 +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
ab2b18e192 Extract tag dropdown into a separate component 2022-01-15 13:26:32 +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
c2fc1d117f Manage bookmarks 2022-01-09 14:39:59 +01:00
a5b70962d8 Select bookmarks in search menu 2022-01-09 02:10:22 +01:00
04b258689f Check for existing bookmarks 2022-01-08 22:42:48 +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
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
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
16ccddab9f Add mail form when creating shares 2021-10-23 14:33:24 +02:00
b6187bb88d Outline share detail page 2021-10-23 14:33:24 +02:00
c62b8526be View attachments from a share 2021-10-23 14:33:24 +02:00
e961a5ac10 Use search stats to populate search menu 2021-10-23 14:33:24 +02:00
7b0f378558 Refactor to allow internal card links into search menu
Also allows to exchange the preview-url in the item card
2021-10-23 14:33:24 +02:00
83dd675e4f Basic search view for shares 2021-10-23 14:33:24 +02:00
c7d587bea4 Basic management of shares 2021-10-23 14:33:24 +02:00
e31107eb49 Require a otp to disable 2fa 2021-09-23 09:27:44 +02:00
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
a94aeff75c Add ui for showing data to be deleted for a user 2021-09-08 20:57:10 +02:00
e89b571ab2 Add a route to show what is deleted 2021-09-08 20:57:10 +02:00
984dda9da0 Add OpenID support to webapp 2021-09-05 23:43:07 +02:00
1afc005a6c Adopt login process for two-factor auth 2021-08-31 21:29:07 +02:00
999c39833a Add user setting page for totp 2021-08-31 21:28:17 +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
8099b78b0e Merge items in webui 2021-08-16 12:55:25 +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
4901276c66 Change "empty trash" settings for a collective and submit the job 2021-08-14 19:33:15 +02:00
828e5cf703 Allow to restore deleted items in webui 2021-08-14 16:50:17 +02:00
fcef52856a Allow tag ids or tag names when replacing tags 2021-07-25 21:26:22 +02:00
21eb7dad94 Change headers of all elm files 2021-07-25 14:00:11 +02:00
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
9f76357879 Add api functions for getting/setting client settings 2021-05-27 21:34:05 +02:00
414ffba453 Remove unused code 2021-05-27 21:34:05 +02:00
dd743cf273 Reformatted changed source files with elm-format 2021-04-18 22:27:50 +02:00
decae84aec Using SelectViewModel, bulk deletion of item attachments 2021-04-18 18:38:38 +02:00
cc38b850a6 Remove deprecated search routes and some refactoring 2021-03-27 22:13:13 +01:00
76f5ab6c68 Allow to reprocess single and multiple items in the ui 2021-03-12 00:16:19 +01:00
889e4f4fb0 SearchMenu uses query string instead of json form 2021-03-01 20:56:23 +01:00
dadab0d308 Implement search by query in endpoints 2021-03-01 15:31:02 +01:00
dd935454c9 First version of new ui based on tailwind
This drops fomantic-ui as css toolkit and introduces tailwindcss. With
tailwind there are no predefined components, but it's very easy to
create those. So customizing the look&feel is much simpler, most of
the time no additional css is needed.

This requires a complete rewrite of the markup + styles. Luckily all
logic can be kept as is. The now old ui is not removed, it is still
available by using a request header `Docspell-Ui` with a value of `1`
for the old ui and `2` for the new ui.

Another addition is "dev mode", where docspell serves assets with a
no-cache header, to disable browser caching. This makes developing a
lot easier.
2021-02-14 01:46:13 +01:00