Commit Graph

12 Commits

Author SHA1 Message Date
Nikolaos Laskaris 0a797d2bb7 Reformed eestore fetching mechanism. Cache is also under consideration 2017-11-21 18:29:16 +02:00
Nikolaos Laskaris a796067316 Added proxy config file 2017-11-20 19:01:19 +02:00
Nikolaos Laskaris 4b211e8664 Changed the default spring serializer... It seems to have a bug
regarding List<Object>, plus an incompatibility with a Json annotation
2017-10-24 19:33:51 +03:00
Nikolaos Laskaris 38676904c8 Changed {lazy/eager} annotations of hibernate fetching... 2017-10-20 18:11:40 +03:00
Nikolaos Laskaris b587a2d151 Changed links of proxies and of rest service 2017-10-18 16:12:25 +03:00
Nikolaos Laskaris 7bebf8b84b Security is now completed... only token-based calls are now permitted. 2017-10-13 18:08:49 +03:00
Nikolaos Laskaris 75fb24b85d Added native token generation and full session management. 2017-10-13 15:23:59 +03:00
Nikolaos Laskaris 2c4c37c5b4 Implementing the security. 2017-10-12 18:41:20 +03:00
Nikolaos Laskaris 839952a5cb Configured proxy 2017-09-29 15:13:21 +03:00
Nikolaos Laskaris d802128641 Cleaned up a little bit the security management code. Also added the
userinfo table to hold information for loggedin users.
2017-09-28 13:33:04 +03:00
Nikolaos Laskaris fab68cf147 Added security over all endpoints. Now need to provide an 'oauth2-token'
parameter on each http request.
2017-09-27 19:15:39 +03:00
Nikolaos Laskaris 9f8b4a3cce Initial import of DMP project modules.
1) dmp-backend : spring-hibernate webservice which allows dmp data
storing and fetching from a relational database.
2) dmp-javascript-engine: a simple wrapper for java's nashorn javascript
engine.
3) dmp-frontend: an angular based frontend app to serve dynamic
questionnaires to aid the formation of Digital Management Plans
2017-09-14 13:43:44 +03:00