Commit Graph

364 Commits

Author SHA1 Message Date
8099b78b0e Merge items in webui 2021-08-16 12:55:25 +02:00
22d331f082 Integrate item merge dialog into home page 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
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
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
3f1ff5c1ac Allow to search in deleted items 2021-08-14 15:35:17 +02:00
09b224b07a Left align item separator and make it more prominent
Refs: #950
2021-07-27 18:10:46 +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
4a9ab2c1be Only update category options if the query selected all tags
The tag category is a bit special (sadly). The options are retrieved
by going through the tags. It must not update these, if a query
selects only a subset of tags.
2021-06-16 00:14:35 +02:00
e021f06946 Update language dropdown for new data
When receiving a new value to display in the form, the language
dropdown was not initialized with the corresponding value.
2021-06-14 21:02:36 +02:00
7ec0668f03 Use a single place to create values for bool custom fields 2021-06-10 01:30:53 +02:00
29cfa035f4 Add boolean custom field immediately with value false
The time the user selects this field it should be pushed to the
server, because the initial value of "false" is a correct value. All
other fields require the user to type something first.
2021-06-10 01:30:53 +02:00
bf74e3aa23 Don't toggle dropdown on space
Closing the dropdown menu is now possible with ESC. Space will only
open the dropdown, but not close it. So now it's possible to type a
space into the search field.

Fixes: #863
2021-06-09 22:18:18 +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
d6bff7b2e6 Add German translation for ManageData page 2021-06-07 10:11:41 +02:00
b6242f8354 Add German translation for UserSettings page 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
fe4f48dd7f Add German translation for collective settings page 2021-06-06 01:05:43 +02:00
e406718cb7 Add a way to migrate settings stored at the browser to the server 2021-05-27 21:34:05 +02:00
5a4f6c0595 Fix tag category color field
The category name was not rendered
2021-05-27 21:34:05 +02:00
c0ba211fe7 Externalize string in ui settings form 2021-05-27 21:34:05 +02:00
9ccc3ce438 Store and load client settings 2021-05-27 21:34:05 +02:00
9f76357879 Add api functions for getting/setting client settings 2021-05-27 21:34:05 +02:00
f91939ff5b Use a configured placeholde instead of hardcoded string 2021-05-22 20:29:30 +02:00
e3053549b3 Extract strings in item detail modals 2021-04-26 22:02:45 +02:00
a39dfbf82a Refactor caleventinput field 2021-04-26 20:06:30 +02:00
b2cffb22ef Externalize error messages 2021-04-26 10:00:01 +02:00
c9b54e80b7 Remove code from old ui 2021-04-26 10:00:01 +02:00
b3c3c783dc Externalize more strings 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
9d6e26efb4 Use externalized strings for edit label 2021-04-14 00:11:10 +02:00
994e3df597 Fix query for getting tag categoy summary 2021-04-12 13:40:22 +02:00
5737eba82d Prepare translating dates 2021-04-12 10:53:34 +02:00
f91f4340b8 Fix scanmailbox form layout 2021-04-11 20:38:09 +02:00
7b1cbe6435 Use a placeholder string for all dropdowns 2021-04-11 20:37:16 +02:00
39ed246a42 Use correct category count in search menu 2021-04-11 14:34:44 +02:00
c07fd1e61d Make long filenames break within the container 2021-04-10 23:26:28 +02:00
e630786104 Move ui language into messages 2021-04-10 16:13:49 +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