Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-22 | fix bug in methode findNextFreeListCounter if actually no list exists | Thomas Lenz | 1 | -1/+6 | |
2015-07-21 | fix MOA-ID-Auth problems | Thomas Lenz | 5 | -8/+32 | |
2015-07-20 | change configuration key for ovs mandates | Thomas Lenz | 2 | -15/+22 | |
2015-07-20 | remove deprecated MOA-ID 2.x configuration DAO functionality | Thomas Lenz | 6 | -1117/+1117 | |
2015-07-20 | add deprecated MOA-ID 2.x database DAOs to source | Thomas Lenz | 90 | -0/+23965 | |
2015-07-17 | Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshot | Thomas Lenz | 20 | -485/+5211 | |
Conflicts: 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/modules/internal/tasks/GetMISSessionIDTask.java 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/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml | |||||
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 8 | -167/+336 | |
2015-07-10 | First parts of the new MOA-ID configuration module | Thomas Lenz | 6 | -395/+571 | |
2015-07-03 | fix some configuration problems | Thomas Lenz | 6 | -21/+25 | |
2015-07-02 | new files for key/value config | Thomas Lenz | 3 | -0/+1808 | |
2015-07-02 | devel | Thomas Lenz | 9 | -1214/+1088 | |
2015-06-25 | second parts for configuration refactoring | Thomas Lenz | 4 | -18/+71 | |
2015-06-19 | refactoring for properties based configuration | Thomas Lenz | 4 | -95/+146 | |
2015-06-19 | fix merge problems | Thomas Lenz | 6 | -1079/+1078 | |
2015-06-19 | add new AuthConfigurationProviderFactory | Thomas Lenz | 1 | -0/+538 | |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 11 | -342/+547 | |
2015-06-19 | Rename java packages | Martin Bonato | 12 | -4/+1058 | |
2015-06-19 | add CLI migration (XML to property file, property file to db, db to property ↵ | Gerwin Gsenger | 1 | -3/+12 | |
file) | |||||
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 | 1 | -3/+0 | |
is not initialized | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 4 | -28/+221 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add workaround for static field bean initialization, rework ↵ | Gerwin Gsenger | 1 | -8/+47 | |
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 a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 1 | -0/+355 | |
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 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 | 1 | -0/+61 | |
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-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-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-07-10 | fix typo | Thomas Lenz | 1 | -1/+1 | |
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-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 | |