Commit Graph

39 Commits (c9211fbd69dc5e95005572e2de02973248da4c99)

Author SHA1 Message Date
Torkel Ödegaard e924627659
Frontend: Reload the browser when backend configuration/assets change (#79057) 2 years ago
Torkel Ödegaard ed128ea964
Frontend: Foundations for multi tenant frontend (#78815) 2 years ago
Karl Persson 144e4887ee
Auth: Use authn.Service for all tests (#72921) 2 years ago
Michael Mandrus 66d2214c3b
Config: Add configuration option to define custom user-facing general error message for certain error types (#70023) 2 years ago
idafurjes 6c5a573772
Chore: Move ReqContext to contexthandler service (#62102) 2 years ago
Karl Persson fef1e1d5bc
Auth: Refactor auth package (#58920) 3 years ago
Misi 9c954d06ab
Auth: Refresh OAuth access_token automatically using the refresh_token (#56076) 3 years ago
Kat Yang 7715672fb3
Chore: use org service methods (#55768) 3 years ago
Kristin Laemmert 701f6d5436
UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
idafurjes fa2e74cd6e
Chore: Remove GetSignedInUserWithCacheCtx from store interface (#53734) 3 years ago
sh0rez 534ece064b
pkg/web: closure-style middlewares (#51238) 3 years ago
Serge Zaitsev 64488f6b90
Chore: split APIKey store (#52781) 3 years ago
Serge Zaitsev 18e93c7077
Chore: Remove bus (#47511) 3 years ago
Serge Zaitsev 2cf88cfec8
Chore: Remove bus from contexthandler (#47458) 3 years ago
Selene 8e52dbb87b
Chore: Remove bus from authproxy (#46936) 3 years ago
Serge Zaitsev 57fcfd578d
Chore: replace macaron with web package (#40136) 4 years ago
Serge Zaitsev 707d3536f0
Macaron: Strip down renderer middleware (#37627) 4 years ago
Arve Knudsen dd2d206d99
Backend: Remove more globals (#29644) 5 years ago
Arve Knudsen ac09baae7d
Chore: Use Header.Set method instead of Header.Add (#29804) 5 years ago
Arve Knudsen 12661e8a9d
Move middleware context handler logic to service (#29605) 5 years ago
Arve Knudsen 4e0ad50102
middleware: Make scenario test functions take a testing.T argument (#29564) 5 years ago
Arve Knudsen 58dbf96a12
Middleware: Rewrite tests to use standard library (#29535) 5 years ago
Arve Knudsen a078e40238
Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
Carl Bergquist f2f2722bb1
chore: avoid aliasing models in middleware (#22484) 5 years ago
Marcus Efraimsson d0a80c59f3
Rendering: Store render key in remote cache (#22031) 5 years ago
Marcus Efraimsson f778c1d971
Security: Responses from backend should not be cached (#16848) 6 years ago
Oleg Gaidarenko 67cbc7d4cf
Chore: use remote cache instead of session storage (#16114) 6 years ago
Marcus Efraimsson 8029e48588
support get user tokens/revoke all user tokens in UserTokenService 6 years ago
bergquist 1310d356fc removes unused session code 6 years ago
bergquist f257101c41 removes unused/commented code 7 years ago
bergquist 5998646da5 restrict session usage to auth_proxy 7 years ago
Marcus Efraimsson 59d0c19ba8
passing middleware tests 7 years ago
Marcus Efraimsson 81879f0162
fix broken code 7 years ago
Torkel Ödegaard b415d82611 fixed to template PR issues, #13938 7 years ago
Julian Kornberger 7aab6a8887 Make golint happier 7 years ago
Daniel Lee 3ca1e06509 session: fork Macaron mysql session middleware 7 years ago
Dan Cech c0ecdee375
rename Context to ReqContext 7 years ago
Dan Cech 338655dd37
move Context and session out of middleware 7 years ago
Daniel Lee 0d85c63fff middleware: recovery handles panics in all handlers 8 years ago