summaryrefslogtreecommitdiffstats
path: root/app/saml.go
Commit message (Collapse)AuthorAgeFilesLines
* [MM-12607] Migrate to idiomatic error handling in the file `app/saml.go` in ↵Mukul Rawat2018-10-131-3/+3
| | | | | | | the mattermost-server repo. (#9585) (#9587) * Refactor function 'GetSamlMetadata' * Run make check-style, make changes
* Fix various segfaults when running `go test` manually (#8448)Jesse Hallam2018-03-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * failing to find i18n shouldn't segfault The server was trying to handle the fact that it couldn't find the i18n directory, by emitting a translated log message... * fix utils.FindDir The attempts to find the directory in the parent or grandparent directory don't work if the current working directory was inside `enterprise`, with `enterprise` itself being a symlink as per the usual developer setup. Recurse to the root of the filesystem, cleaning the path along the way to work around this limitation (and allow tests to be run from an arbitrarily deep nesting level.) Fix corresponding usages to employ filepath.Join. * failing to find html templates shouldn't segfault * fail fast if the test user cannot be created * rework utils.FindDir to retain backwards compatibility
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-031-1/+1
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-6/+6
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Remove more global refs / state (#7723)Chris2017-10-261-37/+31
| | | | | | | | | | * remove more global refs / state * fix job enterprise initialization * fix api4 test compilation * saml api endpoints fix
* remove einterface gets (#7455)Chris2017-09-191-5/+3
|
* 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