summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3462 Add the ability to clear push notifications after channel is viewed ↵Joram Wilander2016-08-318-67/+178
| | | | | | | | (#3834) * Add the ability to clear push notifications after channel is viewed * Fix race condition between updating the mention count and reading it when sending push notifications
* Add debug logging when receiving an oauth redirect (#3916)Joram Wilander2016-08-312-0/+6
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-3115-26/+260
| | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral
* PLT-4007 Fix OAuth: Javascript error when team admin accesses the OAuth 2.0 ↵enahum2016-08-303-5/+10
| | | | menu (#3887)
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-309-9/+150
|
* Update text in Account Settings > Notification (#3901)Eric Sethna2016-08-303-20/+20
| | | | | | | | | | | | | | | | | | | | | | * Comment thread notification text * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update en.json * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx
* Disable PDFJS worker (#3910)Joram Wilander2016-08-301-0/+3
|
* Fix scrollHeight console error when logging out of iOS app (#3909)Joram Wilander2016-08-301-2/+4
|
* Remove getPosts request after deleting a post (#3905)Joram Wilander2016-08-304-3/+13
|
* Update spelling (#3911)lfbrock2016-08-302-2/+2
| | | | | | * Update login_controller.jsx * Update en.json
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888)enahum2016-08-303-5/+21
| | | | | | * PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth
* PLT-4026 Use client dir constant for OAuth Authorization page (#3895)enahum2016-08-303-7/+5
|
* Update en.json (#3907)Yang Chen2016-08-301-1/+1
| | | Fixed grammar for e-mail notfication changing sign-in method
* PLT-3973 - Fixing batched emails for mobile (#3896)Asaad Mahmood2016-08-301-11/+19
|
* PLT-4008 go directly to the account creation page when 1 signup method ↵enahum2016-08-301-2/+8
| | | | enabled (#3894)
* PLT-3916 - Fixing flag icon position in the RHS (#3898)Asaad Mahmood2016-08-303-3/+7
|
* Minor UI improvements (#3904)Asaad Mahmood2016-08-303-36/+73
| | | | | | * PLT-3917 - Adding cross icon to remove deleted post in the RHS. * PLT-3997 - Improving the integration confirmation screen
* PLT-3980 sort custom emoji alphabetically by id. (#3893)George Goldberg2016-08-291-0/+5
| | | This sorts the emoji based on their id in the custom emoji list.
* PLT-2074 Refactor desktop notification settings UI and add setting for ↵Joram Wilander2016-08-298-271/+542
| | | | | | | | | | duration (#3883) * Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx
* Revert/Fix PLT-2805 (#3873)David Lu2016-08-297-51/+71
|
* PLT-1752/PLT-3567/PLT-3998 Highlighting links in search, unit tests for ↵Harrison Healey2016-08-2920-142/+765
| | | | | | | | | | | | | | | | | | | | | | | | | | autolinking (#3865) * Added highlighting to links when their URL includes the search term * Decoupling UserStore from react-router to allow for unit tests involving it * PLT-3998 Added SiteURL as an option to be passed into the text formatting code * Removed reference to PreferenceStore and window from TextFormatting * Refactored TextFormatting to remove remaining browser-only code * Updated ChannelHeader and MessageWrapper to match the changes to TextFormatting * Increased max listeners for Preference and Emoji stores * PLT-3832 Added automated unit tests for autolinking * PLT-3567 Rerender posts when mention keywords change * Updated RHS and search to match the changes to TextFormatting * Broke TextFormatting's dependency on the UserStore
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-294-2/+32
| | | | | | | Converts @mentions in Slack imports for regular messages, comments and Slack upload messages. Updates the description on the Team Settings Import tab to remove mention of @mentions not importing.
* Removing out-of-date trademark protectionit332016-08-271-5/+2
|
* Moving CheckBrowserCompatability to debug (#3889)Corey Hulen2016-08-261-1/+1
|
* PLT-4010 - Updating integration icons (#3885)Asaad Mahmood2016-08-266-7/+8
|
* Sorted teams by alphabetical order under System Console > Teams (#3868)Ryan Wang2016-08-251-5/+23
|
* PLT-4004 fixing javascript error when switching teams (#3877)Corey Hulen2016-08-251-1/+1
|
* Fixing license (#3878)Corey Hulen2016-08-254-9/+21
| | | | | | | | * Fixing sanitize license * Fixing license * Fixing unit tests
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-2421-628/+250
| | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code
* Fixed number in title not appearing for direct messages (#3875)Harrison Healey2016-08-242-6/+4
|
* Add missing directProfiles updates on real-time user updates (#3876)enahum2016-08-243-1/+7
|
* PLT-3942 Add real-time updates for center channel profile picture popover ↵enahum2016-08-245-44/+50
| | | | | | | | | | (#3871) * PLT-3942 Add real-time updates for center channel profile picture pop-over * Send user data with the websocket event to prevent further requests * Add helper for profile sanitation
* Add channel name on email notification. (#3824)Sang Jun Lee2016-08-242-13/+35
|
* Trimmed beginning slash from command trigger word (#3866)Ryan Wang2016-08-241-1/+6
|
* fix for team.display_name instead of team.name (#3827)Myeonghyeon-Lee2016-08-241-15/+13
|
* Temporarily add response body logging for access token request to help ↵Joram Wilander2016-08-241-2/+9
| | | | debugging (#3872)
* daily translations 20160823 (#3864)enahum2016-08-2320-627/+3056
|
* Update test-attachments.md (#3862)lfbrock2016-08-231-1/+1
|
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-2312-41/+532
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* Remove reference to config.json settings in strings (#3863)enahum2016-08-232-3/+3
|
* Add notification settings to control what statuses allow push notifications ↵Joram Wilander2016-08-235-74/+233
| | | | (#3829)
* fixed signup (#3858)David Lu2016-08-221-1/+2
|
* Fix load config panic errors to display message instead of id (#3855)enahum2016-08-221-2/+2
|
* PLT-3597 Fix select team message when user leaves a team (#3854)enahum2016-08-221-2/+4
|
* PLT-3593 fixing issue of removing from team DM list (#3857)Corey Hulen2016-08-226-11/+37
|
* PLT-3897 Fixed ALT+UP/DOWN crashing browser (#3848)David Lu2016-08-221-0/+15
| | | | | | * Fixed ALT+UP/DOWN crashing browser * changed order of return
* Prevent flagging of deleted posts and don't show deleted posts in flagged ↵Joram Wilander2016-08-226-29/+78
| | | | post list (#3846)
* PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵Joram Wilander2016-08-227-31/+74
| | | | | | | | | | (#3845) * Added status indicator back to popover member list * Updating positions of status indicator (#3844) * Fixed squishy profile pictures and added statuses to RHS pics
* Changed /teams/all api to only return teams the current user is a member of ↵Harrison Healey2016-08-222-30/+21
| | | | if they're not an admin (#3853)
* PLT-3841/PLT-3883 Fixed detection of local storage, persist system console ↵Harrison Healey2016-08-222-10/+22
| | | | | | | | | | team list after logout (#3849) * PLT-3841 Fixed check to see if local/session storage is available * PLT-3883 Saved selected teams in the admin console across a logout * Clarified the code that checks if local storage is available