log controllers/json.go @ 357:3e96a15600b7

age author description
Mon, 06 Aug 2018 12:36:20 +0200 Sascha L. Teichmann Use code of JSONError as HTTP code.
Wed, 01 Aug 2018 12:29:55 +0200 Sascha L. Teichmann Password reset. Part I
Fri, 27 Jul 2018 13:03:56 +0200 Sascha L. Teichmann Slimming down the signature of the JSONHandler type to
Thu, 26 Jul 2018 18:08:58 +0200 Sascha L. Teichmann No omitempty if JSON serialising PostgreSQL errors.
Thu, 26 Jul 2018 17:56:02 +0200 Sascha L. Teichmann Implemented /user delete controller.
Thu, 26 Jul 2018 17:15:22 +0200 Sascha L. Teichmann Renamed JSONHandler.Process to JSONHandler.Handler as it sounds more symmetrical.
Thu, 26 Jul 2018 17:09:43 +0200 Sascha L. Teichmann If no error code was given in a JSONResult assume Status OK (200).
Thu, 26 Jul 2018 17:07:03 +0200 Sascha L. Teichmann Reduce boilerplate code when writing JSON parsing/generating endpoints.