Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrading minio-go library to 6.0.0 (#8651) | Jesús Espino | 2018-04-30 | 15 | -0/+2627 |
| | | | | | | * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint | ||||
* | MM-9072/MM-10185 Force-convert the encoding of OpenGraph metadata to UTF-8 ↵ | Hyeseong Kim | 2018-04-30 | 35 | -0/+157078 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#8631) * Force-convert non-UTF8 HTML to UTF8 before opengraph processing * Split the force-encoding function * Add benchmark Test for the forceHTMLEncodingToUTF8() ``` Running tool: /home/comet/go-v1.9.2/bin/go test -benchmem -run=^$ github.com/mattermost/mattermost-server/app -bench ^BenchmarkForceHTMLEncodingToUTF8$ [03:32:58 KST 2018/04/21] [INFO] (github.com/mattermost/mattermost-server/app.TestMain:28) -test.run used, not creating temporary containers goos: linux goarch: amd64 pkg: github.com/mattermost/mattermost-server/app BenchmarkForceHTMLEncodingToUTF8/with_converting-4 100000 11201 ns/op 18704 B/op 32 allocs/op BenchmarkForceHTMLEncodingToUTF8/without_converting-4 300000 3931 ns/op 4632 B/op 13 allocs/op PASS ok github.com/mattermost/mattermost-server/app 2.703s Success: Benchmarks passed. ``` * Remove an unnecessary constraint * Add pre-check if content-type header is already utf-8 * Move the checking for utf-8 into forceHTMLEncodingToUTF8() for testing * Revert df3f347213faa0d023c26d201fa6531f46391086..HEAD, without Gopkg.lock | ||||
* | Depenancy upgrades and movign to dep. (#8630) | Christopher Speller | 2018-04-16 | 1413 | -779073/+4132 |
| | |||||
* | Upgrading server dependancies (#8308) | Christopher Speller | 2018-02-16 | 44 | -11105/+11242 |
| | |||||
* | Upgrading server dependancies (#8154) | Christopher Speller | 2018-01-29 | 66 | -844/+2658 |
| | |||||
* | Updated dependencies and added avct/uasurfer (#8089) | Harrison Healey | 2018-01-16 | 344 | -30670/+88598 |
| | | | | | | * Updated dependencies and added avct/uasurfer * Added uasurfer to NOTICE.txt | ||||
* | Updating server dependancies. (#7816) | Christopher Speller | 2017-11-13 | 240 | -3164/+75432 |
| | |||||
* | Updating server dependancies. (#7538) | Christopher Speller | 2017-09-29 | 240 | -24423/+31350 |
| | |||||
* | Updating server dependancies. (#7246) | Christopher Speller | 2017-08-17 | 151 | -5981/+15537 |
| | |||||
* | Upgrading server dependancies (#6984) | Christopher Speller | 2017-07-20 | 151 | -10459/+14588 |
| | |||||
* | Updating server dependancies (#6712) | Christopher Speller | 2017-06-21 | 349 | -31202/+47152 |
| | |||||
* | Upgrading server dependancies (#6431) | Christopher Speller | 2017-05-17 | 108 | -570/+3955 |
| | |||||
* | Upgrading server dependancies (#6215) | Christopher Speller | 2017-04-24 | 199 | -90068/+116555 |
| | |||||
* | Fixing race conditions in the code base (#5966) | Corey Hulen | 2017-04-04 | 9 | -181/+274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue | ||||
* | PLT-6076 Adding viper libs for config file changes (#5871) | Corey Hulen | 2017-03-25 | 378 | -299/+423261 |
| | | | | | | | | * Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs | ||||
* | Updating server dependancies. Also adding github.com/jaytaylor/html2text and ↵ | Christopher Speller | 2017-03-13 | 231 | -13391/+20353 |
| | | | | gopkg.in/gomail.v2 (#5748) | ||||
* | Updating server dependancies (#5249) | Christopher Speller | 2017-02-02 | 146 | -1128/+111812 |
| | |||||
* | Improving command line interface (#4689) | Christopher Speller | 2016-12-06 | 21 | -0/+279 |
| | |||||
* | Upgrading server dependancies (#4566) | Christopher Speller | 2016-11-16 | 313 | -12793/+32760 |
| | |||||
* | Adding ability to serve TLS directly from Mattermost server (#4119) | Christopher Speller | 2016-10-03 | 482 | -0/+132759 |
| | |||||
* | Updating golang dependancies (#4075) | Christopher Speller | 2016-09-23 | 136 | -777/+22429 |
| | |||||
* | Moving to glide | Christopher Speller | 2016-05-12 | 483 | -3760/+84379 |
| | |||||
* | Updating go depencancies. Switching to go1.6 vendoring (#2949) | Christopher Speller | 2016-05-12 | 201 | -0/+109825 |