Carl Bergquist
|
6809d2bb29
codestyle: moves cache to infra (#17519)
|
6 years ago |
Mario Trangoni
|
ab4e1526b3
Codestyle: Fix some goconst issues (#17530)
|
6 years ago |
Abhilash Gnan
|
04d473b3e5
HTTP Server: Serve Grafana with a custom URL path prefix (#17048)
|
6 years ago |
zhulongcheng
|
2fff8f77dc
move log package to /infra (#17023)
|
6 years ago |
Marcus Efraimsson
|
f778c1d971
Security: Responses from backend should not be cached (#16848)
|
6 years ago |
Andrej Ocenas
|
eb82a75668
Provisioning: Show file path of provisioning file in save/delete dialogs (#16706)
|
6 years ago |
Andrej Ocenas
|
42b745a098
Provisioning: Add API endpoint to reload provisioning configs (#16579)
|
6 years ago |
Oleg Gaidarenko
|
67cbc7d4cf
Chore: use remote cache instead of session storage (#16114)
|
6 years ago |
bergquist
|
e163aadfe4
use authtoken for session quota restrictions
|
6 years ago |
Marcus Efraimsson
|
8678620730
move UserToken and UserTokenService to models package
|
6 years ago |
Marcus Efraimsson
|
d53e64a32c
move auth token middleware/hooks to middleware package
|
6 years ago |
bergquist
|
9ae306e417
use defer to make sure we always release session data
|
7 years ago |
bergquist
|
5998646da5
restrict session usage to auth_proxy
|
7 years ago |
Marcus Efraimsson
|
4096449aec
extract auth token interface and remove auth token from context
|
7 years ago |
bergquist
|
aba6148c43
login users based on token cookie
|
7 years ago |
Marcus Efraimsson
|
8764fb5aa6
inject login/logout hooks
|
7 years ago |
Bob Shannon
|
16ff8a182b
Re-organize packages and add basic auth test
|
7 years ago |
Bob Shannon
|
dcc48860b8
Fix formatting and remove enabled toggle
|
7 years ago |
Bob Shannon
|
362b3740ed
Add basic authentication support to metrics endpoint
|
7 years ago |
Marcus Efraimsson
|
cfb061ddab
refactor datasource caching
|
7 years ago |
Torkel Ödegaard
|
8c9939df72
Adds backend hooks service so extensions can modify index data
|
7 years ago |
bergquist
|
bff350166e
disabling internal metrics disables /metric endpoint
|
7 years ago |
Torkel Ödegaard
|
10e86eda69
fix: #12461 introduced issues with route registration ordering, adding plugin static routes before plugins package had been initiated (#12474)
|
7 years ago |
Carl Bergquist
|
861af4cb97
Improve extensions build. (#12461)
|
7 years ago |
bergquist
|
dbfafa1cb5
routing: allows routes to be added to existing groups
|
7 years ago |
Torkel Ödegaard
|
80d694d205
Backend image rendering as plugin (#11966)
|
7 years ago |
Thibaut Patel
|
bdb736a9ee
http_server: All files in public/build have now a huge max-age (#11536)
|
7 years ago |
Torkel Ödegaard
|
23655315b8
fix: fixed race condition between http.Server ListenAndServe & Shutdown, now service crash during startup correctly closes http server every time
|
7 years ago |
Torkel Ödegaard
|
d04ad835e2
refactoring: lots of refactoring around server shutdown flows, making sure process is terminated when background service has crashed
|
7 years ago |
Torkel Ödegaard
|
053c2039bb
refactor: provisioning service refactoring
|
7 years ago |