Commit Graph

4335 Commits (ed6cca61c90ddd64e9eac97204fc1430c396a7a5)

Author SHA1 Message Date
Torkel Ödegaard 2dc2471b5c Revert "Updated home dashboard, removed home dashboard header" 6 years ago
bergquist 6e672eb291 enable explore by default 6 years ago
bergquist 364154d81f moves timeout tests to an integration test 6 years ago
Vlad Ellis 9692955d4f
Correct formatting of sqlstore_test.go 6 years ago
Mario Trangoni bf90ff87cf pkg/services/dashboards/dashboard_service.go: simplify return 6 years ago
Vlad Ellis c208186f26 Parse database host correctly when using IPv6 6 years ago
Marcus Efraimsson e4924795a2
change default rotate_token_minutes to 10 minutes 6 years ago
bergquist 75760aa892 dont specify domain for auth cookies 6 years ago
Benjamin Reed 9108fd1b9d add global datasource proxy timeout setting 6 years ago
bergquist d6edaa1328 moves cookie https setting to [security] 6 years ago
bergquist 9153b6ed96 improves readability of loginping handler 6 years ago
bergquist 516037fbdd makes sure rotation is always higher than urgent rotation 6 years ago
bergquist 9ae306e417 use defer to make sure we always release session data 6 years ago
bergquist fd0f9f2dd2 fixes broken test 6 years ago
bergquist f257101c41 removes unused/commented code 6 years ago
bergquist ff483f3782 removes old cookie auth configuration 6 years ago
bergquist 56a521b264 makes auth token rotation time configurable 6 years ago
bergquist 4626f083bb store oauth login error messages in an encrypted cookie 6 years ago
bergquist df85cc9bb1 redirect logged in users from /login to home 6 years ago
bergquist 5998646da5 restrict session usage to auth_proxy 6 years ago
Torkel Ödegaard 0151846e1e Updated home dashboard, removed home dashboard header 6 years ago
bergquist c3ff3d644c fixes nil ref in tests 6 years ago
bergquist 64124b5042 add setting for how to long we should keep expired tokens 6 years ago
bergquist 12f8338977 stores hashed state code in cookie 6 years ago
bergquist d3ec8e1ccb creates new config section for login settings 6 years ago
Marcus Efraimsson 59d0c19ba8
passing middleware tests 6 years ago
Marcus Efraimsson 4096449aec
extract auth token interface and remove auth token from context 6 years ago
Torkel Ödegaard f0e61af8e0 Fixed issues with the sanitizie input in text panels, added docs, renamed config option 6 years ago
Johannes Schill 1ed35f3dc1 chore: Reverse sanitize variable so it defaults to false 6 years ago
Johannes Schill 15d560a1c0 feat: wip: Sanitize user input on text panel 6 years ago
Marcus Efraimsson 366e356e08
more auth token tests 6 years ago
bergquist 777bd9ea18 adds cleanup job for old session tokens 6 years ago
Marcus Efraimsson f040f9a400
fix tests after renaming now 6 years ago
Marcus Efraimsson 38efc1d7d2
s/print/log 6 years ago
bergquist 92620af75f avoid calling now() multiple times 6 years ago
Marcus Efraimsson dd8476d81a
passing auth token tests 6 years ago
Marcus Efraimsson 565408194a
handle expired tokens 6 years ago
bergquist 697ddccd8e set userToken on request when logging in 6 years ago
bergquist 55b3013eb3 moves initWithToken to auth package 6 years ago
Marcus Efraimsson 734a7d38b2
set cookie name from configuration 6 years ago
Marcus Efraimsson 766cfab374
change rotate time 6 years ago
Marcus Efraimsson 0d1e3759eb
mixor fixes 6 years ago
Marcus Efraimsson f3125b447b
dead code 6 years ago
Marcus Efraimsson 0495499b4f
fix ip address parsing of loopback address 6 years ago
bergquist 2e97d39abe removes commented code 6 years ago
bergquist 47a7d93fd9 moves rotation into auth since both happens before c.Next() 6 years ago
Hugo Häggmark 9d6ac2c3d4 fix: Viewers can edit means that viewers have acces to Explore #14281 6 years ago
sharkpc0813 35013a28cd add timeout test for alert handling. 6 years ago
bergquist fd937e3d95 remove maxage from session token 6 years ago
Marcus Efraimsson 81879f0162
fix broken code 6 years ago