Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-20 | add scheme file | Thomas Lenz | 1 | -0/+35 | |
2017-09-06 | add xsd schema for eIDAS specific SAML2 extensions | Thomas Lenz | 1 | -0/+31 | |
2016-10-21 | fix possible multi-threading problem with database connections | Thomas Lenz | 1 | -5/+4 | |
2016-06-29 | using annotations for hibernate configuration now | Christian Maierhofer | 1 | -5/+7 | |
2016-06-28 | statisticlogger dbcp connection pool | Christian Maierhofer | 5 | -50/+74 | |
2016-04-26 | modified RedisTransactionStorage, modified beans definition | Christian Maierhofer | 1 | -0/+8 | |
2016-03-21 | update libs | Thomas Lenz | 1 | -3/+3 | |
2016-03-09 | move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project | Thomas Lenz | 56 | -0/+17351 | |
2015-09-15 | fix problems with OracleDB and configuration storage implementation | Thomas Lenz | 1 | -1/+1 | |
2015-08-14 | use old ConfigTool | Thomas Lenz | 1 | -0/+1 | |
2015-07-21 | fix MOA-ID-Auth problems | Thomas Lenz | 2 | -36/+11 | |
2015-07-20 | remove deprecated MOA-ID 2.x configuration DAO functionality | Thomas Lenz | 6 | -1152/+2 | |
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 2 | -10/+58 | |
2015-07-02 | new files for key/value config | Thomas Lenz | 1 | -0/+56 | |
2015-07-02 | devel | Thomas Lenz | 3 | -5/+8 | |
2015-06-19 | New configuration implementation with full key/value functionality | Thomas Lenz | 1 | -0/+1057 | |
2015-06-19 | Rename java packages | Martin Bonato | 3 | -5/+5 | |
2015-06-19 | add CLI migration (XML to property file, property file to db, db to property ↵ | Gerwin Gsenger | 2 | -4/+9 | |
file) | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 1 | -0/+2 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add workaround for static field bean initialization, rework ↵ | Gerwin Gsenger | 1 | -1/+1 | |
getMOAIDConfiguration() | |||||
2015-06-19 | add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 1 | -0/+2 | |
and is capable of reading from the new key-value DB | |||||
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵ | Gerwin Gsenger | 1 | -0/+1 | |
db), add AuthConfiguration interface for Authentication providers | |||||
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 2 | -0/+58 | |
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all | |||||
2015-06-19 | fix hibernate setup | Gerwin Gsenger | 6 | -0/+15 | |
2014-10-24 | update configtool for STORK-PVP gateway configuration | Thomas Lenz | 1 | -0/+2 | |
2014-10-15 | update MOA-ID configuration xsd | Thomas Lenz | 1 | -1/+9 | |
2014-08-19 | add interfederation without attributequery request which use encrypted bPKs | Thomas Lenz | 1 | -1/+27 | |
(this functionality is required for federation with USP) | |||||
2014-07-08 | Merge branch 'moa-2.1-Snapshot' into authnrequest_signrequest_split | Alexander Marsalek | 2 | -5/+25 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKResponseProcessor.java id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | |||||
2014-07-07 | Merge branch 'moa-2.1-Snapshot' into authnrequest_signrequest_split | Alexander Marsalek | 1 | -0/+1 | |
2014-07-07 | fixed many-to-many sql syntax hibernate problem with linux mysqlserver | Florian Reimair | 1 | -2/+2 | |
2014-07-07 | many-to-many around cpeps list handling | Florian Reimair | 2 | -0/+22 | |
2014-07-02 | added support for splitting authnrequest &signrequest | Alexander Marsalek | 1 | -3/+6 | |
2014-06-30 | add checkbox to choose if all errors should be send back to online application | Thomas Lenz | 1 | -0/+1 | |
2014-06-13 | new test credentials include a certificate with a test OID as x509 extension | Thomas Lenz | 1 | -1/+9 | |
add test OID checks | |||||
2014-05-06 | add first parts of interfederation configuration | Thomas Lenz | 1 | -10/+12 | |
2014-05-05 | refectore OnlineApplication formData | Thomas Lenz | 2 | -3/+25 | |
2014-05-02 | add interfederation attribute query | Thomas Lenz | 1 | -0/+7 | |
2014-04-18 | Finish PVP21 interfederation assertion preprocessing | Thomas Lenz | 1 | -0/+1 | |
2014-04-09 | update user initialized PVP2 metadata reload process | Thomas Lenz | 1 | -11/+7 | |
2014-03-25 | persist cpeps per oa config | Florian Reimair | 1 | -6/+12 | |
2014-03-21 | update JaxB Binding to solve configuration update problemes -> use Boolean ↵ | Thomas Lenz | 1 | -1/+0 | |
instead of boolean | |||||
2014-03-21 | Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenz | Thomas Lenz | 2 | -5/+23 | |
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditGeneralConfigAction.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/stork/STORKConfig.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/moa-id-commons/pom.xml id/server/stork2-saml-engine/pom.xml pom.xml repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.jar repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.pom | |||||
2014-03-17 | change mandate profile configuration | Thomas Lenz | 1 | -1/+2 | |
2014-03-14 | attr | Bojan Suzic | 1 | -1/+1 | |
2014-03-14 | Revert "change PKIX chaining mode constant" | Thomas Lenz | 1 | -1/+1 | |
This reverts commit 6c9e452d5ab984c1ef221c4a2e746454aa41e014. | |||||
2014-03-14 | change PKIX chaining mode constant | Thomas Lenz | 1 | -1/+1 | |
2014-03-12 | added consent-checkbox to config ui | Florian Reimair | 1 | -4/+9 | |
2014-03-05 | Merge branch 'bs_3_fr' into moa2_0_tlenz_bs_3 | Bojan Suzic | 1 | -2/+3 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/EHvdAttributeProviderPlugin.java | |||||
2014-03-05 | land selection change | Bojan Suzic | 1 | -2/+4 | |
2014-03-05 | ap plugins can be configured to listen to certain attributes | Florian Reimair | 1 | -2/+3 | |