1
0
Fork 0
Commit graph

16 Commits

Autor SHA1 Nachricht Datum
Sebastian Tobie 3ead80fe16 splitted Middleware.Sites into PreSetupMiddleware.PreSetup and PostSetupMiddleware.PostSetup
this fixes the problem where dependency problems are fixed
2022-11-07 18:45:04 +01:00
Sebastian Tobie 487a8b4c64 changed logging to zerolog and raised the minimal go version to 1.19 2022-11-06 10:52:24 +01:00
Sebastian Tobie 5c33058038 updated documentation 2022-11-05 08:44:37 +01:00
Sebastian Tobie 9c6feec4ea replaced phuslu/log with zerolog 2022-11-05 08:29:17 +01:00
Sebastian Tobie 7d937967c4 revised the Interfaces.
The Middleware type can now fully used without porblems.
2021-11-11 23:06:48 +01:00
Sebastian Tobie 1c151cdd04 contants have been moved to an own package 2021-11-11 23:05:07 +01:00
Sebastian Tobie 198881d347 in an panic the log now contains the stacktrace 2021-11-10 19:06:23 +01:00
Sebastian Tobie 327adffebf the LogMiddleware now produces less severe log enttries, which should keep the log more calm 2021-11-07 21:40:44 +01:00
Sebastian Tobie dcabcdff25 added the Middleware interface
the middleware interface helps with middleware that requires to have
backgroundtasks or open connections.
2021-02-27 00:36:11 +01:00
Sebastian Tobie c2ca39ec19 the Chain now aborts the chain if user is not logged in 2021-01-24 12:10:29 +01:00
Sebastian Tobie 9817b81b92 use the global constant for accounts. 2021-01-24 00:43:31 +01:00
Sebastian Tobie ba2ed57968 cleaned up the LogMiddleware 2021-01-19 00:18:08 +01:00
Sebastian Tobie a69e026b70 added Require User 2021-01-19 00:13:35 +01:00
Sebastian Tobie dcbfbf9ea8 cleaned up LogMiddleware 2021-01-10 15:15:29 +01:00
Sebastian Tobie f7b6593205 wrong package name of middleware module 2021-01-10 01:44:10 +01:00
Sebastian Tobie c22cb74864 first version of my httpserver 2021-01-09 21:39:05 +01:00