summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Refactor password validation and config defaults (#7859)Chris2017-11-202-3/+3
* PLT-6217 Fixes system message posted to Town Square when a member leaves a te...Tsilavina Razafinirina2017-11-201-1/+1
* Reorganize file util functionality (#7848)Chris2017-11-164-10/+9
* PLT-7111 Add groupmsg command (#7419)Jesús Espino2017-11-141-0/+58
* more global config ref cleanup (#7802)Chris2017-11-093-4/+3
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-032-3/+7
* prevent deactivation of sso users (#7759)Chris2017-11-021-1/+1
* PLT-7810 Track if an APIv3 endpoint was used in the last day (#7744)Joram Wilander2017-10-311-0/+5
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...Saturnino Abril2017-10-311-1/+1
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-315-8/+8
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-316-24/+14
* Remove unused variables / code (#7736)Chris2017-10-302-5/+0
* simplify things (#7735)Chris2017-10-303-8/+6
* Remove more global refs / state (#7723)Chris2017-10-264-12/+2
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-2511-81/+75
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-251-1/+2
* PLT-7599: webhook post splitting (#7707)Chris2017-10-241-2/+2
* eliminate more utils.Cfg references (#7701)Chris2017-10-244-204/+2
* add model.NewX funcs for builtin types (#7692)Chris2017-10-231-2/+1
* Reduce cfg boilerplate (#7689)Chris2017-10-236-303/+36
* [PLT-7362] Option to add user to channel if mentioned user is not currently i...Saturnino Abril2017-10-211-1/+9
* Reduce utils.Cfg references (#7650)Chris2017-10-1827-550/+641
* fix email race condition (#7656)Chris2017-10-181-2/+5
* Merge branch 'release-4.3'Christopher Brown2017-10-164-17/+387
|\
| * fix race condition in tests (#7609)Chris2017-10-111-0/+16
| * PLT-7811 Standardized team sanitization flow (#7586)Harrison Healey2017-10-093-14/+380
| * PLT-7818 Updates to post type (#7579)Joram Wilander2017-10-091-3/+7
* | parallel tests (#7629)Chris2017-10-165-20/+36
* | Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-123-419/+103
* | Miscellaneous app cleanup (#7594)Chris2017-10-092-26/+15
|/
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-5/+0
* PLT-7718 Patch for files (#7564)Joram Wilander2017-10-041-2/+20
* PLT-7782 Fix for OAuth (#7566)Joram Wilander2017-10-041-8/+0
* Goroutine wranglin (#7556)Chris2017-10-034-9/+14
* Don't use global app for api / api4 tests (#7528)Chris2017-10-0234-180/+561
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-1/+1
* PLT-7684 Add support to outgoing webhooks and slash commands to set post type...Joram Wilander2017-09-281-0/+10
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-288-31/+10
* PLT-7470: Add metrics for searches. (#7507)George Goldberg2017-09-251-0/+12
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-7/+8
* remove global refs from api/api4 (#7496)Chris2017-09-2221-340/+349
* remove more global refs (#7480)Chris2017-09-212-19/+18
* remove einterface gets (#7455)Chris2017-09-193-29/+26
* Fixing profile image tag (#7435)Corey Hulen2017-09-192-3/+3
* generate web error when opening an invalid public file link (#7475)Saturnino Abril2017-09-191-0/+4
* PLT-7539: Remove redundant license checks from CLI commands. (#7451)George Goldberg2017-09-151-106/+57
* Fix update SQL query to include refresh token (#7425)Joram Wilander2017-09-141-0/+29
* fix plugin test (#7436)Chris2017-09-121-3/+5
* Remove global app references (#7433)Chris2017-09-123-50/+37
* Disabling oauth testChristopher Speller2017-09-071-2/+2