summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-0248-289/+1592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-022-4/+4
|
* 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-5380 Moved link preview image to top right corner of preview area (#5212)Debanshu Kundu2017-03-027-95/+281
| | | | | | | | * PLT-5380 Moved link preview image to top right corner of preview area for smaller images, larger and wide images are still shown below the text. Also added logic to hide image area if image loading fails. * Updating link previews css
* PLT-4929: Confirmation Dialog when Deleting Entry on the Integrations pages ↵Ari Autio2017-03-026-48/+123
| | | | (#5529)
* translations PR 20170227 (#5554)enahum2017-03-0222-140/+854
|
* PLT-5479: Import Slack team without emails. (#5597)George Goldberg2017-03-022-0/+13
| | | | Use a fake email address for now, and inform the user doing the import clearly that this has been done.
* PLT-5612: Don't show error on invalid search query. (#5596)George Goldberg2017-03-022-18/+20
| | | | | Log a warning to the logs, but don't show an error to the user in the WebUI, just an empty set of query results, when the fulltext search query they enter generates a syntax error from the database.
* Fix blank DMs on page refresh (#5593)Joram Wilander2017-03-021-1/+1
|
* Ui improvements (#5588)Asaad Mahmood2017-03-027-17/+43
| | | | | | | | | | | | * PLT-5354 - Making statistics flow on page * PLT-5262 - Updating icon on join team page * PLT-5218 - Making menu colors consistent on mobile * PLT-5377 - Adding bg to current posts in the RHS * PLT-5645 - Adjusting spacing after/before ul/ol
* PLT-5355: Fix permalink to private/direct channels. (#5574)George Goldberg2017-03-022-3/+55
| | | | Appropriate permission checks depend on the type of channel this permalink links to.
* Added unit tests for mentions inside of hashtags (#5577)Harrison Healey2017-03-021-0/+45
|
* Update UI text for shortcuts to follow text formatting guidelines (#5533)Jason Blais2017-03-024-9/+9
| | | | | | | | | | | | * Update en.json * Update user_settings_advanced.jsx * Update messaging.jsx * Update composing.jsx * Fix formatting error with double quotes
* PLT-5261 Update MFA help text (#5590)lfbrock2017-03-022-7/+7
| | | | | | | | * Update mfa_settings.jsx * Update mfa_settings.jsx * Update en.json
* Update NOTICE.txt (#5595)Jeff Schering2017-03-021-1/+33
| | | Added go-opengraph and updated copyright date.
* Update emoji_test.go (#5589)Harry Moreno2017-03-011-1/+1
| | | fix typo
* Removing typing check for master (#5583)Corey Hulen2017-03-011-19/+0
| | | | | | * Removing typing check for master * Removing typing check for master
* Fixing parsing of device Ids (#5580)Corey Hulen2017-03-012-4/+80
|
* 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
* reduced channel name min length to 2 (#5570)Ruzette Tanyag2017-03-011-1/+1
|
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-014-75/+138
| | | | | | | | | | | | | | | | | | | | * 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
* PLT-5571: Updated error messages related to url length, start, end and ↵Ari Autio2017-03-012-8/+8
| | | | adjacent underscores (#5550)
* Prevent msg count subtraction to be less than zero (#5565)enahum2017-03-011-2/+5
|
* Added a unique prefix to text formatting entities (#5549)Harrison Healey2017-02-284-23/+23
|
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-282-6/+65
|
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-283-0/+96
| | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time
* Don't show new message indicator for ephemeral posts (#5555)Joram Wilander2017-02-281-0/+1
|
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-287-16/+731
|
* PLT-5490: Add machine readable timestamps for search results (#5564)Ari Autio2017-02-281-1/+4
|
* Fixed pasting text sending the caret to the end of the post textbox (#5567)Harrison Healey2017-02-281-2/+4
|
* 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
|
* PLT-3535: Handle plus (+) sign in emails by ensuring the email is uri ↵Ari Autio2017-02-281-1/+1
| | | | encoded on login redirect (#5536)
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-2810-105/+125
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* PLT-5188: Reinstate delete option on system messages. (#5113)George Goldberg2017-02-282-31/+48
| | | | | | | | * PLT-5188: Reinstate delete option on system messages. * Fix styling. * Fix empty hover box.
* ApiV4: GET /users/{user_id}/teams/unread (#5539)Andrei Stanciu2017-02-283-0/+73
|
* Update channel notifications default properly when changing account settings ↵Joram Wilander2017-02-282-0/+4
| | | | (#5559)
* Fix JS error from some link previews (#5556)Joram Wilander2017-02-281-0/+4
|
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-284-3/+144
| | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master
* Slash command: goto_location not working as expected (#5507)Carlos Tadeu Panato Junior2017-02-281-1/+5
|
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-283-0/+106
|
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-285-433/+426
| | | | | | | | * 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-287-15/+594
| | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints
* PLT-5548 Prevent server start if defaultLocate is not available (#5532)enahum2017-02-283-0/+43
| | | | | | * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales
* Get all teams api4 (#5542)Andrei Stanciu2017-02-286-0/+154
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-278-67/+13
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Fix channel created WS event (#5552)enahum2017-02-272-1/+3
|
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-275-49/+254
| | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * Fixing UI * Removing email as preferences from the UI for now * move to action * fix client test
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-275-21/+48
|
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
|