2015-04-16 |
Raimund Renkert |
Added method to check authorization with user infos and db object.
|
2015-04-16 |
Raimund Renkert |
Made probe_id_alt and messungs_id_alt insertable.
|
2015-04-08 |
Raimund Renkert |
Fixed messung delete operation.
|
2015-04-08 |
Raimund Renkert |
Use the authorization filter in all REST operations.
|
2015-04-08 |
Raimund Renkert |
Handle authorization of messung objects in a separate way.
|
2015-04-08 |
Raimund Renkert |
Check the parents tree_modified timestamp for locking.
|
2015-04-08 |
Raimund Renkert |
Updated owner getter/setter in probe.
|
2015-04-08 |
Raimund Renkert |
Added new field to model classes to have the parent tree_modified timestamp available.
|
2015-03-25 |
Raimund Renkert |
Update the 'letzteAenderung' field.
|
2015-03-25 |
Raimund Renkert |
Use timestamp locker in REST services.
|
2015-03-25 |
Raimund Renkert |
Added concrete class to lock objects based on the tree_modified timestamp.
|
2015-03-25 |
Raimund Renkert |
Added interface, annotation and enum for Lock mechanism.
|
2015-03-25 |
Raimund Renkert |
Added new column 'tree_modified' to entity classes.
|
2015-03-25 |
Raimund Renkert |
Fixed hauptproben_nr validation.
|
2015-03-25 |
Raimund Renkert |
Updated log4j config.
|
2015-03-25 |
Raimund Renkert |
Fixed authorization via openid.
|
2015-03-24 |
Raimund Renkert |
Removed netzbetreiber from authorization.
|
2015-03-24 |
Raimund Renkert |
Updated authorization for probe list. Performance is much better now!
|
2015-03-23 |
Raimund Renkert |
Updated queryconf.
|
2015-03-23 |
Raimund Renkert |
Make 'and-/or like' operations case insensitive
|
2015-03-23 |
Raimund Renkert |
Filter messstellen, netzbetreiber and verwaltungseinheiten.
|
2015-03-23 |
Raimund Renkert |
Cleanup in stammdaten rest services.
|
2015-03-23 |
Raimund Renkert |
Use authentication info for authorization of requested objects.
|
2015-03-23 |
Raimund Renkert |
Added enum for http request method.
|
2015-03-23 |
Raimund Renkert |
Added OpenId authorization and user info class.
|
2015-03-23 |
Raimund Renkert |
Add authentication info to http request.
|
2015-03-23 |
Raimund Renkert |
Updated authorization interface and its default implemenation.
|
2015-03-23 |
Raimund Renkert |
Added authorization type OPEN_ID.
|
2015-03-23 |
Raimund Renkert |
Fixed column name in stammdaten.auth.
|
2015-03-23 |
Raimund Renkert |
Updated model classes to have getter/setter for owner and readonly flags.
|
2015-03-19 |
Raimund Renkert |
Merged branch openid back to default.
|
2015-03-19 |
Raimund Renkert |
Updated sql query to fit the requirements of sorting and paging.
|
2015-03-19 |
Raimund Renkert |
Use paging parameters to send sublists of the result.
|
2015-03-18 |
Raimund Renkert |
Added tag 2.0-alpha1 for changeset 3d38d1fe9e88
|
2015-03-18 |
Raimund Renkert |
Added validation rule for probe objects.
2.0-alpha1
|
2015-03-18 |
Raimund Renkert |
Fixed warning field name in validator rule.
|
2015-03-18 |
Raimund Renkert |
Fixed NPE in LProbe object.
|
2015-03-13 |
Andre Heinecke |
Get user roles from openid server
openid
|
2015-03-13 |
Raimund Renkert |
Updated messung validator.
|
2015-03-13 |
Raimund Renkert |
Added messung validator and rules.
|
2015-03-13 |
Raimund Renkert |
Added testclass for messung validator.
|
2015-03-13 |
Raimund Renkert |
Added some tests for validation module.
|
2015-03-13 |
Raimund Renkert |
Allow parameter 'ortId' to filter locations.
|
2015-03-13 |
Raimund Renkert |
Return null as data.
|
2015-03-13 |
Raimund Renkert |
Updated queryconf; Added 'probe.id' as result.
|
2015-03-13 |
Raimund Renkert |
Fixed field name 'probeentnahmeBeginn'.
|
2015-03-13 |
Raimund Renkert |
Added stubs for owner and readonly flags in probe.
|
2015-03-13 |
Raimund Renkert |
Allow /{id} in urls on PUT requests.
|
2015-03-13 |
Raimund Renkert |
Renamed all 'messungId' url parameters to 'messungsId'.
|
2015-03-13 |
Andre Heinecke |
Interpret session_timeout_minutes as minutes value instead of secs.
openid
|
2015-03-13 |
Andre Heinecke |
Add option to completely disable the openIDFilter
openid
|
2015-03-13 |
Andre Heinecke |
Merge current default into openid
openid
|
2015-03-13 |
Andre Heinecke |
Add LoginServlet dummy
openid
|
2015-03-12 |
Andre Heinecke |
Let the return to url be handled by the client.
openid
|
2015-03-11 |
Andre Heinecke |
Send raw response on authentication failure instead of HTTP error document.
openid
|
2015-03-10 |
Andre Heinecke |
Configure publicly accessible identity provider url
openid
|