Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-13 | fix some open CrossSiteScripting paths | Thomas Lenz | 1 | -4/+3 | |
2017-10-13 | enable mandates for eIDAS nodes | Thomas Lenz | 1 | -1/+2 | |
2016-10-25 | fix another problem in session database | Thomas Lenz | 1 | -5/+5 | |
2016-10-21 | fix possible multi-threading problem with database connections | Thomas Lenz | 2 | -46/+16 | |
2016-09-30 | refactor http servlet response processing to prohibit 'chunked' transfer ↵ | Thomas Lenz | 1 | -6/+5 | |
encoding | |||||
2016-06-28 | statisticlogger dbcp connection pool | Christian Maierhofer | 3 | -4/+9 | |
2016-05-18 | Adopted Monitoring Servlet | Christian Maierhofer | 6 | -78/+121 | |
2016-05-18 | changed constants to final static hash map | Christian Maierhofer | 1 | -0/+0 | |
2016-05-03 | Added Transactional Support to MOASessionDBUtils | Christian Maierhofer | 1 | -1/+2 | |
2016-03-14 | refactor the GUI generation for user interaction | Thomas Lenz | 4 | -8/+7 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 1 | -12/+15 | |
to Spring | |||||
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 1 | -1/+1 | |
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-09-14 | move citizen-card authentication and validation (Security-layer ↵ | Thomas Lenz | 1 | -2/+7 | |
communication) to discrete module | |||||
2015-08-27 | Use test- and productive TrustStore configurations in one IDP instance | Thomas Lenz | 1 | -1/+1 | |
- every service configuration could select its preferred TrustStore | |||||
2015-08-26 | Allow multiple alias domains | Thomas Lenz | 1 | -1/+1 | |
- Every alias domain is a own EntityID which is the configured PublicURLPrefix | |||||
2015-07-02 | devel | Thomas Lenz | 1 | -7/+3 | |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 4 | -8/+12 | |
2015-02-04 | Create exemplary AuthServlet module (MOAID-68) | Thomas Knall | 6 | -0/+550 | |
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet. |