aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/oauth2_callback.go
Commit message (Collapse)AuthorAge
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Move UI middlewares and routes to ui packageGravatar Frédéric Guillot2018-11-11
|
* Improve logging for OAuth2 callbackGravatar Frédéric Guillot2018-10-22
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Improve request package and add more unit testsGravatar Frédéric Guillot2018-09-23
|
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Store client IP address in request contextGravatar Frédéric Guillot2018-09-09
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* 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
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29