a8ea391715
Render edit-modals above the menu and not the whole page
2020-08-06 23:38:55 +02:00
a6a6e334d5
Search by tag category via web ui
2020-08-06 22:23:35 +02:00
cf3e051e83
Fix load more button
2020-08-06 00:49:15 +02:00
dfbbcdf73c
Allow only one horizontal form being open
2020-08-05 23:11:21 +02:00
082f468155
Use a icon menu for the edit menu top bar
2020-08-05 22:43:04 +02:00
baa25d0f2f
Allow to set item notes below or above the files
2020-08-05 22:43:04 +02:00
0453494cc6
Make notes below the files view and always visible
...
It looks similiar to github's readme. If there are no notes, the form
is displayed.
2020-08-05 22:41:08 +02:00
1662e1e2c8
Split ItemDetail file into multiple files due to its size
2020-08-05 17:57:45 +02:00
08f953dd52
Display item notes in card view if configured
...
The user can set a maximum length of the item notes to display in each
card. If set to 0, it is hidden.
2020-08-05 00:09:44 +02:00
dbd27057d1
Improve source view and add qrcode for urls
...
The qr-code for urls is added so that these urls are easy to copy into
a phone. Then buttons for copying them into the clipboard have been
added.
2020-08-03 23:58:41 +02:00
ed8f16fe73
Add a qr-code for source urls
2020-08-03 18:27:13 +02:00
b4e11a7264
Fixes a race condition when initializing the calendar-event field
...
The problem was that the field executes a request to validate its
state. This was initiated at the same time for two values. Then it was
undetermined which value comes back first.
2020-08-01 11:42:01 +02:00
46b784cc33
Simplify search bar and menu
...
The option "contents" has been removed from the search bar. This field
is not intended to be used alone, but rather in conjunction with other
fields. Otherwise it may be really slow on large databases.
The "name" option has been removed from the search menu. This doesn't
provide anything better over the "Names" field, that search more
fields, including item names.
2020-08-01 00:26:41 +02:00
2f5036231c
Merge pull request #194 from eikek/sort-tag-list
...
Sort tag list by count
2020-07-30 22:23:42 +00:00
091ded50cb
Sort tag list by count
...
It was displayed in some random order. Now the most used tag is first.
2020-07-31 00:14:25 +02:00
79eb7b4d66
Fix datepicker position for action input fields
...
Either the width and appearance must be changed to match this of an
`ui action input` or the position must be fixed as done here. It is
not correctly positioned, because the `ui input` class uses a flex.
2020-07-31 00:02:57 +02:00
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
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