summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7818 Updates to post type (#7579)Joram Wilander2017-10-097-6/+58
| | | | | | * Updates to post type * Update tests
* PLT-7826: Don't fetch posts from store if ES returns none. (#7596)George Goldberg2017-10-091-6/+8
|
* 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
|
* PLT-7684 Add support to outgoing webhooks and slash commands to set post ↵Joram Wilander2017-09-288-3/+68
| | | | | | | | type and props (#7531) * Add support to outgoing webhooks and slash commands to set post type and props * Fix nil access
* Only check LDAP attributes if auth data set (#7530)Joram Wilander2017-09-281-0/+4
|
* PLT-7633 (E20) Add session idle timeout config setting (#7524)Joram Wilander2017-09-285-0/+139
| | | | | | | | | | * Add session idle timeout config setting * Modify config setting name to SessionIdleTimeoutInMinutes * Small re-org of if statement * Merge with latest master
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-273-62/+119
| | | | | | | | | | | | * PLT-7202: Switch user search to LIKE queries to avoid fulltext pitfalls. * Add 2 char name unit test. * Escape underscores properly. * Add more tests and fix * handling. * Make search/indexes case insensitive for postgres.
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-2845-222/+207
|
* Allow custom post types (#7468)Joram Wilander2017-09-272-2/+14
|
* translations PR 20170925 (#7509)enahum2017-09-2714-57/+525
|
* PLT-7470: Add metrics for searches. (#7507)George Goldberg2017-09-253-0/+27
|
* PLT-7542 Converting LDAP sync to the job server (#7452)Corey Hulen2017-09-2511-22/+119
| | | | | | | | | | | | | | | | | | | | * PLT-7542 Converting LDAP sync to the job server * Fixing minor issues * Fixing build failure * Translate error message * Translate error message * Translate error message * Translate error message * Fixing merge * Fixing bad merge
* PLT-7641: Cleanup the jsonl files from `make test` (#7466)Jonathan2017-09-253-1/+5
| | | | | | * Disabled automatic log rotation to avoid multiple log file creation, added mattermost.log.jsonl files to gitignore * Added log file delete to make clean
* PLT-7666: Clean up files on disk/s3 in data retention. (#7503)George Goldberg2017-09-253-0/+84
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-2558-2699/+2770
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* Update en.json (#7505)Jason Blais2017-09-251-1/+1
|
* Fix launching minio container. (#7504)George Goldberg2017-09-251-1/+1
|
* Finally do away with NewLocAppError function. (#7498)George Goldberg2017-09-255-43/+30
| | | | | This cleans up the few NewLocAppError calls that crept in since the main bulk of them were removed, and finally removes the NewLocAppError function altogether.
* translations PR 20170918 (#7470)enahum2017-09-2414-988/+1096
|
* Run file tests on Minio and local drivers. (#7482)George Goldberg2017-09-222-77/+119
|
* remove global refs from api/api4 (#7496)Chris2017-09-2254-760/+783
|