Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-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 | 40 | -0/+3093 | |
authentication protocol modules are loaded by SPI now. |