Commit Graph

12 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 7319799e92 Merge remote-tracking branch 'origin/master' into production 2024-04-15 11:27:47 +03:00
Konstantinos Triantafyllou 3176a0448d [master]: cache response from stats tool after clearing the cache. 2024-04-12 13:10:55 +03:00
Konstantinos Triantafyllou d25c54ce5a Fix global vars path variables 2024-04-10 16:05:25 +03:00
Konstantinos Triantafyllou bfa590ea5e Fix StakeholderPublications to extend the new Stakeholder class 2024-04-10 15:59:40 +03:00
Konstantinos Triantafyllou 5f7c0d1694 Merge remote-tracking branch 'origin/master' into production 2024-03-12 19:19:34 +02:00
Konstantinos Triantafyllou 3681c4bce3 Fix get stakeholder order by publications and add cache in stats tool responses. 2024-03-12 19:07:32 +02:00
Konstantinos Triantafyllou f19df08435 Fix global vars. Add authorizazion to check Deploy 2024-02-20 10:55:47 +02:00
Konstantinos Triantafyllou e5e9f07fd1 Add Stakeholder publications controller to get stakeholders ordered by number of publications 2024-02-20 09:22:02 +02:00
Konstantina Galouni 2e20aeb984 [master | DONE | Added] New user profile table in DB to save if user has consent in actions logging or not.
1. UserProfile.java: Define class UserProfile with fields String id, private String aaiId, private Boolean consent = false.
2. UserProfileDAO.java & MongoDBUserProfileDAO.java: Added DAO methods for getting/ saving/ deleting user profiles on DB.
3. UserProfileController.java: Added API endpoints GET /user and POST /user/save for authenticated users.
4. IrishMongoConnection.java: Open a new connection to DB with mongoTemplateRef = "mongoIrishTemplate".
2023-12-21 14:45:11 +02:00
Konstantinos Triantafyllou 1a4edf5092 Add custom authorities mapper for Irish. 2023-12-15 16:46:07 +02:00
Konstantinos Triantafyllou 9b42b9bcfe Add login core and import authentication configuration. 2023-12-14 16:18:52 +02:00
Konstantina Galouni 22d8804438 [master | WIP | ADDED] First implementation of irish-monitor-service using uoa-monitor-service as library (library classifier). 2023-12-01 10:33:31 +02:00