summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* PLT-5705 Created a single source of http.Client creation logic with internet ...Torsten Juergeleit2017-05-317-86/+15
* Do not re-register WS connection if already authenticated (#6511)Joram Wilander2017-05-301-0/+4
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-302-3/+17
* PLT-6485 Add ability to disable `@here` notifications (#6372)David Meza2017-05-301-17/+5
* Adding short unit tests by default (#6494)Christopher Speller2017-05-251-0/+30
* Writing message to our logs when system panics and recovers (#6458)Corey Hulen2017-05-241-4/+13
* PLT-6534 Rotated uploaded profile pictures to be upright (#6482)Harrison Healey2017-05-242-12/+22
* Only update status when clicking onto app (#6435)Joram Wilander2017-05-241-1/+1
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-233-3/+5
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-183-21/+112
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-181-15/+93
* remove notification as requested in PLT-6537 (#6412)Carlos Tadeu Panato Junior2017-05-181-1/+3
* Ability to use OAuth login from mobile (#6432)enahum2017-05-171-2/+2
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+8
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-128-14/+89
|\
| * Send status change event if status changes on channel view (#6389)Joram Wilander2017-05-112-4/+16
| * PLT-6523: Don't crash when replying to a post whose poster has left the chann...George Goldberg2017-05-102-1/+45
| * Detach session activity update from statuses (#6379)Joram Wilander2017-05-104-7/+22
| * Get protocol correctly if using SSL direct to Mattermost (#6361)Joram Wilander2017-05-091-1/+1
| * Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-1/+5
| * Fixing session error (#6370)Christopher Speller2017-05-091-1/+1
* | Fix some issues in English (#5714)William Gathoye2017-05-111-1/+1
* | PLT-6488: Reduce database queries in user bulk import. (#6371)George Goldberg2017-05-103-42/+95
* | Fixing session error (#6370)Christopher Speller2017-05-091-1/+1
* | Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+8
|/
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-0/+10
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-1/+1
* Update channel patch to post the correct system messages (#6290)Joram Wilander2017-05-031-2/+29
* PLT-6380 Fired websocket event when user joins a team (#6266)Harrison Healey2017-05-031-2/+5
* PLT-6277 Moved profile image cropping to server (#6269)Harrison Healey2017-05-031-1/+1
* Add Password field to Bulk Importer. (#6268)George Goldberg2017-04-282-1/+40
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-2/+10
* Parallelise Bulk Import. (#6267)George Goldberg2017-04-282-6/+70
* PLT-6271 Changed word splitting to initially split on any non-name character ...Harrison Healey2017-04-283-34/+38
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-281-0/+28
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-275-53/+126
* PLT-6108 fixing to use senderId for push (#6245)Corey Hulen2017-04-271-1/+1
* PLT-3915/PLT-5550 Improve handling of Markdown while parsing mentions (#6091)Harrison Healey2017-04-262-1/+209
* PLT-6108 adding extra params to push notifications (#6236)Corey Hulen2017-04-261-0/+14
* Fix OAuth SSO first account creation, add mobile support, and fix refresh tok...Joram Wilander2017-04-251-6/+9
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-252-38/+26
* Fxing hub panic (#6214)Christopher Speller2017-04-241-2/+3
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-0/+17
* Adding slow pump detection to web_conn and better metrics (#6114)Corey Hulen2017-04-211-21/+43
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-201-1/+22
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-14/+14
* PLT-1384 Added websocket event when preferences are updated/deleted (#6107)Harrison Healey2017-04-201-6/+29
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-7/+5
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-182-9/+9
* Adding hub deadlock detection into master (#6100)Corey Hulen2017-04-181-13/+79