bergquist
|
2de94d6548
|
convert old metrics to prom metrics
|
2017-09-14 14:26:32 +02:00 |
Torkel Ödegaard
|
e3bd51e38d
|
fix: remove duplicate set-cookie when logging in, fixes #9013
|
2017-08-21 11:10:59 +02:00 |
Daniel Lee
|
1e5778174c
|
login: regenerates session id on login
|
2017-08-07 10:00:29 +02:00 |
Torkel Ödegaard
|
b780415f25
|
fix: change to remember me cookie encoding
|
2017-04-25 15:33:15 +02:00 |
Daniel Lee
|
beb85f413a
|
oauth: delete session key instead of set to empty
Adds the Delete function to the Session wrapper so that the Macaron
function for deleting keys from a Session can be used.
https://go-macaron.com/docs/middlewares/session#implement-provider-interface
|
2017-03-23 15:26:13 +01:00 |
Daniel Lee
|
79cef75fed
|
Merge pull request #7426 from Altoros/altoros/authorization-errors
Add common type for oauth authorization errors
|
2017-03-23 15:25:35 +01:00 |
Dan Cech
|
737c29ec8c
|
disable inviting new users to orgs if login form is disabled
|
2017-03-17 16:35:05 -04:00 |
Alexander Menzhinsky
|
30c334a2b8
|
Add common type for oauth authorization errors
|
2017-02-01 16:42:59 +03:00 |
Torkel Ödegaard
|
2750c8a801
|
feat(config): changed name of allow_user_login_pass to disable_login_form, changed the section of the config option to [auth], impacts merged PR #5423
|
2016-09-28 15:27:08 +02:00 |
Torkel Ödegaard
|
e5fc4332cd
|
feat(oauth): refactoring PR #6077
|
2016-09-28 15:10:50 +02:00 |
Dan Cech
|
fc17ed351c
|
support logging in with grafana.net credentials
|
2016-09-19 16:48:07 -04:00 |
Kevin Fitzpatrick
|
b4646b6c3a
|
Allow users to use a generic oauth that conforms to the github style.
Enables users to set their own link text.
|
2016-06-30 15:07:55 -07:00 |
bergquist
|
690a74c6b7
|
feat(login): invert naming for dissallow user pass login
|
2016-06-25 16:30:41 +02:00 |
Kevin Fitzpatrick
|
040586604b
|
Allow configuration to disable the username and password login interface.
Used for when admins only want users to login via OAuth.
|
2016-06-23 10:09:13 -07:00 |
Torkel Ödegaard
|
2a557f67d2
|
Do not set remember me cookie when days are set to zero
|
2016-03-07 17:26:31 +01:00 |
Torkel Ödegaard
|
201f50b121
|
Merge branch 'master' into external-plugins
Conflicts:
pkg/api/login.go
public/app/core/routes/all.js
public/app/core/table_model.ts
public/app/panels/table/table_model.ts
public/app/plugins/panels/table/editor.ts
public/app/plugins/panels/table/table_model.ts
|
2015-12-14 17:28:57 +01:00 |
Torkel Ödegaard
|
df0bc7bbc4
|
feat(external_plugin): lots of refactoring for side menu link extensions and view data, #3185
|
2015-11-20 09:43:10 +01:00 |
Haneysmith, Nathan
|
235bbc9c7e
|
custom login hints via config file
|
2015-08-20 11:15:36 -07:00 |
Torkel Ödegaard
|
0b5ba55131
|
feat(ldap): work on reading ldap config from toml file, #1450
|
2015-07-15 10:08:23 +02:00 |
Torkel Ödegaard
|
0ef7271326
|
Started work on LDAP again, #1450
|
2015-07-10 11:10:48 +02:00 |
Torkel Ödegaard
|
eb793f7feb
|
Initial work on ldap support, #1450
|
2015-06-04 09:34:42 +02:00 |
Torkel Ödegaard
|
fc47fb8f64
|
Backend auth: remember cookie is needed for oauth logins as well
|
2015-04-15 13:38:38 +02:00 |
Torkel Ödegaard
|
c07d48d930
|
A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session
|
2015-04-07 19:21:14 +02:00 |
Torkel Ödegaard
|
22adf0d06e
|
Datasource proxy & session timeout fix (casued 401 Unauthorized error after a while), Fixes #1667
|
2015-04-07 09:25:00 +02:00 |
Torkel Ödegaard
|
d987532262
|
Added server metrics
|
2015-03-22 15:14:00 -04:00 |
Torkel Ödegaard
|
f3d4d2782f
|
Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585
|
2015-03-11 16:19:29 +01:00 |
Torkel Ödegaard
|
10820f31c2
|
Changed go package path
|
2015-02-05 10:37:13 +01:00 |
Torkel Ödegaard
|
04d03f73b3
|
Added disable user sign up feature
|
2015-01-29 15:46:54 +01:00 |
Torkel Ödegaard
|
1d6413bfae
|
More work on backend for user favorites
|
2015-01-29 12:10:34 +01:00 |
Torkel Ödegaard
|
aa261bbe23
|
Login: only enabled oauth options are shown on login page
|
2015-01-28 10:26:13 +01:00 |
Torkel Ödegaard
|
257519490a
|
Worked on login remember cookie, and redirect after login
|
2015-01-27 12:05:23 +01:00 |
Torkel Ödegaard
|
95305e7e11
|
Changed from goconfig to its new counter part go-ini
|
2015-01-27 10:09:54 +01:00 |
Torkel Ödegaard
|
3c8c53194f
|
Sign up and login work
|
2015-01-21 09:52:40 +01:00 |
Torkel Ödegaard
|
90925273a0
|
User / Account model split, User and account now seperate entities, collaborators are now AccountUsers
|
2015-01-19 18:01:04 +01:00 |
Torkel Ödegaard
|
f858f6b621
|
Add collaborator now handles role, added macaron-contrib/binding for binding and validation
|
2015-01-16 11:54:19 +01:00 |
Torkel Ödegaard
|
3226a3a58e
|
Fixed hashing of passwords, Closes #3
|
2015-01-08 09:00:00 +01:00 |
Torkel Ödegaard
|
164d11c816
|
InfluxDB now works in proxy mode, influxdb username and password is added in the backend and never exposed to frontend, #8
|
2014-12-29 13:36:08 +01:00 |