Commit Graph

245 Commits

Author SHA1 Message Date
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
0ba1736bc8 Remove items/attachments from index on delete 2020-06-25 00:00:10 +02:00
532caed84c Consistent logging of request/responses to solr
Using a middleware. Also add missing changesets for mariadb.
2020-06-24 21:25:46 +02:00
8e0282c25f Indicate when the search-menu is not used 2020-06-24 01:15:41 +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
6846f2f46e Add new search-index route to web-ui 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
6c8abf4cd7 Fix searchmenu styling 2020-06-21 23:45:12 +02:00
af4522c0a7 Prepare ui to handle content search 2020-06-21 22:33:10 +02:00
cfe5aa8894 Use no-op fts-client if disabled + push this flag to the webui 2020-06-21 21:06:08 +02:00
522daaf57e Introducing fts client into codebase 2020-06-17 23:20:46 +02:00
bc20e9a9bb Execute search when loading page 2020-06-17 21:57:50 +02:00
0643534994 Add edit icon for changing attachment name 2020-06-14 17:03:07 +02:00
e0c8c45061 Hide search menu by default and add search bar to top
Adds a search bar to the top of the listing page that is the same as
the `All Names` search field in the search menu. Search menu can be
toggled as before.
2020-06-13 22:05:16 +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
d440247857 Change modify item routes to use http put 2020-06-09 23:20:58 +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
4c832dba35 Fix search on initial page load
It must now wait until ui-settings have been provided.
2020-06-08 01:17:19 +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
77e8a51acd Fix updating item list when there are no results 2020-06-06 15:15:53 +02:00
b150269528 Add a load-more button to item list 2020-06-06 11:05:15 +02:00
e5b90eff34 Allow client to load items in batches 2020-06-06 11:05:15 +02:00