graph
- Added importer impl for laf file format.2015-04-16, by Raimund Renkert
- Added exporter impl. for laf file format.2015-04-16, by Raimund Renkert
- Added interface and annotation for importer.2015-04-16, by Raimund Renkert
- Added interface and annotation for exporter.2015-04-16, by Raimund Renkert
- Updated persistence units.2015-04-16, by Raimund Renkert
- Split header and query authentication.2015-04-16, by Raimund Renkert
- Added method to check authorization with user infos and db object.2015-04-16, by Raimund Renkert
- Made probe_id_alt and messungs_id_alt insertable.2015-04-16, by Raimund Renkert
- Fixed messung delete operation.2015-04-08, by Raimund Renkert
- Use the authorization filter in all REST operations.2015-04-08, by Raimund Renkert
- Handle authorization of messung objects in a separate way.2015-04-08, by Raimund Renkert
- Check the parents tree_modified timestamp for locking.2015-04-08, by Raimund Renkert
- Updated owner getter/setter in probe.2015-04-08, by Raimund Renkert
- Added new field to model classes to have the parent tree_modified timestamp available.2015-04-08, by Raimund Renkert
- Update the 'letzteAenderung' field.2015-03-25, by Raimund Renkert
- Use timestamp locker in REST services.2015-03-25, by Raimund Renkert
- Added concrete class to lock objects based on the tree_modified timestamp.2015-03-25, by Raimund Renkert
- Added interface, annotation and enum for Lock mechanism.2015-03-25, by Raimund Renkert
- Added new column 'tree_modified' to entity classes.2015-03-25, by Raimund Renkert
- Fixed hauptproben_nr validation.2015-03-25, by Raimund Renkert
- Updated log4j config.2015-03-25, by Raimund Renkert
- Fixed authorization via openid.2015-03-25, by Raimund Renkert
- Removed netzbetreiber from authorization.2015-03-24, by Raimund Renkert
- Updated authorization for probe list. Performance is much better now!2015-03-24, by Raimund Renkert
- Updated queryconf.2015-03-23, by Raimund Renkert
- Make 'and-/or like' operations case insensitive2015-03-23, by Raimund Renkert
- Filter messstellen, netzbetreiber and verwaltungseinheiten.2015-03-23, by Raimund Renkert
- Cleanup in stammdaten rest services.2015-03-23, by Raimund Renkert
- Use authentication info for authorization of requested objects.2015-03-23, by Raimund Renkert
- Added enum for http request method.2015-03-23, by Raimund Renkert
- Added OpenId authorization and user info class.2015-03-23, by Raimund Renkert
- Add authentication info to http request.2015-03-23, by Raimund Renkert
- Updated authorization interface and its default implemenation.2015-03-23, by Raimund Renkert
- Added authorization type OPEN_ID.2015-03-23, by Raimund Renkert
- Fixed column name in stammdaten.auth.2015-03-23, by Raimund Renkert
- Updated model classes to have getter/setter for owner and readonly flags.2015-03-23, by Raimund Renkert
- Merged branch openid back to default.2015-03-19, by Raimund Renkert
- Updated sql query to fit the requirements of sorting and paging.2015-03-19, by Raimund Renkert
- Use paging parameters to send sublists of the result.2015-03-19, by Raimund Renkert
- Added tag 2.0-alpha1 for changeset 3d38d1fe9e882015-03-18, by Raimund Renkert
- Added validation rule for probe objects.2.0-alpha1 2015-03-18, by Raimund Renkert
- Fixed warning field name in validator rule.2015-03-18, by Raimund Renkert
- Fixed NPE in LProbe object.2015-03-18, by Raimund Renkert
- Get user roles from openid serveropenid 2015-03-13, by Andre Heinecke
- Updated messung validator.2015-03-13, by Raimund Renkert
- Added messung validator and rules.2015-03-13, by Raimund Renkert
- Added testclass for messung validator.2015-03-13, by Raimund Renkert
- Added some tests for validation module.2015-03-13, by Raimund Renkert
- Allow parameter 'ortId' to filter locations.2015-03-13, by Raimund Renkert
- Return null as data.2015-03-13, by Raimund Renkert
- Updated queryconf; Added 'probe.id' as result.2015-03-13, by Raimund Renkert
- Fixed field name 'probeentnahmeBeginn'.2015-03-13, by Raimund Renkert
- Added stubs for owner and readonly flags in probe.2015-03-13, by Raimund Renkert
- Allow /{id} in urls on PUT requests.2015-03-13, by Raimund Renkert
- Renamed all 'messungId' url parameters to 'messungsId'.2015-03-13, by Raimund Renkert
- Interpret session_timeout_minutes as minutes value instead of secs.openid 2015-03-13, by Andre Heinecke