aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool
AgeCommit message (Collapse)AuthorFilesLines
2016-01-12fetch requested attributes from configurationFlorian Reimair1-2/+3
2015-11-16add property keyThomas Lenz1-0/+1
2015-11-16fix wrong translationThomas Lenz1-2/+2
2015-11-02fix possible dependency problem with W3C DOM elementsThomas Lenz1-3/+3
2015-10-27fix possible problem if no BKU is configurated in general configurationThomas Lenz1-8/+11
2015-10-16addon button value for storkattribute deleteChristian Maierhofer1-2/+2
2015-10-16Add button caption if new stork attribute is addedChristian Maierhofer1-2/+2
2015-10-15Merge branch 'web-config' into moa-id-3.0.0-snapshotChristian Maierhofer29-154/+5501
2015-10-15webgui fixing for smaller screensChristian Maierhofer5-10/+25
2015-10-14modified login pageChristian Maierhofer3-62/+26
2015-10-12added css and js files to all jspsChristian Maierhofer21-33/+105
2015-10-12modify web-configChristian Maierhofer13-93/+5389
2015-09-23fix NullPointerException if moa-id-configuration user has only bPK ↵Thomas Lenz1-1/+2
identifier and username and password is requested
2015-09-17update depentenciesThomas Lenz1-0/+8
2015-09-16fix possible NullPointerException in STORK configurationThomas Lenz1-8/+10
2015-09-15change default filename in configuration download dialogThomas Lenz1-1/+1
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz2-1/+12
2015-09-15change default filename in configuration download dialogThomas Lenz1-1/+1
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz2-1/+12
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-0/+11
communication) to discrete module
2015-08-31fix problem with configuration GUI and interfederation configurationsThomas Lenz1-0/+15
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz8-4/+162
- every service configuration could select its preferred TrustStore
2015-08-26Allow multiple alias domainsThomas Lenz4-13/+20
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-08-17final changes for Release MOA-ID 3.0.0MOA-ID-3.0.0Thomas Lenz7-9/+28
2015-08-14use old ConfigToolThomas Lenz52-648/+1485
2015-07-21update maven pom to 3.xThomas Lenz1-1/+1
2015-07-17Merge first STORK 2 changesThomas Lenz2-2/+9
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/ConsentEvaluator.java pom.xml
2015-07-17modifications in 2.x configuration GUIThomas Lenz20-36/+28
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz1-47/+0
2015-07-02develThomas Lenz3-2/+5
2015-05-11fixing dependency colision due to different library versions used in moa and ↵Bojan Suzic1-1/+5
samlengine
2015-05-11velocity engine init exception handlingBojan Suzic1-1/+4
2015-04-16update library versionsThomas Lenz1-3/+0
2015-04-14update error handling in PVP metadata verification filter implemetationsThomas Lenz4-15/+36
2015-04-14fix problem with Authenticated sessionsThomas Lenz1-13/+13
2015-04-14fix possible NullPointerException if no OA is foundThomas Lenz1-4/+8
2015-04-07add configuration property to deactivate PVP metadata schema validationThomas Lenz2-1/+15
2015-02-20fix possible problem with different bouncycastle versionsThomas Lenz1-0/+9
2015-02-19fix some possible problemsThomas Lenz1-22/+30
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz2-2/+3
Conflicts: 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/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-01-19update librariesThomas Lenz1-2/+2
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
2015-01-16Merge branch 'ISA-1.18-action' into during_authsource_refactoringThomas Lenz4-7/+10
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAPVP2ConfigValidation.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java pom.xml
2015-01-14Apply some minor fixes.Thomas Knall1-0/+1
- Add some FIXMEs. - Fix moa-id-auth web.xml and switch to Servlet 3.0. - Fix moa-id-auth logging (replace commons-logging with commons-logging-slf4j bridge, use log4j native binding). - Adjust logging of periodical tasks (no more logging at info level).
2014-12-19fix OA PublicPrefix validationThomas Lenz1-3/+22
2014-12-19fix errormessageThomas Lenz1-1/+1
2014-12-19fix problem with empty databaseThomas Lenz1-0/+3
2014-12-19fix TestOID configuration problemThomas Lenz2-19/+35
2014-12-04change exception handling for TrustStore configurationThomas Lenz2-8/+5
2014-11-27fix wrong error message if SSL server certificate is not trustedThomas Lenz1-0/+5
2014-11-25Fix build.Thomas Knall1-2/+2
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.