summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
...
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-2690-341/+19339
| | | | | | | | | | | | | minio-go does fully managed way of handling S3 API requests - Automatic bucket location management across all s3 regions. - Transparently upload large files in multipart if file 64MB or larger. - Right GetObject() API provides compatibility with io.ReadWriteSeeker interface. - Various other APIs including bulk deletes, server side object copy, bucket policies and bucket notifications. Fixes #4182
* Adding ability to serve TLS directly from Mattermost server (#4119)Christopher Speller2016-10-03722-1/+189862
|
* Updating golang dependancies (#4075)Christopher Speller2016-09-23361-16501/+31451
|
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-0629-0/+2390
|
* SAML Unit Tests, Go Driver & Removed vendor dependency (#3532)enahum2016-07-138-495/+0
|
* SAML support (#3494)enahum2016-07-058-0/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-0210-622/+0
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-0110-0/+622
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-0110-622/+0
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Rolling back gorp to earlier version (#3056)Christopher Speller2016-05-197-421/+158
|
* Moving to glideChristopher Speller2016-05-121092-3775/+277545
|
* Updating go depencancies. Switching to go1.6 vendoring (#2949)Christopher Speller2016-05-12507-0/+170425