summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5025: Fix scroll to bottom delay loading channel. (#5056)George Goldberg2017-01-131-0/+5
|
* add error page on root.html (#4887)Erik2017-01-131-0/+45
|
* Register the same language aliases as Rouge (#5040)Jazz2017-01-132-34/+46
| | | This allows the use of the same aliases as GitLab.
* GH-4907 Move Client.updatePost call into an action (#5045)Mika Andrianarijaona2017-01-132-10/+18
| | | | | | | | | | | | | | * move Client.updatePost into an action Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead fixes #4907 * move loadPost in updatePost callback * Add loadPosts call in updatePost action * Lint: remove trailing spaces
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-132-0/+12
| | | | Incidentally fixes displaying the Linux icon next to sessions on Linux at the same time.
* PLT-5238: Show error on execute invalid slash command. (#5057)George Goldberg2017-01-131-1/+8
|
* PLT-4449: Update channel creation placeholders. (#5059)George Goldberg2017-01-132-2/+4
|
* Merge branch 'release-3.6'Christopher Speller2017-01-1241-792/+980
|\
| * Fix ios Team Switch double tap (#5051)enahum2017-01-122-14/+20
| | | | | | | | | | | | * Fix ios Team Switch double tap * Removing check of the user agent
| * Fix enforcement text on MFA setup page (#5042)Joram Wilander2017-01-121-1/+1
| |
| * Reset unread counts for channels being switched to/away (#5037)Joram Wilander2017-01-101-0/+4
| |
| * translations PR 20170110 (#5031)enahum2017-01-1012-434/+554
| | | | | | | | | | | | * translations PR 20170110 * Demoting Dutch from beta to alpha
| * PLT-5191 - Filter box overlapping fix for IE (#5034)Asaad Mahmood2017-01-101-1/+5
| | | | | | | | | | | | * PLT-5191 - Filter box overlapping fix for IE * Updating flex value for direct divs
| * PLT-5204 Fix Team Sidebar empty tooltip (#5028)enahum2017-01-101-1/+1
| |
| * Stopped rerendering CreatePost/CreateComment when blurring textbox (#5026)Harrison Healey2017-01-102-8/+11
| |
| * Minor UI fixes (#5023)Asaad Mahmood2017-01-091-4/+6
| | | | | | | | | | | | * PLT-5207 - Enabling scroll in settings modal * PLT-5194 - Removing status indicator on mobile
| * Fixed onBlur being called when not given as a prop (#5024)Harrison Healey2017-01-091-1/+4
| |
| * Allow resetting password regardless of signin/signup settings (#5025)Joram Wilander2017-01-091-4/+0
| |
| * SAML help text improvement (#5003)Christopher Speller2017-01-092-3/+3
| |
| * PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-095-53/+39
| | | | | | | | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour
| * Reorganize stats on system statistics page (#5007)Joram Wilander2017-01-092-126/+190
| |
| * PLT-5151 Show jewel with only mentions on mobile (#5004)enahum2017-01-091-3/+1
| |
| * Slack format for Slash command messages (#4999)Zeger-Jan van de Weg2017-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Slash commands accept Slack format Until this commit the slash commands only accepted 'text' properties. For better styling however, Slack formatting support was added. However, ephemeral messages are not supported, and only text will be displayed. * Allow emphemeral Slack messages
| * Prevent reload on MFA page (#5005)Joram Wilander2017-01-061-1/+8
| |
| * Update MFA help text documentation link (#4975)lfbrock2017-01-062-2/+2
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
| * Fixed post height changes caused by reactions (#4982)Harrison Healey2017-01-061-0/+4
| |
| * Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-069-103/+93
| | | | | | | | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
| * PLT-4614 Fix ordering of channels. (#4980)George Goldberg2017-01-061-8/+12
| |
| * Add missing targets to docs links. (#4978)George Goldberg2017-01-061-2/+10
| |
| * Fix JS error by updating janus client (#4988)enahum2017-01-061-27/+5
| |
| * Temporary fix for JS errors when logging out with non-english language (#4990)Joram Wilander2017-01-061-2/+1
| |
| * Fix MFA enforcement redirect loop (#4991)Joram Wilander2017-01-063-22/+34
| |
* | Fix JS error when receiving message in system console (#5019)Joram Wilander2017-01-121-1/+1
| |
* | PLT-5174 Mobile view: Send message link in popover doesn't close RHS (#5017)khawerrind2017-01-121-0/+3
| | | | | | | | | | | | * Fixed send message link in popover doesn't close RHS * added isMobile check for closing the rhs when click on send message button from profile popover
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-127-14/+77
| |
* | PLT-5212 Add password setting text for google and office365 (#5029)Joram Wilander2017-01-102-0/+46
| |
* | Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-102-1/+18
| | | | | | | | (#5021)
* | PLT-5154 Scroll RHS to the top when search term changes (#5027)Joram Wilander2017-01-101-0/+6
| |
* | fix typo and missing message (#5008)Yusuke Nemoto2017-01-091-14/+16
| |
* | PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-0615-19/+19
| |
* | Ui fixes (#4987)Asaad Mahmood2017-01-065-27/+29
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
* | Set focus to server log control in System Console when loading panel (#4912)Carlos Tadeu Panato Junior2017-01-061-0/+3
| | | | | | remove import
* | Update MFA help text doc link (#4969)lfbrock2017-01-062-2/+2
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
* | PLT-4821 Fix highlighting of wildcard search terms. (#4976)George Goldberg2017-01-061-1/+7
| |
* | PLT-4791 Fix hashtag highlight in search results. (#4977)George Goldberg2017-01-061-0/+5
| |
* | PLT-4758 fixing signaling of logout (#4984)Corey Hulen2017-01-062-26/+26
| |
* | PLT-5000 (#4817) Fix file upload alignment in tablet and mobile view (#4826)Björn Roland2017-01-062-2/+2
|/
* Fixing errors on user updates (#4962)Christopher Speller2017-01-041-1/+2
|
* Remove TODO (#4965)Christopher Speller2017-01-041-5/+0
|
* Hide skipped statistics in system console and add note (#4961)Joram Wilander2017-01-043-102/+172
|