Sofia Papagiannaki 269c1fb107 Do not set SameSite for OAuth cookie if cookie_samesite is None (#18392) 6 лет назад
..
avatar 2fff8f77dc move log package to /infra (#17023) 6 лет назад
dtos 5713048f48 Alerting: Improve alert rule testing (#16286) 6 лет назад
live 2fff8f77dc move log package to /infra (#17023) 6 лет назад
pluginproxy caa1314f44 Build: use golangci-lint as a make command (#17739) 6 лет назад
routing f83306bb5b removes unused return object 7 лет назад
static 91fb2e07ce pkg: fix codespell issues 7 лет назад
admin.go fa7d7ed5df Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 лет назад
admin_ldap.go 9b7f9dd9be LDAP: consistently name the LDAP entities (#17203) 6 лет назад
admin_provisioning.go 42b745a098 Provisioning: Add API endpoint to reload provisioning configs (#16579) 6 лет назад
admin_users.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
admin_users_test.go a3a7916597 Auth: Logout disabled user (#17166) 6 лет назад
alerting.go d8736a2547 Alerting: golint fixes for alerting (#17246) 6 лет назад
alerting_test.go 8def73ba13 Fix Error 500 on unexisting /api/alert-notification/<id> 7 лет назад
annotations.go 4de9e3598b Address review comments 6 лет назад
annotations_test.go a7a964ec19 Added PATCH verb end point for annotation op 6 лет назад
api.go dc9ec7dc91 Auth: Allow expiration of API keys (#17678) 6 лет назад
apikey.go 3680b95b44 Auth: Duplicate API Key Name Handle With Useful HTTP Code (#17905) 6 лет назад
app_routes.go 2fff8f77dc move log package to /infra (#17023) 6 лет назад
basic_auth.go 16ff8a182b Re-organize packages and add basic auth test 7 лет назад
basic_auth_test.go 16ff8a182b Re-organize packages and add basic auth test 7 лет назад
common.go 6286c31d4b refactoring: making api wrap public 7 лет назад
common_test.go 78ca55f3d7 Fix: Break redirect loop if oauth_auto_login = true and OAuth login fails (#17974) 6 лет назад
dashboard.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
dashboard_permission.go ebad863f95 permission: generate team avatar url with default 7 лет назад
dashboard_permission_test.go 5e08bf5130 test: fixed usage of wrap in tests. 7 лет назад
dashboard_snapshot.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
dashboard_snapshot_test.go 411d67cae7 snapshots: Add support for deleting external snapshots 7 лет назад
dashboard_test.go eb82a75668 Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 6 лет назад
dataproxy.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
dataproxy_test.go 3fa8088192 dataproxy should forward a trailing slash to proxy 7 лет назад
datasources.go 3245227016 permissions: cleanup. 7 лет назад
datasources_test.go defb0396b7 Return a 404 when deleting a datasource through the API if it doesn't exist and add a test for it to confirm #12313 7 лет назад
folder.go f2ad3242be API: Minor fix for nil pointer when trying to log error during creating new dashboard via the API (#18003) 6 лет назад
folder_permission.go 8f94cecf0f permissions: return user and team avatar in folder permissions api 7 лет назад
folder_permission_test.go 5e08bf5130 test: fixed usage of wrap in tests. 7 лет назад
folder_test.go 8b0dd4244b Search: Fixes search limits and adds a page parameter (#16458) 6 лет назад
frontendsettings.go eecd8d1064 Elasticsearch: Visualize logs in Explore (#17605) 6 лет назад
grafana_com_proxy.go a86b8c8a04 http: remove dualstack since its deprecated (#16940) 6 лет назад
http_server.go 09eb9a45ce Metrics: add LDAP active sync summary metric (#18079) 6 лет назад
http_server_test.go 16ff8a182b Re-organize packages and add basic auth test 7 лет назад
index.go f3fb178efa Navigation: Fixed double settings menus (#18349) 6 лет назад
login.go 2f240a11ce SAML: Only show SAML login button on Enterprise version (#18270) 6 лет назад
login_oauth.go 269c1fb107 Do not set SameSite for OAuth cookie if cookie_samesite is None (#18392) 6 лет назад
login_test.go 78ca55f3d7 Fix: Break redirect loop if oauth_auto_login = true and OAuth login fails (#17974) 6 лет назад
metrics.go 5713048f48 Alerting: Improve alert rule testing (#16286) 6 лет назад
org.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
org_invite.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
org_users.go a69013c833 Merge pull request #13611 from grafana/remove-user-from-org-and-system 7 лет назад
password.go 9b7f9dd9be LDAP: consistently name the LDAP entities (#17203) 6 лет назад
playlist.go ab4e1526b3 Codestyle: Fix some goconst issues (#17530) 6 лет назад
playlist_play.go 2fff8f77dc move log package to /infra (#17023) 6 лет назад
plugins.go e1d408a66f AddDataSource: Updated page design & categories (#16971) 6 лет назад
preferences.go 5f9fecd254 feat: team preferences 7 лет назад
quota.go 0a415c50d0 Make golint happier 7 лет назад
render.go 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues 7 лет назад
search.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
signup.go 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 лет назад
stars.go 0a415c50d0 Make golint happier 7 лет назад
team.go a615b78f8a permissions: removes global access to bus from MakeUserAdmin. 6 лет назад
team_members.go 5f0a7f43c3 Users: show badges for each auth provider (#17869) 6 лет назад
team_test.go b60e71c28b teams: moved logic for searchteams to backend 6 лет назад
user.go ccf11fb7a2 SAML: add auth provider label (#18197) 6 лет назад
user_test.go 193d468ed3 admin: adds paging to global user list 8 лет назад
user_token.go 962d4daabd Api: Fix auth tokens returning wrong seenAt value (#17980) 6 лет назад
user_token_test.go 962d4daabd Api: Fix auth tokens returning wrong seenAt value (#17980) 6 лет назад