aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2014-09-19update librariesThomas Lenz1-0/+12
- opensaml > 2.6.3 - iaik-moa > 1.51 - iaik_jce_full > 5.2 - iaik_cms > 5.0
2014-09-15update lib egovutils to 1.0.7Thomas Lenz1-1/+1
2014-09-12update dependency versionThomas Lenz1-2/+2
> org.apache.struts:struts2-core 2.3.16.3 > org.apache.struts:struts2-json-plugin 2.3.16.3 > joda-time:joda-time 2.4 > org.slf4j:jcl-over-slf4j 1.7.7 > org.slf4j:jul-to-slf4j 1.7.7 > org.slf4j:slf4j-api 1.7.7 > org.slf4j:slf4j-log4j12 1.7.7 > mysql:mysql-connector-java 5.1.32 > org.hibernate:hibernate-core 4.3.6.Final > org.hibernate:hibernate-entitymanager 4.3.6.Final > org.hibernate:hibernate-c3p0 4.3.6.Final > com.google.http-client:google-http-client-jackson2 1.19.0 > com.google.oauth-client:google-oauth-client-jetty 1.19.0 > org.apache.commons:commons-lang3 3.3.2 > commons-codec:commons-codec 1.9 > commons-logging:commons-logging 1.2 > xerces:xercesImpl 2.11.0 > postgresql:postgresql 9.3-1102-jdbc41 > junit:junit 3.8.2
2014-06-05DTL support added (incoming)Alexander Marsalek1-1/+1
2014-05-21build process updateThomas Lenz1-2/+2
2014-05-21Revert "update version management"Thomas Lenz1-2/+2
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66. Conflicts: id/ConfigWebTool/pom.xml
2014-05-21specify compiler versionThomas Lenz1-0/+10
2014-05-20update version managementThomas Lenz1-2/+2
2014-05-16update versionsThomas Lenz1-6/+2
2014-05-12use slf4j over log4j for loggingThomas Lenz1-2/+2
2014-05-12solve problem with log4j and tomcat 8Thomas Lenz1-2/+4
2014-04-16change version to 2.0.2-SnapshotThomas Lenz1-9/+30
2014-04-03parse ConfigTool version from MANIFEST.MFThomas Lenz1-12/+17
2014-04-02add EncodingFilter from commons-iaik.jar to ConfigWebToolThomas Lenz1-3/+8
remove lib commons-iaik.jar
2014-04-01configBojan Suzic1-127/+151
2014-04-01change version to 2.0.1Thomas Lenz1-2/+2
2014-03-31update Struts to version 2.3.16.1Thomas Lenz1-2/+2
2014-03-24update version to 2.0.0Thomas Lenz1-3/+3
2014-03-21change version of MOA-ID-Auth to 2.0-RC3Thomas Lenz1-1/+1
2014-03-17change ConfigurationTool version to 1.0-RC3Thomas Lenz1-1/+1
2014-03-17change version to 2.0-RC2Thomas Lenz1-2/+2
2014-03-14change ConfigTool Version to 1.0-RC2Thomas Lenz1-1/+1
2014-03-11solve errors in combination with Tomcat 8 and log4j and slf4logThomas Lenz1-3/+11
2014-03-06Fix NullPointer exceptionThomas Lenz1-1/+1
2014-03-06change MOA-ID version to 2.0-RC1Thomas Lenz1-2/+2
2014-02-06new depenency management for moa-id-configurationThomas Lenz1-2/+29
to avoid problems with HeapSpace
2014-02-03*update Assembly scriptThomas Lenz1-1/+1
*move demoOA to moa.id.demoOA *change name of moa-id configuration-tool
2014-01-30-- set MOA-ID Version to 1.9.98-SnapshotThomas Lenz1-5/+13
-- update SZRGWClient -- insert MOA-ID-lib version in PVP2 metadata
2014-01-27add PVP2 Demo ApplicationThomas Lenz1-1/+4
change SZRGWClient to JAXWs
2014-01-17Exthex Version 0.2Thomas Lenz1-3/+4
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz1-4/+3
Conflicts: 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/builder/StartAuthenticationBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java
2013-11-27BugFix:Thomas Lenz1-1/+0
@ConfigurationTool: - Set identification types in case of businesses applications (Firmenbuchnummer, Vereinsnummer, ERjBnummer) @ MOA-ID: - Set identification types in case of businesses applications if identification type is empty(Firmenbuchnummer, Vereinsnummer, ERjBnummer) - SAML1 Assertion: hide BaseID only if the BaseID is included - STORK Configuration: Nullpointer exception if not STORK config is found.
2013-11-18X509TrustManager UpdateThomas Lenz1-4/+4
2013-11-13Merge branch 'moa2_0_tlenz' into moa_2.0_OAuthThomas Lenz1-1/+1
Conflicts: id/ConfigWebTool/pom.xml
2013-11-13repositority updateThomas Lenz1-1/+2
2013-11-11no changesThomas Lenz1-0/+1
2013-11-11Repo. updateThomas Lenz1-1/+1
2013-10-14Bugfix: NullPointer if SAML1 is deactivated and no DB entry existsThomas Lenz1-0/+1
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz1-3/+6
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz1-3/+7
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes
2013-09-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz1-3/+3
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-08-08MOA-ID Configuration Tool BetaThomas Lenz1-0/+19
2013-08-06Configuration Tool:Thomas Lenz1-1/+5
- OA Configuration TODO: - General Configuration - Import - User Management
2013-07-26Configuration Web-ApplicationThomas Lenz1-0/+49