log

age author description
Mon, 15 Feb 2016 12:01:54 +0100 Tom Gottfried There are only two clear-cut cases where 'fertig' should be set.
Mon, 15 Feb 2016 11:33:44 +0100 Tom Gottfried Allow 'editing' of status 'Rückfrage'
Fri, 12 Feb 2016 14:22:53 +0100 Tom Gottfried Avoid NPE by rejecting invalid requests.
Fri, 12 Feb 2016 12:10:09 +0100 Raimund Renkert merged
Thu, 11 Feb 2016 17:07:14 +0100 Raimund Renkert Use lock mechanism for messung objects on status POST.
Thu, 11 Feb 2016 16:25:46 +0100 Tom Gottfried These values can and should never be set.
Thu, 11 Feb 2016 16:23:38 +0100 Tom Gottfried Available status values need to be filtered by the users functions.
Thu, 11 Feb 2016 16:21:57 +0100 Tom Gottfried Allow filtering of columns of any type with IN().
Thu, 11 Feb 2016 16:19:52 +0100 Tom Gottfried Use equals() to compare int-values of Integer objects.
Thu, 11 Feb 2016 16:15:40 +0100 Tom Gottfried Fix copy-paste error.
Thu, 11 Feb 2016 12:28:21 +0100 Raimund Renkert Use updated messung to evaluate authorization attributes.
Thu, 11 Feb 2016 10:27:12 +0100 Raimund Renkert Permit users to add or reset a status on lower level.
Tue, 09 Feb 2016 15:11:36 +0100 Tom Gottfried Remove unused VIEWs.
Mon, 08 Feb 2016 18:31:08 +0100 Tom Gottfried Add necessary constraints for status workflow.
Mon, 08 Feb 2016 18:23:41 +0100 Tom Gottfried Status workflow definitions are needed and assumed to be given by the server.
Mon, 08 Feb 2016 13:21:42 +0100 Tom Gottfried Put status workflow definitions in one place.
Mon, 08 Feb 2016 12:45:26 +0100 Tom Gottfried Functions are needed and assumed to be given by the server.
Fri, 05 Feb 2016 18:32:03 +0100 Tom Gottfried Use inline primary key definitions and remove autogenerated comments.
Fri, 05 Feb 2016 17:03:31 +0100 Tom Gottfried Whitespace cleanup.
Fri, 05 Feb 2016 17:01:28 +0100 Tom Gottfried Reorganise database setup scripts.
Fri, 05 Feb 2016 14:51:14 +0100 Tom Gottfried MessungAuthorizer decides about statusEdit.
Thu, 04 Feb 2016 17:29:32 +0100 Raimund Renkert Allow users with funktion 1 to edit status if statuswert = 4.
Thu, 04 Feb 2016 15:25:13 +0100 Raimund Renkert Set empty text as comment in copied status.
Thu, 04 Feb 2016 13:50:24 +0100 Raimund Renkert Check if current status stufe is lower or equal to the users funktion.
Thu, 04 Feb 2016 09:40:20 +0100 Raimund Renkert Since LST has no netzbetreiberId, check if the user belongs to a LST in
Wed, 03 Feb 2016 13:34:32 +0100 Raimund Renkert Allow GET for status objects with messungsId.
Tue, 02 Feb 2016 15:33:24 +0100 Raimund Renkert merged.
Tue, 02 Feb 2016 15:32:24 +0100 Raimund Renkert Added services for favorites and filter.
Tue, 02 Feb 2016 15:32:04 +0100 Raimund Renkert Create a new user object if not exists and use user authorization for queries.
Tue, 02 Feb 2016 15:29:23 +0100 Raimund Renkert Avoid NPEs.
Tue, 02 Feb 2016 15:29:09 +0100 Raimund Renkert Updated model for query, filter, result, etc.
Tue, 02 Feb 2016 15:03:29 +0100 Tom Gottfried Allow setting variables via commandline.
Thu, 28 Jan 2016 12:16:23 +0100 Raimund Renkert send all orte objects if limit param is '0'.
Wed, 27 Jan 2016 16:27:03 +0100 Dustin Demuth Added lighttpd to Dockerfile in order to serve apidoc is necessary
Wed, 27 Jan 2016 15:44:31 +0100 Raimund Renkert Updated tests.
Wed, 27 Jan 2016 15:33:57 +0100 Raimund Renkert Fixed code style.
Wed, 27 Jan 2016 15:32:49 +0100 Raimund Renkert Added missing file header.
Wed, 27 Jan 2016 14:54:28 +0100 Raimund Renkert Services no use the database based query filter.
Wed, 27 Jan 2016 14:52:44 +0100 Raimund Renkert Moved and updated the query service.
Wed, 27 Jan 2016 14:51:10 +0100 Raimund Renkert Added model for filter queries.
Wed, 27 Jan 2016 14:49:19 +0100 Raimund Renkert Updated db schema for filter queries.
Wed, 27 Jan 2016 15:28:59 +0100 Tom Gottfried Close outdated branch. prototype-1.0
Thu, 21 Jan 2016 15:37:06 +0100 Raimund Renkert Allow paging for editable stammdaten and set readonly attribute.
Thu, 21 Jan 2016 15:36:33 +0100 Raimund Renkert Added 'readonly' attribute to model.
Thu, 21 Jan 2016 15:36:02 +0100 Raimund Renkert Get the correct user function from auth infos.
Thu, 21 Jan 2016 09:01:57 +0100 Raimund Renkert Merged branches.
Thu, 14 Jan 2016 10:22:14 +0100 Raimund Renkert Updated statusworkflow and use new value 'zurückgesetzt'. statusworkflow
Thu, 14 Jan 2016 10:21:19 +0100 Raimund Renkert Use auth objects in user info to keep mst <-> function association. statusworkflow
Fri, 08 Jan 2016 12:20:31 +0100 Raimund Renkert Fixed request methods.
Fri, 08 Jan 2016 12:10:09 +0100 Raimund Renkert Added services for stammdaten and updated models.
Fri, 08 Jan 2016 12:09:12 +0100 Raimund Renkert Added tests for stammdaten
Fri, 08 Jan 2016 12:07:26 +0100 Raimund Renkert Moved base class for tests to package 'test'.
Fri, 08 Jan 2016 12:05:26 +0100 Raimund Renkert Refactored Authorization.
Fri, 18 Dec 2015 18:01:00 +0100 Raimund Renkert Refactored test environment.
Fri, 18 Dec 2015 17:55:20 +0100 Raimund Renkert Updated stammdaten test.
Fri, 18 Dec 2015 17:54:47 +0100 Raimund Renkert Updated base test.
Fri, 18 Dec 2015 17:54:06 +0100 Raimund Renkert Updated test configs for arquillian persistence extension.
Fri, 18 Dec 2015 17:51:23 +0100 Raimund Renkert Added persistence extension for arquillian and downgraded junit to have a
Fri, 18 Dec 2015 17:47:14 +0100 Raimund Renkert !!!CAUTION!!! changed services path!
Fri, 18 Dec 2015 17:42:24 +0100 Raimund Renkert !!!CAUTION!!! Changed persistence unit JNDI name!
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)