summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PLT-7619: Cleanup flags in data retention. (#7501)George Goldberg2017-09-224-0/+98
|
* PLT-7694: Allow setting a prefix for Elasticsearch indexes. (#7500)George Goldberg2017-09-222-1/+9
|
* Revert user_agent chanes made for PLT-959 #6945 to fix clients incorrectly ↵Alex Moon2017-09-212-49/+10
| | | | being given incompaibile message (#7497)
* PLT-7667: Clean up elasticsearch indexes when running data retention jobs. ↵George Goldberg2017-09-212-1/+14
| | | | (#7481)
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-216-43/+777
|
* remove more global refs (#7480)Chris2017-09-2128-190/+179
|
* Fixing some build issuesChristopher Speller2017-09-201-2/+2
|
* PLT-7508: Add settings to disable wide mention confirmation (#7416)Jesús Espino2017-09-204-0/+9
|
* Remove reference to webapp i18n file changes (#7401)Jason Blais2017-09-201-1/+1
| | | | | | * Remove reference to webapp i18n file changes * Update PULL_REQUEST_TEMPLATE.md
* Add error codes to the remaining stores (Part 1). (#7461)George Goldberg2017-09-206-81/+87
|
* fix error message escaping (#7467)Chris2017-09-201-2/+2
|
* remove einterface gets (#7455)Chris2017-09-1943-262/+259
|
* allow ephemeral command responses without text (#7478)Chris2017-09-191-4/+0
|
* interactive post update fix (#7477)Chris2017-09-192-10/+22
|
* Fixing profile image tag (#7435)Corey Hulen2017-09-194-6/+6
| | | | | | | | * Fixing profile image tag * Fixing unit test * Fixing unit test
* generate web error when opening an invalid public file link (#7475)Saturnino Abril2017-09-192-0/+6
|
* Add error codes to oauth/post/preference store errors. (#7460)George Goldberg2017-09-193-77/+76
|
* Minor update to en.json (#7464)Jason Blais2017-09-181-1/+1
| | | | | | | | * Update en.json * Update en.json * Update en.json
* Add error codes to the remaining stores (Part 2). (#7462)George Goldberg2017-09-189-67/+58
|
* Add error codes to user and webhook store errors. (#7459)George Goldberg2017-09-182-70/+68
|
* Fixing typo in name of "Mozzilla" Firefox (#7463)Harrison Healey2017-09-181-1/+1
|
* Implement update OAuthApp endpoint for APIv4, add test (#7413)n1aba2017-09-184-0/+175
|
* PLT-6558: Basic data retention job scheduler/worker implementation. (#7449)George Goldberg2017-09-157-14/+82
| | | | | | * PLT-7639: Batch delete methods for data retention. * PLT-6558: Basic data retention job worker/scheduler implementation.
* PLT-7539: Remove redundant license checks from CLI commands. (#7451)George Goldberg2017-09-152-131/+57
|
* PLT-7639: Batch delete methods for data retention. (#7444)George Goldberg2017-09-1514-0/+332
|
* PLT-7622 Improvements to server handling of webapp plugins (#7445)Joram Wilander2017-09-1512-62/+183
| | | | | | | | * Improvements to server handling of webapp plugins * Fix newline * Update manifest function names
* PLT-7509 Stopped processing special mentions for change of header/purpose ↵Harrison Healey2017-09-152-15/+40
| | | | messages (#7410)
* Model: NewLocAppError -> NewAppError (#7450)George Goldberg2017-09-1520-126/+138
|
* Add some checking of channel ID before sending websocket event (#7431)Joram Wilander2017-09-153-1/+51
|
* remove more global references (#7442)Chris2017-09-1436-241/+252
|
* [PLT-7573] Make deactivated user not counted in Town Square member count (#7421)Saturnino Abril2017-09-151-0/+16
| | | | | | * make deactivated user not counted in Town Square member count * update app
* Fix update SQL query to include refresh token (#7425)Joram Wilander2017-09-142-2/+31
|
* Invalidate webhook cache after updating webhook (#7430)Joram Wilander2017-09-142-0/+6
|
* Avoid error linking client dist directory every time (#7438)Jesús Espino2017-09-131-1/+3
|
* PLT-7563 Fixed template handling to support more values (#7404)Harrison Healey2017-09-131-2/+5
|
* PLT-7556 fixing postgres issue with compliance for master (#7414)Corey Hulen2017-09-121-2/+2
|
* PLT-7502 fixing clearing of push notifications for iOS (#7429)Corey Hulen2017-09-121-24/+31
| | | | | | * PLT-7502 fixing clearing of push notificaitons for iOS * PLT-7502 fixing clearing of push notificaitons for iOS
* fix plugin test (#7436)Chris2017-09-127-19/+31
| | | | | | | | | | | | * fix plugin test * ugh. global state * Fix plugin test * Fix TestDeleteChannel * Remove plugin config listener when shutting down
* Remove global app references (#7433)Chris2017-09-1237-1434/+724
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* more robust command response content-type checking (#7412)Chris2017-09-112-1/+3
|