0cfd8974d3
Add a flag to imap settings to enable/disable oauth2 scheme
2021-01-04 11:03:04 +01:00
40b093ae72
Fix selecting imap connection in scan mailbox settings
...
Issue: #524
2021-01-03 10:31:36 +01:00
2b8ef3c2f7
Allow to hide search stats in user settings
2021-01-02 10:20:18 +01:00
ae57881f2d
Sort custom fields in views
2021-01-02 10:09:05 +01:00
4ec133b0b9
Remove unused imports
2020-12-17 23:06:58 +01:00
69f57d1eb1
Replace empty hrefs with a href #
2020-12-17 21:15:33 +01:00
c9d4e8ec46
Fix selecting items in multi-edit mode
...
For some to me unknown reason, changing the dom slightly (removing
hidden elements), resulted in a different event dispatching. The cards
while being attached to an event would reload the page as if the event
is propagated. This happned by commit #8d7b3c7d in Home/View.elm.
Adding the hidden nodes back into the dom, "fixed" it.
This change now gives a better fix in assuring that every anchor has
either a sensible `href` or an event and a `href #`.
2020-12-17 21:02:23 +01:00
b66738b4c3
Add folder count to search menu
2020-12-16 19:20:30 +01:00
a995ea8729
Update tag counts in search menu
2020-12-16 00:56:12 +01:00
b338f18e98
Remove redundant fileCount from search result
2020-12-15 21:03:46 +01:00
66bd4f53cb
Fix person-org relation info
2020-12-05 22:44:19 +01:00
2aed7ba142
Simplify search bar and search menu
...
The functionality of the search bar is now in the search menu, too.
The search menu shows one input field for "textual search", which is
either the fulltext search (if enabled) or a basic search in various
names.
2020-12-05 22:38:27 +01:00
d4470ab5fd
Restrict person dropdown options to the associated organization
2020-12-01 23:39:45 +01:00
a6dd71af9f
Set an organization to a person in webapp
2020-12-01 23:39:45 +01:00
2e28c8e57b
Harmonize table views
2020-12-01 23:39:45 +01:00
346d23928d
Allow to search in source names in webui
2020-11-30 14:26:10 +01:00
bdc49aae98
Let user change template for card title and subtitle
2020-11-29 23:36:25 +01:00
81a136d915
Use a template for rendering title and subtitle of the item card
...
Introduces `ItemTemplate` to conveniently create strings given an
item.
2020-11-29 23:36:20 +01:00
7ee69f7a57
Merge pull request #481 from eikek/reload-fix
...
Reload fix
2020-11-28 01:23:26 +00:00
7052bc6b8e
Add cc and bcc to item mail
2020-11-28 01:36:59 +01:00
1091a4fbdc
Show concerning/correspond person exclusively in dropdowns
...
Now a person that is not marked as "concerning only" is treated as
"correspondent only". The options of all dropdown fields are now
restricted to those subsets.
Issue: #332
2020-11-27 23:13:37 +01:00
c87163052b
Allow to choose from existing tag categories
...
Also fixes a ui problem with a too long dropdown menu in the small
modal popup when adding tags or custom fields in item detail view.
Issue: #331
2020-11-26 23:53:50 +01:00
41b26fbbd6
Don't hide field dropdown when no fields are defined
2020-11-24 23:38:22 +01:00
c389c8fe66
Change field-type into field-format in ui
2020-11-24 21:44:27 +01:00
436022ceee
Merge pull request #466 from eikek/wildcard-number-search
...
Allow to search with wildcard in a number custom field
2020-11-24 00:32:02 +00:00
2384af1347
Fix centering dropzone title
2020-11-23 21:12:33 +01:00
7fee52f6f2
Add language to scan-mailbox-form
2020-11-23 21:00:19 +01:00
29a5419072
Allow to search with wildcard in a number custom field
2020-11-23 13:44:49 +01:00
1ef035f061
Fix hiding tags/fields when corresponding setting exists
2020-11-23 11:20:59 +01:00
473985c80e
Filter empty custom field values in webui
2020-11-23 10:47:45 +01:00
6d22bac720
Display custom field values on item card
2020-11-23 10:23:37 +01:00
44459aecd0
Fix initialising date fields
2020-11-23 09:43:12 +01:00
cdcc8210fe
Throttle customfield update requests
2020-11-23 09:27:05 +01:00
7026852123
Indicate saving custom field values
2020-11-23 00:16:50 +01:00
bcdb2fc0fe
Show custom field values in item detail header
2020-11-22 23:14:51 +01:00
a2e0c23644
Amend search form for custom fields
2020-11-22 21:41:09 +01:00
23b343649c
Fix and enhance custom-multi-input field
2020-11-22 21:41:09 +01:00
c5ab663091
Allow a comma and a point for money values
2020-11-22 21:41:09 +01:00
bb19e02c66
Ui improvements
...
- don't show custom fields in edit menu if there are none. This
reduces load of ui elements. The first custom field must be created in
manage-data page.
- Add more validation to the money type
2020-11-22 21:41:09 +01:00
ff30ed5558
Add custom fields to multi-edit form
2020-11-22 21:41:09 +01:00
76647d132f
Show custom field values in detail view
2020-11-22 21:41:09 +01:00
1ee36cef8f
Add fields when clicking in the dropdown
...
Remove the additional button
2020-11-22 21:41:09 +01:00
cc6db61a3a
Allow to create fields when editing items
2020-11-22 21:41:09 +01:00
4059ef31c1
Allow providing values for custom fields in item detail
2020-11-22 21:41:09 +01:00
e90f65f941
Manage custom fields in webui
2020-11-22 21:41:09 +01:00
f8634a5098
Use js pdf renderer for file view when settings tell so
2020-11-15 01:13:13 +01:00
063c9895dd
Fix table layout and notification form
...
The styling is broken if th elements are outside a tr. The
notification form had the same problem as the scan-mailbox form
reported in #382
2020-11-15 00:09:29 +01:00
b98edba9e5
Click on tag in item detail to switch to search
2020-11-14 13:16:35 +01:00
fe8c122968
Switch to search by clicking on correspondent/concerned in detail
2020-11-14 12:57:38 +01:00
cf578a88d3
Make item detail header a link list
2020-11-14 12:11:04 +01:00