Dan Cech
b9cc476eb7
Update jwt regexp to include = ( #16521 )
...
Fixes #16501
2019-04-11 15:30:55 +02:00
Dan Cech
efa738ddf6
Merge pull request #14540 from grafana/session-skip-update
...
only update session in mysql database when required
2018-12-31 11:54:04 -05:00
Dan Cech and davkal
b8fdacd81f
Update public/app/plugins/datasource/loki/result_transformer.ts
...
Co-Authored-By: davkal <david.kaltschmidt@gmail.com >
2018-12-22 17:28:51 +01:00
Dan Cech and marefr
1347ce5f75
Update docs/sources/permissions/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:57:14 +01:00
Dan Cech and marefr
850c0e7111
Update docs/sources/permissions/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:56:53 +01:00
Dan Cech and marefr
4ef770fe98
Update docs/sources/permissions/dashboard_folder_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:56:32 +01:00
Dan Cech and marefr
1bc3f0af07
Update docs/sources/http_api/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:56:12 +01:00
Dan Cech and marefr
8a52cb7714
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:55:53 +01:00
Dan Cech and marefr
d44b8968d2
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:55:42 +01:00
Dan Cech and marefr
803b36a059
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:55:28 +01:00
Dan Cech and marefr
5cdd53c5e7
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:55:05 +01:00
Dan Cech and marefr
32e001dba4
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:54:53 +01:00
Dan Cech and marefr
881c73fb93
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:54:25 +01:00
Dan Cech and marefr
044505a213
minor change
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com >
2018-11-06 15:53:49 +01:00
Dan Cech
3056d9a80e
support passing api token in Basic auth password ( #12416 )
2018-06-28 03:08:32 -07:00
Dan Cech
583df47c2f
handle "dn" ldap attribute more gracefully ( #12385 )
...
* handle "dn" ldap attribute more gracefully
* use strings.ToLower
2018-06-26 00:14:55 -07:00
Dan Cech
417db13efb
Fix dashboard snapshot deletion ( #12025 )
...
* fix issue deleting dashboard snapshots by deleteKey, add dedicated endopoint for authenticated requests, update frontend, tests & docs.
2018-05-24 08:55:16 +02:00
Dan Cech
1dfff74da9
move database-specific code into dialects ( #11884 )
2018-05-10 16:54:21 +02:00
Dan Cech
bc64754364
fix typo in getLdapAttrN ( #11898 )
2018-05-09 20:26:17 +02:00
Dan Cech
93a8d8a25b
allow analytics.js to be cached, enable anonymizeIP setting ( #11656 )
2018-05-08 10:48:27 +02:00
Dan Cech
29c9d3f74c
fix root_url in docs & comments ( #11819 )
...
* fix root_url in docs & comments
* include ports in docker-compose config
2018-05-07 14:18:21 +02:00
Dan Cech
543c7fe587
support additional fields in authproxy ( #11661 )
2018-05-07 10:39:16 +02:00
Dan Cech
b4ad044044
better handling for special chars in db config ( #11662 )
2018-05-07 10:33:33 +02:00
Dan Cech
affd3d15a0
Merge pull request #11150 from sbskas/master
...
Make Ldap group composed of DNs work.
2018-04-23 10:49:45 -04:00
Dan Cech
7cc3d0c34e
Merge branch 'master' into master
2018-04-19 12:01:48 -04:00
Dan Cech
e07de80b75
Fix issues with metric reporting ( #11518 )
...
* report active users in graphite stats
* use bus to publish system stats
* metrics: avoid using events unless we have to
this commit also changes the default interval
for updating the stats gauges. Seems like the old values
was a product of previous metrics implementation
2018-04-17 10:20:01 +02:00
Dan Cech
abef722265
Fix indent
2018-03-07 14:41:05 -05:00
Dan Cech
5bb22b836d
Generic Oauth Support for ADFS ( #9242 )
...
* check upn field if email address isn't present, support for adfs
* correctly set login to the user's email address if not specified by the oauth server
* break up GenericOAuth.UserInfo into helper functions
2018-01-18 17:24:04 +01:00
Dan Cech
f31d6438a2
add docs for using oauth login with OneLogin ( #10385 )
2018-01-03 10:15:35 +01:00
Dan Cech
0b6b5bac30
tweak docs
2017-11-15 14:30:32 +01:00
Dan Cech
5b38c230db
use SHOW RETENTIONS to test influxdb connection ( #9824 )
2017-11-08 20:33:15 +01:00
Dan Cech
7859d4ffca
fix missing column headers in excel export ( #9413 )
2017-10-04 07:04:10 +02:00
Dan Cech
f224fd8310
reduce length of dashboard columns used in compound indexes ( #8507 )
2017-06-04 14:28:03 +02:00
Dan Cech
e4cb103966
remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests ( #8418 )
...
* remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests
* properly handle X-Forwarded-For
2017-05-29 13:09:15 +02:00
Dan Cech
c95162e067
tweak column lengths for utf8mb4 support on older mysql ( #8483 )
2017-05-29 12:18:27 +02:00
Dan Cech
c0d5b61403
tweak column lengths for utf8mb4 support on older mysql ( #8483 )
2017-05-29 08:31:36 +02:00
Dan Cech
8422697199
centralize oauth http calls, validate response status ( #8470 )
2017-05-26 14:35:32 +02:00
Dan Cech
007c08f2a8
remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests ( #8418 )
...
* remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests
* properly handle X-Forwarded-For
2017-05-24 13:39:40 +02:00
Dan Cech
9dc220b8e2
include error message in email notification ( #8392 )
2017-05-17 09:51:51 +02:00
Dan Cech
665cf55e6e
make generic oauth provider flexible enough to handle bitbucket's oauth implementation ( #8248 )
2017-05-02 14:37:56 +02:00
Dan Cech
b489e93d94
Config Array Syntax ( #8204 )
...
* refactor util encryption library so it doesn't have to import log
* add util.SplitString to handle space and/or comma-separated config lines
* go fmt
2017-04-25 09:14:29 +02:00
Dan Cech
f490c5f12c
use X-Grafana-Org-Id header to ensure backend uses correct org ( #8122 )
2017-04-14 15:47:39 +02:00
Dan Cech
3a607f96a3
fix bug in log sprintf calls ( #8124 )
2017-04-14 07:45:36 +02:00
Dan Cech
24d4e50343
utf8mb4 encoding ( #7959 )
...
* use utf8mb4 character set for connections to mysql
* use utf8mb4 character set for tables, shorten varchar fields used in unique indexes
* migration type to update table character set
* update table character sets
* set charset for temp_user.status
* gofmt
2017-03-28 14:34:53 +02:00
Dan Cech
c980efd470
fix up sass lint warnings ( #6603 )
2016-11-16 17:08:38 +01:00
Dan Cech
eacb7c8aba
Merge pull request #6584 from tomkozlowski/bugfix/oauth-login-bearer-token
...
explicitly set oauth2 token to Bearer Type
2016-11-16 10:35:32 -05:00
Dan Cech
6b16fcea52
Oauth2 Updates ( #6226 )
...
* break out go and js build commands
* support oauth providers that return errors via redirect
* remove extra call to get grafana.net org membership
* removed GitHub specifics from generic OAuth
* readded ability to name generic source
* revert to a backward-compatible state, refactor and clean up
* streamline oauth user creation, make generic oauth support more generic
2016-10-11 08:51:44 +02:00
Dan Cech
519100f1bd
Merge pull request #6217 from ericpp/oauth_add_state_param
...
Added a state parameter for all OAuth requests
2016-10-10 09:58:35 -04:00
Dan Cech
501e67a657
use semver when comparing grafana and plugin versions ( #6108 )
2016-09-23 14:38:59 +02:00
Dan Cech
9f9f4e7fef
use new plugin-specific repo route when installing or updating a single plugin ( #4992 )
2016-05-12 10:43:31 +02:00