argos/dmp-backend/web/src/main/java/eu/eudat/logic
Konstantina Galouni bb0c398120 #7183: In DMP invitation, return authors whose name/ email contains the query string given by user (case insensitive).
1. InvitationsManager.java:  Added method "getUsersWithCriteria()" to filter results according to "userInfoRequestItem.getCriteria().getLike()".
2. UserInvitationController.java: In method "getUsers()" added parameter "@RequestBody UserInfoRequestItem userInfoRequestItem" and call new method "invitationsManager.getUsersWithCriteria()" (instead of getUsers()).
2021-11-22 13:44:41 +02:00
..
builders When creating a new credential assign the user's email 2020-10-27 18:08:16 +02:00
handlers Adds "Role" filter on Published DMPs and Published Dataset Description on backend. (Issue #175) 2019-09-26 18:33:41 +03:00
managers #7183: In DMP invitation, return authors whose name/ email contains the query string given by user (case insensitive). 2021-11-22 13:44:41 +02:00
mapper/elastic Vastly improve and optimize DMP and Dataset Queries (and with elastic) 2021-08-04 18:38:49 +03:00
proxy Fix issue of reloading externalUrls 2021-11-19 11:20:47 +02:00
security Sanitize user output on frontend 2020-07-17 13:19:10 +03:00
services Allow to configure the path of the email templates (ref #7122) 2021-10-25 16:06:08 +03:00
utilities Trim out hours from date picker export on xml and json(ref #7185) 2021-11-17 11:12:34 +02:00