summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-3.7' into master.George Goldberg2017-03-1717-206/+115
|\
| * Fix permalink in email for DMs/GMs (#5751)Joram Wilander2017-03-131-2/+1
| |
| * PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ↵Harrison Healey2017-03-103-90/+17
| | | | | | | | (#5711)
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-1013-78/+80
| |
| * Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-1/+1
| |
| * Added additional validation for slack attachment format on server (#5680)Harrison Healey2017-03-081-29/+9
| |
| * Adding index and cache to reactinos store (#5654)Christopher Speller2017-03-071-0/+12
| |
* | Fxing code coverage numbers + APIv4 tests with EE (#5789)Christopher Speller2017-03-161-1/+1
| |
* | Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-5/+16
| |
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-0/+14
| |
* | cannot change ID and deleteat when trying to update the hook (#5784)Carlos Tadeu Panato Junior2017-03-161-0/+1
| |
* | Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-9/+7
| | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+3
| |
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-132-5/+29
| |
* | Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-2/+2
| | | | | | | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* | Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-3/+27
| | | | | | | | | | | | | | | | | | | | * Implement PUT /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams/{team_id}/unread endpoint for APIv4 * Implement POST /teams/{team_id}/members/ids endpoint for APIv4 * Remove debug statement
* | Move command logic into app layer (#5617)Joram Wilander2017-03-1320-0/+2016
| |
* | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-131-0/+28
| |
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-11/+47
| |
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+8
| |
* | Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-11/+132
| | | | | | | | | | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* | improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-150/+293
| | | | | | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* | Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+5
| | | | | | | | | | | | * APIv4: /files/{file_id}/link * updated public link
* | Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-0/+12
|/ | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
| | | | | | * PLT-5685 Fixing perf issue and problem with pushing for any activity * PLT-5685 Fixing perf issue and problem with pushing for any activity
* Remove FIXME and XXX from bulk import tests. (#5664)George Goldberg2017-03-061-3/+17
|
* Example of how to call metrics (#5621)Corey Hulen2017-03-061-3/+3
|
* Fix license telemetry. (#5641)George Goldberg2017-03-061-6/+6
|
* PLT-5701 Fix DM email subject text (#5630)enahum2017-03-041-1/+1
|
* PLT-4969 remove Push notifications @ preceeding the username or the user's ↵enahum2017-03-041-1/+1
| | | | name (#5629)
* Usernames must start with a letter (#5581)Joram Wilander2017-03-032-9/+9
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-024-13/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-021-2/+2
|
* Fix push notifications where channel is set to all activity (#5594)enahum2017-03-023-32/+348
| | | | | | | | | | | | * Fix push notifications where channel is set to all activity * feedback review * moved push notification logic to DoesStatusAllowPushNotification * Have every option handled in ShouldSendPushNotification * unit tests
* PLT-5479: Import Slack team without emails. (#5597)George Goldberg2017-03-021-0/+5
| | | | Use a fake email address for now, and inform the user doing the import clearly that this has been done.
* Removing typing check for master (#5583)Corey Hulen2017-03-011-19/+0
| | | | | | * Removing typing check for master * Removing typing check for master
* Optimizing weh_hub.Start() for master (#5576)Corey Hulen2017-03-012-26/+43
| | | | | | | | | | | | * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Adding to IsAuthenticated * Fixing problem with IsAuthenticated
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-013-66/+129
| | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-281-6/+8
|
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-283-16/+487
|
* Set timeout to http client (#5540)Josta Yee2017-02-281-3/+10
| | | Update client
* Optimzing the user typing event in ShouldSendEvent() (#5560)Corey Hulen2017-02-282-25/+31
|
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-282-0/+100
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-5/+298
| | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-281-0/+44
| | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+16
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-273-20/+4
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Fix channel created WS event (#5552)enahum2017-02-271-0/+1
|
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-0/+4
|
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
|