summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-023-22/+19
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Remove redundant mobile web search hint popover (#5233)Andrei Stanciu2017-02-022-14/+29
|
* PLT-5356 - Fixing margins for paragraphs (#5217)Asaad Mahmood2017-02-013-19/+20
| | | | | | | | * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-013-4/+20
|
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* fix cloning channels (#5242)Evgeniy2017-01-311-1/+3
| | | | | | * fix cloning channels * fix code-style
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-3111-90/+51
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-316-5/+21
|
* Clicking on email verification does not automatically fill in your email (#5140)Carlos Tadeu Panato Junior2017-01-311-1/+10
| | | | | | | | | | * implement Clicking on email verification does not automatically fill in your email * set the cursor to the password field * update per review * update per review
* Use Client APIs to resolve URLs (#5148)Akihiko Odaki2017-01-314-3/+11
|
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* Minor fix for system console menu (#5225)Asaad Mahmood2017-01-311-0/+5
|
* Improvments to typing messages (#5230)Christopher Speller2017-01-303-3/+4
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-3013-51/+321
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Fix @ mentions not always highlighting (#5223)Joram Wilander2017-01-301-0/+5
|
* Fix refresh on system console user page (#5222)Joram Wilander2017-01-301-20/+15
|
* Fix system admin resetMfa action (#5221)enahum2017-01-301-1/+2
|
* Bug fixes (#5218)Asaad Mahmood2017-01-3015-142/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5319 - Fixing text alignment security modal * PLT-5280 - Fixing add comment button in RHS mobile * PLT-5397 - Fixing Floating timestamp on mobile * PLT-5129 - Hiding formatting help text * PLT-5242 - Adjusting team sidebar border on IE!! * PLT-5226 - Placing settings toggle over header * PLT-5222 - Placed team description tooltip on top * PLT-5201 - Account settings overlap on mobile * PLT-5138 - Adding bg to pending post actions * PLT-5286 - Adjusting play button on youtube videos * PLT-5313 - Adjusting space between emoji reactions * PLT-5187 - Adjusting text in channel switcher * PLT-5399 - Reverting button alignment in modal
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-309-62/+72
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-303-3/+85
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-272-21/+28
|
* Merge branch 'release-3.6'Christopher Speller2017-01-272-1/+24
|\
| * Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-192-1/+24
| |
* | #5108 Add datetime attribute to <time> elements (#5199)Björn Roland2017-01-273-3/+12
| | | | | | | | | | | | * #5108 Add datetime attribute to <time> elements * fix eslint errors
* | Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-2732-141/+708
| |
* | Fixed ChannelMentionProvider matching completed mentions (#5188)Harrison Healey2017-01-252-56/+72
| |
* | Disabled mangling of email addresses in markdown autolinks (#5192)Harrison Healey2017-01-251-1/+2
| |
* | PLT-4898 Fix emoji reaction position for image thumbnails (#5194)Björn Roland2017-01-251-1/+1
| |
* | translations PR 20170123 (#5174)enahum2017-01-2511-155/+335
| |
* | #4967 Fixed issue of post not getting updated after edit, if the post was ↵Debanshu Kundu2017-01-252-10/+21
| | | | | | | | focused. (#5149)
* | Move instances of Client.resendVerification() in components to an action (#5169)Carlos Tadeu Panato Junior2017-01-242-2/+19
| |
* | Move instances of Client.resetPassword() in components to an action (#5167)Carlos Tadeu Panato Junior2017-01-242-4/+25
| |
* | Move instances of Client.verifyEmail() in components to an action (#5166)Carlos Tadeu Panato Junior2017-01-242-9/+23
| |
* | Move instances of Client.uploadFile() in components to an action (#5165)Carlos Tadeu Panato Junior2017-01-232-9/+38
| |
* | Move instances of Client.deleteChannel() in components to an action (#5164)Carlos Tadeu Panato Junior2017-01-232-12/+22
| |
* | Moved code to change direction of dropdown to run when dropdown is shown (#5100)Harrison Healey2017-01-231-6/+10
| |
* | Move permissions code into app package (#5146)Joram Wilander2017-01-231-12/+13
| | | | | | | | | | | | * Move permissions code into app package * Revert getPosts permission
* | Random fixes (#5145)enahum2017-01-232-4/+14
| | | | | | | | | | | | * Fix OVERLAY_TIME_DELAY in sidebar_header * Fix webhook channel selection by adding a filter
* | Move instances of Client.inviteMembers() in components to an action (#5154)Saturnino Abril2017-01-232-2/+18
| |
* | Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-232-4/+21
| | | | | | | | (#5156)
* | Update chanel_header.addMembers --> channel_header.addMembers (#5144)Jason Blais2017-01-202-2/+2
| | | | | | | | | | | | * Update channel_header.jsx * Update en.json
* | translations PR 20170116 (#5086)enahum2017-01-2011-290/+400
| |
* | Adding active users statistics to system console (#5141)Christopher Speller2017-01-204-1/+47
| |
* | Account settings text updates (#5143)Jason Blais2017-01-203-11/+11
| | | | | | | | | | | | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* | #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-2015-532/+460
| | | | | | | | graph data from those links. (#4890)
* | Support explicit image sizes in markdown (#4803)Jürgen Haas2017-01-201-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support explicit image sizes in markdown * Cleanup code * Add support for missing second dimension * Overwrite height style attribute if available, use "auto" otherwise * Fix syntax * Do not set the height style if its value is auto * Re-calculate width and height, if given height is bigger than max-height * Make formulas more explicit
* | Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-204-38/+34
| | | | | | | | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId
* | Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-203-3/+20
| |
* | Fixed channel mention autocomplete to not match completed mentions (#5101)Harrison Healey2017-01-201-0/+12
| |
* | Move instances of Client.deletePost() in components to an action (#5129)Carlos Tadeu Panato Junior2017-01-192-18/+33
| |