Commit Graph

4400 Commits (85ef2ca738c8e976d0a387728429934637841012)

Author SHA1 Message Date
Marcus Efraimsson 44275d9660
middleware fix 6 years ago
Marcus Efraimsson d8658a765c
enhanced expiration logic for lookup token 6 years ago
Marcus Efraimsson 9483506590
auth token clean up job now runs on schedule and deletes all expired tokens 6 years ago
Marcus Efraimsson 871c84d195
changes needed for api/middleware due to configuration settings 6 years ago
Marcus Efraimsson 0915f931ae
change configuration settings in auth package 6 years ago
Marcus Efraimsson 3c2fd02bc0
refactor login/auth token configuration settings 6 years ago
Marcus Efraimsson 1d1b617cee
remove unused code 6 years ago
Marcus Efraimsson d53e64a32c
move auth token middleware/hooks to middleware package 6 years ago
Marcus Efraimsson 7cd3cd6cd4
auth package refactoring 6 years ago
Marcus Efraimsson cfd8eb5167
now /api/login/ping returns Response 6 years ago
Marcus Efraimsson d433ca7d40
fix util for splitting host and port 6 years ago
Connor Patterson 48c8ff8899 Add AWS/Neptune to metricsMap and dimensionsMap 6 years ago
bergquist a6bd2c73a0 introduce samesite setting for login cookie 6 years ago
bergquist a1b3986532 always delete session cookie even if db delete fails 6 years ago
Marcus Efraimsson dd5a8275f1
must return json response from /api/login/ping 6 years ago
bergquist 91bd908e03 adds more tests signing out session 6 years ago
bergquist 11c4967bdc changes some info logging to debug 6 years ago
bergquist 88ca54eba9 renames signout function 6 years ago
bergquist 43ac79685a delete auth token on signout 6 years ago
Torkel Ödegaard 9a598be4f7 Fixed failing unit test 6 years ago
Torkel Ödegaard a2dd6f378f fixed sqlite issue introduced by #14709 6 years ago
Robert Edström 9b6746d808 Change primaryAggregation to crossSeriesReducer in Stackdriver 6 years ago
Mario Trangoni b7628f2060 pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 6 years ago
Mario Trangoni 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues 6 years ago
Mario Trangoni 5f6383a750 pkg/util/*: Add missing function comments. 6 years ago
bergquist e218cc7637 docs: updates docs to refer to using uid 6 years ago
bergquist 7c93335d28 gofmt issue 6 years ago
bergquist 809019d4ee moves test files into testdata folder 6 years ago
bergquist 8f0e65a150 renames alert_notifications -> notifiers 6 years ago
bergquist 21fff415ed removes unnessecary db request 6 years ago
bergquist 935da14f7d tab/spaces formatting 6 years ago
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