Граф коммитов

7824 Коммитов

Автор SHA1 Сообщение Дата
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
Jason Blais
233f43e47f Fix typo in en.json (#5313) 2017-02-06 17:40:01 -08:00
Joram Wilander
9b9cd2b2a1 Add config.json to gitignore (#5276) 2017-02-05 12:22:40 -05:00
Ruzette Tanyag
fc43bf0581 Implement DELETE /users/{user_id endpoint for APIv4 - rebase cleanup (#5307)
* added delete user endpoint

* added unit test for delete user endpoint

* added delete user driver
2017-02-05 09:20:17 -08:00
Christopher Speller
aa75f981e1 Adding PostId index (#5300) 2017-02-03 18:34:37 -05:00
Christopher Speller
30cd39ae05 Removing parentId from delete post queries (#5298) 2017-02-03 18:34:20 -05:00
Joram Wilander
7ff2aef7fa Implement GET /users endpoint for APIv4 (#5277) 2017-02-03 15:17:34 -05:00
Harrison Healey
948b557453 Partially reverted 7e9cf13aa3 (#5295) 2017-02-03 14:21:10 -05:00
Joram Wilander
9312469ad5 Implement POST /channels/direct endpoint for APIv4 (#5283) 2017-02-03 10:27:12 -05:00
Joram Wilander
ccb0343828 Implement POST /users/ids endpoint for APIv4 (#5274) 2017-02-03 09:30:57 -05:00
Christopher Speller
177589b1e2 Updating client dependancies except ESLint and react-router (#5253) 2017-02-03 08:23:10 -05:00
Harrison Healey
24f02a15c1 Updated marked to allow escaping pipe characters and to restrict reference links (#5278) 2017-02-02 18:22:42 -05: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
Joram Wilander
365514174e Add tear down to APIv4 tests (#5250)
* Add tear down to APIv4 tests

* Defer tear downs
2017-02-02 11:46:42 -05:00
David Lu
60be5c902f Add link to team URL error (#5270) 2017-02-02 10:13:28 -05:00
George Goldberg
28e445c6e0 PLT-5407: Bulk importing of User memberships. (#5273) 2017-02-02 10:03:41 -05:00
Amit Yadav
e9d6287dc8 Fix defaults in code to match config.json (#5269) 2017-02-02 09:38:18 -05:00
Christopher Speller
701d1ab638 Updating server dependancies (#5249) 2017-02-02 09:32:00 -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
Diep Pham
f1a4c07383 PLT-495 Improves slack markup conversion (#4914)
* improves slack markup conversion

* bold
* strikethrough
* blockquotes

* handles blockquotes in slack_import

* removes unnecessary formatting

* fixes various format problems
2017-02-02 09:28:27 -05:00
Joram Wilander
609d4f43d9 Implement POST /channels endpoint for APIv4 (#5241) 2017-02-02 09:04:36 -05:00
Andrei Stanciu
2ac4f36587 Remove redundant mobile web search hint popover (#5233) 2017-02-02 11:31:26 +00:00
Christopher Speller
7563a8635c Fix CLI panic on invalid team (#5246) 2017-02-02 10:21:06 +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
Joram Wilander
36f43edba3 Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238) 2017-02-01 16:13:16 -05:00
Yusuke Nemoto
187aff9fa8 add modal next/prev button to be localized (#5245) 2017-02-01 16:44:05 +00:00
Joram Wilander
da5c0764da Fix logging in with MFA (#5248) 2017-02-01 10:18:03 -05:00
Evgeniy
318670253a fix cloning channels (#5242)
* fix cloning channels

* fix code-style
2017-01-31 20:41:25 -05:00
Christopher Speller
5539c92a23 Fix verifying a missing user panics (#5240) 2017-01-31 20:58:39 -03: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
Christopher Speller
6054dee806 Fixing websocket origin policy 2017-01-31 12:23:05 -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
Jason Blais
3a17e96866 Fix typos for model.config.is_valid...app_error (#5236) 2017-01-31 09:32:13 -05:00
Joram Wilander
0bc0a467a4 Improve APIv4 test lib (#5237) 2017-01-31 09:31:53 -05:00
Akihiko Odaki
7e9cf13aa3 Use Client APIs to resolve URLs (#5148) 2017-01-31 09:29:21 -05:00
George Goldberg
67739cb516 PLT-5365 Import of basic user properties. (#5231) 2017-01-31 10:04:17 -03:00
Harrison Healey
c0c6ef47d9 Stopped usernames from appearing on separate lines in system messages (#5228) 2017-01-31 10:01:32 -03:00
Asaad Mahmood
cec05e280e Minor fix for system console menu (#5225) 2017-01-31 10:01:00 -03:00
Joram Wilander
7431050b42 Implement POST /teams endpoint (#5220) 2017-01-31 07:59:36 -05:00
Christopher Speller
450c0b3ccb Improvments to typing messages (#5230) 2017-01-30 15:43:34 -05:00
Christopher Speller
b26329cdda Fix small bug in webhub. (#5229) 2017-01-30 15:36:31 -05:00
Christopher Speller
721ac52784 Changing map to array for web_hub connections. (#5226) 2017-01-30 13:01:20 -05: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
63d68b3e36 Fix @ mentions not always highlighting (#5223) 2017-01-30 10:59: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