Commit Graph

1299 Commits

Author SHA1 Message Date
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
0337391b20 Change remember period to 30 days 2020-12-04 20:30:25 +01:00
f5ae389eea Cleanup remember-me tokens periodically 2020-12-04 17:59:25 +01:00
a0642905db Use remember-me cookie if present 2020-12-04 17:59:25 +01:00
c10c1fad72 Prepare remember-me authentication variant 2020-12-04 17:59:25 +01:00
290989f67f Reorder correspondent person suggestion based on org relationship 2020-12-01 23:39:45 +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
fc2668feee Allow to connect a person to an organization 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
0ee8ff66d5 Allow to search by source name 2020-11-30 14:07:45 +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
45e4035e07 Set version to 0.17.0-SNAPSHOT 2020-11-28 18:13:50 +01:00
4682bf4a0e Set version to 0.16.0 2020-11-28 17:55:40 +01:00
7ee69f7a57 Merge pull request #481 from eikek/reload-fix
Reload fix
2020-11-28 01:23:26 +00:00
75055ba34b Fix help link menu item 2020-11-28 01:48:58 +01:00
7052bc6b8e Add cc and bcc to item mail 2020-11-28 01:36:59 +01:00
d62c4a5a72 Fix updating search view
For example, when content-search was activated the view was not
correctly updated after deleting or drag-and-drop.
2020-11-28 00:51:16 +01:00
e9347176bd Fixes an off-by-one classic to also accept dates in January 2020-11-28 00:43:35 +01:00
32c9113bd4 Remove unused code 2020-11-28 00:00:10 +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
3fabe0a582 Update to Scala 2.13.4 2020-11-27 20:26:24 +01:00