Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | small change to workings of delete, small bugfix | Gerwin Gsenger | 1 | -32/+12 | |
2015-06-19 | add javadoc | Gerwin Gsenger | 1 | -0/+88 | |
2015-06-19 | Revert "add previously auto-generated java source files used for configuration" | Gerwin Gsenger | 90 | -23965/+0 | |
This reverts commit 10f5d736a93767cd7302cb30eb560781462edd76. | |||||
2015-06-19 | add initial version of a moaid-configuration test, does not work if old db ↵ | Gerwin Gsenger | 5 | -3/+208 | |
is not initialized | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 9 | -33/+264 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add workaround for static field bean initialization, rework ↵ | Gerwin Gsenger | 2 | -9/+48 | |
getMOAIDConfiguration() | |||||
2015-06-19 | add JSON annotations, remove unnecessary cast | Gerwin Gsenger | 1 | -1/+12 | |
2015-06-19 | add ability to extract all database data needed to build a ↵ | Gerwin Gsenger | 1 | -0/+82 | |
'MOAIDConfiguration' object | |||||
2015-06-19 | small codereview, added corresponding databasequeries as comments | Gerwin Gsenger | 1 | -17/+35 | |
2015-06-19 | avoid trying to iterate over a collection that is null (untested) | Christian Wagner | 1 | -30/+49 | |
2015-06-19 | add initial getList implementation | Gerwin Gsenger | 1 | -5/+24 | |
2015-06-19 | add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 2 | -0/+357 | |
and is capable of reading from the new key-value DB | |||||
2015-06-19 | extract data via methods in ConfigurationDBRead and write to key-value database | Gerwin Gsenger | 1 | -9/+13 | |
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 | 3 | -0/+220 | |
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 | add configuration interface | Christian Wagner | 2 | -3/+56 | |
little cleanup in 'ConfigPropertyDaoImpl' | |||||
2015-06-19 | move 'persistence' package from project 'moa-id-DTI' here | Christian Wagner | 3 | -0/+228 | |
2015-06-19 | fix hibernate setup | Gerwin Gsenger | 6 | -0/+15 | |
2015-06-19 | add previously auto-generated java source files used for configuration | Gerwin Gsenger | 90 | -0/+23965 | |
2015-04-22 | add unique session ID for logging | Thomas Lenz | 2 | -5/+91 | |
2015-03-12 | getting rid of log4j in logger class | Florian Reimair | 1 | -27/+26 | |
2015-02-24 | Add key/value configuration entity. | Thomas Knall | 1 | -0/+95 | |
2015-02-19 | fix some possible problems | Thomas Lenz | 1 | -1/+0 | |
2015-02-18 | Merge branch 'datentechnik_modularization' into moa-id-2.2-merge | Thomas Lenz | 1 | -0/+1 | |
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-16 | add HTTP Proxy support to MIS and SZR-GW webservice request methods | Thomas Lenz | 2 | -8/+61 | |
2015-01-16 | Merge branch 'ISA-1.18-action' into during_authsource_refactoring | Thomas Lenz | 1 | -1/+2 | |
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-14 | Apply some minor fixes. | Thomas Knall | 1 | -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-19 | fix problem with empty database | Thomas Lenz | 1 | -1/+1 | |
2014-12-04 | do not use deprecated Methode in MOAHttpClient | Thomas Lenz | 1 | -1/+2 | |
2014-10-29 | Update third-party libs | Thomas Lenz | 1 | -2/+4 | |
- some implementation updates was required | |||||
2014-10-24 | update STORK <-> PVP gateway functionality | Thomas Lenz | 1 | -2/+2 | |
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-09-10 | add metadata provider info message if not online-application is found | Thomas Lenz | 1 | -1/+4 | |
2014-08-21 | fix some problems with Single LogOut | Thomas Lenz | 1 | -1/+1 | |
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-10 | fix typo | Thomas Lenz | 1 | -1/+1 | |
2014-07-08 | Merge branch 'moa-2.1-Snapshot' into authnrequest_signrequest_split | Alexander Marsalek | 4 | -8/+28 | |
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-04 | fix: CPEPS list is now edited in place instead of clean and refill | Florian Reimair | 1 | -1/+1 | |
2014-07-04 | fix: overwrite single config instead of deleting old one | Florian Reimair | 1 | -2/+2 | |
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-06-12 | Oracle Database problems solved | Thomas Lenz | 1 | -1/+1 | |
2014-06-12 | Fix Oracle DB problem: | Thomas Lenz | 1 | -4/+4 | |
info: session blob not null --> session ist unter Oracle nicht für Tabellen-/Spaltennamen verwendbar | |||||
2014-06-11 | Fix problem with Oracle DB and "GenerationType.IDENTITY" annotation | Thomas Lenz | 6 | -6/+6 | |
ERROR | 10 15:04:28,909 | hbm2ddl.SchemaUpdate | localhost-startStop-1 | HHH000299: Could not complete schema update org.hibernate.MappingException: org.hibernate.dialect.Oracle10gDialect does not support identity key generation https://forum.hibernate.org/viewtopic.php?f=1&t=1000750 | |||||
2014-05-22 | always store interfederated IDPs for SLO | Thomas Lenz | 2 | -1/+19 | |