Commit Graph

  • 25914adb2e Ready to be released master v1.3.2 r5.15.2 Mauro Mugnaini 2023-04-18 11:27:56 +0200
  • 512aa043db Check for negatives groups id (returned for a not existing group) added. Solves issue #24831 Mauro Mugnaini 2023-03-23 12:54:43 +0100
  • b27d62a862 Missing 'v' in changelog entry, added Mauro Mugnaini 2023-03-23 12:36:53 +0100
  • aba5f0b01b Check for negatives groups id (returned for a not existing group) added. Solves issue #24831 Mauro Mugnaini 2023-03-23 12:34:38 +0100
  • a107f6b54e Updated `maven-portal-bom` to last version: 3.6.3 v1.3.1 r5.4.0 Mauro Mugnaini 2021-06-24 18:25:51 +0200
  • f1859341f9 Fixed reference to released `portal-bom` instead of `-snapshot` Mauro Mugnaini 2021-06-22 12:50:04 +0200
  • ac162944e0 [v1.3.1] Library release Mauro Mugnaini 2021-06-22 10:17:11 +0200
  • 0182c41ec0 Definitively removed the `UMATokensProvider` class since is no more useful to anyone Mauro Mugnaini 2021-06-07 11:42:03 +0200
  • 664ea7b34c Removed errors to let the lib to build again Mauro Mugnaini 2021-06-07 11:26:14 +0200
  • 443a529cf7 Temporary add error to prevent new compilations Mauro Mugnaini 2021-05-27 12:07:36 +0200
  • a143ee99a2 Temporary add error to prevent new compilations Mauro Mugnaini 2021-05-27 12:04:05 +0200
  • be4d105190 Changed visibilty of helper method to provide tokens in threadlocal to public Mauro Mugnaini 2021-05-25 09:49:30 +0200
  • 5407b79e9a The `UMATokensProvider` (formerly `UmaJWTProvider`) is now in this lib and new provider from common library (`AccessTokenProvider`) is used to transport the `access-token` only to the client lib Mauro Mugnaini 2021-05-24 19:06:52 +0200
  • 00dc6538a9 New utility method to access the `access-token` string Mauro Mugnaini 2021-05-24 18:45:20 +0200
  • b54c49527c Updated to version 1.3.1-SNAPSHOT and aligned to the new portal BOM 3.6.2-SNAPSHOT Mauro Mugnaini 2021-05-24 18:44:31 +0200
  • cc3f2ba652 Moved from UmaJWTProvider in `common-authorization` for intra-portal use only Mauro Mugnaini 2021-05-24 17:43:38 +0200
  • 51677353b0 Calling directly the right method with session parameter since it is visible in intra-class calls v1.3.0 r5.2.0 Mauro Mugnaini 2021-04-29 19:30:17 +0200
  • f1e32127a8 Releasing v1.3.0 Mauro Mugnaini 2021-04-12 19:28:40 +0200
  • bef2410aa4 New methods exposed to issue a temporary UMA/RPT token to the OIDC server and some exceptions classes related to inreresting cases Mauro Mugnaini 2021-03-30 19:50:57 +0200
  • b09f9509d5 Extracted the UMA issuing code for logged user from the Valve in the `threadlocal-vars-cleaner` project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591) Mauro Mugnaini 2021-03-17 11:42:21 +0100
  • 2e84e960b8 Logs message changed from info to debug Mauro Mugnaini 2021-03-17 11:41:43 +0100
  • 5580b20923 Prepared for new 1.3.0 version Mauro Mugnaini 2021-03-17 11:41:28 +0100
  • db8887e3b1 Use extracted new convenience method for Role existance check by string v1.2.0 r5.0.0 Mauro Mugnaini 2021-01-27 19:36:42 +0100
  • 874d91537b An (I think) interesting log message added and one fixed using variable Mauro Mugnaini 2021-01-27 18:47:46 +0100
  • 14fbdd6fcf Ignoring non d4s roles when removing from user Mauro Mugnaini 2021-01-27 17:04:45 +0100
  • 84531d5f8e Changed the log level of the config to debug and masked secret with '*' Mauro Mugnaini 2021-01-26 15:57:29 +0100
  • c7ac2df206 Release of the 1.2.0 version Mauro Mugnaini 2021-01-20 11:48:00 +0100
  • ef0e90e3e4 Ready for the 1.2.0-SNAPSHOT version Mauro Mugnaini 2021-01-20 01:01:08 +0100
  • 79c025fdeb Marked as deprecated all utils methods for session objects get/set (#20445) Mauro Mugnaini 2021-01-20 01:00:52 +0100
  • e1dd978a10 New version with mutex and session id used in place of session object Mauro Mugnaini 2021-01-19 18:16:52 +0100
  • 13dcfe2a0e Revised version that uses strings instead of object in map for comparison Mauro Mugnaini 2021-01-19 18:16:16 +0100
  • ffccf37c06 Method to remove both tokens from session added Mauro Mugnaini 2020-12-21 17:58:36 +0100
  • cac9ba8f33 Added logger and method to remove all tokens relted to a user (usefull for the logout) Mauro Mugnaini 2020-12-21 17:58:03 +0100
  • 59b44aabae Rewrote the implementation by using a Map of Maps Mauro Mugnaini 2020-12-21 17:57:06 +0100
  • 72230995e6 Missing SCM section added to POM Mauro Mugnaini 2020-11-24 17:31:03 +0100
  • ebed544d0a Prepared for the Next release Mauro Mugnaini 2020-11-20 13:08:36 +0100
  • 35d7b1c0e0 Aligned to new templates Mauro Mugnaini 2020-08-13 18:28:41 +0200
  • 58f154f6d8 Added avatar URL setting (#19726) Mauro Mugnaini 2020-08-12 20:14:04 +0200
  • 06f1a551e7 Removed provided scopes Mauro Mugnaini 2020-07-23 11:23:52 +0200
  • 7b35668c1f Updated to follow ner rules for gcube templated project in Jenkins Mauro Mugnaini 2020-07-16 16:20:00 +0200
  • fbc5c3197c No more required Mauro Mugnaini 2020-07-16 16:19:52 +0200
  • 26a29ed34a -SNAPSHOT suffix removed too early, added range dependency according to CI rules for DEV Mauro Mugnaini 2020-07-07 11:57:23 +0200
  • 7bcdb473ec Release for 1.0.0, added range dependency according to CI rules Mauro Mugnaini 2020-07-07 10:48:46 +0200
  • d4923eb4a5 Snapshot release for 1.0.0 Mauro Mugnaini 2020-07-07 10:09:39 +0200
  • bb7c32faae Rationalized logs Mauro Mugnaini 2020-07-03 17:32:48 +0200
  • 2475ee6f00 Renamed classes and harmonized method names Mauro Mugnaini 2020-07-03 17:32:39 +0200
  • 38392bfe66 New version with micro and dependency range removed Mauro Mugnaini 2020-06-30 12:58:52 +0200
  • db2fd773ed Exra CR rmoved Mauro Mugnaini 2020-06-29 16:23:51 +0200
  • 7fcea56d58 Trying build with snapshot as suffix for minor version Mauro Mugnaini 2020-06-22 10:48:56 +0200
  • c7aa1808f8 Added missing CI description/helper files Mauro Mugnaini 2020-06-22 10:48:44 +0200
  • c2906bc213 fixed referring a still not existing version Mauro Mugnaini 2020-06-19 18:42:53 +0200
  • ccbd0a85c7 Added -SNAPSHOT to version to make the artifact available in the CI maven repo. Removed local properties Mauro Mugnaini 2020-06-19 18:08:13 +0200
  • 2b65959925 Changelog file added Mauro Mugnaini 2020-06-19 15:21:25 +0200
  • 398ff07635 Missing closing parhentesis Mauro Mugnaini 2020-06-19 12:29:55 +0200
  • c32f753027 README file added Mauro Mugnaini 2020-06-18 17:45:54 +0200
  • 00f049e4f9 Now root VO name string is used instead of group object Mauro Mugnaini 2020-06-18 12:12:59 +0200
  • c9a7657fec Renamed packages from com.nubisware.* to org.gcube.* Mauro Mugnaini 2020-06-18 12:12:00 +0200
  • 57b495af18 OIDC UMA util class to set infrastructure manager token in the thread local object Mauro Mugnaini 2020-06-18 12:11:44 +0200
  • 530637d2de Added some methods to clear caches Mauro Mugnaini 2020-06-18 12:10:43 +0200
  • 6c6f896b77 New portal client to be used as infrastructure manager actor and URL objects are sused instead of strings for endpoints Mauro Mugnaini 2020-06-18 12:09:45 +0200
  • 502a7442e9 Added dependency to the commons-authorization library Mauro Mugnaini 2020-06-18 12:06:07 +0200
  • b9f35d8e45 License file added Mauro Mugnaini 2020-06-18 11:00:44 +0200
  • b84297de79 Renamed packages from com.nubisware.* to org.gcube.* Mauro Mugnaini 2020-06-18 10:59:48 +0200
  • 9d58dd475e Fixed NPE when user not belongs to any context Mauro Mugnaini 2020-05-29 15:47:51 +0200
  • 8989c927c0 Beta version Mauro Mugnaini 2020-05-29 13:04:55 +0200
  • e5ab4acec1 Intial GIT commit Mauro Mugnaini 2020-05-21 15:47:45 +0200