aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05refectore online-application configuration jsp filesThomas Lenz11-629/+709
2014-05-05refectore OnlineApplication formDataThomas Lenz1-35/+35
2014-04-03removing storkservice configBojan Suzic2-41/+1
2014-04-03refactor Struts action classesThomas Lenz3-5/+8
2014-04-03parse ConfigTool version from MANIFEST.MFThomas Lenz1-1/+1
2014-04-02Add new language selectionThomas Lenz6-1/+16
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/helper/LanguageHelper.java
2014-04-02add i18n intercepterThomas Lenz1-1/+1
allow struts language parameter
2014-04-02add EncodingFilter from commons-iaik.jar to ConfigWebToolThomas Lenz1-1/+1
remove lib commons-iaik.jar
2014-03-27move textbox VIDP country codeThomas Lenz1-13/+12
2014-03-25activated translationFlorian Reimair1-1/+1
2014-03-25selection gets reported to configFlorian Reimair1-3/+1
2014-03-25list available CPEPS countries in OA configFlorian Reimair1-1/+5
2014-03-25fixed ugly formattingFlorian Reimair1-0/+6
2014-03-25fixed missing translationFlorian Reimair1-2/+4
2014-03-24solve VIDP problem if user is no adminThomas Lenz2-2/+5
2014-03-24solve VIDP CSS and JS problemsThomas Lenz2-1/+6
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz3-18/+128
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-12added consent-checkbox to config uiFlorian Reimair1-0/+6
2014-03-05Merge branch 'bs_3_fr' into moa2_0_tlenz_bs_3Bojan Suzic2-9/+13
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-05land selection changeBojan Suzic2-14/+54
2014-03-05ap plugins can be configured to listen to certain attributesFlorian Reimair1-2/+3
2014-03-05config gui fixesFlorian Reimair2-7/+10
2014-02-28Merge branch 'ap' into moa2_0_tlenz_bs_3Bojan Suzic1-2/+2
2014-02-28fixed name validation error in configFlorian Reimair1-1/+1
2014-02-28fixed config visible vidp config block glitchFlorian Reimair1-1/+1
2014-02-25Merge branch 'ap' into moa2_0_tlenz_bs_3Bojan Suzic2-0/+50
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-25merge tlenz into apFlorian Reimair3-13/+107
2014-02-24update PVP2 contact informationThomas Lenz1-2/+8
2014-02-24Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into ↵Bojan Suzic2-6/+15
moa2_0_tlenz_bs_2
2014-02-24drafted config savingFlorian Reimair1-1/+1
2014-02-24add new ap configuration entryFlorian Reimair1-0/+9
2014-02-24available attribute provider dropdown selectionFlorian Reimair1-1/+1
2014-02-24config gui for vidp mockupsFlorian Reimair2-0/+41
2014-02-24* add default configuration valuesThomas Lenz2-6/+15
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-20fixing peps configurationBojan Suzic2-3/+13
2014-02-11* add OA specific BKU selection templateThomas Lenz3-7/+79
* add OA specific send-assertion template * add OA specific applet height and width configuration * add PVP2.x reload checkbox in PVP2.x OA configuration * add new elements to MOA-ID configuration
2014-02-06BRZ:Thomas Lenz1-0/+13
-add SAML1 SourceID parameter in moa-id general Bugfix: -SSO target had an error in case of business-service -OA with business-service whichout single sign-on produce an error
2014-02-03Solve some merge problemsThomas Lenz1-1/+1
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz3-0/+82
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.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/auth/stork/STORKAuthnRequestProcessor.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
2014-01-30add functionality for global authentication protocol activation/deactivationThomas Lenz2-8/+43
2014-01-29add EUPL headersThomas Lenz3-0/+66
2014-01-27refactored stork-related database structureFlorian Reimair1-4/+3
2014-01-27global mandatory attr cannot be deselected for OAFlorian Reimair1-1/+1
2014-01-27oa attr configuration revisitedFlorian Reimair1-5/+10
2014-01-27i18nFlorian Reimair1-2/+2
2014-01-27new attribute buttonFlorian Reimair2-1/+11
2014-01-27mandatory field in global configFlorian Reimair1-3/+4
2014-01-27attr table in global configFlorian Reimair1-5/+8
2014-01-27OA qaa and attributes guiFlorian Reimair2-2/+21
2014-01-27default qaa and attributes persisted and validatedFlorian Reimair1-0/+10