Commit Graph

426 Commits

Author SHA1 Message Date
25538d6a59 Allow to set a folder when importing mailboxes 2020-07-14 23:18:39 +02:00
225877a40c Show folder in item detail view 2020-07-14 23:18:39 +02:00
ca5b7b999f Update source form to specify folder 2020-07-14 23:18:39 +02:00
e66c501056 Extend dropdown to display additional option info
Use this to display folder information when setting the folder on an
item.
2020-07-11 17:56:08 +02:00
0df541f30a Allow to search by folders 2020-07-11 16:52:13 +02:00
86443e10a6 Set the folder of an item 2020-07-11 12:57:17 +02:00
5bde78083a Hide delete button when creating new folder 2020-07-11 11:54:23 +02:00
2ab0b5e222 Rename space -> folder 2020-07-11 11:54:23 +02:00
0365c1980a Show new data about spaces in web-ui 2020-07-11 01:30:29 +02:00
6c304b4e7a Manage spaces in web-ui 2020-07-11 01:30:28 +02:00
752a94a9e2 Implement space operations 2020-07-11 01:30:28 +02:00
0e8c9b1819 Initial outline for managing spaces 2020-07-11 01:30:28 +02:00
4a41168bbb Allow a collective to re-index their data
If something goes wrong, this might be necessary.
2020-06-25 21:52:38 +02:00
43b18db76a Don't scroll when loading more items 2020-06-24 00:03:58 +02:00
b8558d6837 Don't trigger search when fields are cleared 2020-06-24 00:03:17 +02:00
a3e16e57de Display search highlighting in webapp 2020-06-23 00:17:29 +02:00
5e77ff0fc5 Start search by pressing enter and not on each stroke
This reduces (unecessary) requests and eases the restless list
rendering. Throttling is still in place to avoid too many requests
when e.g. holding the enter-key.
2020-06-22 00:46:11 +02:00
af4522c0a7 Prepare ui to handle content search 2020-06-21 22:33:10 +02:00
522daaf57e Introducing fts client into codebase 2020-06-17 23:20:46 +02:00
0643534994 Add edit icon for changing attachment name 2020-06-14 17:03:07 +02:00
217fef7384 Throttle search requests
Throttle search requests when typing. Also fix handling subscriptions
in main.
2020-06-13 21:17:15 +02:00
5468e24b55 Add search field for 'all-names' to search menu 2020-06-13 21:03:45 +02:00
35c9409680 Automatically add wildcards to name search
If wildcards are already present or if the search string appears in
quotes, wildcard '*' characters are not added.
2020-06-13 16:31:16 +02:00
6e4aeb512d Reorganize search menu items 2020-06-13 16:19:35 +02:00
1f9f09ba6f Reorder user task table columns 2020-06-13 14:48:12 +02:00
bdfc151272 Close task form after submitting and return to list view 2020-06-13 14:40:13 +02:00
2c13f9307c Adopt UI to allow multiple notification tasks 2020-06-13 14:26:38 +02:00
d41ddd9729 Fix bug in dropdown
The menu for a multi-dropdown should only show entries that are not
already selected (there is no use case to select the same item more
than once).
2020-06-12 23:12:49 +02:00
9658b2780b Prettify modal dialogs a bit 2020-06-12 00:17:26 +02:00
936177a910 Allow to add remaining metadata in item edit view 2020-06-11 22:52:30 +02:00
a4d60c0d92 Add correspondent organizations in item edit view 2020-06-11 22:11:58 +02:00
459647f83f Add new tags in item detail view 2020-06-11 21:52:10 +02:00
80131522de Use same limit for searchable dropdowns 2020-06-09 22:57:21 +02:00
a3b482fa13 Fix some icons 2020-06-09 21:10:49 +02:00
3ad9b24c2c Use a better way to select a color 2020-06-08 21:48:27 +02:00
e8c3edfd23 Add pdf-preview checkbox to ui settings 2020-06-08 01:13:26 +02:00
1dd84c11bd Apply tag colors from settings 2020-06-08 00:54:47 +02:00
1cd65b7b7c Store tag category colors in ui settings 2020-06-07 22:16:40 +02:00
f4e37b512f Add input field to provide colors for tag categories 2020-06-07 21:42:11 +02:00
5b2b2eceb3 Show tags in item list view
Also set default page size down to 60.
2020-06-07 15:43:46 +02:00
79fc5a30a1 Introduce ui settings and let user set page size for item search 2020-06-07 00:51:11 +02:00
b150269528 Add a load-more button to item list 2020-06-06 11:05:15 +02:00
50a4b5ccb9 Hide delete button on new form 2020-05-25 17:03:31 +02:00
81a1b7af0b Make the current drop target visible 2020-05-24 17:48:02 +02:00
90e039ceb3 Change attachments position via drag-and-drop 2020-05-24 17:30:25 +02:00
6807ce4d2f Move utility functions into a Util file 2020-05-24 15:58:09 +02:00
bcd13bed94 Show information on what files to upload 2020-05-24 15:13:30 +02:00
973847807f Update add item view with upload progress info 2020-05-24 11:48:49 +02:00
6501060730 Make notes more prominent. Fix heading in mail form 2020-05-23 20:15:55 +02:00
b8267f60c1 Fix edit notes rendering
It must be outside the iframe tree, to not modify it when it
appears/disappears.
2020-05-23 20:15:55 +02:00