Commit Graph

861 Commits (2b849086a14f2a877c2edbc65b5395f5736ed33d)

Author SHA1 Message Date
Marcus Efraimsson 6d48d0a80c
set current org when adding/removing user to org 7 years ago
bergquist 4c5fe68e7e adds inTransactionCtx that calls inTransactionWithRetryCtx 7 years ago
bergquist 1181e96799 merge create user handlers 7 years ago
bergquist da91b91b4b transactions: start sessions and transactions at the same place 7 years ago
bergquist 09e71e00a3 sql: adds tests for InTransaction 7 years ago
bergquist 9ca9a7c302 bus: dont start transaction when creating session 7 years ago
bergquist 629eab0b1e bus: dont mix ctx/classic handlers 7 years ago
Torkel Ödegaard 5af0b924ff refactoring: renamed AddCtxHandler to AddHandlerCtx PR #12203 7 years ago
Torkel Ödegaard 442e0e437b refactoring: transaction manager PR #12203 7 years ago
bergquist 6775a82c82 fixes typo in code 7 years ago
bergquist 1bd31aa313 check if admin exists or create one in one transaction 7 years ago
bergquist 263572813a replace begin/end with wrapper function 7 years ago
bergquist 8143610024 bus: support multiple dispatch in one transaction 7 years ago
bergquist f93d83befe adds missing return statement 7 years ago
Alexander Zobnin 13c6f37ea5
alerting: show alerts for user with Viewer role 7 years ago
Patrick O'Carroll 0c269d64d0 Alert panel filters (#11712) 7 years ago
bergquist c817aecd66 provisioning: only update dashboard if hash of json changed 7 years ago
Marcus Efraimsson 5a96863eed
pin versions of xorm to resolve sql tests 7 years ago
Marcus Efraimsson c9e9f25699
use sql builder for the get system stats sql query 7 years ago
Marcus Efraimsson fbc44025dc
add usage stats for datasource access mode 7 years ago
Marcus Efraimsson 2ea5b6fe33
add additional usage stats metrics 7 years ago
Torkel Ödegaard 6c0752473a
Sqlstore refactor (#11908) 7 years ago
bergquist 78e837cf39 test: increase expire time to avoid tz issues in tests 7 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 7 years ago
Marcus Efraimsson 8ed79d614b
decrease length of auth_id column in user_auth table 7 years ago
Dan Cech b4ad044044 better handling for special chars in db config (#11662) 7 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 years ago
Marcus Efraimsson 770acee56a
new property for current user indicating if edit permissions in folders 7 years ago
Marcus Efraimsson 3d9b7a5892
increase length of auth_id column in user_auth table 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
Mario Trangoni 97fd66db2e pkg: fix deadcode issues 7 years ago
Mario Trangoni 6eb00000fe pkg/services: fix ineffassign issues 7 years ago
Marcus Efraimsson d14ac54af6
db: fix failing user auth tests for postgres 7 years ago
Marcus Efraimsson d86ed679b1
return inherited property for permissions 7 years ago
Mario Trangoni 33ae8d35ea comment unused struct fields 7 years ago
Mario Trangoni c1742df9ac remove unused variables detected by varcheck 7 years ago
Dan Cech 33760b5c3b
make sure user's default org is kept up to date 7 years ago
Dan Cech 52503d9cb5
refactor authproxy & ldap integration, address comments 7 years ago
Dan Cech daeba40b3b
tests for user auth module 7 years ago
Dan Cech e53e039b1b
restructure GetUserByAuthInfo 7 years ago
Dan Cech c4168c2396
error handling 7 years ago
Dan Cech 65847da1df
use Result in GetAuthInfoQuery 7 years ago
Dan Cech e53315dce8
cleanup 7 years ago
Dan Cech 23f163e8cf
fixes 7 years ago
Dan Cech 1c5afa731f
shared library for managing external user accounts 7 years ago
Dan Cech e07de80b75 Fix issues with metric reporting (#11518) 7 years ago
Karsten Weiss de084e5891 Remove unnecessary fmt.Sprintf() calls (gosimple) 7 years ago
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple) 7 years ago