Project

General

Profile

Statistics
| Revision:

# Date Author Comment
40548 18/12/2015 04:26 PM Nikon Gasparis

added dummy method to return countries without using cache.
enabled by parameter: services.repo-manager.repository.testing.mode

40546 18/12/2015 03:55 PM Nikon Gasparis

updated getRepositories method to return a Tuple of repositories by a specific country and (optionally) repositories for unknown countries.

40543 18/12/2015 02:17 PM Nikon Gasparis

getCountries methods now return a map

40542 18/12/2015 12:57 PM Stefania Martziou

Added a tuple class

40516 17/12/2015 01:14 PM Nikon Gasparis

added methods to getCountries

40511 17/12/2015 12:07 PM Stefania Martziou

Added support for history tokens and logout functionality

40464 15/12/2015 04:53 PM Nikon Gasparis

*changed the relative path of services to SpringGwtServices/<service-name>
*removed servlets and mappings for each service from web.xml. Added a new GwtSpringServlet to map all services
*Service implementations are now annotated using spring "@Service"
*reduced the number of permutations to 1 to speedup compiling

40367 11/12/2015 05:12 PM Nikon Gasparis

added EmailUtils
decoupled email messages from UserServiceImpl
implemented method to report exceptions via Email
email text are now loaded via emai-texts.properties file

40336 10/12/2015 11:52 PM Nikon Gasparis

implemented methods to get repositories by country and get a single repository

40309 09/12/2015 05:08 PM Nikon Gasparis

implemented methods to reset user password and update user profile

40308 09/12/2015 03:14 PM Nikon Gasparis

added email format check on registration
new error codes on userException

40268 09/12/2015 12:30 AM Nikon Gasparis

implemented registration and activation of user
configured Emailer

40267 08/12/2015 10:54 PM Stefania Martziou

Finished user login and user registration functionality

40265 08/12/2015 07:22 PM Nikon Gasparis

temporary fix to enable autowiring of service beans
implemented getUserByEmail method

40262 08/12/2015 04:12 PM Nikon Gasparis

added repositoryService
fixed UserService to correctly inject userAPI

40260 08/12/2015 03:00 PM Stefania Martziou

Created a new RepositoryService

40259 08/12/2015 02:59 PM Stefania Martziou

Added 2 more methods in UserService and created a new RepositoryService

40258 08/12/2015 02:09 PM Stefania Martziou

Fixed a bug in the beta implementation of the login functionality

40255 08/12/2015 12:53 PM Stefania Martziou

Beta implementation for login

40252 08/12/2015 12:18 PM Nikon Gasparis

added configuration for gwt

40251 07/12/2015 06:22 PM Nikon Gasparis

added UserAccessException
implemented UserService.login method

40250 07/12/2015 05:36 PM Nikon Gasparis

enabled spring support

40249 07/12/2015 05:16 PM Stefania Martziou

Added the first step of registering a new repository

40248 07/12/2015 05:15 PM Stefania Martziou

Added a mock dashboard widget and the first step of registering a new repository

40235 04/12/2015 03:12 PM Stefania Martziou

Removed UserServiceAsync interface

40232 04/12/2015 01:28 PM Stefania Martziou

Initial import