aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main
AgeCommit message (Collapse)AuthorFilesLines
2014-04-02add EncodingFilter from commons-iaik.jar to ConfigWebToolThomas Lenz2-1/+124
remove lib commons-iaik.jar
2014-04-02Disallow CrossNamespace actionsThomas Lenz1-1/+2
2014-04-02Merge remote-tracking branch 'remotes/origin/vidp_2.1_bs' into moa-2.1-SnapshotThomas Lenz1-419/+419
2014-04-01solve problems with Struts 2.3.16.1Thomas Lenz1-2/+23
2014-04-01configration interface updated translationBojan Suzic1-77/+77
|
2014-04-01translationBojan Suzic1-369/+369
2014-03-27add errormessageThomas Lenz1-0/+1
2014-03-27bugfix STORK PEPS countries and newOAThomas Lenz1-6/+6
2014-03-27move textbox VIDP country codeThomas Lenz1-13/+12
2014-03-25activated translationFlorian Reimair1-1/+1
2014-03-25read cpeps per oa config from databaseFlorian Reimair1-2/+3
2014-03-25persist cpeps per oa configFlorian Reimair2-0/+10
2014-03-25selection gets reported to configFlorian Reimair2-8/+18
2014-03-25list available CPEPS countries in OA configFlorian Reimair2-1/+16
2014-03-25fixed ugly formattingFlorian Reimair1-0/+6
2014-03-25fixed missing translationFlorian Reimair3-2/+14
2014-03-24solve VIDP problem if user is no adminThomas Lenz2-2/+5
2014-03-24fix VIDP configuration in combination with other OAsThomas Lenz3-20/+23
2014-03-24solve VIDP CSS and JS problemsThomas Lenz2-1/+6
2014-03-24change boolean data representationThomas Lenz1-7/+7
2014-03-24bugfix: VIDP attribute provider configuration and validationThomas Lenz4-10/+24
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz16-1390/+2157
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-20initial language changes for gui and errorsBojan Suzic3-7/+507
2014-03-20correcting the error when defining new stork applicaitonBojan Suzic2-2/+10
2014-03-20correcting the error when defining new stork applicaitonBojan Suzic2-4/+12
2014-03-18use UTF-8 encoding for some parametersThomas Lenz3-8/+29
2014-03-18fix add PEPS or attribute error if PEPS list or attribute list is emptyThomas Lenz1-5/+12
2014-03-17change mandate profile configurationThomas Lenz2-8/+41
2014-03-14Revert "change PKIX chaining mode constant"Thomas Lenz1-5/+1
This reverts commit 6c9e452d5ab984c1ef221c4a2e746454aa41e014.
2014-03-14bugfix possible NullPointerException in STORK configThomas Lenz2-4/+23
2014-03-14solve formID problemThomas Lenz1-1/+19
2014-03-12added consent-checkbox to config uiFlorian Reimair4-0/+18
2014-03-10update ConfigTool and HandbookThomas Lenz1-1/+1
2014-03-07check if InResponseTo match requestIDThomas Lenz1-22/+21
2014-03-06fix Database update problemMOA-ID-2.0-RC1Thomas Lenz1-1/+1
2014-03-06Fix NullPointer exceptionThomas Lenz1-1/+1
2014-03-05Merge branch 'bs_3_fr' into moa2_0_tlenz_bs_3Bojan Suzic4-9/+18
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-05storkid derivation pro countryBojan Suzic2-8/+7
2014-03-05land selection changeBojan Suzic6-1338/+1406
2014-03-05ap plugins can be configured to listen to certain attributesFlorian Reimair3-2/+8
2014-03-05config gui fixesFlorian Reimair2-7/+10
2014-02-28Merge branch 'ap' into moa2_0_tlenz_bs_3Bojan Suzic2-3/+3
2014-02-28fixed name validation error in configFlorian Reimair2-2/+2
2014-02-28fixed config visible vidp config block glitchFlorian Reimair1-1/+1
2014-02-25attrcollectorBojan Suzic1-1/+1
2014-02-25Merge branch 'ap' into moa2_0_tlenz_bs_3Bojan Suzic6-1/+115
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/oa/OASTORKConfig.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/protocols/stork2/AuthenticationRequest.java
2014-02-25ConfigTool: if login is deactivated then redirect user to secure-areaThomas Lenz2-1/+12
2014-02-25merge tlenz into apFlorian Reimair20-180/+850
2014-02-25config validatorsFlorian Reimair2-0/+16
2014-02-24update PVP2 contact informationThomas Lenz6-10/+58