summaryrefslogtreecommitdiffstats
path: root/app/saml.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-1/+2
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-6/+5
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* PLT-7126 Do not version detect on saml endpoints and remove config reloading ↵Joram Wilander2017-07-181-6/+0
| | | | | | | | (#6955) * Do not version detect on saml endpoints and remove config reloading * Update mattermost-redux
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-1/+2
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* 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
* PLT-5905 Fix saml certificates (#5803)enahum2017-03-221-1/+14
|
* Fxing code coverage numbers + APIv4 tests with EE (#5789)Christopher Speller2017-03-161-1/+1
|
* Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-11/+132
| | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* More app code migration (#5170)Joram Wilander2017-01-251-0/+67
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package