Jason Blais
86a92f8c75
Revert "display loading screen when changing team" ( #5403 )
2017-02-14 15:20:38 -05:00
Joram Wilander
9dabd10da9
Fix back button on sign-up pages ( #5376 )
2017-02-14 10:27:55 -05:00
Saturnino Abril
4aeb78e94a
PLT-5441 Disabled the "Add Comment" button in the right-hand side unless there is a valid input ( #5320 )
2017-02-14 13:42:33 +00:00
fengpan
452a7c29a2
Switch list of hex values to theme name value pairs ( #5301 )
...
* use theme name value pairs
* format
* Beautify view
* handle split
2017-02-13 22:08:52 -05:00
Saturnino Abril
1cfafed23e
[PLT-1412] Updated search buttons on mobile GH-5261 ( #5306 )
...
* Update search buttons on mobile
* removed commented codes in _mobile.scss
* deleted 'search_bar.cancel' from webapp/i18n/en.json
2017-02-13 18:07:43 -03:00
Robin Naundorf
260f1111e8
PLT-5208: Trigger Invitation by pressing Enter ( #5305 )
2017-02-13 10:50:25 -05:00
Robin Naundorf
54c699b7ca
Fix typo ( #5380 )
...
* Replace 'recieve' with 'receive'
2017-02-13 15:29:54 +00:00
Joram Wilander
ff741740ee
Increase performance when receiving messages ( #5375 )
2017-02-13 09:27:28 -05:00
David Lu
fac85b676e
Revert "PLT-5281 Add link to team URL error" ( #5372 )
2017-02-13 08:15:04 -05:00
Björn Roland
37222ec1b3
Revert " #5108 Use <time> element for channel headers and search result headers" ( #5359 )
2017-02-10 17:58:38 -05:00
Andrei Stanciu
1bbed1cb2b
Add permalink to timestamp ( #5206 )
...
* Add permalink to timestamp
* Add permalink to timestamp
* Add permalink to timestamp
* Add permalink to timestamp
* fix error with duplicated import
* underline permalink on hover
2017-02-10 06:56:48 -08:00
Mika Andrianarijaona
11e0a7daa2
display loading screen when changing team ( #5325 )
...
* display loading screen when changing team
* fix lint error
2017-02-08 08:40:32 -08:00
Björn Roland
829f3cce95
#5108 Use <time> element for channel headers and search result headers ( #5331 )
2017-02-08 08:38:59 -08:00
Robin Naundorf
ff2a36e9c0
Fix warning when opening rhs ( #5335 )
...
* Fix: `Warning: Failed prop type: Invalid prop `isCommentsPage` of
type `string` supplied to `SearchBar`, expected `boolean`.`
2017-02-08 16:11:06 +00:00
Robin Naundorf
f7d5a77060
Fix issue introduced by adding webapp/utils/url.jsx ( #5327 )
...
New location for getShortenedTeamURL() was missing in new channel
modal.
2017-02-07 10:15:32 -08:00
Robin Naundorf
439d5b7ed7
PLT-5336: Allow Header of 1024 chars in New Channel Modal ( #5294 )
2017-02-07 07:20:35 -08:00
Akihiko Odaki
68a05653ea
Add webapp/utils/url.jsx ( #5285 )
...
webapp/utils/utils.jsx got big and that caused a potential circular
dependency with webapp/stores/team_store.jsx. This change solves the
issue by introducing webapp/utils/url.jsx and moving URL-related
functions, which is not likely to depend on actions and stores, from
webapp/utils/utils.jsx.
2017-02-07 07:20:01 -08:00
Pepijn
9bdea0de80
Defering calculations for determining if user scrolled to bottom or not. slight delay improves the accuracy in responsive view ( #5244 )
2017-02-07 07:18:20 -08:00
Pierre Rudloff
466bd8415d
Add a notification for new messages on mobile ( #5179 ) ( #5234 )
2017-02-07 07:15:02 -08:00
Saturnino Abril
0dae6d015a
Disable send icon until valid message or file counts ( #5214 )
2017-02-07 07:13:07 -08:00
AymaneKhouaji
17d1ed114c
Support all timecode formats for YouTube preview ( #4957 ) ( #5032 )
2017-02-06 22:25:08 -08:00
Asaad Mahmood
bce2eb6ceb
Multiple bug fixes ( #5275 )
...
* PLT-5319 - Fixing text and line separator
* PLT-5227 - Shrinking webrtc hides video
* PLT-4066 - Fixing scroll for notifications modal
* PLT-5106 - Adding status indicators (compact view)
* Reverting scrolling change
2017-02-02 13:23:12 -05:00
David Lu
60be5c902f
Add link to team URL error ( #5270 )
2017-02-02 10:13:28 -05:00
Christopher Speller
ca3211bc04
PLT-5328 Fixing signup screen ( #5247 )
...
* Fixing signup screen not forwarding properly
* Fixing team id not forwarding from invite link if only LDAP is enabled
2017-02-02 09:31:00 -05:00
Andrei Stanciu
2ac4f36587
Remove redundant mobile web search hint popover ( #5233 )
2017-02-02 11:31:26 +00:00
Asaad Mahmood
baf4b9a453
PLT-5356 - Fixing margins for paragraphs ( #5217 )
...
* PLT-5356 - Fixing margins for paragraphs
* Fixing conflict
* Fixing font size for paragraphs
2017-02-01 16:16:19 -05:00
Yusuke Nemoto
187aff9fa8
add modal next/prev button to be localized ( #5245 )
2017-02-01 16:44:05 +00:00
Evgeniy
318670253a
fix cloning channels ( #5242 )
...
* fix cloning channels
* fix code-style
2017-01-31 20:41:25 -05:00
Saturnino Abril
9ba968ce33
Use consistent Display Name sorting code throughout the webapp #5159 ( #5213 )
...
* Use consistent Display Name sorting code throughout the webapp #5159
* fixed broken sorting of teams and channels
2017-01-31 20:57:16 -03:00
Harrison Healey
9369cab56c
Added ability for system message username to be localized ( #5239 )
2017-01-31 13:02:48 -05:00
Carlos Tadeu Panato Junior
6806df6f93
Clicking on email verification does not automatically fill in your email ( #5140 )
...
* 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
2017-01-31 09:36:31 -05:00
Harrison Healey
c0c6ef47d9
Stopped usernames from appearing on separate lines in system messages ( #5228 )
2017-01-31 10:01:32 -03:00
Harrison Healey
39ee5737b7
PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the 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
2017-01-30 11:49:00 -05:00
Joram Wilander
5b245c3a07
Fix refresh on system console user page ( #5222 )
2017-01-30 15:35:29 +00:00
enahum
30b06968e5
Fix system admin resetMfa action ( #5221 )
2017-01-30 09:41:28 -05:00
Asaad Mahmood
8a0db428bb
Bug fixes ( #5218 )
...
* 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
2017-01-30 09:39:43 -05:00
Asaad Mahmood
83ead5cac7
PLT-5122 - Switching to circular status icons ( #5049 )
...
* PLT-5122 - Switching to circular status icons
* Adding profile pic crop for status indicators
* Updating status indicators in LHS
* Updating else statements
2017-01-30 09:38:06 -05:00
Saturnino Abril
3e2f879b77
Add Floating Timestamp to Right Hand Side on Mobile #5163 ( #5201 )
2017-01-30 09:19:45 +00:00
Asaad Mahmood
28124d8476
Fixing various issues with markdown spacing ( #5203 )
2017-01-27 10:15:14 -05:00
Björn Roland
cfbace70ca
#5108 Add datetime attribute to <time> elements ( #5199 )
...
* #5108 Add datetime attribute to <time> elements
* fix eslint errors
2017-01-27 08:06:51 -05:00
Carlos Tadeu Panato Junior
d72547433a
Move remaining client functions in components to actions ( #5171 )
2017-01-27 10:39:13 +00:00
Harrison Healey
931e712af1
Fixed ChannelMentionProvider matching completed mentions ( #5188 )
2017-01-25 23:16:18 -03:00
Björn Roland
78ca999692
PLT-4898 Fix emoji reaction position for image thumbnails ( #5194 )
2017-01-25 23:12:03 -03:00
Debanshu Kundu
7bcea832cd
#4967 Fixed issue of post not getting updated after edit, if the post was focused. ( #5149 )
2017-01-25 07:18:35 -05:00
Carlos Tadeu Panato Junior
479bd1a2b3
Move instances of Client.resendVerification() in components to an action ( #5169 )
2017-01-24 11:51:43 +00:00
Carlos Tadeu Panato Junior
b87cd4e276
Move instances of Client.resetPassword() in components to an action ( #5167 )
2017-01-24 09:23:09 +00:00
Carlos Tadeu Panato Junior
1e5354cff3
Move instances of Client.verifyEmail() in components to an action ( #5166 )
2017-01-24 08:45:52 +00:00
Carlos Tadeu Panato Junior
9cc37e6918
Move instances of Client.uploadFile() in components to an action ( #5165 )
2017-01-23 09:23:14 -05:00
Carlos Tadeu Panato Junior
dbfd93daa7
Move instances of Client.deleteChannel() in components to an action ( #5164 )
2017-01-23 09:22:26 -05:00
Harrison Healey
a8f35c5738
Moved code to change direction of dropdown to run when dropdown is shown ( #5100 )
2017-01-23 10:14:45 -03:00