summaryrefslogtreecommitdiffstats
path: root/app/ldap.go
Commit message (Collapse)AuthorAgeFilesLines
* ldap: Add own ldap authenticationsplineAlexander Sulfrian2020-01-071-3/+2
|
* MM-4998 Adding LoginIdAttribute to allow LDAP users to change their login ID ↵Christopher Speller2018-05-101-3/+3
| | | | | | | | | | | | | | without losing their account (#8756) * Adding LoginIdAttribute * Modifying LDAP to use loginIDAttribute. * Adding IDAttribute migration and AD objectGUID support. * Removing unused idea. * Fix typo.
* Structured logging (#8673)Christopher Speller2018-04-271-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable.
* Remove global site url (#8343)Chris2018-02-221-2/+2
| | | | | | | | * remove global site url * missed one * revert mysterious change
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-4/+5
|
* Add Config to disable Auth Transfers. (#7843)Chris Duarte2017-11-281-0/+8
| | | | | | * Add Config to disable Auth Transfers. * Set config ExperimentalEnableAuthenticationTransfer behind an E20 license restriction
* PLT-8184 Fixing LDAP test connection button for master (#7888)Corey Hulen2017-11-231-1/+1
|
* PLT-5813 support SAML sync via LDAP (#7668)Corey Hulen2017-10-311-1/+2
| | | | | | * PLT-5813 support SAML sync via LDAP * Cleaning up based on review
* eliminate more utils.Cfg references (#7701)Chris2017-10-241-2/+2
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-2/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Goroutine wranglin (#7556)Chris2017-10-031-6/+6
| | | | | | * goroutine wranglin * synchronize WebConn.WritePump
* PLT-7542 Converting LDAP sync to the job server (#7452)Corey Hulen2017-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | * PLT-7542 Converting LDAP sync to the job server * Fixing minor issues * Fixing build failure * Translate error message * Translate error message * Translate error message * Translate error message * Fixing merge * Fixing bad merge
* remove einterface gets (#7455)Chris2017-09-191-8/+7
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-8/+8
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-3/+2
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-2/+2
| | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-2/+76
| | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test
* More app code migration (#5170)Joram Wilander2017-01-251-0/+40
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package