9785db0683
Change license header of all files
2021-09-21 22:35:38 +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
8f23b68587
Add a qr code to the link of an item or attachment
2021-08-18 00:20:27 +02:00
f1445e797b
Highlight search menu tabs that contain data
...
Refs: #966
2021-08-16 22:13:53 +02:00
828e5cf703
Allow to restore deleted items in webui
2021-08-14 16:50:17 +02:00
eede20b014
Display deleted items in the webui
...
The card renders a trash can in the top right corner and the detail
page shows a label and also this trash can.
2021-08-14 16:06:55 +02:00
fcef52856a
Allow tag ids or tag names when replacing tags
2021-07-25 21:26:22 +02:00
782ca0fa4f
Remove a deleted item from search results
...
When an item is deleted in detail view, the results must be updated to
reflect the new state. The results are now changed by removing the
corresponding item.
Fixes : #920
2021-07-25 17:35:01 +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
206e7842ca
Improve label for suggestions when there are none
2021-06-07 10:11:41 +02:00
6d8bd530cb
Fix translation for direction
2021-06-07 10:11:41 +02:00
de90b81863
Add German translation for Detail page
2021-06-07 10:11:36 +02:00
78938c9980
Add German translation for home page
2021-06-06 13:59:50 +02:00
e3053549b3
Extract strings in item detail modals
2021-04-26 22:02:45 +02:00
b2cffb22ef
Externalize error messages
2021-04-26 10:00:01 +02:00
5faf0e5a0e
Made viewMode pattern matches exhaustive
2021-04-18 22:31:17 +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
1db5eaf5ee
Attachments selectable
2021-04-17 16:43:24 +02:00
a9c02e9e88
Prepared multiselect view mode for attachment list
2021-04-17 13:04:30 +02:00
5737eba82d
Prepare translating dates
2021-04-12 10:53:34 +02:00
7b1cbe6435
Use a placeholder string for all dropdowns
2021-04-11 20:37:16 +02:00
c07fd1e61d
Make long filenames break within the container
2021-04-10 23:26:28 +02:00
92ae22a68d
Externalize more strings missed before
2021-04-10 16:02:34 +02:00
7c43fa0874
Reorganize messages to reflect page structure
2021-04-10 00:30:42 +02:00
fa2c5750dd
Externalize strings in other of components
2021-04-09 23:10:00 +02:00
2f678aca17
Externalize strings in detail page
2021-04-09 22:40:03 +02:00
1762e7afac
Externalize strings for home page
2021-04-05 21:31:45 +02:00
9c1beb2240
Externalize strings in usersettings page
2021-04-04 22:07:37 +02:00
594818499e
Externalize strings in manage-data page
2021-04-04 22:07:37 +02:00
8d15d97857
Refactor Dropdown
2021-04-02 22:20:55 +02:00
968c8e02b7
Externalize strings in upload page
2021-04-02 11:28:21 +02:00
76f5ab6c68
Allow to reprocess single and multiple items in the ui
2021-03-12 00:16:19 +01:00
b95338e744
Remove old ui code in frontend
2021-03-09 20:40:49 +01:00
211499a7e6
Add bottom border to metadata view
2021-02-19 11:17:35 +01:00
d819878974
Re-add the button to create new tags in detail view
2021-02-19 11:07:42 +01:00
e07d732193
Show item position in detail view
2021-02-17 22:18:22 +01:00
4ef1996137
Fix extracted content border
2021-02-17 00:14:06 +01:00
48eee00c0b
Allow person to be correspondent, concerning or both
2021-02-16 22:49:55 +01:00
07edaaaf5e
Try fix attachment selection for firefox
...
It works great in chromium, in firefox the border is a bit off.
2021-02-15 00:11:37 +01:00
9c90d7c4c2
Fix min height of tag area in detail
...
This avoids "nervous/noisy" ui flickering when changing between items
where one has no tags/fields to show.
2021-02-15 00:10:38 +01:00
a10971607e
Always show custom field dropdown in detail mode
...
Even if there are no custom fields define, the control is shown now.
The user can create a new one in this view.
2021-02-14 23:34:18 +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
4cba96f390
Always return classifier results as suggestion
...
The classifier results are spliced into the suggestion list at second
place. When linking they are only used if nlp didn't find anything.
2021-01-21 21:05:28 +01:00
38ae7a9027
Make source a quick link on card and detail
2021-01-11 21:37:36 +01:00
c0d7aba5d5
Improve selecting attachments of an item
...
Use a list of small thumbnails instead of just names.
Closes : #396
2021-01-09 01:16:59 +01:00
9bc2084499
Allow to click on custom fields in detail view
...
Closes : #514
2021-01-09 01:16:59 +01:00
69f57d1eb1
Replace empty hrefs with a href #
2020-12-17 21:15:33 +01:00
66bd4f53cb
Fix person-org relation info
2020-12-05 22:44:19 +01:00