summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix webconn shutdown race (#7631)Chris2017-10-163-7/+31
| | | | | | | | | | | | | | | | | | | | * fix webconn shutdown race * make sure writePump returns promptly if readPump returns first * fix app shutdown race * minor improvement
* | PLT-7809: Add support for Kopano Webmeetings WebRTC server (#7590)Simon Eisenmann2017-10-164-9/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for Kopano Webmeetings WebRTC server Add an option to select which WebRTC server to use and add support to use Kopano Webmeetings as backend instead of Janus. If the new configuration is not set, WebRTC assumes Janus is used as backend. * Fixup: remove redundant case. default to janus * Fixup: use GatewayAdminUrl as direct prefix to admin URL entry point * Fixup: consumeAndClose
* | parallel tests (#7629)Chris2017-10-1615-61/+302
| |
* | Ignored gogland project files (#7625)Jonathan2017-10-131-0/+3
| |
* | Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-1210-434/+508
| | | | | | | | | | | | | | | | | | | | | | | | * use tmpfs containers for api/api4, move and speed up cli tests * minor optimizations * add missing files, fix pre-existing race condition * add . to TestMain check * add requested log message
* | Minor link fixes (#7614)Conor O'Callaghan2017-10-121-3/+3
| | | | | | | | | | | | | | | | | | | | * Minor link fixes Fixed several links to move to new URL (instead of redirecting via another page), modified link for help wanted issues. * Changes to reflect comments on PR Updated URL as per comments on PR
* | Add User To Channel api route returns a 400 error when trying to add users ↵Santos Solorzano2017-10-121-0/+5
| | | | | | | | to a DM or GM channel (#7587)
* | PLT-7883: Fix database race in bulk importer in GetByUsername. (#7611)George Goldberg2017-10-121-19/+20
| |
* | Make test execution not take quadratic compilation time (#7610)Chris2017-10-122-27/+18
| | | | | | | | | | | | | | | | | | | | | | | | * make test execution not take quadratic compilation time * add -p flag. we can only test one package at a time (for now) * cd to mattermost-server for enterprise * whoops * let's go ahead and make the coverage profiles ready for concurrent test
* | Add back consumeAndClose functionality. (#7608)Christopher Speller2017-10-127-10/+17
| | | | | | | | | | | | | | * consume bodies for action button integrations, webrtc gateway, oauth endpoint * Fixing a couple more places, switching to io.Copy to ioutil.Discard, adding a comment to help prevent future performance regressions
* | [PLT-7764] Fix in:channel search when channel name/displayname includes `-` ↵Saturnino Abril2017-10-113-47/+159
| | | | | | | | | | | | | | | | | | | | (#7603) * fix in:channel search when channel name/displayname includes `-` * fix failing test in PostgreSQL * add lowercase indexes of channel's name and displayname to postgresql, and add unit tests
* | remove go 1.8 ipc workaround (#7604)Chris2017-10-103-224/+1
| |
* | Remove duplicate post edit WS event and cache invalidation (#7576)Joram Wilander2017-10-091-3/+0
| |
* | Miscellaneous app cleanup (#7594)Chris2017-10-0922-169/+168
| | | | | | | | | | | | | | | | | | | | | | | | * app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks
* | store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-0922-118/+333
| | | | | | | | | | | | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* | store/storetest package (#7588)Chris2017-10-0646-11071/+11095
| | | | | | | | | | | | * prerequisites * storetest package
* | Do not require server restart when enabling/disabling plugins (#7592)Joram Wilander2017-10-062-2/+18
| |
* | fix GetPostsByIds error (#7591)Chris2017-10-061-1/+1
| |
* | reduce store boiler plate (#7585)Chris2017-10-0635-3269/+589
| |
* | post-4.3 commit (#7581)Chris2017-10-051-0/+9
|/
* fix websocket deadlock (#7577)Chris2017-10-041-4/+16
|
* 4.3 pre-cut (#7569)Chris2017-10-042-4/+5
| | | | | | * 4.3 pre-cut * fix
* Fix races / finally remove global app for good (#7570)Chris2017-10-0423-67/+139
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Parameterized post ids to avoid possible sql injection (#7575)Jonathan2017-10-041-3/+14
|
* Remove duplicate Nature section (#7571)lindalumitchell2017-10-041-5/+0
|
* PLT-7218: CLI to move slash commands between teams. (#7574)George Goldberg2017-10-049-1/+252
|
* PLT-7789: Fix raciness on Aurora with importing team members. (#7573)George Goldberg2017-10-042-17/+19
| | | | | | * PLT-7789: Fix raciness on Aurora with importing team members. * Fix and document return values.
* [PLT-7787] remove an extra ephemeral message posted for slash commands (#7572)Carlos Tadeu Panato Junior2017-10-041-1/+1
|
* translations PR 20171002 (#7555)enahum2017-10-0414-117/+273
|
* Update NOTICE.txt (#7550)amyblais2017-10-041-0/+119
| | | | | | * Update NOTICE.txt * Update NOTICE.txt
* PLT-7718 Patch for files (#7564)Joram Wilander2017-10-047-9/+52
| | | | | | | | | | * Patch for files * Fix merge * Fix tests * Fix another test
* PLT-7785: Slash commands can be issued to a channel in a team without it (#7567)Jonathan2017-10-043-7/+42
| | | | | | * Ensured that specified channel is a part of specified team * Simplified approach to just infer team id from specified channel id to eliminate the attack vector entirely
* PLT-7782 Fix for OAuth (#7566)Joram Wilander2017-10-042-14/+1
| | | | | | * Fix for oauth * Fix test
* PLT-7781 Some more OAuth fixes (#7568)Joram Wilander2017-10-042-23/+129
| | | | | | * Some other oauth fixes * Fix unit test
* Updates to session revoking in v4 (#7565)Joram Wilander2017-10-043-1/+30
|
* Only update session activity on specific endpoints (#7549)Joram Wilander2017-10-034-1/+5
|
* Goroutine wranglin (#7556)Chris2017-10-0326-118/+233
| | | | | | * goroutine wranglin * synchronize WebConn.WritePump
* PLT-5549: No feedback when trying to save localization settings in System ↵Jonathan2017-10-032-104/+201
| | | | | | | | Console when Available Languages doesn't include the default client language (#7554) * Added server-side validation check for localization settings. Refactored validation checks to be easier to read * Fixed gofmt issues
* PLT-7668: Elasticsearch & DataRetention in client license. (#7548)George Goldberg2017-10-031-0/+2
|
* Fix bad merge (#7553)Joram Wilander2017-10-021-1/+1
|
* PLT-7759: Make GetNewestJobByStatusAndType not fail when no jobs match. (#7540)George Goldberg2017-10-022-2/+6
|
* PLT-7705: API to get data retention policy. (#7539)George Goldberg2017-10-0213-12/+157
| | | | | | * PLT-7705: API to get data retention policy. * Fix review comments.
* Don't use global app for api / api4 tests (#7528)Chris2017-10-0266-461/+879
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* Updating server dependancies. (#7538)Christopher Speller2017-09-29422-28191/+38830
|
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-299-45/+189
| | | | | | | | * Return viewed at times in view channel API response * Updated transaction to read and write once * Remove transaction and only update if new value greater than older
* PLT-7712: Add data retention settings to diagnostics. (#7534)George Goldberg2017-09-291-25/+34
|
* remove jobs.Srv and other jobs-related globals (#7535)Chris2017-09-2916-132/+140
|
* PLT-7758: jira url fix (#7536)Chris2017-09-282-7/+25
| | | | | | * jira url fix * whoops, forgot a file (the test file)
* PLT-7750: Improve the error messages for invalid data retention config. (#7533)George Goldberg2017-09-281-3/+3
|
* PLT-7644: Improve job scheduler architecture. (#7532)George Goldberg2017-09-289-122/+319
|