summaryrefslogtreecommitdiffstats
path: root/app/ldap.go
Commit message (Collapse)AuthorAgeFilesLines
* 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