Asaad Mahmood
c03cc2fb3c
Multiple Ui improvements ( #5349 )
...
* PLT-5277 - Adjusting textbox on tablet view
* PLT-5277 - Adjusting text area on mobile view
* PLT-5097 - Updating styles for remove image
* PLT-5217 - Updating styles for mobile code block
2017-02-10 07:05:40 -08:00
Christopher Speller
2a9c1afd44
Adding webhook metrics ( #5348 )
2017-02-10 07:05:12 -08:00
Joram Wilander
58dcf6984b
Add cluster request time logging for master ( #5347 )
2017-02-10 07:04:14 -08:00
Christopher Speller
9934954d18
Adding websocket event metrics ( #5342 )
2017-02-10 07:01:08 -08: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
Corey Hulen
1359f7f391
Adding go vet from hack-a-thon ( #5328 )
...
* Adding go vet to the api package
* Adding go vet to app package
* Adding go vet to manualtesting package
* Adding go vet to the model package
* Adding go vet to the store dir
* Adding go vet to utils package
* Adding missing dirs with go files
* Fixing up makefile
* Fixing up makefile
* Removing root dir
2017-02-09 21:39:15 +00:00
Akihiko Odaki
432dc9239f
Let emoji_store.jsx use Client APIs to resolve URLs ( #5302 )
2017-02-08 18:23:24 +00: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
George Goldberg
8277945363
PLT-5427: Import ChannelMember Notify Props. ( #5329 )
2017-02-08 08:19:38 -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
Joram Wilander
f1c9ae5686
Error on blank post IDs for get post query ( #5326 )
2017-02-08 02:07:17 -08:00
Ruzette Tanyag
0162d8ad08
Implement GET /users/username/{username} endpoint for APIv4 ( #5310 )
...
* added get user by username endpoint
* added get user by username unit test and driver
* changed username length to 22 characters max
* changed Params to UserName to Username
* reorganized get user by username and get user by email formatting in model/client4
2017-02-08 02:00:16 -08:00
Joram Wilander
5462f0119e
Implement a few channel member endpoints for APIv4 ( #5304 )
...
* Implement GET /channels/{channel_id}/members
* Implement GET /channels/{channel_id}/members/{user_id} endpoint for APIv4
* Implement /users/{user_id}/teams/{team_id}/channels/members endpoint for APIv4
* Fix unit test
2017-02-07 14:58:27 -08:00
Joram Wilander
487bb56a9b
Add caching for file infos ( #5330 )
2017-02-07 12:36:37 -08:00
Joram Wilander
eb767d2c1c
Implement password reset endpoints for APIv4 ( #5256 )
2017-02-07 10:46:40 -08: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
Joram Wilander
9dc76c1823
Implement PUT /users/{user_id}/password endpoint for APIv4 ( #5243 )
2017-02-07 09:35:58 -08:00
Joram Wilander
ba18374bd1
Implement a few team endpoints for APIv4 ( #5296 )
...
* Implement GET /teams/{team_id} endpoint for APIv4
* Implement GET /users/{user_id}/teams endpoint for APIv4
* Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
2017-02-07 08:57:41 -08:00
Ruzette Tanyag
d91fea6518
Implement GET /users/email/{email} endpoint for APIv4 ( #5309 )
...
* added get user by email endpoint for APIv4
* added get user by email endpoint unit test and driver
* removed the appended return of user ids on logout
* Added RequireEmail to validate user email. Also updated the get user by email endpoint and unit test
2017-02-07 11:54:07 -05:00
Debanshu Kundu
5cc30fa061
PLT-5379 Fix the error occuring while fetching OG metadata for links which don't exist. ( #5308 )
2017-02-07 07:26:14 -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
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