Age | Commit message (Collapse) | Author |
|
This removes a lot of repetative code.
|
|
This is now just not needed.
|
|
|
|
Recipe images are currently complicated to implement and have little
use. Probably they will not be covered in the next release.
|
|
This auto-applies the recommended Go codestyle.
|
|
Logging during a request is at the moment not really needed. Printing
the config to the log was a stupid idea too.
|
|
Multiplexer functions used to return closures which are able to handle
HTTP requests for historc reasons. Now the multiplexers can be regular
HTTP handlers which is simpler.
|
|
Passing the database pointer around is a lot of text and has no benefit.
|
|
|
|
This fits better because this file is the central entry point of the
Ceres webserver.
|