Commit Graph

1572 Commits

Author SHA1 Message Date
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
6346bf6a34 Add summary for fulltext searches 2020-12-17 00:11:33 +01:00
8d7b3c7d74 Show custom field summary above results 2020-12-16 22:06:34 +01:00
b66738b4c3 Add folder count to search menu 2020-12-16 19:20:30 +01:00
8fba637ebe Add folder counts to search summary 2020-12-16 01:14:27 +01:00
a995ea8729 Update tag counts in search menu 2020-12-16 00:56:12 +01:00
80e23d1c84 Add a route to get search summary 2020-12-15 23:37:02 +01:00
77627534bc Improve on basic search summary 2020-12-15 23:37:02 +01:00
f3855628d5 Extend query builder with more functions 2020-12-15 23:34:12 +01:00
4ca6dfccae Get basic search summary 2020-12-15 23:10:13 +01:00
56d6d2e2ac Allow changing more parts of a select 2020-12-15 22:12:44 +01:00
f1c4b4adb0 Extract find-item query condition 2020-12-15 21:03:47 +01:00
2dff686fa0 Introduce unit condition 2020-12-15 21:03:47 +01:00
80406cabc2 Refactoring some code into separate files 2020-12-15 21:03:47 +01:00
278b1c22c9 Remove old code 2020-12-15 21:03:46 +01:00
2cecd01837 Convert rest of QItem 2020-12-15 21:03:46 +01:00
d1606d6f16 Remove old commented code 2020-12-15 21:03:46 +01:00
266fec9eb5 Convert find items query 2020-12-15 21:03:46 +01:00
5e2c5d2a50 Extends query builder 2020-12-15 21:03:46 +01:00
35c62049f5 Start converting QItem 2020-12-15 21:03:46 +01:00
a355767fdb Convert all query libs besides QItem 2020-12-15 21:03:46 +01:00
fd6d09587d Convert more records 2020-12-15 21:03:46 +01:00
613696539f Minor refactorings 2020-12-15 21:03:46 +01:00
d6f28d3eca Convert folder 2020-12-15 21:03:46 +01:00
87eb8c7f55 Convert more records 2020-12-15 21:03:46 +01:00
e3f6892abd Convert job record 2020-12-15 21:03:46 +01:00
1aa1f4367e Convert periodic tasks 2020-12-15 21:03:46 +01:00
3cef932ccd Convert more records 2020-12-15 21:03:46 +01:00
fe4815c737 Convert RSentMail 2020-12-15 21:03:46 +01:00
5cbf0d5602 Convert more records 2020-12-15 21:03:46 +01:00
10b49fccf8 Converting user and userimap records 2020-12-15 21:03:46 +01:00
c5c7f7ed3b Convert equipment record 2020-12-15 21:03:46 +01:00
adee496b77 Convert source record 2020-12-15 21:03:46 +01:00
2dbb1db2fd Initial outline for a simple query builder 2020-12-15 21:03:46 +01:00
b338f18e98 Remove redundant fileCount from search result 2020-12-15 21:03:46 +01:00
21cd778c37 Merge branch 'fix-0.17' into master 2020-12-15 20:45:39 +01:00
14428c0ead Set version to 0.17.1 2020-12-15 20:25:59 +01:00
a987ede7c9 Avoid server roundtrip when switching pages
When changing pages in webui a server request should not happen. This
makes the webapp snappy again.

Issue: #508
2020-12-15 20:22:12 +01:00
ae0a543101 Set next version to 0.18.0-SNAPSHOT 2020-12-14 14:57:40 +01:00
398f969207 Set version to 0.17.0 2020-12-14 14:34:27 +01:00
27d087b14c Fix foreign key constraints 2020-12-14 14:34:22 +01:00
7e42426edc Fix page routing with remember me 2020-12-11 01:16:57 +01:00
c00714ab61 Don't redirect to login for open pages 2020-12-08 21:12:09 +01:00
f55566388a Fix endless reload of login page 2020-12-06 00:58:15 +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
5882405f30 Search index if search object only contains this field 2020-12-05 02:59:57 +01:00
0b6f965fcb Fix rememberme for missing local storage 2020-12-04 22:57:21 +01:00