Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-26 | add String escaping on same methods | Thomas Lenz | 1 | -1/+1 | |
2017-10-18 | change logging in OpenID Connect result builder | Thomas Lenz | 2 | -4/+20 | |
2017-10-18 | only log full OpenID-Connect token on loglevel 'trace' | Thomas Lenz | 1 | -2/+3 | |
2017-06-06 | fix bug with empty OpenIDConnect scope parameter | Thomas Lenz | 1 | -16/+18 | |
2016-12-09 | fix bug in OpenID protocol implementation that generates a wrong encoded ↵ | Thomas Lenz | 1 | -3/+6 | |
error response | |||||
2016-11-04 | update Http client for MIS communication | Thomas Lenz | 1 | -0/+5 | |
2016-09-30 | refactor http servlet response processing to prohibit 'chunked' transfer ↵ | Thomas Lenz | 2 | -9/+9 | |
encoding | |||||
2016-06-29 | Merge branch 'currenteidas' into moapid-3.2-opb-redis | Christian Maierhofer | 1 | -3/+3 | |
Conflicts: id/server/modules/moa-id-module-openID/src/test/java/test/at/gv/egovernment/moa/id/auth/oauth/CertTest.java | |||||
2016-06-29 | using annotations for hibernate configuration now | Christian Maierhofer | 2 | -5/+3 | |
2016-06-28 | fix jUnit test in OpenID-Connect module | Thomas Lenz | 1 | -7/+5 | |
2016-06-21 | refactor metadataprovider to Spring implementation | Thomas Lenz | 2 | -2/+4 | |
2016-06-07 | Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵ | Thomas Lenz | 1 | -1/+1 | |
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java | |||||
2016-05-09 | update Struts to 2.3.28.1 ↵ | Thomas Lenz | 1 | -2/+2 | |
(https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3081) switch MOA-ID Version to 3.1.1 | |||||
2016-04-21 | Added RedisTransaction storage | Christian Maierhofer | 1 | -1/+1 | |
2016-03-21 | fix compilation problem | Thomas Lenz | 2 | -3/+3 | |
2016-03-21 | add missing error codes | Thomas Lenz | 1 | -3/+3 | |
2016-03-14 | refactor the GUI generation for user interaction | Thomas Lenz | 19 | -29/+29 | |
2016-03-08 | finish first beta-version of ELGA mandate-service client-module | Thomas Lenz | 1 | -6/+0 | |
2016-03-02 | temporarily commit to save state | Thomas Lenz | 2 | -2/+2 | |
2016-03-01 | move double dataObject to moa-id-lib | Thomas Lenz | 1 | -45/+0 | |
2016-02-25 | solve problems with LogOut and Single LogOut | Thomas Lenz | 1 | -1/+1 | |
2016-02-24 | add or move some log messages | Thomas Lenz | 1 | -3/+4 | |
2016-02-24 | add missing depentency | Thomas Lenz | 1 | -0/+6 | |
2016-02-24 | fix broken depentency | Thomas Lenz | 1 | -20/+1 | |
2016-02-24 | add missing Spring annotation | Thomas Lenz | 1 | -10/+10 | |
2016-02-22 | fix some refactoring problems | Thomas Lenz | 2 | -7/+6 | |
2016-02-22 | refactor PVP implementation to share code with PVP Service-Provider moduls | Thomas Lenz | 4 | -65/+39 | |
2016-02-18 | fix problem with pending-requests and protocol specific error messages | Thomas Lenz | 1 | -2/+2 | |
2016-02-18 | refactor authentication process to use service-provider configuration from ↵ | Thomas Lenz | 5 | -54/+52 | |
pending-request | |||||
2016-02-16 | Refactore eIDAS module to new Spring based protocol engine | Thomas Lenz | 1 | -1/+0 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 6 | -26/+102 | |
to Spring | |||||
2016-01-21 | move or remove third-party library depentencies | Thomas Lenz | 1 | -2/+8 | |
2016-01-18 | update third-party libraries | Thomas Lenz | 1 | -3/+3 | |
2016-01-18 | refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionality | Thomas Lenz | 1 | -1/+1 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 4 | -11/+33 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java | |||||
2015-10-12 | fix some problems in DispatcherServlet | Thomas Lenz | 1 | -1/+2 | |
2015-10-09 | fix broken depentencies after refactoring of AttributeProviderInterface | Thomas Lenz | 10 | -10/+20 | |
2015-09-14 | load protocol attribute builder dynamically by SPI | Thomas Lenz | 12 | -75/+107 | |
2015-09-11 | move authentication protocol implementation to separate modules. | Thomas Lenz | 45 | -0/+3722 | |
authentication protocol modules are loaded by SPI now. |