Project

General

Profile

Statistics
| Revision:

# Date Author Comment
40861 18/01/2016 05:01 PM Nikon Gasparis

performance improvement:
vocabularies are now loaded on startup,cached and refreshed every 1 hour

40834 15/01/2016 03:56 PM Nikon Gasparis

updated to set complianceName in repo interfaces

40828 15/01/2016 01:59 PM Nikon Gasparis

updated to fetch sets only if a repository is identified successfully

40827 15/01/2016 01:32 PM Nikon Gasparis

added compatibility classes in datasourceVocabularies

40821 15/01/2016 02:07 AM Nikon Gasparis

updated logger properties

40801 14/01/2016 05:02 PM Nikon Gasparis

updated getRepository to need an id only.
added method to get Datasources of user

40775 14/01/2016 10:34 AM Stefania Martziou

Finished the repository registration main functionality

40716 12/01/2016 11:36 AM Nikon Gasparis

identifyRepository returns now false rather than exception

40706 12/01/2016 01:11 AM Nikon Gasparis

updated getRepositories by country method to not include repos without country

40698 11/01/2016 03:20 PM Stefania Martziou

Finished the interfaces step of the repository registration wizard

40649 08/01/2016 12:40 PM Nikon Gasparis

updated getRepositories by country method to not include repos without country

40647 08/01/2016 11:57 AM Stefania Martziou

Uncommented a method in RepositoryService

40638 07/01/2016 03:24 PM Nikon Gasparis

added InterfaceInformation class
added method to get InterfaceInfomation with one single call

40637 07/01/2016 02:22 PM Nikon Gasparis

fixed oaitools initialization

40636 07/01/2016 01:48 PM Stefania Martziou

Added interface fields and added cotrollers for the rest of repository types

40615 23/12/2015 04:05 PM Nikon Gasparis

fix to get data compatibilities

40613 23/12/2015 03:22 PM Nikon Gasparis

added new font

40611 23/12/2015 02:43 PM Nikon Gasparis

added method to get dnet Compatibility levels

40610 23/12/2015 02:16 PM Nikon Gasparis

updated constants for repositoryMode

40607 23/12/2015 01:12 PM Nikon Gasparis

added constants for repositoryMode

40606 23/12/2015 12:39 PM Nikon Gasparis

added method to identify a repository

40603 23/12/2015 09:25 AM Stefania Martziou

fixed a string problem

40602 23/12/2015 09:09 AM Stefania Martziou

Added controllers for the rest of the repository types as well (data, journal, aggregator)

40601 23/12/2015 12:14 AM Stefania Martziou

Completed the second step (repository information form) in the register repository wizard

40600 22/12/2015 11:17 PM Nikon Gasparis

added class for Constants in shared folder

40598 22/12/2015 04:30 PM Nikon Gasparis

added validationService
added method to get sets of a repository by url

40593 22/12/2015 12:37 PM Nikon Gasparis

updated getDatasourceClasses to return a map<key,value> rather than a list<value>

40590 22/12/2015 12:08 PM Nikon Gasparis

updated typologies list

40588 22/12/2015 11:19 AM Nikon Gasparis

fixed path for timezones

40580 21/12/2015 05:08 PM Nikon Gasparis

renamed class to DatasourceVocabularies

40579 21/12/2015 05:06 PM Nikon Gasparis

added method to get needed vocabularies with a single async call

40576 21/12/2015 04:22 PM Stefania Martziou

- Created a register repository wizard
- Added a first step for this wizard (select repository) which will be used in the following modes: literature and data

40575 21/12/2015 04:21 PM Nikon Gasparis

added methods to get the available datasourceClasses, register a datasource and updates it's basic information

40554 18/12/2015 11:19 PM Nikon Gasparis

added constructor without parameters in Timezone class

40553 18/12/2015 08:03 PM Nikon Gasparis

moved Timezone to shared folder

40552 18/12/2015 05:52 PM Nikon Gasparis

added methods to get typologies and timezones

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

40489 16/12/2015 03:38 PM Nikon Gasparis

updated container-parent to 1.0.0-SNAPSHOT

40488 16/12/2015 02:50 PM Nikon Gasparis

updated parent version to SNAPSHOT

40466 15/12/2015 04:55 PM Nikon Gasparis

*removed servlets and mappings for each service from web.xml. Added a new GwtSpringServlet to map all services

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

40257 08/12/2015 01:35 PM Nikon Gasparis

added inheritance to repomanagerdomain gwt-module

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

40234 04/12/2015 01:43 PM Nikon Gasparis

added svn:ignore property

40233 04/12/2015 01:38 PM Nikon Gasparis

ide files cleanup

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

Initial import

40230 04/12/2015 01:21 PM Stefania Martziou

Creating directory for new project