aboutsummaryrefslogtreecommitdiffhomepage
path: root/middleware
Commit message (Collapse)AuthorAge
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Improve request package and add more unit testsGravatar Frédéric Guillot2018-09-23
|
* Store client IP address in request contextGravatar Frédéric Guillot2018-09-09
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Added remote client IP to API login failure error message.Gravatar dzaikos2018-08-26
| | | | | | Addresses #205 Changed error level reporting on API login failure to Error from Info to match the web login reporting.
* Simplify context keysGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Compress JSON, CSS and Javascript responsesGravatar Frédéric Guillot2018-07-19
|
* Improve themes handlingGravatar Frédéric Guillot2018-07-18
| | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag
* Rewrite RealIP() to avoid returning an empty stringGravatar Frédéric Guillot2018-06-01
|
* Add Pocket authorization flow in the user interfaceGravatar Frédéric Guillot2018-05-20
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Add middleware to read X-Forwarded-Proto headerGravatar Frédéric Guillot2018-04-27
|
* Use Gorilla middleware (refactoring)Gravatar Frédéric Guillot2018-04-27